Alexandre Franke
8fd746033f
Release Fractal 6.beta
2 years ago
Kévin Commaille
2028f590ca
css: Scope h* title styles
...
Avoids interfering if they are used by upstream libraries in other
places.
2 years ago
Kévin Commaille
7c3f7f83f9
login: Update Twitter SSO IdP to X
2 years ago
Kévin Commaille
556d470074
members-list-view: Refactor list items
...
Have a more consistent styling accross items.
2 years ago
Kévin Commaille
1a0ecad177
meson: Restore hack profile
...
It's the same as 'development' only with a different app ID.
Allows to use the nightly Flatpak and develop using a custom flatpak
manifest at the same time.
2 years ago
David Runge
23ccd87258
Use current appstreamcli option for not accessing the network
...
In current `appstreamcli` (>= 1.0.0) the option for not accessing the
network is `--no-net`.
Signed-off-by: David Runge <dave@sleepmap.de>
2 years ago
Alexandre Franke
fe00603f56
metainfo: put features in description
2 years ago
Felipe Kinoshita
f28021fce3
sidebar: Use standard padding values
...
GNOME apps usually use multiples of 6 for padding/margin so let's stick
with that.
Fixes #1308
2 years ago
Kévin Commaille
68291d7abc
build: Remove Hack manifest and profile
...
Now that the stable release is on the same codebase, it should be less
necessary to have 2 development builds.
Also since most performance issues have been fixed, it should not be
necessary anymore to build the nightly version in release mode.
2 years ago
Kévin Commaille
81868ed463
metainfo: Remove final dots in captions
...
Flathub (aka `appstream-cli validate`) doesn't like them.
2 years ago
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
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
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
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
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
Maximiliano Sandoval R
0c3879622e
room-title: Add missing CSS from libadwaita
...
Partially fixes #1219 , it is not reproducible when setting the text
scaling factor to 1.25 (Larger Text from Settings),
it only starts to be visible at 1.5.
2 years ago
Kévin Commaille
7f8dc352b4
data: Bundle all the icons we use
...
Relying on the ones available on the system might not work on all
systems
2 years ago
Kévin Commaille
918a7179f3
chore: Prepare release of Fractal 5.rc1
2 years ago
Brage Fuglseth
7ededd1cfe
room-details: style cleanups
...
Ideally we'd have two separate views for viewing and editing room
details, but this makes the current implementation look a little nicer.
- Update the room title to match the .title-1 style class when
insensitive
- Add a 24px margin above room title to match AdwStatusPage
- Disable search since the page has a rather small amount of elements
2 years ago
Kévin Commaille
9cd1a91984
style: Rename completion-popover class to list-popover
...
And make compatible with popovers containing GtkListViews
2 years ago
Kévin Commaille
dde84675c2
typing-row: Use cutout instead of border to separate avatars
...
If part of the avatar is transparent, the cutout looks better.
2 years ago
Kévin Commaille
f11c1fd6d7
read-receipts-list: Add a border between avatars
...
Uses a round cutout rather than a border to have a better visual
if part of the avatar is transparent.
2 years ago
Kévin Commaille
0c652f24d9
editable-avatar: Make cutout style match less generic
2 years ago
Kévin Commaille
476d114dc0
room-history: Change the style of emotes
2 years ago
Kévin Commaille
e1976cd4e1
metainfo: Put controls in supports instead of recommends
2 years ago
Kévin Commaille
8927bbbabe
media-viewer: Fix colors of headerbar in light mode
2 years ago
Kévin Commaille
f09770186d
metainfo: Remove Purism::form-factor custom keys
...
They don't pass appstreamcli validation for being duplicates.
They should have been replaced by control and display_length anyway.
2 years ago
Kévin Commaille
b647462090
build: Use appstreamcli instead of appstream-util
...
appstream-glib is in maintenance mode
2 years ago
Kévin Commaille
675a270ac4
data: Update sas-emoji translations
3 years ago
Kévin Commaille
32ac368bba
room-history: Fix toolbars colors and only use flat style
3 years ago
Kévin Commaille
ccdc93be93
media-viewer: Use AdwToolbarView
...
Replaces deprecated AdwFlap
3 years ago
Kévin Commaille
cd982b03c4
room-history: Properly style HTML titles in messages
3 years ago
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