Kévin Commaille
b1e6726a2b
sidebar: Rename IconItem to SidebarIconItem
...
And other refactoring
2 years ago
Luming Zh
eadb41de4f
Update Chinese (China) translation
2 years ago
Kévin Commaille
5150ca8e20
room-history: Show menu for left rooms too
2 years ago
Kévin Commaille
61c3db0284
room-row: Cleanup
2 years ago
Kévin Commaille
f9f8ef8e9d
sidebar: Only offer to join a room again if it is possible
2 years ago
Kévin Commaille
aacd99b544
room: Properly compute if we can join a room
2 years ago
Kévin Commaille
fda4016cf9
misc: Prefer connect_closure over connect_local
2 years ago
Kévin Commaille
553ca48588
room-history: Update messages even if source did not change
...
Related events don't trigger changes in the source.
2 years ago
Kévin Commaille
1c427e1edf
user-sessions-list: Watch changes in user sessions
2 years ago
Kévin Commaille
07e1cb2da4
session: Always keep the list of user sessions
...
Can be used later to detect new sessions
2 years ago
Kévin Commaille
6b321a4e3d
account-details: Refactor UserSessionsPage
...
Use a stack to represent the list states rather than items.
2 years ago
Kévin Commaille
2c80517970
style: Rename class for large spinners
2 years ago
Kévin Commaille
9a0d8db024
account-settings: Rename DevicesPage to UserSessionsPage
...
To be closer to what is shown in the UI
2 years ago
Kévin Commaille
bd1032bf4e
misc: Fix parent class of subclassable classes
2 years ago
Kévin Commaille
9f147c5430
system-settings: Make subclassable per-OS
2 years ago
Kévin Commaille
1f2648f48c
qr-code-scanner: Make Camera and CameraPaintable subclassable per-OS
2 years ago
Kévin Commaille
55f5a2d938
notifications: Strip the reply fallback
2 years ago
Kévin Commaille
a9007ad7bf
notifications: Do not show sender's name for notifications in direct rooms
2 years ago
Kévin Commaille
45d176d33c
room: Keep track of the direct member
2 years ago
Kévin Commaille
66a1df3228
room-history: Hide timeline start item if there is the room creation event
2 years ago
Kévin Commaille
ddef925d08
room-history: Only show sender of replied-to events if we would show it on the original event
2 years ago
Kévin Commaille
03e1efd363
message-toolbar: Refactor code for sending location
...
A Location module is created in utils, that can be implemented for each
platform.
The location is kept up-to-date while the dialog is opened.
The location portal session is closed each time so the user can send
their location again later.
2 years ago
Kévin Commaille
968ab4c36c
attachment-dialog: Show a spinner while the location is loading
2 years ago
Anders Jonsson
c7c54969fa
Update Swedish translation
2 years ago
Kévin Commaille
d353ec78bd
room-list: Make sure to select the latest room by alias
2 years ago
Kévin Commaille
d9d3b057c8
room-details: Disconnect signals from proper object
...
Fixes errors in the logs
2 years ago
Kévin Commaille
61984ad3ba
room: Keep the power levels of the members up-to-date
2 years ago
Kévin Commaille
f6988639bd
room-history: Fix event actions according to permissions
...
Some actions would show up in left rooms, although it's not possible
to do anything in these rooms.
Also fixes the "View Details" entry for state events.
2 years ago
Kévin Commaille
ca6f5b8149
room: Refactor tracking of user permissions
2 years ago
Kévin Commaille
f49037e3bb
event: Keep a strong reference to Room
2 years ago
Kévin Commaille
76165c181d
Release Fractal 6.rc
2 years ago
Yuri Chornoivan
a5774c8977
Update Ukrainian translation
2 years ago
Luming Zh
34bbbdcf27
Update Chinese (China) translation
2 years ago
Kévin Commaille
576e3b2e8b
room-history: Use strict centering for header bar
2 years ago
Kévin Commaille
055de57d18
room-members: Change list title according to count
2 years ago
Kévin Commaille
3a067cd564
room-members: Change icons
2 years ago
Kévin Commaille
501d036431
room-members: Use default AdwClampScrollable settings
2 years ago
Alexandre Franke
1aedede3e2
readme: be specific about KWallet version
2 years ago
Kévin Commaille
f319fc8cb9
user-page: Show room member information and possible actions
2 years ago
Kévin Commaille
76294c3599
power-level-badge: Use warning and error colors from libadwaita
2 years ago
Kévin Commaille
e54d8d00aa
components: Rename Badge to PowerLevelBadge
...
And some refactoring
2 years ago
Christian Kirbach
dc0f72e8f8
Update German translation
2 years ago
Kévin Commaille
e406fe0a5c
room-details: Add a few advanced details
2 years ago
Kévin Commaille
2d628295d7
room-details: Do not show remove avatar button when room avatar URL is not set
2 years ago
Kévin Commaille
54d42a6cd8
room-details: Normalize strings in members list filter
2 years ago
Kévin Commaille
fa4307abbb
sidebar: Normalize strings in room list filter
2 years ago
Kévin Commaille
ada9d44434
utils: Add expression to normalize string
2 years ago
Kévin Commaille
ae57952382
completion-popover: Use normalized_lower_lay_string
...
lower_lay_string doesn't normalize unicode characters
2 years ago
Kévin Commaille
cb4de68a60
utils: Move expressions to their own module
2 years ago
Kévin Commaille
d83b4aa332
sidebar: Make sure collapsed rooms can show up in room list search results
...
This uses a duplicate GtkTreeListModel with all items expanded and
switches to it when search is active.
2 years ago