James Graham
607b6bcef0
Use updated membersTyping functions from libquotient
2024-06-08 15:20:08 +02:00
James Graham
bae9f39719
Request direct chat by userId to avoid breakage with upcoming libquotient changes
2024-06-08 15:20:07 +02:00
Tobias Fella
fa3fdca155
Unconditionally use SSSS
2024-06-08 15:20:07 +02:00
James Graham
8085d19eee
Actually user.h needs to still be included in actionsmodel
2024-06-08 15:20:07 +02:00
James Graham
272f49876e
Make use of new RoomMember item from libquotient
...
Depends on https://github.com/quotient-im/libQuotient/pull/695
Currently basic just to show a working implementation using RoomMember. Currently only the room event and search models are moved over. Will change everything else over once the dependent pr is complete.
2024-06-08 15:20:07 +02:00
James Graham
ece56a55e8
handle remaining stuff for Quotient::Omittable deprecation
2024-06-08 15:20:07 +02:00
James Graham
aec35222f9
Remove uses of Quotient:Omittable
...
Note this technically won't build for now because of the lack of RoomMember support but I'll push that at the quotient-next branch next.
This is needed as well to get a branch that builds on dev.
2024-06-08 15:19:59 +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
8e5ccb5461
GIT_SILENT Sync po/docbooks with svn
2024-06-08 01:27:06 +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
l10n daemon script
3f4965b182
GIT_SILENT made messages (after extraction)
2024-06-08 00:39:04 +00:00
l10n daemon script
2ac266029c
GIT_SILENT Sync po/docbooks with svn
2024-06-07 01:22:56 +00:00
l10n daemon script
3261231d07
GIT_SILENT made messages (after extraction)
2024-06-07 00:38:46 +00:00
l10n daemon script
95ce6385b0
GIT_SILENT Sync po/docbooks with svn
2024-06-05 01:36:19 +00:00
Volker Krause
64c5894602
Fix notifyrc file location
2024-06-04 15:01:54 +00:00
l10n daemon script
8c4839c300
GIT_SILENT Sync po/docbooks with svn
2024-06-04 01:22:51 +00:00
l10n daemon script
80c2bc1a52
GIT_SILENT Sync po/docbooks with svn
2024-06-03 01:23:01 +00:00
l10n daemon script
bcd417e039
GIT_SILENT Sync po/docbooks with svn
2024-06-02 01:24:06 +00:00
l10n daemon script
ac216f697f
GIT_SILENT Sync po/docbooks with svn
2024-06-01 01:24:07 +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
l10n daemon script
cb183efa66
GIT_SILENT made messages (after extraction)
2024-06-01 00:39:03 +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
78a8227219
GIT_SILENT Sync po/docbooks with svn
2024-05-31 01:31:41 +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
l10n daemon script
3fb1d086b7
GIT_SILENT Sync po/docbooks with svn
2024-05-30 01:24:46 +00:00
l10n daemon script
5d4a12c127
GIT_SILENT Sync po/docbooks with svn
2024-05-29 01:36:10 +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
Laurent Montel
db57111188
Use 6.7 image
2024-05-28 06:49:38 +02:00
l10n daemon script
b22276bcd5
GIT_SILENT Sync po/docbooks with svn
2024-05-28 01:22:05 +00: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
l10n daemon script
3615c3e8e5
GIT_SILENT Sync po/docbooks with svn
2024-05-27 01:25:06 +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
l10n daemon script
aa68369f95
GIT_SILENT Sync po/docbooks with svn
2024-05-26 01:22:22 +00: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
l10n daemon script
a545eaca97
GIT_SILENT Sync po/docbooks with svn
2024-05-25 01:25:23 +00: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
32df465c8a
GIT_SILENT made messages (after extraction)
2024-05-22 00:39:06 +00:00
l10n daemon script
2f1c5df11d
GIT_SILENT Sync po/docbooks with svn
2024-05-21 01:29:24 +00:00
l10n daemon script
f85f6a7fdc
GIT_SILENT Sync po/docbooks with svn
2024-05-20 01:24:20 +00:00