Joshua Goins
b3aa2abd89
Fix icons on Windows
...
KirigamiApp currently calls KIconTheme::initTheme too late for Windows,
as a workaround we can go back to calling it ourselves.
(cherry picked from commit a02a04d966 )
2026-01-04 17:13:27 -05:00
Heiko Becker
3cd5f3a1c6
Drop unused dependencies
...
Both KF6Crash and KF6IconThemes aren't used anymore after porting to
KirigamiApp in eab45e761a .
(cherry picked from commit 0cb3fd32f4 )
2025-11-24 21:56:55 +01:00
Tobias Fella
eab45e761a
Use KirigamiApp
2025-10-03 11:32:15 +00:00
Tobias Fella
59f87bb2c2
Set deprecation level
2025-10-02 16:43:27 +02:00
Joshua Goins
960377838d
Replace KDBusService usage with QDBusConnection when D-Bus activated
...
This is lighter and more reliable when it comes to being activated by
KUnifiedPush. We also don't need all of the features of KDBusService
here.
2025-09-26 15:14:05 -04:00
Joshua Goins
a48e8662d6
Remove useless translated string from dbus-activated CLI option
...
It never gets shown, so let's not waste our translators time.
2025-09-26 15:12:56 -04: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
Aleix Pol
7bb26ac3be
main: Add a replace option
...
Much like many other unique KDE components, add --replace so the running
instance can be replaced by the new one. Useful for development.
2025-06-15 23:07:40 +02:00
Tobias Fella
d30fdc67c6
Remove file logging
...
This hasn't proven to be as useful as i had hoped:
- My arcane logic for determining logging categories is apparently broken
- It won't work with the logging by the new crypto sdk
- I never actually ended up looking at my own logs, or anyone else's
- It seems to cause crashes
2025-06-14 11:57:23 +00:00
Freya Lupen
4cdaa513d3
Use Breeze style on macOS, as on other platforms
2025-06-13 08:25:45 +00:00
James Graham
b6791485c4
Move remaining code to app module
...
There's still some stuff that could potentially go elsewhere but I think it's enough for now.
2025-04-18 09:26:17 +00:00