Kévin Commaille
229a5a1d31
timeline-diff-minimizer: Rename and use a custom trait for timeline items
1 year ago
Kévin Commaille
56d395581b
timeline: Prepare support for forward paginating
...
Until now we assumed that loading events always loaded older events.
If we want to support opening the room history at an arbitrary event,
we need to be able to load newer events too.
This refactors code to clarify that we are currently loading older
events.
1 year ago
Kévin Commaille
b67d763dea
Release Fractal 10.1
...
This version backports the fixes to the regressions introduced in
Fractal 10.
1 year ago
Kévin Commaille
e9b4ffa5b0
ci: Check Rust dependencies with cargo-deny
1 year ago
Luming Zh
cedc6fc539
Update Chinese (China) translation
1 year ago
Rafael Fontenelle
6246535d5b
Update Brazilian Portuguese translation
1 year ago
Martin
a22d09af91
Update Slovenian translation
1 year ago
Yuri Chornoivan
42c8bd045a
Update Ukrainian translation
1 year ago
Daniel Rusek
929c12836c
Update Czech translation
1 year ago
Alexandre Franke
42b5fddadb
about: drop years from copyright
1 year ago
Andika Triwidada
cfbf9ffa61
Update Indonesian translation
1 year ago
Kévin Commaille
3618573f83
build: Require at least OpenSSL 3.0.0
...
Versions older than that are not supported anymore
1 year ago
Daniel Rusek
e8f4b641b9
Update Czech translation
1 year ago
Yuri Chornoivan
38b6523235
Update Ukrainian translation
1 year ago
Martin
2187ca7146
Update Slovenian translation
1 year ago
Alexandre Franke
53cec746df
ui: add ellipses for buttons that open dialogs
1 year ago
Kévin Commaille
be682d69b0
chore: Upgrade matrix-sdk and ruma
1 year ago
Sabri Ünal
81181b3dad
Update Turkish translation
1 year ago
Rafael Fontenelle
e5683ed537
Update Brazilian Portuguese translation
1 year ago
Artur S0
7ba8a2d98e
Update Russian translation
1 year ago
Luming Zh
85c63d9a62
Update Chinese (China) translation
1 year ago
Daniel Rusek
a3df283fa3
Update Czech translation
1 year ago
Kévin Commaille
f8ce19f33b
room: Construct timeline right away
...
A recent change made us wait for the category to be loaded before
constructing the Timeline, to know if we should preload it.
However the timeline property of Room assumes that there is always a
timeline available after the construction, which was not true anymore.
So we construct the Timeline during construction again, and use a
property to preload it when both the category and the matrix timeline
are ready.
1 year ago
Martin
9280b05b9f
Update Slovenian translation
1 year ago
Rafael Fontenelle
0a105f5b83
Update Brazilian Portuguese translation
1 year ago
Yuri Chornoivan
b882606bf8
Update Ukrainian translation
1 year ago
twlvnn kraftwerk
5af9cf7e9b
Update Bulgarian translation
1 year ago
Alexandre Franke
e1c9658d34
RELEASING: add process to add branch on DL
1 year ago
Maximiliano Sandoval
11b42442aa
application: Add accel to close window via ctrl+w
1 year ago
Maximiliano Sandoval
129b841c47
app: Chain up activate
...
All vfuncs should chain up to prevent undefined behavior.
1 year ago
Maximiliano Sandoval
407fbba876
app: Set default icon name
...
This is used in x11 by certain DEs.
1 year ago
Daniel Rusek
94c333f8a0
Update Czech translation
1 year ago
Alexandre Franke
a04dc4cd69
style: adjust border radii
...
Following GNOME/libadwaita change d450cb30c59694f604d4396993281797035bc51c
Fixes #1538
1 year ago
Guillaume Girol
f50c06b5fe
add keyboard shortcuts to navigate between rooms
...
They were previously added in https://gitlab.gnome.org/World/fractal/-/merge_requests/424
but lost in a rewrite.
These keybindings conflict with the default ones of TextView so a
ShortcutController with propagation phase capture is needed.
1 year ago
Kévin Commaille
c5955bbc74
Release Fractal 10
1 year ago
Kévin Commaille
55ce058dc5
docs: Improve release docs for screenshots
1 year ago
Kévin Commaille
1250725930
sidebar: Bundle icon for direct chats
1 year ago
Kévin Commaille
3a22a65549
room: Make sure to preload timeline only after it was initialized
...
This avoids a possible race condition where we try to load the timeline
before it is initialized, which is a noop.
1 year ago
Kévin Commaille
fcb4b80194
timeline: Fixes
...
Fix the position when removing the last item, and when truncating the
list.
Also add a check that we are removing the proper event from the map, in
case we have created the same event several times.
1 year ago
Kévin Commaille
edb65a3d14
room-details: Remove context for "_Edit" string
...
With the context, the string change breaks the string freeze, and it is
not necessary since it has the same meaning as the other string with the
mnemonic.
1 year ago
Artur S0
6f699fa949
Update Russian translation
1 year ago
Ekaterine Papava
98d0113460
Update Georgian translation
1 year ago
Rafael Fontenelle
86237c09ff
Update Brazilian Portuguese translation
1 year ago
Yuri Chornoivan
274c0cc1a6
Update Ukrainian translation
1 year ago
Martin
5357575947
Update Slovenian translation
1 year ago
Maximiliano Sandoval
61d5e1bd13
room_details: Use AdwButtonContent on edit button
1 year ago
Kévin Commaille
46f6a77a6c
auth-dialog: Build UIAA fallback URL according to supported Matrix versions
1 year ago
Kévin Commaille
7cd95632de
utils: Log auth_issuer error at warn level
...
Unless it is not found, which can be expected.
1 year ago
Kévin Commaille
f480a232a8
utils: Rename most mentions of OIDC to OAuth 2.0
...
Since the MSCs have been updated to be based solely on OAuth 2.0
1 year ago
Kévin Commaille
63b4fe073b
chore: Upgrade matrix-sdk
1 year ago