l10n daemon script
a00f4e393b
GIT_SILENT Sync po/docbooks with svn
2024-07-15 01:26:14 +00:00
l10n daemon script
5a7dea8857
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-07-15 01:18:59 +00:00
Andreas Gattringer
27e8970fff
fix segfault at loadError from message with attached file
2024-07-14 19:46:04 +00:00
Andreas Gattringer
7848274ba1
fix resetting of message content components
...
and don't reset whole Moessage content when author changes
2024-07-14 18:25:02 +02:00
l10n daemon script
145bf0298b
GIT_SILENT Sync po/docbooks with svn
2024-07-14 01:23:33 +00:00
James Graham
0392a33b54
Content Model Author
...
Make sure that the Author in the content model is only ever updated int he following circumstacnes:
- The member updates their displayname or avatar
- A previously hidden author line is shown
This is done by only doing a full reset on initialisation or when a previously hidden author is shown. The rest of the time we only reset the other content in the message, i.e. everything below the author line.
2024-07-13 16:01:42 +00:00
Andreas Gattringer
b211f46e3e
Do heavy things less often on room change event
2024-07-13 15:22:52 +00:00
James Graham
709711c3ca
Fix the InlineMessages for the room upgrades in RoomSettings
...
Fix the InlineMessages for the room upgrades in RoomSettings, they should show even if we aren't currently in the room. Resolve resource can join the predecessor/sucessor if required.
Closes network/neochat#618
2024-07-13 15:14:50 +00:00
l10n daemon script
841607406f
GIT_SILENT Sync po/docbooks with svn
2024-07-13 01:25:56 +00:00
Andreas Gattringer
70b726b04d
reset currentRoom before opening last room of connection
2024-07-12 07:41:25 +00:00
l10n daemon script
2799248106
GIT_SILENT Sync po/docbooks with svn
2024-07-12 01:24:11 +00:00
Carl Schwan
2321299084
Pass ApplicationWindow to AccountMenu
2024-07-11 20:55:04 +00:00
Andreas Gattringer
aa00773a3b
update only position of HoverActions when contentY of TimelineView
...
changes
2024-07-11 14:06:58 +02:00
l10n daemon script
733de1d0e1
GIT_SILENT Sync po/docbooks with svn
2024-07-11 01:24:16 +00:00
Tobias Fella
c16e4ad412
Fix opening pages from account menu
2024-07-10 21:39:15 +02:00
l10n daemon script
d1cf7a07f1
GIT_SILENT Sync po/docbooks with svn
2024-07-10 01:25:42 +00:00
James Graham
8751f6fea7
Never refresh the author role except when a member updated signal is generated. This should remove a potential source of crashes where a RoomMember object tries to access an already deleted room member state event
2024-07-09 20:21:13 +01:00
Andreas Gattringer
ea1b577ec7
fix room settings not opening from RoomDrawerPage, by launching it according to RoomDrawer
2024-07-09 10:49:18 +02:00
l10n daemon script
a41afa70eb
GIT_SILENT Sync po/docbooks with svn
2024-07-08 01:23:33 +00:00
Tobias Fella
e11c97cdc0
Move NeoChatRoom::showMessage to Controller
...
It doesn't fit into NeoChatRoom conceptually
2024-07-07 13:44:55 +02:00
l10n daemon script
d76e44512e
GIT_SILENT Sync po/docbooks with svn
2024-07-07 01:24:08 +00:00
l10n daemon script
fd1931377d
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-07-07 01:17:56 +00:00
James Graham
68ce6c4ed7
It seems like it's possible for contentModel.Author to be accessed before the contentModel is set so make sure this fails nicely
2024-07-06 20:05:16 +00:00
Carl Schwan
a2ee330307
Use new SearchDialog from Kirigami
2024-07-06 18:16:43 +00:00
Tobias Fella
c3a17f951e
Only enable taphandler for mouse clicks
...
BUG: 486545
2024-07-06 20:11:21 +02:00
Nicolas Fella
443c0f34d7
Rework Add Server dialog
...
Use plain items instead of FormCard delegate items, this isn't a FormCard
Set placeholder text for textfield
Remove redundant subtitle
Use inlinemessage for errors
Before:
{width=405 height=247}
After:
{width=404 height=234}
2024-07-06 18:10:34 +00:00
Tobias Fella
8725600368
Port away from deprecated QDateTime constructor
2024-07-06 20:00:04 +02:00
Tobias Fella
3b83b7f190
Set Qt policy 4
2024-07-06 20:00:04 +02:00
Tobias Fella
e0c3a1c143
Port to ecm_add_qml_module
2024-07-06 19:50:20 +02:00
Tobias Fella
bec1ad7bee
Fix crashes when logging out of connection
2024-07-06 19:44:00 +02:00
Tobias Fella
9e6c00f78c
Fix logout from account menu
2024-07-06 19:28:54 +02:00
Tobias Fella
abbbd9d705
Use RoomMember object for code component
2024-07-06 16:27:08 +02:00
Tobias Fella
4a5c012f05
Fix avatar in chatbar
2024-07-06 16:22:03 +02:00
Tobias Fella
319862b3d4
Fix avatars in full window image view
2024-07-06 16:20:16 +02:00
Tobias Fella
1fcf58024d
Fix avatars in CodeMaximizeComponent
2024-07-06 16:18:49 +02:00
Tobias Fella
9db162d0fc
Fix avatar in state delegates
2024-07-06 16:16:44 +02:00
Tobias Fella
13b15390c3
Fix crashes due to event being deleted
2024-07-06 15:54:29 +02:00
l10n daemon script
799b62e9d2
GIT_SILENT Sync po/docbooks with svn
2024-07-06 01:25:14 +00:00
Tobias Fella
d91ed535ad
Don't access event after it was deleted
...
- NeoChat stores pointer to event
- Event is replaced
- libQuotient deletes the event and notifies us that the event changes
- We're accessing the event to check its id
- Boom
Make this not boom by accessing the ID that we're additionally storing anyway.
2024-07-05 16:54:38 +02:00
l10n daemon script
c48b9874bf
GIT_SILENT Sync po/docbooks with svn
2024-07-04 01:22:48 +00:00
l10n daemon script
6a788f6c32
GIT_SILENT Sync po/docbooks with svn
2024-07-03 01:26:09 +00:00
Tobias Fella
53519a604e
Don't store member objects in userlistmodel
2024-07-02 18:17:27 +02:00
l10n daemon script
2818b87f02
GIT_SILENT Sync po/docbooks with svn
2024-07-02 01:24:50 +00:00
l10n daemon script
50e10133b9
GIT_SILENT Sync po/docbooks with svn
2024-07-01 01:23:04 +00:00
James Graham
068161719e
Update author documentation now we've moved to RoomMember
2024-06-30 17:59:40 +01:00
James Graham
c8d5d095e0
REmove unneeded includes
2024-06-30 17:59:40 +01:00
James Graham
52d07320ef
Make the author line in the bubble and reply be part of the content model
2024-06-30 17:59:40 +01:00
Tobias Fella
158b9ea2ca
Fix opening QR code
2024-06-30 18:06:57 +02:00
James Graham
6a100bfbab
When switching rooms first set the room to nullptr to clear any objects in MessageEventModel and UserListModel
2024-06-30 14:24:21 +00:00
Tobias Fella
b3bd6ee176
Fix showing avatar image in HiddenDelegate
2024-06-30 15:53:02 +02:00