Tobias Fella
1303dcce8f
Disable appium tests
...
Their flakiness makes the CI miserable to use.
2025-04-18 23:19:04 +02:00
Carl Schwan
cee9c90f55
Use list of breeze icons from Kirigami Addons
2025-04-15 22:38:12 +02:00
Volker Krause
05e1c2e6f8
Use ECM's more elaborate APK version code logic
2025-04-13 15:49:23 +00:00
Allen Winter
5c30785d8d
CMakeLists.txt - Don't include quiet packages in the feature summary
...
Only the pkg_config part in Findcmark is quiet, which also shouldn't
put out as a status message.
Fixes:
```
Missing these optional packages:
* Qt6QmlCompilerPlusPrivateTools (required version >= 6.8.2)
```
2025-03-27 10:01:58 -04:00
Nicolas Fella
96e61c8357
Make KUnifiedPush required unless opted out
...
Quiet dependencies like this are bad since they make it easy to miss the dependency
2025-03-13 21:24:13 +00:00
Albert Astals Cid
a50df870e7
GIT_SILENT Upgrade release service version to 25.07.70.
2025-03-08 19:26:23 +01:00
Gary Wang
82434fe87c
fix: no icon under Windows
...
See also:
- https://invent.kde.org/frameworks/kiconthemes/-/issues/3
- https://planet.kde.org/christoph-cullmann-2024-05-11-kde-applications-icons/
2025-01-25 14:14:19 +00:00
James Graham
41a6dd6175
Timeline Memory Test App
...
Create a simple app that puts a number of events into a simple timeline which can be used to verify future memory optimisations
When Neochat is built with tests on you should find the app at ~/kde/usr/bin/timeline-memtest assuming ~/kde is your kdesrc-build directory
2025-01-04 15:29:40 +00:00
Albert Astals Cid
04c1b47660
GIT_SILENT Upgrade release service version to 25.03.70.
2024-11-08 19:38:32 +01:00
Tobias Fella
d384d50b0d
Remove olm target check
...
Olm isn't option in libQuotient anymore, there's no point in checking
2024-11-03 18:21:19 +01:00
Tobias Fella
be8cb12bba
Require libQuotient 0.9
2024-11-03 17:48:40 +01:00
James Graham
644f5c0ce1
Permission Manager
...
Add permission manager from Itinerary so that Android permissions can be checked.
Note at the moment the request permission functions are not hooked up so on Android the permission will need to be manually set on. I'll hook this up later but I wanted to confirm my suspicion on notifications being the current cause of crashes.
2024-10-01 17:29:39 +00:00
Luc Schrijvers
232c45979a
Disable KRunner, X11, and DBus on Haiku
2024-09-25 13:31:00 +00:00
James Graham
05a2f03c18
Make use of the proposed new KColorScheme API
...
Make use of new API proposed in frameworks/kcolorscheme!12
2024-09-01 14:17:41 +00:00
Andreas Sturmlechner
22743b6d8b
Include missing ECMQmlModule
...
Amends bc67033c00 and e0c3a1c143
No idea why this isn't caught by CI, but it fails for me otherwise.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org >
2024-08-15 19:47:13 +00:00
Tobias Fella
d43aa169c3
Use let kconfig register the config class
2024-07-26 19:25:55 +02:00
Albert Astals Cid
c9583964c8
GIT_SILENT Upgrade release service version to 24.11.70.
2024-07-21 12:54:43 +02:00
Tobias Fella
3b83b7f190
Set Qt policy 4
2024-07-06 20:00:04 +02:00
Tobias Fella
a6ca3b8203
Require libQuotient 0.8.2
2024-06-27 18:08:28 +02:00
Albert Astals Cid
6a3c88ae5b
GIT_SILENT Upgrade release service version to 24.07.70.
2024-04-21 12:28:32 +02:00
Tobias Fella
c3db90d2e3
Make DrKonqi work with NeoChat
2024-04-18 18:49:12 +02:00
James Graham
1671e05d12
More file previews
...
This adds previews for downloaded pdfs and code files.


2024-03-19 20:06:32 +00:00
Tobias Fella
af75136269
Bump compiler settings level to 6.0
2024-03-19 20:05:23 +01:00
Tobias Fella
6947fbc12a
Add purpose plugin
...
Implements #182
2024-03-11 20:07:00 +01:00
Tobias Fella
b546554fef
Require frameworks 6.0
2024-03-10 14:30:49 +01:00
Tobias Fella
bc67033c00
Adapt to QTP0001
2024-02-26 16:49:17 +01:00
Tobias Fella
e2048dfa1c
Revert "Add a way for distros to recommend joining a space"
...
This reverts commit c986c63b84 .
2024-01-29 23:14:07 +01:00
Tobias Fella
c986c63b84
Add a way for distros to recommend joining a space
...
Implements #137
2024-01-29 23:12:51 +01:00
Albert Astals Cid
c1d122a717
GIT_SILENT Upgrade release service version to 24.04.70.
2024-01-11 21:36:24 +01:00
Albert Astals Cid
5dea17b616
GIT_SILENT Upgrade release service version to 24.01.90.
2024-01-09 00:47:19 +01:00
Albert Astals Cid
bc7aa4e272
GIT_SILENT Upgrade release service version to 24.01.85.
2023-12-18 23:19:45 +01:00
Tobias Fella
2cbb6ed65c
Enable windows qt6 CI
2023-11-26 15:22:26 +00:00
Albert Astals Cid
dcbbbd9296
GIT_SILENT Upgrade release service version to 24.01.80.
2023-11-25 00:51:46 +01:00
Tobias Fella
877575b4d3
Fix kirigami name
2023-11-14 19:18:02 +01:00
Joshua Goins
f7bd24db34
Depend on QCoro::Network
...
For awaiting on QNetworkReply
2023-11-10 18:08:52 +00:00
Joshua Goins
1a3055df86
Add optional KUnifiedPush dependency
2023-11-09 21:40:09 +00:00
Tobias Fella
819d88e18c
Assorted Qt6 android fixes
2023-11-07 23:17:38 +01:00
Albert Astals Cid
08b84c6592
GIT_SILENT Upgrade release service version to 24.01.75.
2023-11-07 21:11:26 +01:00
Tobias Fella
feb87e6f70
Show QR codes in UserDetailDialog
2023-11-03 16:23:54 +00:00
Tobias Fella
9dcb7b49fa
Use KColorScheme
2023-10-24 07:55:01 +00:00
Tobias Fella
26fd26f9fd
Enable android qt6 ci
2023-10-19 20:18:15 +00:00
Laurent Montel
2df9a26cdc
QTLOCATION_MODULE_QML_VERSION was used during qt5/qt6 support. Now version is not necessary in qt6
2023-10-14 20:42:19 +02:00
Carl Schwan
f22107c8ab
Colorful emoji in reaction
...
Use ICU to determine if the string contains only emojis
2023-09-23 22:16:11 +02:00
Tobias Fella
feb2dbc9fb
Don't try finding KStatusNotifierItem on android
2023-09-13 12:05:40 +00:00
Tobias Fella
539fdcaf2e
Remove compatibility with Qt5 in CMake
2023-09-13 11:09:41 +00:00
Antonio Rojas
763198b2c3
Add cmake check for qtlocation QML module
...
So that packagers are notified that it is a dependency
2023-09-10 10:12:52 +00:00
Tobias Fella
59164d3bb2
Implement account registration
...
Implements #7
2023-08-28 10:05:09 +00:00
Tobias Fella
ed033a1c5e
Raise compiler settings level to 5.105
2023-08-21 13:02:14 +02:00
Nicolas Fella
6df60a39b0
Port to KStatusNotifierItem framework
2023-08-16 11:43:56 +00:00
Carl Schwan
0162d91b60
Ensure e2ee is enabled
2023-07-31 07:09:23 +00:00