l10n daemon script
cc068f9ebb
GIT_SILENT Sync po/docbooks with svn
2024-07-19 01:26:38 +00:00
l10n daemon script
2bfc2b1944
GIT_SILENT Sync po/docbooks with svn
2024-07-18 01:23:41 +00:00
l10n daemon script
029936112f
GIT_SILENT made messages (after extraction)
2024-07-18 00:39:13 +00:00
Andreas Gattringer
d5e400e8a4
stop video on destruction to avoid segfault
2024-07-17 11:08:53 +00:00
Andreas Gattringer
9dbb9c3f3b
fix filedownload on maximized view and context menu
...
- move the logic for remembering local filenames from
messagecontentmodel to neochatroom
- use it also when maximized and in context menu opening, to stop
re-downloading
- make onFileTransferCompleted signal connection one-shot (stops memory
leak)
2024-07-17 08:29:29 +00:00
l10n daemon script
a101e6b0a7
GIT_SILENT Sync po/docbooks with svn
2024-07-17 01:24:34 +00:00
Andreas Gattringer
c525ea55ce
fix typo in PollComponent that causes polls to not be checked correctly
2024-07-16 21:41:25 +02:00
Andreas Gattringer
8ca45f298f
show thumbail when video is stopped
2024-07-16 12:27:35 +02:00
Andreas Gattringer
cb4c6cb677
Audio filename, caption and seeking
...
- display caption independent of filename (consistancy to File)
- fix audio seeking not working
- change two comments and a variable name
2024-07-16 12:27:35 +02:00
Andreas Gattringer
d574a97a35
take the correct filename for synthax highlighting in code block
2024-07-16 12:27:35 +02:00
Andreas Gattringer
20f9a86ad9
stop assigning undefined to bool in TimelineView and MessageDelegate
2024-07-16 12:27:35 +02:00
Andreas Gattringer
a4a411cf1f
correctly display filename in MimeComponents
...
(previously it would include the caption text and save with it as
filename)
Don't append filename to the caption.
Relevant spec: https://spec.matrix.org/latest/client-server-api/#mfile
2024-07-16 12:27:35 +02:00
Andreas Gattringer
029bda5734
fix code preview components
...
- fix them vanishing after "opening" a file (they get downloaded to
/tmp/ without extension, which caused them to lose preview)
- make all text/plain mimetype files preview
- don't show them in Replies (in consistency with media components)
2024-07-16 12:27:35 +02:00
Andreas Gattringer
0fd578e6aa
Refactor MimeComponent
...
- Fix size and duration not showing in MimeComponents in replies
- Display Itinerary in replies as MimeComponent (in consistency with media
components)
2024-07-16 12:27:35 +02:00
l10n daemon script
95e1bee5e6
GIT_SILENT Sync po/docbooks with svn
2024-07-16 01:23:40 +00:00
Tobias Fella
c8dc10f311
Don't escape display name for leave events in subtitle
2024-07-15 22:04:32 +02:00
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