Kévin Commaille
4e355341a3
content: Fix unwanted rounded corners in location preview
4 years ago
Kévin Commaille
00b8bcc83a
login: Add message for translators
4 years ago
Kévin Commaille
3d12e38336
misc: Ensure UI files use enum variant short name consistently
4 years ago
Kévin Commaille
6ae4c6e846
login: Mark strings as translatable
4 years ago
Kévin Commaille
a190f17ea3
account-settings: Mark strings as translatable
4 years ago
Kévin Commaille
77c9c73175
components: Remove EntryRow
4 years ago
Kévin Commaille
ef7010d950
session-verification: Use AdwPasswordEntryRow
4 years ago
Kévin Commaille
09df14ed16
login: Use AdwEntryRow and AdwPasswordEntryRow
4 years ago
Kévin Commaille
0b9519e370
account-settings: Use AdwEntryRow
4 years ago
Julian Sparber
a2e9ee4c57
Add release notes and update version
4 years ago
Kévin Commaille
a3374872c3
verification: Use the Matrix spec i18n data for emoji names
4 years ago
Kévin Commaille
8dd205ffce
account-settings: Allow to import and export room encryption keys
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1157 >
4 years ago
Kévin Commaille
e35c2b4464
room-history: Allow to send replies
4 years ago
Kévin Commaille
8127a52199
message-row: Allow to embed messages content preview
...
Provide a more compact format for message content.
4 years ago
Julian Sparber
988e6bf1c9
room-details: Move general page to own subclass
4 years ago
Julian Sparber
ac86979c01
invite: Improve wording on status pages
4 years ago
Julian Sparber
15bda14f05
room-details: Rework navigation and fix listview styles
...
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/900
4 years ago
Kévin Commaille
f8e9147f7d
room-history: Implement mention of users in the message entry
...
Show a popover triggered by the character `@` or the `Tab` key.
4 years ago
Kévin Commaille
c5d696e600
components: Fix alignment of Pills in GtkTextViews
...
Fixes #880
4 years ago
Julian Sparber
9604fb9bd0
room-history: Remove open action for files
...
Some files could contain malicious code. E.g. htm/html files can contain
an explode to take over a web browser. This makes it a little bit harder
to open a file by mistake.
Note: this resolves a security issue that was identified by the security
audit.
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1153 >
4 years ago
Julian Sparber
99911c3fcf
sidebar: Fix oscillating scrollbar when hovered at the right place
...
This is a hack to fix this till the upstream bug is resolved.
See: https://gitlab.gnome.org/GNOME/gtk/-/issues/4938
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/925
4 years ago
Julian Sparber
7ffbf9849f
room-history: Show selection when context menu is open
...
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/938
4 years ago
Kirill Schmidt
425891310f
room-history: Implement Permalink creation for rooms
...
Enhances #891
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1146 >
4 years ago
Kirill Schmidt
ae2f430917
event-actions: Implement Permalink creation for Events
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1146 >
4 years ago
Kévin Commaille
ac96a7546a
misc: Improve appstream metadata
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1145 >
4 years ago
Kévin Commaille
69b6b57906
misc: Reorganize metainfo
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1145 >
4 years ago
Harshil Patel
546dae1e4f
room-history: Increase message line height
...
Unfortuntely line height on multi-height labels is way too tight by default in GTK4, so we need to work around it in apps.
One very visible instance of this is the message bodies in the timeline.
I fixed issue by adding css line-height property on .room-history row css class.
https://gitlab.gnome.org/GNOME/fractal/-/issues/1030
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1141 >
4 years ago
Daniel Maloschik
92e3aeb97b
Make the account switcher check smaller
4 years ago
Harshil Patel
0ccaad6375
room-history: Make text reactions smaller
...
data/resources/style.css: Added class for font on applying reaction
src/session/content/room_history/message_row/reaction.rs: Added check if reaction contains text or not
src/utils.rs: Added regex function for general purpose
Even if it's their primary use in clients is to send emoji reactions, reactions can actually contain any text.
We have to make sure that we ellipsize long texts, and we need to fix the font as it's currently too big.
To fix this issue, I used regex function to check whether reaction contains text or not.
https://gitlab.gnome.org/GNOME/fractal/-/issues/1044
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1134 >
4 years ago
Julian Sparber
d61a6e93ea
explore: Improve styling
4 years ago
Julian Sparber
d82c1e21a3
window: Show network state on the loading page
4 years ago
Julian Sparber
44c96d3d4c
login: Show network state
...
This only disables navigation when no network is available, since the
homeserver may be on a local network.
4 years ago
Julian Sparber
8a6a209f54
session: Mark offline when homeserver isn't reachable
...
This also shows a infobar to the user when offline.
This completely ignores the connecticity state since it's unrelaibale
and the server may be reachable even without internet connection.
4 years ago
Kirill Schmidt
ac03df8db8
invite-subpage: Allow inviting users by id to a room
...
Fixes #879 #1062
4 years ago
Julian Sparber
d076bd2441
toast: Use libadwaita toast
...
Fixes : #857 , #967
4 years ago
Kirill Schmidt
f5b12387fe
event-actions: Implement save for media files
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1115 >
4 years ago
Marco Melorio
f7f65d3e93
qr-code: Make it always black-on-white
...
Also add .card style. Fixes #1052 .
4 years ago
Kévin Commaille
e7de31ffa6
sidebar: Remove "Preferences" entry from main menu
...
There are no general preferences available or planned for now
and it is misleading for users.
4 years ago
Jacob Hughes
6331bf022e
attachment-dialog: Set default focus to send button
4 years ago
Julian Sparber
f8263c003b
room-details: Improve UI for name and topic in edit mode
...
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/921
4 years ago
Tobias Bernard
feab9a5011
sidebar: 2px margin between rows
...
This avoids rows blending together when hovering a row next to the
active one.
4 years ago
Tobias Bernard
16c270ad94
Sidebar: use currentColor for notification count
...
This fixes the broken bubbles in dark mode.
4 years ago
Tobias Bernard
e31690bee3
sidebar: tighter row spacing
4 years ago
Tobias Bernard
dd61665a96
sidebar: larger avatar in headerbar
4 years ago
Kévin Commaille
7592994a96
message-location: Move location view logic in LocationViewer component
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1085 >
4 years ago
Kévin Commaille
74b5b025e2
attachment-dialog: Use MediaContentViewer
...
Preview more file types
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1085 >
4 years ago
Kévin Commaille
c216e78edf
media-viewer: Split media content display logic into MediaContentViewer
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1085 >
4 years ago
Julian Sparber
311ffd55c3
sidebar: Add category people
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/931 >
4 years ago
Julian Sparber
534d2bcec3
sidebar: Improve context menu entires
...
Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/931 >
4 years ago
Kévin Commaille
e5c97c2517
sidebar: Bundle expander arrow and update behavior
...
The icon and its behavior has been changed upstream.
Bundle it so we don't have inconsistent behavior if it is updated upstream again.
4 years ago