Tobias Fella
5c5dcd555b
Fix compilation warnings about QFile::open
2025-08-28 15:16:08 +02:00
Tobias Fella
8098fce461
Fix qml name of timeline-memtest
2025-08-28 14:32:54 +02:00
l10n daemon script
227ea231d5
GIT_SILENT Sync po/docbooks with svn
2025-08-28 01:46:47 +00:00
Tobias Fella
35ac1b7a55
Tests: Rewrite server sync handling
...
Implements #696
2025-08-27 22:59:39 +02:00
l10n daemon script
86be1d82bc
GIT_SILENT Sync po/docbooks with svn
2025-08-27 01:44:37 +00:00
Tobias Fella
c6dd82d2ff
Don't link kirigami in memorytests
2025-08-26 13:40:25 +02:00
l10n daemon script
2624ed1817
GIT_SILENT Sync po/docbooks with svn
2025-08-26 01:42:10 +00:00
Tobias Fella
8706ee950e
Minor fix to StateModel
2025-08-25 15:21:51 +02:00
l10n daemon script
bde27dc826
GIT_SILENT Sync po/docbooks with svn
2025-08-25 01:42:35 +00:00
Tobias Fella
25b4ee2efb
Ifdef trayicon a bit more for android
2025-08-24 16:25:52 +02:00
Tobias Fella
e7f6adaa01
Refactor Controller
2025-08-24 16:12:52 +02:00
Tobias Fella
bb3e28bc43
Fix runtime qml warning
2025-08-24 11:56:22 +02:00
Tobias Fella
026db80391
Use logging category for some qDebugs
2025-08-24 10:07:59 +02:00
l10n daemon script
2c09a48c8d
GIT_SILENT Sync po/docbooks with svn
2025-08-24 01:40:42 +00:00
Joshua Goins
6e0931e31b
Improve search experience somewhat
...
So I noticed that searching for messages feels "buggy". I dove into the
code and gave it a pretty nice refresh, I know you'll like it once you
try it!
Some of the issues I noticed and are now fixed:
* The search doesn't clear immediately when you clear the text box, it's
delayed like everything else. This also has the knock-on effect of
starting random network requests.
* If you now press the search button (either with a mouse, pen, etc. or
by the keyboard) the search delay timer was still running.
* The "nothing is here" placeholder message appears when the search
timer is running, making you think no messages were found.
These changes also help other places where SearchPage is used, not just
message search.
2025-08-23 17:52:11 -04:00
Joshua Goins
1424b8ce42
Add icons to placeholder messages in search pages
2025-08-23 17:52:11 -04:00
Joshua Goins
f5f151681d
Fix HAVE_KUNIFIEDPUSH not applying anymore
...
This compile-time definition was separated from the code during some
refactor.
2025-08-23 17:23:53 -04:00
Tobias Fella
306d75a9b0
Refactor saved room management and fix closing room when switching account
...
Relevant fixes hidden behind some refactoring:
- set m_lastRoomConfig per-user while setting the connection
- fold m_lastSpaceConfig into m_lastRoomConfig
- set current room to empty explicitely when there is no room
2025-08-23 23:04:39 +02:00
Tobias Fella
ee33a70bb2
Fix opening "Home space" on startup
...
There was a mismatch here between the value used in the config ("Home") and the value used in the property (empty string)
2025-08-23 23:04:39 +02:00
Tobias Fella
bd80390daa
Improve InviteUserPage
2025-08-23 22:53:42 +02:00
Tobias Fella
0fa490f532
Fix crash on shutdown and simplify code
2025-08-23 22:39:25 +02:00
Tobias Fella
1c7cc45d8e
Remove unused member
2025-08-23 12:17:49 +02:00
l10n daemon script
f3288c2e34
GIT_SILENT Sync po/docbooks with svn
2025-08-23 01:42:57 +00:00
Volker Krause
7eff1eec56
Only build the KUnifiedPush client inside a Flatpak
...
We neither need nor want the distributor nor the host configuration UI
here.
While at it, update to 25.08.0.
2025-08-22 17:34:05 +02:00
Tobias Fella
85c7b1a3fc
Enable qmllint on CI
2025-08-22 14:15:55 +00:00
Tobias Fella
5c82c07f06
Fix search menu items
2025-08-22 10:49:39 +02:00
l10n daemon script
fcf125f9ca
GIT_SILENT Sync po/docbooks with svn
2025-08-22 01:41:37 +00:00
l10n daemon script
8ae13adbcd
GIT_SILENT made messages (after extraction)
2025-08-22 00:42:21 +00:00
Tobias Fella
1e1ad389e3
UserSearchPage: Move "Enter User ID" action into placeholder
2025-08-21 17:50:48 -04:00
Joshua Goins
f58212e8de
Improve look of the HoverLinkIndicator and other refactorings
...
It still looks generally the same, except now:
* It doesn't take up the full width of the window (this was a mistake.)
* It now nicely fades in and out.
* It uses Kirigami's built-in OverlayZStacking object instead of
hardcoding a Z of 20.
* A border is now added which helps make it stand out compared to the
chat bar, which it frequently is on top of.
* The seemingly unused accessibility string is removed.
2025-08-21 17:50:33 -04:00
Tobias Fella
8622087e51
Cleanup Permissions page
2025-08-21 23:20:32 +02:00
Tobias Fella
5fc59b0d66
Cleanup RoomSecurityPage
2025-08-21 23:20:32 +02:00
Tobias Fella
5aeefea5c0
Cleanup RoomGeneralPage
2025-08-21 23:20:32 +02:00
Tobias Fella
52e9c9e8e2
Fix room list placeholders
2025-08-21 23:16:28 +02:00
Tobias Fella
ae69401d57
Fix clicking on a reply to get to the replied-to message
2025-08-21 17:27:45 +02:00
Justin Zobel
2339cad49f
Uppercase OK
2025-08-21 22:58:00 +09:30
Tobias Fella
8f6683fd1d
Fix most qml warnings in RoomListPage
2025-08-21 09:30:17 +02:00
Tobias Fella
74deb684e1
Don't show AddDirect delegate if we don't have any DMs
...
In this case, it's nicer to fall back to the placeholder, which has the same action
2025-08-21 09:15:36 +02:00
l10n daemon script
54a918b0cf
GIT_SILENT Sync po/docbooks with svn
2025-08-21 01:45:15 +00:00
Tobias Fella
55c9b09b24
Add translation context
2025-08-20 20:19:13 +02:00
James Graham
0d63fce59a
Apply all the required styling in cpp
...
Apply all the required styling to show links, table, spoilers, etc in cpp. This also updates the method of revealing spoilers so now you can click to reveal then click again to hide.
2025-08-20 17:10:44 +01:00
Joshua Goins
4498d4457b
Set source size in link preview images
...
This prevents them from looking super jagged when we scale down a
high-res image into a small (usually ~70px in height) space.
2025-08-20 08:58:37 -04:00
Joshua Goins
83415d202a
Handle more states in KeyVerificationDialog
...
We were specifically missing WAITINGFORKEY and WAITINGFORACCEPT, which
does happen and could be delayed - resulting in a blank screen for a few
seconds.
CCBUG: 508483
2025-08-20 08:58:26 -04:00
Tobias Fella
ed65855cdd
Add autotest for server notice handling
2025-08-19 23:09:38 +02:00
Tobias Fella
1477159376
Show banner informing the user about server notices
2025-08-19 23:09:38 +02:00
Tobias Fella
53a88708d6
Only show server notices at the top if they have unread messages
2025-08-19 23:09:13 +02:00
Tobias Fella
8eb8803afd
Add room category for server notices
2025-08-19 23:09:10 +02:00
l10n daemon script
20e30982cf
GIT_SILENT Sync po/docbooks with svn
2025-08-19 02:05:09 +00:00
Tobias Fella
e13b82f66a
Revert patch using features not yet available in flatpak
2025-08-18 17:09:50 +00:00
Tobias Fella
8e50388031
Revert KF6 version bump in flatpak
2025-08-18 17:09:50 +00:00