Commit graph

2562 commits

Author SHA1 Message Date
Alexey Andreyev
11d29ffbf9 ci: Update .kde-ci.yml
Add runtime dependencies

See also:
8fab031e84
2023-09-28 19:42:34 +00:00
Devin Lin
cdb44bbdea kcms/virtualkeyboard: Fix language page 2023-09-27 23:01:29 -07:00
Devin Lin
cf333bb784 homescreen: Fix opening configuration dialog 2023-09-27 22:38:54 -07:00
Devin Lin
203f21d97d kwin/convergentwindows: Port to kwin api changes 2023-09-27 20:04:30 -07:00
Devin Lin
9776714341 taskswitcher: Port to kwin api changes 2023-09-27 20:04:14 -07:00
l10n daemon script
d4caa510c7 GIT_SILENT Sync po/docbooks with svn 2023-09-28 02:16:31 +00:00
Devin Lin
f0bd410f41 widgets/notifications: Fix import 2023-09-26 23:06:24 -07:00
Devin Lin
2f4dce1a08 initialstart: Fix status bar colors 2023-09-26 23:06:08 -07:00
Devin Lin
731f4da780 kwin/convergentwindows: Update to latest kwin changes 2023-09-26 22:53:45 -07:00
Devin Lin
f9cc52aa9f quicksettings/nightcolor: Remove unnecessary and not working import 2023-09-26 22:42:48 -07:00
Devin Lin
ae8a278ab6 widgets/mediacontrols: Port to kmpris 2023-09-26 22:41:52 -07:00
Devin Lin
ee803b400a volumeosd: Port to new sort role field name 2023-09-26 21:35:42 -07:00
Devin Lin
7e012fc49a porting: Port away from PlasmaCore colors 2023-09-26 21:21:06 -07:00
Devin Lin
f84715ec4c homescreens/halcyon: Fix favourite delegate sizing 2023-09-26 21:20:29 -07:00
Devin Lin
27e63a167d porting: Finish ksvg port 2023-09-26 21:18:39 -07:00
Devin Lin
b0aa4db836 widgets/notifications: Fix notificationmanager import 2023-09-26 21:08:49 -07:00
l10n daemon script
7b25afff57 GIT_SILENT Sync po/docbooks with svn 2023-09-26 02:27:12 +00:00
l10n daemon script
e7c8b0a616 GIT_SILENT Sync po/docbooks with svn 2023-09-25 02:20:31 +00:00
l10n daemon script
04dfd341fa 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-09-25 02:08:01 +00:00
Nicolas Fella
5e72fc9a45 Fix loading translations for inital start wizard 2023-09-24 20:49:40 +00:00
Nicolas Fella
a75c95237e Remove import versions from networkmanager imports 2023-09-24 20:47:29 +00:00
l10n daemon script
825d9d9aa0 GIT_SILENT Sync po/docbooks with svn 2023-09-24 02:12:49 +00:00
l10n daemon script
45847fb43c GIT_SILENT Sync po/docbooks with svn 2023-09-23 02:13:54 +00:00
Carl Schwan
34877b2226 cellularnetwork-kcm: Port to FormCard 2023-09-22 14:03:44 +00:00
Carl Schwan
886ef153de mobileshell-kcm: Port to FormCard 2023-09-22 13:01:36 +00:00
l10n daemon script
ca0f8797eb GIT_SILENT Sync po/docbooks with svn 2023-09-22 02:16:57 +00:00
Carl Schwan
595db85a04
virtualkeyboard-kcm: Port to FormCard 2023-09-21 21:12:47 +02:00
Carl Schwan
c864d9f5e1
power-kcm: Port to FormCard 2023-09-21 21:08:02 +02:00
Carl Schwan
a12a106439
shell configuration: Port to FormCard 2023-09-21 21:05:10 +02:00
Carl Schwan
d8f3146de5
initialstart: Port to FormCard 2023-09-21 21:02:47 +02:00
Carl Schwan
c039bcef86
info-kcm: Port to FormCard 2023-09-21 20:43:23 +02:00
Carl Schwan
a9906e06b3
Fix formatting 2023-09-21 20:06:40 +02:00
Carl Schwan
37b9fad3b1
time-kcm: Port to FormCard 2023-09-21 20:05:48 +02:00
Carl Schwan
8030c73c67
powermanagement-kcm: Port to FormCard 2023-09-21 19:37:12 +02:00
Carl Schwan
dc047a0eb9
hotspot-kcm: Port to FormCard 2023-09-21 19:30:18 +02:00
Marco Martin
69dc189941 Make PlasmoidItem accessible from HomeScreen
it needs availableScreenRect which can be provided only from
PlasmoidITem
2023-09-20 14:41:40 +02:00
Nicolas Fella
2a3f66f199 Remove QML import version 2023-09-19 22:43:53 +02:00
l10n daemon script
a791020bbf GIT_SILENT Sync po/docbooks with svn 2023-09-18 02:22:51 +00:00
l10n daemon script
8a017be3cd GIT_SILENT Sync po/docbooks with svn 2023-09-17 02:57:32 +00:00
Nicolas Fella
8fc1fa5e9d Use keyword signature for target_link_libraries call 2023-09-16 21:50:18 +02:00
Nicolas Fella
a8c5ef5551 Clean up KCM metadata 2023-09-14 18:26:40 +00:00
Nicolas Fella
9d16564ed6 Remove metadata from applet C++ plugin
It's not needed and causes a warning about defining an explicit Id
2023-09-14 00:18:45 +02:00
Nicolas Fella
9c95997a16 Add missing include 2023-09-14 00:17:11 +02:00
Marco Martin
d719f407dd Port away from using colorGroup property directly in svg items
SvgItem and FrameSvgItem automatically follow the colorSet of
Kirigami.Theme and to set a custom one the usual inherit api is used

https://invent.kde.org/frameworks/ksvg/-/merge_requests/22 removes those properties
2023-09-05 16:18:47 +00:00
Nate Graham
cc50aee72d Remove versioning from PlasmaCore module imports
It's unneeded in Qt6 and can cause subtle issues.
2023-09-05 09:34:49 -06:00
l10n daemon script
1ddbf3ba91 GIT_SILENT Sync po/docbooks with svn 2023-09-03 03:00:36 +00:00
l10n daemon script
504dbec032 GIT_SILENT Sync po/docbooks with svn 2023-09-02 02:22:53 +00:00
Marco Martin
908029d4a6 Port to KSortFilterProxyModel
port away from the PlasmaCore version

see https://invent.kde.org/frameworks/plasma-framework/-/issues/19
2023-08-29 14:30:12 +00:00
l10n daemon script
8db5df3ce9 GIT_SILENT Sync po/docbooks with svn 2023-08-28 03:00:12 +00:00
Nicolas Fella
7f79d7b86f Adapt to KNotificationJobUiDelegate moving to KJobWidgets 2023-08-21 22:00:23 +00:00