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
Ekaterine Papava
5bd51cf27d
Update Georgian translation
1 year ago
Kévin Commaille
07f36e2184
room-history: Refactor MessageContent
...
Reduce duplication to avoir errors, and group the functions to build
the content under a trait to make it look nicer.
1 year ago
Kévin Commaille
a4dec0503c
sidebar: Refactor and fix visibility
1 year ago
Kévin Commaille
2ff346f3fd
account-switcher: Refactor and fix visibility
1 year ago
Kévin Commaille
c23ded9f55
account-switcher: Allow labels to ellipsize
...
Should allow the popover to have a smaller minimum size if necessary.
1 year ago
Daniel Rusek
b64ad3bbec
Update Czech translation
1 year ago
Kévin Commaille
7d3ea11331
event-details: Do not show edit section if we do not know anything about the edit
...
In general it shouldn't be the case, but it seems there is a regression
in the SDK and we cannot see the details about edits that were just
sent.
1 year ago
Kévin Commaille
5cec99f599
room-history: Proceed to auto-scrolling when main loop is idle
...
It seems that sometimes the GtkListView does nothing when we are
notified that its size has changed and we request to focus its last
child.
It might be because the size is allocated before the child is ready, so
we delay the request.
1 year ago
Kévin Commaille
80255955c7
room-history: Add has-popup a11y property to read receipts list
1 year ago
Kévin Commaille
7e40957a5e
room-history: Add key bindings to open context menu of reactions
1 year ago
Kévin Commaille
e59d99e344
utils: Create key_bindings module and move into it and rename add_activate_binding_action
1 year ago