Nicolas Fella
7f72808a9a
Fixup AttachDialog
...
Use standard spacing values
Use implicit button size
2024-06-08 14:34:40 +00:00
Joshua Goins
1d5297c0f0
Rename the header for room actions "Actions" instead of "Options"
...
These aren't really configurable options in the usual sense, but rather
actions you can take in the room.
2024-06-08 14:34:21 +00:00
Joshua Goins
e40528ba45
Use a more natural sounding action name for favoriting the room
...
"Make room favorite" doesn't sound very natural in English, but
"Favorite this room" is and fits in with the rest of the actions here.
2024-06-08 14:34:21 +00:00
Tobias Fella
29972b5867
Port away from commitSingleShot
2024-06-08 15:43:16 +02:00
James Graham
91109ca845
Get 3PID binds on startup
...
Get binds on startup and update the staus properly after bind/unbinding 3PIDs
2024-06-08 08:42:34 +00:00
l10n daemon script
8a75967953
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"
2024-06-08 01:19:18 +00:00
Volker Krause
64c5894602
Fix notifyrc file location
2024-06-04 15:01:54 +00:00
l10n daemon script
9893fae27c
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"
2024-06-01 01:18:01 +00:00
Carl Schwan
87d707bc21
CreateRoomDialog: Add missing formcard separators
2024-05-31 10:38:47 +00:00
James Graham
227ebd610a
Support binding 3PIDs
...
Closes network/neochat#565
2024-05-31 09:25:42 +00:00
James Graham
ab4af48e52
Integrate NeoChatMaximizeComponent with MediaManger
...
Needs libraries/kirigami-addons!227
Closes network/neochat#641
2024-05-31 09:01:13 +00:00
l10n daemon script
ec73a53101
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"
2024-05-31 01:19:16 +00:00
Carl Schwan
d2a79214b5
Fix crash when sending message
...
Ensure the message has an eventId which only happens after the message
is sent.
2024-05-28 15:21:04 +02:00
Tobias Fella
6e2d85f2d2
Add some Q_UNUSEDs
2024-05-27 20:06:28 +02:00
James Graham
efb72652ce
Use MessageContentModel for replies
...
This allows code and other components to be displayed nicely.
2024-05-27 14:54:42 +00:00
Nicolas Fella
8186ee0e3f
Add missing dependencies to QML modules
2024-05-26 16:15:57 +02:00
Nicolas Fella
74aa14c011
Make org.kde.neochat import all submodules
...
This way we don't need to explicitly import the various submodules and instead only import org.kde.neochat
2024-05-26 16:15:43 +02:00
Laurent Montel
7837364b86
Add missing include moc
2024-05-25 18:38:20 +00:00
James Graham
31f0e39617
Convert TimelineDelegate to cpp
...
There are 2 main reason for doing this:
1. Because I can, I wanted to see if I could do it
2. It gets rid of the janky qml re parenting stuff so should be faster.
2024-05-25 17:06:13 +00:00
James Graham
a48151920d
Permission model
...
Add a model for managing permissions (power levels) in rooms. This gets rid of a whole bunch of boiler plate in NeoChat and as a bonus makes it easy to add a feature to allow setting the permission level for any event.
2024-05-25 16:25:39 +00:00
Tobias Fella
8199653ddd
Use simpler and less restrictive server url regex
...
The old regex was too restrictive. The new one will allow invalid urls, but we don't gain anything from preventing that
BUG: 486888
2024-05-25 15:00:12 +02:00
Tobias Fella
9d650519c7
Don't suggest joining the last opened room when neochat is started after the cache was cleared
2024-05-25 14:45:45 +02:00
James Graham
9da9de2d2d
Make sure to ask before leaving a room
...
Make sure to ask before leaving a room
BUG: 486546
2024-05-24 08:12:26 +00:00
James Graham
c9ddd9d513
Improve the behaviour of jump to last unread message.
...
Improve the behaviour of jump to last unread message. The view will now jump as high as possible if the last unread message isn't loaded. This at least triggers more items to load which will eventually get the user to the last unread message.
2024-05-24 07:55:05 +00:00
Carl Schwan
415cfd57e7
Use standard Dialog background for emoji dialog
2024-05-22 10:00:51 +00:00
l10n daemon script
b1ede93cdb
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"
2024-05-22 01:19:14 +00:00
l10n daemon script
c5ef8c3fec
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"
2024-05-16 01:17:33 +00:00
Tobias Fella
9da7462f3e
Fix compatibility with newer quotient job api
2024-05-14 16:50:38 +02:00
l10n daemon script
044b910357
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"
2024-05-13 01:17:24 +00:00
James Graham
3de943e50f
Set Identity server
...
Part of network/neochat#565
2024-05-12 18:22:27 +00:00
James Graham
1a2272249d
Support adding 3 PIDs
...
Implements part of network/neochat#565
Note the phone number stuff is untested as neither kde.org or matrix.org have them switched on.
2024-05-12 17:02:09 +00:00
James Graham
0dfeec6cae
Make sure that the link preview sizes correctly so that there is no bubble overflow
2024-05-12 13:13:11 +00:00
Carl Schwan
f45226a680
Port all confirm dialogs to Kirigami.PromptDialog
2024-05-10 12:54:13 +00:00
Akseli Lahtinen
ce1c6096d3
Check for tagToken length
...
Sometimes this part of the code causes segfault for me.
I don't know what the root cause is though, it's *very* random. I guess the tagToken should always be long enough, but sometimes it's just one character.
2024-05-08 19:41:39 +00:00
l10n daemon script
2b61f2a9e8
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"
2024-05-07 01:16:57 +00:00
Tobias Fella
47242aa66c
Remove remaining uses of MatrixImageProvider and remove it
2024-05-06 18:18:48 +02:00
Tobias Fella
31a8abe615
Don't use applicationWindow() for loading key verification sessions
2024-05-06 15:54:50 +02:00
Tobias Fella
4dae3c34b4
Move HoverLinkIndicator to separate file
2024-05-06 15:54:49 +02:00
Tobias Fella
65aa8919b9
Port ConfirmUrlDialog away from applicationWindow()
2024-05-06 15:54:49 +02:00
Tobias Fella
acf8eac0d4
Cleanup JoinRoomDialog
2024-05-06 15:54:49 +02:00
Tobias Fella
e8aa29d3c2
Move direct chat confirmation dialog to separate file
2024-05-06 15:54:49 +02:00
Tobias Fella
a36194afe2
Remove unused component
2024-05-06 15:54:49 +02:00
Tobias Fella
8554898e45
Move consent sheet to separate file
2024-05-06 15:54:46 +02:00
Tobias Fella
c9e3a9f8fe
Add back include
2024-05-05 21:56:00 +02:00
Tobias Fella
c3de788956
Cleanup includes
2024-05-05 21:49:43 +02:00
Tobias Fella
53e3c36f7e
Explicitely include QFont
2024-05-05 21:33:47 +02:00
Tobias Fella
20908107a0
Remove unused includes
2024-05-05 21:21:43 +02:00
Tobias Fella
7d8c79ec57
Remove unused include
2024-05-04 11:27:30 +02:00
Tobias Fella
9bb89c728f
Move KUnifiedPush include to source file
2024-05-04 11:22:00 +02:00
Tobias Fella
be2e28cc53
Cleanup API
2024-05-04 11:17:45 +02:00