Devin Lin
6f296f3e46
homescreens/folio: Fix translations id
2023-11-05 11:45:36 -08:00
Devin Lin
34271281ec
homescreens/folio: Animate settings open, and add close button to widget selector
2023-11-05 09:46:17 -08:00
Devin Lin
a049f07095
homescreens/folio: Allow app grid overshoot, and fix app drawer opening state
2023-11-05 09:13:37 -08:00
Devin Lin
03adeffb8d
homescreens/folio: Fix widgets from opening their expanded mode when moved
2023-11-05 08:37:04 -08:00
Devin Lin
4f48f127a4
homescreens/folio: Add widgets support
2023-11-04 22:18:52 -07:00
Yari Polla
4f45654af6
Port mobileshell plugins to ecm_add_qml_module
2023-11-02 11:08:17 +00:00
Devin Lin
930e613362
homescreens/folio: Fix settings button styling
2023-10-23 08:40:26 -07:00
Devin Lin
da142b608c
homescreens/folio: Add fade, stack, rotation transitions
2023-10-22 20:41:44 -07:00
Devin Lin
fa8aa6e85f
homescreens/folio: Fix cube effect
2023-10-22 19:47:16 -07:00
Devin Lin
6488784472
homescreens/folio: Add page transition option
2023-10-22 12:34:02 -07:00
Devin Lin
dd8916c611
homescreens/folio: Allow opening settings menu from favourites bar
2023-10-22 10:55:04 -07:00
Devin Lin
9fb2951384
homescreens/folio: Fix overscroll in app drawer
2023-10-22 10:54:42 -07:00
Devin Lin
b51024c272
homescreens/folio: Remove default import/export folder
2023-10-22 10:54:20 -07:00
Devin Lin
c5fe3fc1eb
homescreens/folio: Fix settings window raise when already opened
2023-10-22 10:20:32 -07:00
Devin Lin
f1aff0b13e
homescreens/folio: Add import/export homescreen layout setting
2023-10-22 10:17:09 -07:00
Devin Lin
580afdfc9c
folio: Rewrite
...
fix landscape favourites bar drag and drop, and cleanup folder
fix drawer scrolling
add settings
2023-10-22 04:08:28 +00:00
l10n daemon script
6341f6619c
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-10-22 02:34:49 +00:00
Laurent Montel
293af7df36
Use std::as_const here
2023-10-18 07:18:35 +02:00
Alexander Lohnau
45072177d5
Remove unneeded entries from metadata files
2023-10-17 05:14:04 +00:00
Nicolas Fella
16a3165cd9
Port to KService::startupNotify()
2023-10-01 18:58:19 +00:00
Devin Lin
cf333bb784
homescreen: Fix opening configuration dialog
2023-09-27 22:38:54 -07:00
Devin Lin
f84715ec4c
homescreens/halcyon: Fix favourite delegate sizing
2023-09-26 21:20:29 -07:00
Devin Lin
b0aa4db836
widgets/notifications: Fix notificationmanager import
2023-09-26 21:08:49 -07: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
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
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
Nicolas Fella
7f79d7b86f
Adapt to KNotificationJobUiDelegate moving to KJobWidgets
2023-08-21 22:00:23 +00:00
Marco Martin
42cccf8e7f
port to Kirigami.Icon
...
Part of https://invent.kde.org/plasma/plasma-workspace/-/issues/82
PlasmaCore.IconItem will be removed; now only the kirigami icon
should be used.
2023-08-18 09:08:07 +00:00
l10n daemon script
f2cedc32b6
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-08-15 02:14:27 +00:00
Devin Lin
c3faca672d
homescreens/halcyon: Update to latest unit sizing
2023-07-24 22:46:21 -04:00
Alexey Andreyev
127bbdf653
Port away from PlasmaCore and PlasmaExtras to Kirigami
...
See also:
https://pointieststick.com/2023/06/14/call-to-action-easy-porting-opportunity-in-plasma/
2023-07-25 01:13:52 +00:00
Alexey Andreyev
2275e2d7dd
port QML to KSvg
...
Search and replace all the occurrences of Svg/FrameSvgItem/SvgItem
to their new implementation from KSvg.
Changes only namespace, API is the same
See also:
https://invent.kde.org/frameworks/ksvg/-/issues/1
2023-07-10 02:04:42 +03:00
Devin Lin
25a513d829
panels: Port to plasma-framework changes
2023-06-12 20:49:54 -04:00
Devin Lin
8a577f9a57
homescreens: Update API usage to match changes for Plasmoid & Containment
2023-06-12 19:58:17 -04:00
Devin Lin
380060b8ec
homescreens/halcyon: Port from QtGraphicalEffects to MultiEffect
2023-05-12 19:43:49 -04:00
Devin Lin
75bf58bfb2
homescreens/halcyon: Fix favorite delegate height
...
It was changed originally to address PlasmaCore.Units.gridUnit having a different value in KF6 master, but it seems it was a bug and was fixed.
2023-05-12 18:59:36 -04:00
Devin Lin
d7bc385013
Port Kirigami.Action iconName to icon.name
2023-05-09 23:33:33 -04:00
l10n daemon script
c8bb30dc0b
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-05-09 02:28:58 +00:00
l10n daemon script
9f6345c3f3
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-05-08 02:24:47 +00:00
l10n daemon script
b37b5fc8a3
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-04-27 02:29:47 +00:00
Daniel Hofmann
54e9ced5b4
Increase interval to clock update from 1 second to 60 seconds.
...
This reduces energy consumption.
2023-04-24 15:30:31 +00:00
l10n daemon script
42bf272681
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-04-19 02:38:31 +00:00
Devin Lin
5db71d3af0
homescreens/halcyon: Fix folder header padding
2023-04-11 22:25:04 -07:00
Devin Lin
6fbe8e7e64
homescreens/halcyon: Fix FolderGrid loading
2023-04-11 20:50:04 -07:00
Devin Lin
2af706d197
homescreens/halcyon: Fix some layouting issues and simplify
2023-04-10 22:16:43 -07:00
l10n daemon script
4b911fa0bc
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-04-03 02:25:31 +00:00
Devin Lin
88d9c066af
kwin/mobiletaskswitcher: Restore touchscreen functionality to app activation
2023-03-30 23:05:27 -07:00
Yari Polla
16c66c161d
Revert "halcyon: use the new menu popup"
...
This reverts commit a353e87e47 .
This causes the homescreen delegates to no longer be draggable, and breaks the ability to reorder them
2023-03-30 22:25:22 -07:00
Devin Lin
0e4b1da9a1
volumeosd: Extract out singleton so that it's only loaded once in plasmashell
2023-03-19 21:10:49 -07:00