Alexandre Franke
6c48cde678
Release 5
2 years ago
Kévin Commaille
78aaef60ff
meson: Make sure everything works without a pre-release version
2 years ago
Daniel Rusek
b64f1dced2
Update Czech translation
2 years ago
Daniel Rusek
3700bc7036
Update Czech translation
2 years ago
Kévin Commaille
6daa803a5e
join-room-dialog: Fix action when dialog closes
2 years ago
Kévin Commaille
9d0409124c
misc: Do not change line height
...
It makes the text blurry on non-HiDPI screens.
This change is temporary for the Fractal 5 release.
2 years ago
Kévin Commaille
d6d2c43c71
sidebar: Rename Entry to IconItem
...
Entry is confusing because GtkEntry is where we input text.
2 years ago
Kévin Commaille
eeb9d6f5ae
misc: Fix positioning of popovers
...
Align the corner to the pointer (to the bottom right in LTR languages).
2 years ago
Kévin Commaille
d5d84fdb3f
sidebar: Fix positioning of sidebar entries
...
Rename CSS class to sidebar-entry to avoid getting the style from
GtkEntry.
Align text of entry with room names.
2 years ago
Kévin Commaille
e0fd735622
message-row: Use the default button style for reactions
2 years ago
Alexandre Franke
24c720518f
Update French translation
2 years ago
Kévin Commaille
05adb8408b
user-facing-error: Do not consume errors
...
Some errors do not implement Clone and we might want to keep them
around.
2 years ago
Kévin Commaille
1c4d275394
components: Move LoadingState into utils
2 years ago
Kévin Commaille
5e03a39f41
secret: Handle per-session errors and migrations
...
Per-session errors should never happen in practice, it should be fine
to just log them.
Migrations already swallow any errors.
2 years ago
Kévin Commaille
d26c313542
application: Do not assume we always have a main window
...
Prepares the case where we run the application in the background
2 years ago
Kévin Commaille
fd37835049
application: Move some actions to the main window
...
They are only useful if there is a main window.
2 years ago
Anders Jonsson
de6c8af2f3
Update Swedish translation
2 years ago
Luming Zh
03f19a30aa
Update Chinese (China) translation
2 years ago
Sabri Ünal
b03bb3ed95
Update Turkish translation
2 years ago
Kévin Commaille
f25bf6ef77
utils: Disconnect signals on drop for BoundObject(WeakRef)
...
This is always something we need to do anyway.
2 years ago
Kévin Commaille
992fbaeda6
chore: Fix clippy warnings
2 years ago
Kévin Commaille
6bf5280f42
room-creation: Use ToastableWindow
2 years ago
Yuri Chornoivan
04080ab740
Update Ukrainian translation
2 years ago
Kévin Commaille
47b2d9fc10
secret: Prefix the data directory with "fractal"
...
This is more appropriate outside of Flatpak.
2 years ago
Kévin Commaille
71611bc34e
message-row: Show the sending status of messages
...
Also logs if a sending error is encountered
2 years ago
Kévin Commaille
b1de0cee42
chore: Upgrade ruma crates
...
Brings in some bug fixes
2 years ago
Sabri Ünal
ed9e09253c
Update Turkish translation
2 years ago
Paul van Tilburg
be9551c2a3
Update the beta installation instructions
...
The instructions in the README assumed that the Flathub base/default
repository is configured. However, when this is not the case, installing
Fractal from Flathub Beta fails because it tries to pull the GNOME
runtime from Flathub base/default.
This adds instructions to install the Flathub base/default repository,
which is harmless if it is already there.
2 years ago
Kévin Commaille
724c7deeff
members-page: Make sure search entry is focused after it is revealed
2 years ago
Kévin Commaille
98a7fc4c42
members-page: Use AdwNavigationView
...
Allows to use the default back button behavior of AdwHeaderBar
2 years ago
Kévin Commaille
96b870bd3f
room-details: Rename MemberPage to MembersPage
2 years ago
Kévin Commaille
09fb83a27c
message-toolbar: Prevent sending empty messages
2 years ago
Alexandre Franke
f358b0bb25
Update French translation
2 years ago
Yuri Chornoivan
467dfce9b7
Update Ukrainian translation
2 years ago
Kévin Commaille
31c42f76f2
macros: Fix docs
2 years ago
Kévin Commaille
e3b8542cf8
ci: Make docs warnings fail CI
2 years ago
Kévin Commaille
0a54ec2679
explore: Remove unused field
2 years ago
Kévin Commaille
9b7bd5bb5e
explore: Do not initialize the list if it is already loading
2 years ago
Kévin Commaille
971e1c2c33
read-receipts-list: Implement as a toggle button instead of using a child
...
Improves the location where the popover points to.
Improves the a11y by removing children from the tree.
2 years ago
Kévin Commaille
d70e8d3f4e
components: Specialize OverlappingBox to only handle avatars
...
Rename it to OverlappingAvatars.
It's the only use case for it in the foreseeable future.
It deduplicates code and facilitates a11y.
2 years ago
Sabri Ünal
9c01de9682
Update Turkish translation
2 years ago
Kévin Commaille
d61c3ebc97
camera-paintable: Do not unwrap channel errors
2 years ago
Alexandre Franke
3be4f968a0
misc: Solve plural issue for some languages
2 years ago
Kévin Commaille
63423a8e1e
sidebar: Set EntryRow icon's a11y role as presentational
2 years ago
Kévin Commaille
2c94eee666
a11y: Set Avatar role as presentational when it is next to a label
2 years ago
Kévin Commaille
9b822fb47c
components: Set default accessible role of Avatar as an image
...
And hide children from the a11y tree.
2 years ago
Kévin Commaille
0391911e3e
video-player: Only play when the player is mapped
2 years ago
Kévin Commaille
1530a68d7b
contributing: Add meson profile for fenv instructions
2 years ago
Sabri Ünal
593cc455df
Update Turkish translation
2 years ago
Kévin Commaille
a1f7524392
drag-overlay: Set revealer has hidden by default
...
Because the child is not revealed by default
2 years ago