Kévin Commaille
32eaa5bda7
Release Fractal 11.2
9 months ago
Kévin Commaille
8fd9291c78
build: Enable frame pointers for Rust modules
...
It seems to be necessary to build the aarch64 flatpak in CI, and it
doesn't hurt anyway.
9 months ago
Kévin Commaille
5759545e13
Silence clippy lints
9 months ago
Kévin Commaille
6475eb9d73
Run cargo-sort
...
To adapt to new lint version changes
9 months ago
Kévin Commaille
813721b688
Upgrade matrix-sdk-crypto
...
To get a security fix.
9 months ago
Kévin Commaille
6d4258023b
Release Fractal 11.1
10 months ago
Kévin Commaille
ff5ede2901
account-switcher: Make sure to unparent the popover when the button is disposed of
...
Avoids a warning that occurs sometimes when closing Fractal.
10 months ago
Kévin Commaille
1955e22c5c
room-history: Ignore empty inline elements when ellipsizing to a single line
10 months ago
Kévin Commaille
0c309f2443
explore: Fix and refactor
...
Use a GListStore for the list of rooms, and RemoteRoom to represent the
rooms.
Fix cleaning server popover when switching between sessions, and make
sure that triggering a search only happens when the view is mapped.
10 months ago
Kévin Commaille
217848ddb6
room-preview-dialog: Update button according to current state of room
...
It was only updated depending on what happened in the dialog. Now it
also updates depending on what happens in the room list.
10 months ago
Kévin Commaille
a66b9167ac
room-list: Rename room_list_metainfo file
10 months ago
Kévin Commaille
c15dd6a361
room-list: Rename pending rooms to joining rooms
...
"Pending" was not very clear about what it meant for a room to be in
that list.
10 months ago
Philipp Bartsch
fd90e753ba
media-viewer: halign the right-click context menu
...
Other right-click context menus are not centered on the cursor.
10 months ago
Kévin Commaille
1935d564d4
message-toolbar: Fix inserting mention before another mention
10 months ago
Kévin Commaille
d19e5f5d63
room-history: Increase padding of SenderAvatar
...
Makes the hover effect around the avatar bigger, which makes it more
obvious that it behaves like a button.
10 months ago
Kévin Commaille
15cc57fb8d
event: Do not count unsent events as unread or as activity
10 months ago
Kévin Commaille
7513de7634
account-settings: Fix renamed page name
10 months ago
Kévin Commaille
226242da9e
overlapping-avatars: Remove unnecessary debug logging
10 months ago
Kévin Commaille
ec745eb890
utils: Simplify truncate_end_whitespaces
...
Work with char_indices, it allows us to compute the index after the char
easily.
10 months ago
Kévin Commaille
628bcb4aaf
room-history: Remove whitespaces before newlines in HTML messages
10 months ago
Kévin Commaille
b98b76ec83
room-history: Fix jittery media during transition from loading to showing the media
10 months ago
Kévin Commaille
1de1357c98
overlapping-avatars: Use GtkSliceListModel to limit the number of avatars
...
That way we don't need our custom code to cap the number of avatars that
we present, which seems to have an error.
10 months ago
Kévin Commaille
6b9bf02bf9
camera: Fix crash in LinuxCamera::has_cameras()
...
`timeout` needs to be called in an async block to make the future "lazy",
so that it is executed on the tokio runtime.
10 months ago
Kévin Commaille
ebd7d029cf
Release Fractal 11
11 months ago
Alexandre Franke
04c1df671d
Update French translation
11 months ago
Kévin Commaille
862fc14744
room-history: Show focus ring around visual media
11 months ago
Kévin Commaille
eeff96e1db
room-history: Remove whitespaces at the beginning and end of HTML elements
...
To have the same behavior as in browsers.
11 months ago
Kévin Commaille
eea9e9122e
room-history: Be consistent about compact visual content activation
...
It was already not possible with the mouse, but there was still a hover
effect, and the key bindings where still working.
11 months ago
Kévin Commaille
537d31521b
utils: Replace remove_newlines with collapse_whitespace
...
In HTML, contiguous whitespaces must be replaced by a single space, not
removed.
11 months ago
Kévin Commaille
73989239b9
sidebar-data: Fix visibility
11 months ago
Kévin Commaille
67a12518bd
room-history: Add spaces instead of newlines in topic
11 months ago
Kévin Commaille
0cc9ed3ae9
user: Refactor and clean up
11 months ago
Kévin Commaille
72c44056b2
utils: Make data_dir_path a method of DataType
...
It reduces the necessary imports.
11 months ago
Kévin Commaille
5891f28548
utils: Remove timeout_future
...
Use the function provided by tokio instead.
11 months ago
Kévin Commaille
efe9189d76
session: Cache room and user profile in memory
...
Reduces the number of requests to the homeserver.
11 months ago
Kévin Commaille
108174e040
session: Sleep between failed sync attempts
11 months ago
Kévin Commaille
782889079f
room-history: Edit latest message when pressing the up key in an empty composer
11 months ago
Kévin Commaille
de4772bf1e
message-toolbar: Do not allow to send message with only whitespace
11 months ago
Kévin Commaille
30269e7dde
message-toolbar: Capture key presses even if CapsLock is enabled
11 months ago
Kévin Commaille
828fa2e91d
window: Show button to open About dialog on error page
11 months ago
Artur S0
39cb8ca758
Update Russian translation
11 months ago
Kévin Commaille
d60117236f
resources: Update SVG to use Adwaita Sans font
11 months ago
Kévin Commaille
4b30e5f6f2
room-history: Add context menu action on invites to be able to revoke them
11 months ago
Kévin Commaille
22a6f63230
room-details: Refactor code for extra items in the list of joined members
...
Fixes bug where they would not appear anymore.
11 months ago
Kévin Commaille
b7b309f1d4
room-history: Only show timestamp when too much time has passed between events
...
Instead of the full header with name and avatar
11 months ago
Kévin Commaille
64bf58e2ea
timeline: Show event header again if too much time has passed since previous event
11 months ago
Kévin Commaille
5ca1b6a3e7
session-view: Do not center ScaleRevealer
...
It allows text to take as much space as it wants instead of its minimum
size.
11 months ago
Kévin Commaille
6813a4c98e
components: Reduce minimal height of PillSearchEntry
...
Since there have been measuring fixes in GTK and it doesn't grow
excessively anymore when we insert a pill.
11 months ago
Kévin Commaille
09e3ec218e
room-details: Rename invite-search-results class
...
Since it is not only used in the invite subpage.
11 months ago
Kévin Commaille
2122882f37
room-details: Make sure search entry is focused when opening subpage and it is the main widget
11 months ago