l10n daemon script
e8981bdc0f
GIT_SILENT Sync po/docbooks with svn
2025-07-12 01:42:05 +00:00
l10n daemon script
c42486a061
GIT_SILENT Sync po/docbooks with svn
2025-07-11 01:40:27 +00:00
l10n daemon script
64d82b8d2a
GIT_SILENT Sync po/docbooks with svn
2025-07-10 01:40:11 +00:00
l10n daemon script
677abee890
GIT_SILENT Sync po/docbooks with svn
2025-07-09 01:42:04 +00:00
Joshua Goins
3a25a62350
Refer to global notification settings as "Default Settings" instead
...
This changes references to "global notification settings" to "default
settings", which should hopefully make it clearer what these actually
are.
Also, a information tip has been added to the settings page to clarify
what these settings do and imply that the per-room settings take
precedence.
2025-07-08 17:17:04 -04:00
l10n daemon script
bc7b480c41
GIT_SILENT Sync po/docbooks with svn
2025-07-08 01:40:16 +00:00
Tobias Fella
d9b495356d
Fix roomlist positioning when changing rooms
...
The room list is supposed to center the new room, but, since the current room as stored in SortFilterRoomTreeModel is only updated after we're jumping to the room, mostly just jumped to the old room.
2025-07-07 18:31:40 +00:00
Tobias Fella
ce82606e6e
Fix jumping to replied-to event
2025-07-07 14:20:02 +00:00
l10n daemon script
07837c2e64
GIT_SILENT Sync po/docbooks with svn
2025-07-07 01:38:29 +00:00
Tobias Fella
1738253e6f
Don't crash when calling RoomManager::viewEventMenu with empty event id
2025-07-06 23:14:28 +02:00
James Graham
17fa2246da
Refine MessageContentModel further
...
Create some standard functions that should hopefully make it easier to manage the model contents. Used for file stuff for now.
2025-07-06 21:16:17 +01:00
l10n daemon script
4f5e096e7e
GIT_SILENT Sync po/docbooks with svn
2025-07-06 01:37:58 +00:00
Albert Astals Cid
b125c284bd
GIT_SILENT Upgrade release service version to 25.11.70.
2025-07-05 11:59:46 +02:00
l10n daemon script
87213903b1
GIT_SILENT Sync po/docbooks with svn
2025-07-05 01:39:27 +00:00
James Graham
3d9d211d25
Allow the condition for when messages are automatically marked as read to be configurable.
...
Title this adds a number of options for when messages should be automatically marked as read for the user to choose from.
{width=480 height=262}
2025-07-04 14:36:36 +01:00
James Graham
d5d291396d
MessageContentModel improvements
...
Remove the hack for DelegateChooser and minimise the amount of updates when data changes
2025-07-04 10:28:50 +01:00
l10n daemon script
d7cd38b5e5
GIT_SILENT Sync po/docbooks with svn
2025-07-04 01:39:05 +00:00
l10n daemon script
1a25cfc0e3
GIT_SILENT Sync po/docbooks with svn
2025-07-03 07:51:46 +00:00
l10n daemon script
8d9669e033
GIT_SILENT Sync po/docbooks with svn
2025-07-02 11:07:52 +00:00
l10n daemon script
690d2e2b12
GIT_SILENT Sync po/docbooks with svn
2025-07-02 08:01:01 +00:00
l10n daemon script
2208b1b2b3
GIT_SILENT Sync po/docbooks with svn
2025-07-02 01:40:33 +00:00
Joshua Goins
67da272ccd
Add feature flag for the new calls feature
...
This will be experimental for some time, so we need a way to turn it
on/off for future stable builds.
2025-07-01 14:52:46 -04:00
Joshua Goins
171930fb1d
Show a message when failing to download a file
...
And optionally show an error message, if libQuotient gets one. This
helps in certain rare situations where you just *Cannot* download
something. Before, NeoChat would just reset the image or video without
telling you anything but now there's a nice big error message telling
you what's wrong.
2025-07-01 06:53:59 -04:00
l10n daemon script
2bd59fa16f
GIT_SILENT Sync po/docbooks with svn
2025-07-01 01:40:14 +00:00
Joshua Goins
d0d0384bdb
Improve the look of loading videos
...
The video thumbnail is no longer hidden while loading. This makes it
look less buggy (like NeoChat forgot what the thumbnail was) while
loading a large video. To help with contrast, a slight background tint
is added.
2025-06-30 17:21:40 -04:00
James Graham
680573de61
Make sure that thread replies aren't hidden when threads are off
2025-06-30 19:34:27 +01:00
Heiko Becker
ba7f866cf5
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 7e87d415ae )
2025-06-30 18:57:23 +02:00
Tobias Fella
57a95ae972
Show nicer text for call member events
2025-06-30 17:17:47 +02:00
Marco Martin
de97275a38
Use new Kirigami builtin column resize handle
...
Use the new Kirigami.ColumnView.interactiveResizeEnabled attached property
which allows to have a built in resize handle for ColumnView pages
removing the need for a custom handle with resize logic
depends from https://invent.kde.org/frameworks/kirigami/-/merge_requests/1795
2025-06-30 11:25:28 +02:00
l10n daemon script
d08181f56d
GIT_SILENT Sync po/docbooks with svn
2025-06-30 01:41:18 +00:00
James Graham
f6e8491bf1
Split message content into its own module
...
This is laying some groundwork for the rich text chatbar.
2025-06-29 12:43:48 +01:00
l10n daemon script
a1447ebd6f
GIT_SILENT Sync po/docbooks with svn
2025-06-29 01:44:03 +00:00
l10n daemon script
3b67e4deaf
GIT_SILENT Sync po/docbooks with svn
2025-06-28 01:39:59 +00:00
James Graham
e55afd0402
Move ImageEditorPage to Chatbar module
2025-06-27 16:25:57 +01:00
James Graham
7c0710d445
ActionToolbar is no longer needed now there is only 1 button
2025-06-27 16:08:30 +01:00
James Graham
61f9cd41f7
Initial Account
...
Restore the functionality where clicking on "edit this account" from the AccountMenu opens setting to the account rather than pushing as its own window
2025-06-27 16:08:14 +01:00
l10n daemon script
6c7a7a7be5
GIT_SILENT Sync po/docbooks with svn
2025-06-27 01:41:18 +00:00
James Graham
63125d97c3
Fix hiding down button on timeline when at the bottom
2025-06-26 14:38:16 +01:00
James Graham
cb4e7d4943
Fix room list header when collapsed
2025-06-26 14:34:18 +01:00
l10n daemon script
b9d5ed699e
GIT_SILENT Sync po/docbooks with svn
2025-06-26 01:41:04 +00:00
l10n daemon script
75fe5c8970
GIT_SILENT Sync po/docbooks with svn
2025-06-25 01:42:54 +00:00
Aleix Pol
91da2d01b7
UserInfo: Move the switch user action to the menu
...
It doesn't clutter the main UI.
It allows us to see the keyboard shortcut.
2025-06-23 23:19:05 +00:00
l10n daemon script
4bade72ce4
GIT_SILENT Sync po/docbooks with svn
2025-06-23 01:39:47 +00:00
l10n daemon script
9c05e2feed
GIT_SILENT Sync po/docbooks with svn
2025-06-22 01:45:29 +00:00
l10n daemon script
ba94098411
GIT_SILENT Sync po/docbooks with svn
2025-06-21 01:41:18 +00:00
James Graham
43c691160e
Update the RoomTreeSection to use standard Kirigami.ListSectionHeader
2025-06-20 07:42:43 +01:00
James Graham
e2daa091e8
Switch section delegate for standard Kirigami.ListSectionHeader
...
Switch section delegate for standard Kirigami.ListSectionHeader, SectionDelegate is no longer required so removed.
2025-06-20 07:42:14 +01:00
l10n daemon script
f026414b1a
GIT_SILENT Sync po/docbooks with svn
2025-06-20 01:39:04 +00:00
l10n daemon script
fd640a4bd0
GIT_SILENT Sync po/docbooks with svn
2025-06-19 01:39:06 +00:00
l10n daemon script
dd433d7f99
GIT_SILENT Sync po/docbooks with svn
2025-06-18 01:39:30 +00:00