Alexandre Franke
8fd746033f
Release Fractal 6.beta
2 years ago
Alexandre Franke
0df580c207
window: make default size larger
2 years ago
Alexandre Franke
350d2dacc5
account-settings: make default size larger
2 years ago
Alexandre Franke
3f46054c27
room-details: make default size larger
2 years ago
Kévin Commaille
2028f590ca
css: Scope h* title styles
...
Avoids interfering if they are used by upstream libraries in other
places.
2 years ago
Kévin Commaille
5293f9308c
message-toolbar: Replace toolbar with text when user can't send message
...
Instead of disabling the toolbar.
Works around an issue where the input doesn't send the text input enter
Wayland signal after it has been deactivated.
2 years ago
Kévin Commaille
7c3f7f83f9
login: Update Twitter SSO IdP to X
2 years ago
Kévin Commaille
0f13d447d9
login: Add tooltip on SSO providers buttons
2 years ago
Luming Zh
e0de9d1eea
Update Chinese (China) translation
2 years ago
Kévin Commaille
c0eab643b4
misc: Use deref operator for RefCell instead of clone or as_ref
2 years ago
Kévin Commaille
af547243a7
misc: Use is_some_and instead of map_or
2 years ago
Kévin Commaille
9d2d8c389c
misc: Always use generated connect_{*}_notify() method
...
Avoids possible errors in the name of properties and helps in case they
are renamed.
2 years ago
Kévin Commaille
e5f82d2fe2
misc: Always use generated notify_{*}() method
...
Avoids possible errors in the name of properties and helps in case they
are renamed.
2 years ago
Kévin Commaille
0ebcb8cbeb
misc: Use more compact typed None format
2 years ago
Kévin Commaille
045dd8369f
content: Finish porting to glib::Properties macro
2 years ago
Kévin Commaille
ca4ec3100d
account-settings: Port to glib::Properties macro
2 years ago
Kévin Commaille
118f4ca1b0
room-history: Port to glib::Properties macro
2 years ago
Kévin Commaille
db339a476a
room-details: Add notifications setting
2 years ago
Kévin Commaille
f42688b225
notifications-settings: Refactor update_keywords_list
2 years ago
Kévin Commaille
f85bd2a612
room-details: Port to glib::Properties macro
2 years ago
Kévin Commaille
f366b02137
explore: Port to glib::Properties macro
2 years ago
Luming Zh
bffd9463f7
Update Chinese (China) translation
2 years ago
Yuri Chornoivan
0da96b26da
Update Ukrainian translation
2 years ago
Kévin Commaille
8db11bf5a6
notifications-page: Add keywords settings
2 years ago
Kévin Commaille
cd708d637d
notifications-page: Add global rooms setting
2 years ago
Kévin Commaille
59262cc141
session: Add struct to manage notifications settings
2 years ago
Kévin Commaille
e510f98b86
components: Add widget that shows its child or a spinner
2 years ago
Kévin Commaille
49b894cc20
chore: Upgrade matrix-sdk
...
Brings fixes and new APIs for notifications settings
2 years ago
Kévin Commaille
c7511a0a46
user-page: Port to glib::Properties macro
2 years ago
Kévin Commaille
9d51d57fed
session-view: Port to glib::Properties macro
2 years ago
Kévin Commaille
47072ab2c2
room-creation: Port to glib::Properties macro
2 years ago
Kévin Commaille
68af2ee00b
media-viewer: Port to glib::Properties macro
2 years ago
Kévin Commaille
20882366b9
join-room-dialog: Port to glib::Properties macro
2 years ago
Kévin Commaille
cf0f9d6f78
event-source-dialog: Port to glib::Properties macro
2 years ago
Kévin Commaille
7db1e462d4
create-dm-dialog: Port to glib::Properties
2 years ago
Kévin Commaille
e4daec38d6
sidebar: Port to glib::Properties macro
2 years ago
Kévin Commaille
7b8cc7db87
user-page: Add button to open or create direct chat
2 years ago
Kévin Commaille
182c64773b
create-dm-dialog: Refactor to be able to reuse the logic elsewhere
2 years ago
Yuri Chornoivan
0cb3012999
Update Ukrainian translation
2 years ago
Kévin Commaille
452ee75448
chore: Upgrade crates
2 years ago
Seth Falco
a640e6dcc8
room-history: disable context menu for redacted messages
2 years ago
Lukáš Tyrychtr
43363669c8
sidebar: Fix a11y
...
This allows to read the sidebar with Orca, by doing the following:
* It changes the role for sidebar rows to something which can have a11y labels
* It actually computes the labels and sets them on the rows
2 years ago
Kévin Commaille
15adbfecbe
room: Port to glib::Properties macro
2 years ago
Jonathan Lin
a6d10c65e5
Fix media timeline to load in encrypted rooms
...
When loading the timeline, the messages retrieved were always filtered by the event type `RoomMessage` and by those with URLs. However, when encryption is used, the event type for all messages are 'RoomEncrypted' and the contents cannot be filtered by URL. The fix changed to filter for events of type `RoomEncrypted` and `RoomMessage` when the room has encryption enabled, and leaving the filter unchanged otherwise.
Fixes #1322 .
2 years ago
Luming Zh
77459b05da
Update Chinese (China) translation
2 years ago
Alexandre Franke
0912f82a19
readme: add link to nightly
2 years ago
Kévin Commaille
4491976599
category: Fix filtering
2 years ago
Alexandre Franke
6d29f08c81
Update French translation
2 years ago
Danial Behzadi
86ed2541a3
Update Persian translation
2 years ago
Kévin Commaille
0b7662b8d1
user: Port to glib::Properties macro
2 years ago