Nicolas Fella
dd88056693
[app] Fix ListSectionHeader width
2023-12-25 15:56:03 +00:00
l10n daemon script
015bbd49d5
GIT_SILENT Sync po/docbooks with svn
2023-12-25 02:09:09 +00:00
l10n daemon script
8dcdfa41b7
GIT_SILENT Sync po/docbooks with svn
2023-12-24 01:36:15 +00:00
Nicolas Fella
7fcafdf12e
Port away from Kirigami BasicListItem
...
It doesn't exist any more in KF6
2023-12-23 16:34:47 +00:00
Prajna Sariputra
4caf77445f
Remove KF5 plasmoid
...
Now that KDE Connect has moved to Qt6 only since https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/621 we can remove the old KF5 plasmoid.
2023-12-23 16:34:33 +00:00
Nicolas Fella
7f03aa548c
Fully port to Qt6
2023-12-23 17:05:07 +01:00
Albert Vaca Cintora
70b7360081
Require tests to pass on Linux
2023-12-23 12:28:25 +01:00
l10n daemon script
04e087c2a1
GIT_SILENT Sync po/docbooks with svn
2023-12-22 01:23:37 +00:00
Nicolas Fella
6a7d5ad689
[plasmoid] Make device list items non-interactive
...
These are not clickable/interactive, so disable the interactive effects
2023-12-21 22:33:28 +00:00
Nicolas Fella
5d0b2c4c73
Fix opening runcommand settings
...
We only get the device id via args, not the plugin id
We also don't need it, we can get the plugin id from the metadata
2023-12-21 22:33:03 +00:00
l10n daemon script
4c27574a75
GIT_SILENT Sync po/docbooks with svn
2023-12-21 01:37:39 +00:00
Albert Astals Cid
fd656e5d21
GIT_SILENT Upgrade release service version to 24.01.85.
2023-12-18 23:14:59 +01:00
Ingo Klöcker
70bbf2effc
Add GitLab jobs to sign and optionally publish Microsoft APPX packages
...
Follow-up to !616
2023-12-18 21:50:50 +00:00
l10n daemon script
405d6f5fa7
GIT_SILENT Sync po/docbooks with svn
2023-12-18 01:36:57 +00:00
l10n daemon script
d895243be4
GIT_SILENT Sync po/docbooks with svn
2023-12-16 01:24:14 +00:00
Ingo Klöcker
91daee53f7
Add CI template for building APPX packages on invent
...
And convert the other includes to the include:project format.
2023-12-15 15:53:01 +00:00
l10n daemon script
9c65a73115
GIT_SILENT Sync po/docbooks with svn
2023-12-15 01:23:14 +00:00
Aleix Pol
d7f09103a2
notifications: Fix actions on kf6
...
We'd be adding them over and over when reusing them.
2023-12-13 22:59:34 +00:00
l10n daemon script
92006080d2
GIT_SILENT Sync po/docbooks with svn
2023-12-13 01:22:18 +00:00
l10n daemon script
296ec988b5
GIT_SILENT Sync po/docbooks with svn
2023-12-10 01:36:21 +00:00
l10n daemon script
7cc0249ecd
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"
2023-12-10 01:17:24 +00:00
l10n daemon script
984d5a959e
GIT_SILENT Sync po/docbooks with svn
2023-12-07 01:26:37 +00:00
Kristen McWilliam
39cdcebd1c
test: restore orphaned smshelper test
...
This test seems to have been accidentally removed from the cmake
config with https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/357
This restores the config for the test file.
2023-12-06 10:18:49 -05:00
l10n daemon script
9ade98d51b
GIT_SILENT Sync po/docbooks with svn
2023-12-05 01:22:03 +00:00
l10n daemon script
ea9402f614
GIT_SILENT Sync po/docbooks with svn
2023-12-03 01:23:12 +00:00
Alexander Lohnau
37253f320a
Add clang-format CI job
...
This ensures all files are propperly formatted
2023-12-02 14:58:27 +01:00
Alexander Lohnau
dc8f3e209e
Reformat project with clang-format
2023-12-02 14:56:20 +01:00
Alexander Lohnau
a8adedd100
Disable clang-format for mdns header
...
This is imported and thus doesn't make sense to be formatted
2023-12-02 14:24:08 +01:00
l10n daemon script
c502272442
GIT_SILENT Sync po/docbooks with svn
2023-12-02 01:23:47 +00:00
l10n daemon script
9533213d15
GIT_SILENT Sync po/docbooks with svn
2023-12-01 01:24:33 +00:00
l10n daemon script
25a6f69bca
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"
2023-12-01 01:16:07 +00:00
Prajna Sariputra
44301dd51f
plasmoid: Add port to KF6/Plasma 6 alongside the current KF5/Plasma 5 version
...
Currently the plasmoid is still written for KF5/Plasma 5, and in addition
it also still uses PlasmaComponents2 stuff, which has been removed in
KF6/Plasma 6. So, this is an attempt to port the plasmoid so that it works
in Plasma 6.
BUG: 476389
2023-11-30 23:41:36 +00:00
Heiko Becker
48d6f7d54f
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit e46dc718cc
)
2023-11-30 18:26:55 +01:00
l10n daemon script
4620514a5e
GIT_SILENT Sync po/docbooks with svn
2023-11-29 01:24:38 +00:00
ivan tkachenko
ba9acbc735
Set WrapMode on TextArea component
...
Upstream styles do not provide any wrapping by default, and thus we
should not rely on deceptively convenient override in qqc2-desktop-style.
See https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/331
2023-11-28 05:56:24 +03:00
l10n daemon script
b19267598e
GIT_SILENT Sync po/docbooks with svn
2023-11-26 01:37:39 +00:00
Albert Astals Cid
4c0835da17
GIT_SILENT Upgrade release service version to 24.01.80.
2023-11-25 00:46:55 +01:00
l10n daemon script
16aa7b10e3
GIT_SILENT Sync po/docbooks with svn
2023-11-24 01:22:42 +00:00
l10n daemon script
d8faa1305b
GIT_SILENT Sync po/docbooks with svn
2023-11-23 01:25:04 +00:00
Laurent Montel
345a9c1205
GIT_SILENT: Port to new CI template
2023-11-22 08:49:07 +01:00
l10n daemon script
c74f67cbda
GIT_SILENT Sync po/docbooks with svn
2023-11-22 01:23:48 +00:00
l10n daemon script
e85ce48525
GIT_SILENT Sync po/docbooks with svn
2023-11-21 01:23:02 +00:00
Rob Emery
4dba3394a7
Bluetooth support improvements #1 ( !600 )
...
Android counterpart: https://invent.kde.org/network/kdeconnect-android/-/merge_requests/399
Bluetooth support is now enabled by default.
2023-11-20 18:09:13 +00:00
l10n daemon script
eaf45d214b
GIT_SILENT Sync po/docbooks with svn
2023-11-20 01:37:04 +00:00
Bharadwaj Raju
b174e57162
kcm: Don't hardcode link color
...
BUG: 477094
2023-11-19 17:34:25 +05:30
l10n daemon script
6e439550fc
GIT_SILENT Sync po/docbooks with svn
2023-11-19 01:33:08 +00:00
l10n daemon script
9a1d840fc2
GIT_SILENT Sync po/docbooks with svn
2023-11-18 01:23:49 +00:00
l10n daemon script
869a771bee
GIT_SILENT Sync po/docbooks with svn
2023-11-17 01:25:05 +00:00
l10n daemon script
871fcf0cd1
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"
2023-11-17 01:18:34 +00:00
Alexander Lohnau
8852f342e9
smsapp: Port away from deprecated Kirigami.BasicListItem
2023-11-16 18:15:04 +00:00