Tobias Fella
a9a6e31b8c
Use FormCard AboutKDE
2023-09-02 07:41:41 +00:00
Tobias Fella
c5501f2b5d
Port ColorScheme to FormCard
2023-09-01 19:19:08 +00:00
Tobias Fella
68602fc177
Port ExploreComponent actions to pageStack.pushDialogLayer
2023-09-01 19:04:56 +00:00
Tobias Fella
8ce5a57499
Remove type registration for RoomMessageEvent
2023-09-01 18:54:58 +00:00
James Graham
bf3c5708c7
Remove support streaming
...
Remove support streaming from video delegate as it's breaking downloads and unused
2023-09-01 17:54:37 +00:00
Tobias Fella
8359c1fe90
Only set graphics API when using Qt6
2023-09-01 16:06:00 +00:00
Laurent Montel
774121ea8c
Fix qml explicit signal argument
2023-09-01 17:11:35 +02:00
Tobias Fella
370bbf8a4b
Set attributes for QtWebEngine
2023-09-01 11:34:33 +00:00
Tobias Fella
4fd36fb221
Fix crash for push rules without action
...
@nvrwhere how much sense does this fix make? i only know that it doesn't crash anymore
2023-09-01 11:33:29 +00:00
Laurent Montel
167349b9d2
Remove unused forward declaration
2023-09-01 11:51:36 +02:00
Tobias Fella
94c1b67ec9
Port account editor to formcard
2023-08-31 22:02:30 +00:00
Tobias Fella
a9965acdd3
Fix compilation warning in searchmodel
2023-08-31 21:52:23 +00:00
Tobias Fella
35313271a3
Cleanup registration.h
2023-08-31 21:36:56 +00:00
Tobias Fella
e40179f641
Don't load data from invalid indices in MessageFilterModel
2023-08-31 21:28:20 +00:00
Tobias Fella
dacf3ff8a0
Fix compilation warnings in registration.cpp
2023-08-31 21:21:22 +00:00
Tobias Fella
0274d70f71
Fix connection property initialization
2023-08-31 21:16:57 +00:00
Tobias Fella
0c19052f32
Port PushNotification settings page to FormCard
2023-08-31 20:40:59 +00:00
Laurent Montel
a3423e5724
Fix warning about missing argument qml signal
2023-08-31 10:02:32 +00:00
Tobias Fella
e05e0f5489
Improve QML types
2023-08-30 23:04:18 +00:00
Tobias Fella
002961f638
Move jobs to individual files
2023-08-30 21:10:56 +00:00
Laurent Montel
e28419ef88
Use isEmpty() here
2023-08-30 19:29:02 +02:00
Laurent Montel
0e4df58fc9
Add missing include moc file
2023-08-30 19:20:04 +02:00
Tobias Fella
21a55885b3
Only read role names from source model when there is a source model
2023-08-30 15:21:24 +00:00
Tobias Fella
9fcfad7058
Fix supportStreaming in VideoDelegate
2023-08-29 20:48:02 +00:00
Tobias Fella
cfcc1756dd
Implement deactivating accounts
2023-08-29 22:38:32 +02:00
Tobias Fella
e15bec2295
Introduce NeoChatConnection
...
Previously, some functions that conceptually belong to the connection needed to be in the Controller, since we didn't have a place to put them.
This fixes that by extending the Connection class in a similar way as we extend the Room class.
2023-08-29 20:14:44 +00:00
James Graham
9071cf827f
Make sure that the event after a state event is also a state event before filtering it out.
2023-08-29 17:41:20 +01:00
Yuri Chornoivan
c7deaaba84
Fix minor typo
2023-08-29 09:52:45 +03:00
James Graham
442612d31d
Merge the functionality of CollapseStateProxyModel into MessageFilterModel
...
Merge the functionality of CollapseStateProxyModel into MessageFilterModel there is no need for a whole separate model the filters can be combined trivialy.
2023-08-28 10:31:18 +00:00
Tobias Fella
59164d3bb2
Implement account registration
...
Implements #7
2023-08-28 10:05:09 +00:00
Tobias Fella
cc60dde62d
Deselect space when leaving it
...
BUG: 473271
2023-08-28 11:47:39 +02:00
James Graham
50e8b9ebf6
Visit User
...
Move to using visit user in all cases.
2023-08-27 19:05:55 +00:00
Nicolas Fella
f5ad2ad162
Fix enter key naviation in login flow
2023-08-27 19:32:41 +02:00
Tobias Fella
d11d6c74b3
Fix opening settings
...
BUG: 473789
2023-08-27 17:17:12 +00:00
James Graham
63ed69a5d4
Use updated AlbumMaximizeDelegate
...
Autoload is being removed so don't use it.
Requires libraries/kirigami-addons!146
2023-08-27 16:02:07 +00:00
Tobias Fella
a8aa775575
Implement message forwarding
...
Implements #338
2023-08-27 09:55:31 +00:00
Tobias Fella
6305359b3c
Use round instead of ceil in delegatesizehelper
...
Fixes #592
2023-08-27 09:54:57 +00:00
Tobias Fella
7e859364af
Don't show "no canonical alias" message in GroupChatDrawerHeader
...
The word "canonical" is confusing to average people and there isn't really a point in showing the message.
2023-08-27 09:54:41 +00:00
Tobias Fella
8abd0db012
Remove redundant NeoChatRoom::htmlSafeDisplayName
2023-08-27 09:54:28 +00:00
Tobias Fella
dbc10685f0
Port login to FormCard
2023-08-27 09:54:12 +00:00
Tobias Fella
68298f038d
Fix opening report sheet
2023-08-26 19:54:45 +00:00
Tobias Fella
405fd5841a
Fix opening ban sheet
2023-08-26 19:54:17 +00:00
Tobias Fella
5da9bba844
Force plain text user display name in user detail sheet
2023-08-26 19:54:06 +00:00
Tobias Fella
84373712ef
Fix opening about page
2023-08-26 21:51:40 +02:00
James Graham
50f4f96341
Fix maximize component menu
...
Should be plainText not plainMessage
2023-08-26 19:29:11 +00:00
Tobias Fella
1b27b1a4e2
Make sure we don't load link previews when they're not enabled
...
Fixes #591
2023-08-26 19:28:29 +00:00
Tobias Fella
33811a4c49
Remove unused kitemmodels import
2023-08-26 21:25:09 +02:00
James Graham
43715486e5
Room Drawer Mobile
...
Push the room drawer as a page rather than a drawer when on mobile or the window is thin.
This also lays some foundations for having multiple different pages in the drawer by separating the room information into it's own component which could be switched out to show other things like highlights or media.
2023-08-26 08:42:39 +00:00
James Graham
092f1be99b
Further mark messages read fixes
...
Add a timer to lockout the scroll trigger for marking messages as read in the first second after changing room. This is because the scrollview can't differentiate between mouse scrolling and the multiple changes in scrollview that happen as the room is changed over.
2023-08-25 22:27:20 +00:00
Tobias Fella
89aae665b1
Fix reaction string
2023-08-24 17:38:17 +00:00