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
Kévin Commaille
21b5cd056e
room-history: Make sure there is enough space for overlays on small media
11 months ago
Kévin Commaille
97a528c5d3
account-settings: Always disconnect session via account management URL when it is available
...
A homeserver that supports the OAuth 2.0 API doesn't allow to disconnect
a session via the Matrix API, even if the session was connected before
the move to the OAuth 2.0 API.
11 months ago
Yuri Chornoivan
bca6fd7f67
Update Ukrainian translation
11 months ago
Kévin Commaille
5307cb1fe0
notifications: Truncate body if it is too long
...
This avoids performance issues with GNOME Shell.
11 months ago
Kévin Commaille
21b6e3b74b
room-history: Fix enabling and disabling copy-image action
...
We now track all the way down if there is currently a texture and
update whenever the texture is added/removed.
This prevents a race condition when the image is loaded before the child
is added to its parent and works with showing and hiding media previews
too.
11 months ago
Kévin Commaille
426b99ec73
utils: Add extension trait for reusing child widget
...
There would be less duplication if Rust allowed generic implementations
with different bounds. Oh well…
11 months ago
Ekaterine Papava
b5ef87f99f
Update Georgian translation
11 months ago
Kévin Commaille
57941187dd
utils: Fix loading animated images in encrypted rooms
11 months ago
Kévin Commaille
10776c0f52
room-details: Respect media previews safety setting for media history viewer
...
Do not show the previews if they are not shown in the room history.
This also adds support for blurhashes.
11 months ago
Kévin Commaille
5ea7f82c2f
room-history: Add support for Blurhashes
...
It is displayed while the media is being downloaded, or instead of the
preview if the preview is hidden.
11 months ago
Kévin Commaille
5ef500e916
build: Disable grass submodules
...
It seems that they are only necessary for some tests, that we don't run.
11 months ago
Kévin Commaille
5c774ceccc
build: Properly clean up grass
...
This is the right way, removing all files generated by the module.
11 months ago
Kévin Commaille
16661287c3
utils: Don't send items-changed signal for new groups in GroupingListModel
...
Sending the items-changed signal for groups after signalling that the
group was added results in duplicates for APIs that only care about that
signal, not about the actual number of items.
11 months ago
Anders Jonsson
c8015d121d
Update Swedish translation
11 months ago
Kévin Commaille
8a88b7fb07
build: Properly clean up grass
11 months ago
Daniel Rusek
cebd738569
Update Czech translation
11 months ago
Luming Zh
71e4f016dd
Update Chinese (China) translation
11 months ago
Yuri Chornoivan
6616969582
Update Ukrainian translation
11 months ago
Kévin Commaille
c5325049f6
Release Fractal 11.rc
11 months ago
Kévin Commaille
b7c45229d0
flatpak: Properly clean up grass
11 months ago
Martin
8a7e0fe8ff
Update Slovenian translation
11 months ago
Kévin Commaille
cb6c0ecffe
room-history: Fix justification of text in media preview placeholder
11 months ago
Kévin Commaille
865733b151
Upgrade glycin
11 months ago