Kévin Commaille
32eaa5bda7
Release Fractal 11.2
9 months ago
Kévin Commaille
6d4258023b
Release Fractal 11.1
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
ebd7d029cf
Release Fractal 11
11 months ago
Kévin Commaille
862fc14744
room-history: Show focus ring around visual media
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
d60117236f
resources: Update SVG to use Adwaita Sans font
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
09e3ec218e
room-details: Rename invite-search-results class
...
Since it is not only used in the invite subpage.
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
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
c5325049f6
Release Fractal 11.rc
11 months ago
Kévin Commaille
e0a7eb4cd1
room-history: Group contiguous state events
...
They are replaced by an item that shows the count of state rows that
are hidden. This item can be expanded to show all the hidden state rows.
11 months ago
Kévin Commaille
4372f80a6b
room-history: Replace ItemRow by more specific widgets
...
It is now basically the new EventRow, since only events have a context
menu.
All the widgets that can be direct children of GtkListItem use the
`room-history-row` class for CSS styling.
11 months ago
Kévin Commaille
213b5bd5dd
account-settings: Add safety setting to choose which rooms should show media previews
...
It is a global choice between all rooms, only private rooms, or no
rooms.
11 months ago
Kévin Commaille
25c79797d1
account-settings: Reorganize
...
The main goal here is to move safety-related settings to a new tab so
we can add more in the future.
Since we do not want more tabs, we have to:
- Move the sessions to a subpage accessible with a button in the
"General" tab. While we are here, we reorder most of this tab.
- Move the settings that were in the "Privacy" section of the "Security"
tab to a new "Safety" tab.
- Rename the "Security" tab to "Encryption", to avoid confusion between
"Security" and "Safety".
11 months ago
Kévin Commaille
b577acb584
Add support for logging in with the OAuth 2.0 API
12 months ago
Kévin Commaille
a263904386
explore: Adapt header if the window is too narrow
...
If the window is too narrow, the search entry moves below the servers
button.
12 months ago
Kévin Commaille
f513aa5f8b
Release Fractal 11.beta
12 months ago
Kévin Commaille
2a5da4b12e
event-details-dialog: Add button to open sender profile instead of copying the user ID
12 months ago
Alexandre Franke
af780758e9
Port to libadwaita 1.7
1 year ago
Kévin Commaille
b67d763dea
Release Fractal 10.1
...
This version backports the fixes to the regressions introduced in
Fractal 10.
1 year ago
Alexandre Franke
a04dc4cd69
style: adjust border radii
...
Following GNOME/libadwaita change d450cb30c59694f604d4396993281797035bc51c
Fixes #1538
1 year ago
Kévin Commaille
c5955bbc74
Release Fractal 10
1 year ago
Kévin Commaille
1250725930
sidebar: Bundle icon for direct chats
1 year ago
Kévin Commaille
a849341e3a
Release Fractal 10.rc
1 year ago
Kévin Commaille
fd48e88fcc
Add oidc-aware compatibility
...
It requires a few changes during login to only offer SSO when OIDC
compatability is detected,
and most actions that require UIAA in account details must now occur
in the account management UI of MAS.
1 year ago
Kévin Commaille
332fcefbe0
Release Fractal 10.beta
1 year ago
Kévin Commaille
55724695ce
style: Use SASS to organize styles
...
We now require a SASS compiler at build time.
1 year ago
Ali Galal
94d531602b
room-history: Fix message-reactions alignment in RTL
1 year ago
Ali Galal
a0df0592cb
room-history: Fix Pill content alignment in RTL
1 year ago
Kévin Commaille
cb26488cc1
Release Fractal 9
1 year ago
Kévin Commaille
8891505584
Revert "cause: Set accent color to pink for Breast Cancer Awareness Month"
...
This reverts commit f3fcfdbd7f .
1 year ago
Kévin Commaille
8b7aa4f429
Release Fractal 9.rc
1 year ago
Kévin Commaille
f3fcfdbd7f
cause: Set accent color to pink for Breast Cancer Awareness Month
1 year ago
Kévin Commaille
c3242b1080
room-details: Handle all states of room members list
1 year ago
Kévin Commaille
1fdcd73be2
room-title: Fix height of button
...
When there is no subtitle, use the default button padding an use
gtk::Align::Center for valign.
When there is a subtitle, remove the button padding, reduce the space
taken by the labels and use gtk::Align::Fill for valign.
Co-authored-by: Alexandre Franke <afranke@gnome.org>
1 year ago
Kévin Commaille
f94357ebe8
account-settings: Fix user sessions page
...
AdwPreferencesPage only allows AdwPreferencesGroup as children so only
provide that.
We only use the GtkStack for the other active sessions by initializing
the current session early.
Includes other refactoring around user sessions.
1 year ago
Kévin Commaille
478dab3ecd
room-history: Fix style of new messages divider
1 year ago
Kévin Commaille
a58b71f15a
room-history: Do not use italics for typing row
...
Use dim-label instead.
1 year ago
Kévin Commaille
1a144e4b58
sidebar: Rename Category to SidebarSection
...
Rename CategoryType to SidebarSectionName and remove unused variants.
Rename CategoryFilter to RoomCategoryFilter.
Use Option<RoomCategory> instead of CategoryType for drag-n-drop
operations, preventing us from using GObject properties.
1 year ago
Kévin Commaille
ba47397def
room-history: Fix size of spinners and error icons for visual media messages and location
1 year ago
Kévin Commaille
467e40b6c9
metainfo: Use "snapshot" type for development releases
...
"development" is more for beta releases.
1 year ago
Kévin Commaille
7e672a7bab
Release Fractal 9.beta
1 year ago
Kévin Commaille
a8faf271b9
metainfo: Link to stable branch for screenshots
1 year ago
Kévin Commaille
a06e5c6e61
editable-avatar: Show an error if avatar could not be loaded
1 year ago
Alexandre Franke
bca4665e36
style: add padding below room filter bar
...
Fixes #1499+
1 year ago
Alexandre Franke
28a9c8855b
style: remove leftover from popover
1 year ago
Kévin Commaille
cc5a737f21
components: Rename ButtonRow to LoadingButtonRow and prefer AdwButtonRow where possible
2 years ago