Kévin Commaille
d8efac8b6d
chore: Release Fractal 5.beta2
3 years ago
Kévin Commaille
f7069f9883
chore: Fix typos in comments
3 years ago
Kévin Commaille
6cd166071e
account-switcher: Fix style
3 years ago
Kévin Commaille
d13b03a85e
misc: Put UI files next to the corresponding Rust files
3 years ago
Kévin Commaille
e0dd94a105
session: Split between view and model
3 years ago
Kévin Commaille
cf27bd22c6
window: Use a new GListModel to manage sessions
...
Allows to use GtkListBox::bind_model and prepares a futures change
where the session is split between view and model.
3 years ago
Kévin Commaille
2c842bef47
account-switcher: Replace the "user" and "entry" terms
...
Use "session" and "item" instead.
"User" is not exact as we allow the same user to log in several
sessions.
"Entry" is easily associated with GtkEntry and can be confusing.
3 years ago
Kévin Commaille
b4bb04c448
chore: Release version 5.beta1
3 years ago
Julian Sparber
d6decbebaa
create-dm: Add dialog to create DM room
3 years ago
Kévin Commaille
5d54239cbd
build: Be consistent in version naming
...
Use a dot between the major version and the pre-release version, where
possible.
Go back to using a dash before the commit hash.
3 years ago
Kévin Commaille
9727991b4a
room-details: Add translator comments
3 years ago
Marco Melorio
93015294ed
audio-history-viewer: Add ability to listen to audio
3 years ago
Marco Melorio
a98d40fc7a
media-history-viewer: Show MediaViewer on item press
3 years ago
Marco Melorio
9cc78a3301
file-history-viewer: Add ability to save files
3 years ago
Marco Melorio
a5ef975ff3
history-viewer: Implement AudioHistoryViewer
...
Also add it as a RoomDetails' subpage.
3 years ago
Marco Melorio
89ed564822
history-viewer: Implement FileHistoryViewer
...
Also add it as a RoomDetails' subpage.
3 years ago
Marco Melorio
063b1b318c
history-viewer: Implement MediaHistoryViewer
...
Also add it as a RoomDetails' subpage.
3 years ago
Kévin Commaille
4606d2e4eb
media-viewer: Don't use Event
...
We can only construct Event from timeline items, which we don't have
if we request events manually.
3 years ago
Kévin Commaille
675e39c6fb
login: Add SessionVerification as a step of logging in
3 years ago
Kévin Commaille
1c1a52080e
login: Split logic for each page
...
And move "Next" button to each page instead of in the header bar.
3 years ago
Kévin Commaille
beac89dc79
account-settings: Show availability of cross-signing keys
3 years ago
Kévin Commaille
462d2ff99e
session-verification: Don't send verification requests if no devices are available
3 years ago
Kévin Commaille
38f0ba11c9
session: Fix creation of new encryption user identity after login
3 years ago
Kévin Commaille
b5339b2cd6
session: Do not require cross-signing keys to be present after verification
3 years ago
Sabri Ünal
7f2019745e
Mark some strings translatable
...
- Log In
- Error
- Secret Service Error
- File
3 years ago
Kévin Commaille
64cffbba77
greeter: Remove development warning banner
3 years ago
Georges Basile Stavracas Neto
7f5ce14c12
sidebar: Set tooltip of room rows
...
Room names can be large in some circumstances. Usually in dynamic
lists like this, where the textual content can be unpredictable,
adding a tooltip text is helpful.
Add that.
3 years ago
Kévin Commaille
03e0c4f18f
greeter: Add about button
3 years ago
Kévin Commaille
15b9932383
session: Split avatar image data from AvatarData
...
Allows to use the same avatar image for several rooms and users.
3 years ago
Kévin Commaille
840a53b0fb
session: Rename Avatar to AvatarData
...
Avoid confusion with the Avatar in components and avoid to have
to rename it to AvatarItem.
3 years ago
Kévin Commaille
54bd7aad84
app: Separate data per profile
...
Puts the database in a subdirectory and uses a different path for the
settings.
3 years ago
Kévin Commaille
f7dfbcceda
build: Set flatpak version the same as in-app version
3 years ago
Kévin Commaille
bebc5f9bab
build: Avoid the need for duplicate development icon
3 years ago
Kévin Commaille
d248af475c
room-history: Allow to join or view the successor in a tombstone event
3 years ago
Kévin Commaille
af90c33a68
room-history: Add banner to join a tombstoned room's successor
3 years ago
Maximiliano Sandoval R
d3a9732cae
message_media: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
59c6fc2441
loading_listbox_row: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
61ae6820ac
message_audio: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
6cc917f3c3
invite_subpage: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
09b4b08d8d
room_history: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
c8d3d67d81
content_explore: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
ef368e740a
media_content_viewer: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
ada8a79ca3
action_button: Stop spinners when idle
3 years ago
Maximiliano Sandoval R
56b78a4d36
window: Stop spinner when idle
3 years ago
Maximiliano Sandoval R
36f50ab260
spinner_button: Stop spinners when idle
3 years ago
Kévin Commaille
3541be94eb
session: Create JoinRoomDialog instead of building it in Session
3 years ago
Kévin Commaille
26222e2b24
room-history: Don't access GtkListItemWidget
...
Don't set CSS classes and bind to RoomHistory properties
3 years ago
Kévin Commaille
d4b74e00bd
sidebar: Don't set GtkListItemWidget CSS classes
3 years ago
Kévin Commaille
1470dcf92c
qr-code: Remove uses of deprecated GtkStyleContext
3 years ago
Kévin Commaille
64d9a98f0b
chore: Replace deprecated GtkInfoBar with AdwBanner
3 years ago