Artur S0
189dacdd5a
Update Russian translation
6 months ago
Ekaterine Papava
d46bc7c89d
Update Georgian translation
6 months ago
Rafael Fontenelle
9cdcce65cd
Update Brazilian Portuguese translation
6 months ago
Kévin Commaille
460ee12999
Update instructions for Freedesktop Flatpak runtime branch 25.08
7 months ago
Kévin Commaille
fea23373d6
message-toolbar: Use user ID in user mentions instead of localpart
...
If the display name is not set.
7 months ago
Kévin Commaille
a7f9573721
Bump MSRV to 1.88
...
This is the version required by matrix-sdk, and allows us to use `let`
chains.
7 months ago
Kévin Commaille
b7e5b70b24
utils: Properly log image errors
7 months ago
Kévin Commaille
59b2d880c0
Upgrade crate dependencies
...
Run `cargo update` to get rid of security vulnerabilities.
7 months ago
luming zh
938c0cc438
Update Chinese (China) translation
7 months ago
Yuri Chornoivan
a20b360aa4
Update Ukrainian translation
7 months ago
Kévin Commaille
0821c85f39
utils: Remove temporary debug log
7 months ago
Kévin Commaille
a5ed63aa6c
ci: Lint meson files
...
Using `meson format`.
7 months ago
Martin
eda4c4664d
Update Slovenian translation
7 months ago
Kévin Commaille
0be902c142
event-details-dialog: Rename and move to event_actions module
...
We change "event details" to "event properties" in the UI. The widget is
now called EventPropertiesDialog, to match the change in strings.
7 months ago
Christian Kirbach
484e8f50d0
Update German translation
7 months ago
Kévin Commaille
07a0083574
Release Fractal 12.1
7 months ago
Yuri Chornoivan
fa197fc278
Update Ukrainian translation
7 months ago
Martin
082c7219e6
Update Slovenian translation
7 months ago
Kévin Commaille
98c603cf13
room-preview: Replace "alias" with "address" in string
...
For consistency with other places, where we only mention a room address.
7 months ago
Kévin Commaille
1f7299c460
room-details: Show warning when upgrading an invite-only room
7 months ago
Kévin Commaille
02a0b80a25
room-details: Do not allow to upgrade direct chats
...
There is little reason to do so, and it is not a great experience since
other members need to be invited manually afterwards.
7 months ago
Kévin Commaille
49d4d3bfcc
session-view: Add shortcut to open account settings
...
Using a Standard Keyboard Shortcut from the HIG
7 months ago
Kévin Commaille
f7cd9a4f1d
session-view: Add shortcut to open RoomPreviewDialog
...
Using a Standard Keyboard Shortcut from the HIG.
7 months ago
Kévin Commaille
1168e9540d
room-history: Add shortcut for to open event properties
...
This shortcut is defined in the Standard Keyboard Shortcuts in the HIG.
7 months ago
Kévin Commaille
e5c5260897
app: Use AdwShortcutsDialog
...
Reorganize shortcuts in the process.
7 months ago
Ekaterine Papava
b1f96caa77
Update Georgian translation
7 months ago
Kévin Commaille
9c1c20dc38
room-details: Group conditions
...
This way the second condition will only be computed if necessary.
7 months ago
Kévin Commaille
2f710d149d
room-details: Edit history visibility in a subpage
...
The strings for the choices are too long, they could be ellipsized in
a popover. So we use a new subpage instead, where the strings can be as
long as they need to be.
This removes ComboLoadingRow since it is now unused.
7 months ago
Kévin Commaille
342081fcd2
room-details: Apply property CSS class to join rule row
...
The important information is the value of the join rule, not the title.
7 months ago
Kévin Commaille
ee78895cca
global-account-data: Be stricter about the private media preview setting
...
Currently, it would show media previews for non-public rooms, but it
is safer to show it for values that we know are private.
7 months ago
Alexandre Franke
faeb06ed8a
readme: link to details on blockers for background running
7 months ago
Kévin Commaille
c0595de420
greeter: Fix and simplify widget hierarchy
...
The OfflineBanner cannot be a descendant of the GtkScrolledWindow, it
must be a sibling, because we want it to stay in view.
We remove the AdwClamp that was the child of GtkScrolledWindow, because
the content is already wrapped in other AdwClamps.
Finally, we add a little margin around the GtkScrolledWindow child, so
the content has a bit of space around it when the window is small.
7 months ago
Kévin Commaille
ce67fee54a
message-location: Fix rounded corners
7 months ago
Kévin Commaille
22fda2176a
build: Update required versions of GTK and libadwaita
...
We need development versions of these libraries for:
- CSS media queries
- `.document` CSS class
7 months ago
Kévin Commaille
8fdeac89af
hooks: Fix pre-commit script
...
$Could did not exist, and $Failed was not used, so we replace $Failed by
$Could_not and use it instead of $Could
The conditions for calling check_resources for stage files were wrong,
they were only checking the resource if it was NOT staged, because if
was checking for the empty string instead of the non-empty string.
Since we already have the list of staged files from the check before, we
just check if the resource file is present in it or not.
The name of the file for Blueprint resources changed, so we fix it, and
the `ui-resources.gresource.xml` file doesn't exist anymore so we
remove its check.
7 months ago
Kévin Commaille
11d329f7df
video-player: Import GstPlay in Blueprint
7 months ago
Kévin Commaille
e03f819537
location-viewer: Import Shumate in Blueprint
7 months ago
Kévin Commaille
b746afb030
Make sure that groups order is consistent accross Blueprint files
7 months ago
Kévin Commaille
89e00f0d83
build: Clean up UI GResource files
...
Use only one file for UI resources.
7 months ago
Kévin Commaille
aa6170e31d
Restore comments that were lost when porting to Blueprint
7 months ago
Kévin Commaille
a1afd09922
sidebar: Port to Blueprint
7 months ago
Kévin Commaille
9d6817b9ad
session-view: Port to Blueprint
7 months ago
Kévin Commaille
d97e63c7c2
room-history: Port to Blueprint
7 months ago
Kévin Commaille
48ffdba67d
room-details: Port to Blueprint
7 months ago
Kévin Commaille
8f5cba5d4b
content: Port to Blueprint
7 months ago
Kévin Commaille
0304fae9b1
explore: Port to Blueprint
7 months ago
Kévin Commaille
c07aea4a17
account-settings: Port to Blueprint
...
One file cannot be ported because the <offsets> element is not supported
by blueprint-compiler yet.
7 months ago
Alexandre Franke
b2c991dbc8
Use proper ellipses
7 months ago
Luming Zh
df676c0dcd
Update Chinese (China) translation
7 months ago
Yuri Chornoivan
984bd444cb
Update Ukrainian translation
7 months ago