Joshua Goins
e3cf85aa8c
Yank "Qt5" out of the description for libQuotient
...
We aren't using thr Qt5 version anymore, and it's not really a point in
describing which exact Qt version we use with libQuotient in a user
facing string like this anyway.
2023-11-03 17:39:02 -04:00
James Graham
2065eb6684
Mobile explore component
...
Create a mobile version of explore component and place it at the bottom for single handed use. This also refactors the UserInfo component so it can be at the top on mobile as well as the bottom on dektop.
This should have no effect on desktop and should be identical.

2023-11-03 17:22:57 +00:00
Tobias Fella
9cac2a8abd
Delete KeywordNotificationRuleModel
...
It's unused
2023-11-03 17:39:10 +01:00
Tobias Fella
feb87e6f70
Show QR codes in UserDetailDialog
2023-11-03 16:23:54 +00:00
Tobias Fella
dbb0269354
Fix sending locations
2023-11-02 19:46:06 +01:00
Tobias Fella
7fdb617b33
Port RoundButtons in TimelineView to FloatingButton
...
BUG: 476124
2023-11-02 18:15:57 +01:00
Tobias Fella
d798b0dec9
HTML-escape mentions
2023-11-02 17:04:26 +00:00
James Graham
95cf23eb5b
Remove GridLayout ReplyComponent
...
Stop using GridLayout in ReplyComponent as they are notoriously terribleRemove
2023-11-02 17:04:18 +00:00
James Graham
7e3db20229
Remove isEdit from ChatDocumentHandler
...
Remove isEdit from ChatDocumentHandler as it was made redundant by the ChatCache rework.
2023-11-02 17:00:41 +00:00
Laurent Montel
12689babfb
Add missing moc
2023-11-02 08:50:43 +01:00
Tobias Fella
7a45640e5e
Fix string
2023-10-31 17:13:05 +01:00
Tobias Fella
8af20885ab
Add account / device security settings page
2023-10-31 14:59:08 +01:00
Tobias Fella
4033f07272
Port away from custom format* QML functions
2023-10-31 14:56:52 +01:00
Tobias Fella
5df4fa297d
Move Controller::setBlur and Controller::hasWindowSystem to WindowController
2023-10-31 09:17:44 +00:00
Tobias Fella
33c5b418d2
Move Controller::openOrCreateDirectChat to NeoChatConnection
2023-10-31 09:16:59 +00:00
Tobias Fella
f1b1b8ce53
Remove unused include
2023-10-30 21:29:44 +01:00
Tobias Fella
526d4748e0
Remove unused includes
2023-10-30 21:27:36 +01:00
Tobias Fella
c5f93adbf4
Don't percent encode job parameter
2023-10-30 20:51:44 +01:00
Tobias Fella
61630cbe90
Rename "Security.qml" to "RoomSecurity.qml"
2023-10-30 11:07:42 +01:00
James Graham
57978b1a6e
EventHandler Nullptr checks
...
So I got lazy halfway through doing this the first time.
Add missing checks for null m_room and m_event to EventHandler and add tests for them.
2023-10-29 14:51:25 +00:00
James Graham
9b37777f20
Remove getUsers
...
Remove getUsers as it's unused
2023-10-29 13:07:45 +00:00
Tobias Fella
772bca5ba6
Fix sending messages that were typed before switching rooms
2023-10-28 17:21:12 +02:00
Tobias Fella
036a60a095
Don't linkify urls in code blocks
...
BUG: 475301
2023-10-28 16:19:32 +02:00
Tobias Fella
d300e9cf52
Slightly reformat cmake
2023-10-28 16:18:21 +02:00
Tobias Fella
1f4bcd150f
Make SectionDelegate separator thickness consistent with other Separators
2023-10-28 16:16:37 +02:00
Tobias Fella
9ad8894983
Fix connection switching
2023-10-28 15:13:22 +02:00
Tobias Fella
9e63ca5eb7
Remove ShimmerGradient
...
It's unused
2023-10-28 14:08:51 +02:00
Tobias Fella
ade66242bb
Remove unused import
2023-10-28 13:59:23 +02:00
Tobias Fella
2c6932b4cb
Fix crash when there is an empty logging category
...
BUG: 475248
2023-10-28 09:12:59 +00:00
Tobias Fella
7dd3ad9548
Hide info banner when changing room
...
BUG: 476128
2023-10-28 00:21:57 +02:00
Tobias Fella
f690b76efa
Fix crash for events that are not RoomMessageEvents
...
BUG: 476153
2023-10-27 22:11:12 +02:00
James Graham
87b8d6710e
Update Kirigami PlatformTheme
...
Update Kirigami PlatformTheme to new path.
2023-10-27 16:13:22 +00:00
Tobias Fella
02b4e5cc70
Port away from CheckableListItem
2023-10-26 10:07:35 +00:00
Tobias Fella
410add04fb
Fix subtle erroneous event casts
...
Sometimes, the previous code would static_cast an EncryptedEvent to a RoomMessageEvent.
This was mostly unnoticed, since the types are similar enough.
2023-10-26 10:03:09 +00:00
l10n daemon script
5828ee1ada
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2023-10-26 02:17:19 +00:00
Tobias Fella
de47f7f2fa
Remove duplicate signal
2023-10-25 20:28:14 +02:00
Laurent Montel
19adc7b9e5
GIT_SILENT: use KLocalizedString::setApplicationDomain(QByteArrayLiteral => saving one deep data copy
2023-10-25 08:25:27 +02:00
Tobias Fella
9dcb7b49fa
Use KColorScheme
2023-10-24 07:55:01 +00:00
Tobias Fella
52f5901642
Update replacement room filtering in real-time
2023-10-24 07:51:15 +00:00
Tobias Fella
d4b4a7e1ff
Only hide replaced rooms if we're joined to the replacement room
2023-10-24 07:51:15 +00:00
Tobias Fella
4449678b74
Don't abort in the message logger
...
Let the app do whatever it would do naturally
2023-10-24 07:32:09 +00:00
Tobias Fella
19e197e0ec
Fix maps
...
In Qt6, Map just shows a static map, while MapView allows for zooming, moving, etc.
2023-10-24 07:08:05 +00:00
Tobias Fella
9b80d9e7aa
Minor QML cleanup
2023-10-23 22:28:34 +02:00
Tobias Fella
dc409387bd
Remove check for libQuotient 0.8
2023-10-23 22:00:34 +02:00
James Graham
ef1d62d45c
ActionsHandler poperties
...
Make sure that all low level components get ActionsHandler through actual properties rather than magically
2023-10-22 13:39:34 +00:00
James Graham
c2d82750b1
Fix opening a room in a new window.
...
Fix opening a room in a new window. This is done by makeing the model top level parameters in RoomPage set from RoomManager but overwritten by RoomWindow
2023-10-22 11:57:27 +00:00
James Graham
39556f45ab
Send Threaded Messages
...
This MR deals with only sending threaded messages. Showing threads will turn up in a follow up. This allows you to start a new thread by clicking reply in thread to a normal message.
You can also do a threaded reply to a threaded message in the main timeline at the moment because those messages aren't shown in a separate thread timeline yet but will be in future.
2023-10-20 17:07:09 +00:00
Joshua Goins
3c7774800a
Remove now unused QDataStream operators for Emoji
2023-10-20 15:27:33 +00:00
Joshua Goins
bc7530eaa1
Store last used emojis in the state config file
...
Instead of crumming up the main settings file with the last used emojis,
they now live in the state (where they belong.)
2023-10-20 15:27:33 +00:00
Joshua Goins
25d0368d41
Compact the event cache JSON
...
By default, Qt will spit out indented JSON when writing to the config
file, which is useless as it wastes space and no one will read this.
2023-10-19 20:46:17 +00:00