1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00
Commit Graph

5943 Commits

Author SHA1 Message Date
Michail Vourlakos
81e0f90f43 taks:provide single json metadata file
--this way make installation happy without warnings
2022-06-19 18:00:18 +03:00
Michail Vourlakos
3c155198a1 replace deprecated cmake library 2022-06-19 14:01:44 +03:00
Michail Vourlakos
48a60c6268 tasks:fix dolphin context menu with plasma 5.25
--update context menu code in order to be relevant with
plasma 5.25
2022-06-19 10:47:54 +03:00
l10n daemon script
bef155238a 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"
2022-06-19 01:43:12 +00:00
Michail Vourlakos
6009db6163 tasks:support plasma 5.25 present windows
BUG:454296
2022-06-16 16:16:48 +03:00
l10n daemon script
73abdf7a13 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"
2022-06-16 01:55:13 +00:00
l10n daemon script
2157c0d455 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"
2022-06-13 02:36:06 +00:00
l10n daemon script
a014f386fb GIT_SILENT made messages (after extraction) 2022-06-13 01:09:04 +00:00
Michail Vourlakos
5a691197e8 rename "size" to thickness for some properties 2022-06-11 09:21:53 +03:00
Michail Vourlakos
3c3b5c6d11 tasks:support plasma 5.25 window view effect
--support window view effect from plasma 5.25 when
the user tries to activate a grouped task

BUG:454296
2022-06-06 22:02:14 +03:00
Michail Vourlakos
771f059e63 remove no needed if statement 2022-06-05 18:11:04 +03:00
l10n daemon script
220b8b98da 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"
2022-06-01 01:57:59 +00:00
l10n daemon script
ac3505b076 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"
2022-05-29 01:45:51 +00:00
l10n daemon script
917e928dbd 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"
2022-05-28 02:21:24 +00:00
l10n daemon script
420cb4198a GIT_SILENT made messages (after extraction) 2022-05-28 01:01:58 +00:00
Lucas Rafael
0a0110f534 Docs: add missing Fedora deps.
Added some dependencies that were missing to build Latte in Fedora 36. Without these, `install.sh` fails.
2022-05-27 15:22:06 +00:00
l10n daemon script
c4abc2eaf5 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"
2022-05-27 01:42:54 +00:00
l10n daemon script
66a1713b40 GIT_SILENT made messages (after extraction) 2022-05-27 00:46:06 +00:00
l10n daemon script
4e1fdc4466 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"
2022-05-25 01:46:56 +00:00
Michail Vourlakos
8c26f50fa4 contextmenu:fix broken binder 2022-05-23 21:39:31 +03:00
Michail Vourlakos
abe7c19547 drop per dock/panel inConfigureAppletsMode
--we now support a global value that can be used
in order to provide inConfigureAppletsMode for
all docks and panels at the same time.
2022-05-23 21:35:02 +03:00
l10n daemon script
9c1728cd25 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"
2022-05-23 01:45:01 +00:00
Michail Vourlakos
d3538eeec3 view:remove viewpart contextmenu class 2022-05-22 20:30:14 +03:00
Michail Vourlakos
cbd30a8c22 contextmenu:remove systray deprecated code 2022-05-22 20:25:24 +03:00
Michail Vourlakos
b7c7e9ebd4 wayland workaround:respect popupmargin 2022-05-22 18:38:54 +03:00
Michail Vourlakos
625b852ba7 view:remove mousePressed slot 2022-05-22 18:06:47 +03:00
Michail Vourlakos
d208698143 more fixes for context menu 2022-05-22 17:44:28 +03:00
Michail Vourlakos
18b47b607f protect from nullptr crashes 2022-05-22 17:24:40 +03:00
Michail Vourlakos
02d3c37f93 view:drop contextmenu class
--use ContextMenuLayer internal quickitem
that is responsible for applets and containments
context menus from now on.
2022-05-22 17:20:19 +03:00
Michail Vourlakos
90e4ea28c4 introduce ContextMenuLayerQuickItem
--use plasma approach in order to show context menus
for applets by introducing a new QuickItem that will
be responsible for this at the bottom of applets and
containment layers
2022-05-22 17:12:42 +03:00
Michail Vourlakos
dd8756ad79 view:simplify main context menu code 2022-05-22 16:09:01 +03:00
Michail Vourlakos
b4b6979ea7 contextmenu:remove deprecated tasks workaround 2022-05-22 12:54:02 +03:00
Michail Vourlakos
4f7812338e plasmoid:add virtualdesktops binder 2022-05-22 11:59:38 +03:00
Michail Vourlakos
f9b264e053 plasmoid:remove plasma deprecated code from menu 2022-05-22 11:59:38 +03:00
l10n daemon script
f94e5bc843 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"
2022-05-19 01:42:43 +00:00
l10n daemon script
163720adef 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"
2022-05-18 01:43:49 +00:00
l10n daemon script
1c9ec6ef73 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"
2022-05-17 01:45:57 +00:00
l10n daemon script
866fc3eb16 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"
2022-05-16 01:48:57 +00:00
Tamim Khan
e1ad706481 Update INSTALLATION.md with missing arch dependancy.
`plasma-wayland-protocols` was missing from the pacman command. Installation fails otherwise. Added it to the file.
2022-05-15 17:02:07 +00:00
Alexander Lohnau
a2fb837ea1 Configure metadata for plasmoid, remove versions where not needed 2022-05-15 09:14:46 +00:00
Alexander Lohnau
cb32286a8f Remove author data, name and description from package metadata files
Task: https://phabricator.kde.org/T15452
2022-05-15 09:14:46 +00:00
Alexander Lohnau
3f9fdf996b Convert desktop files of applets to json
Task: https://phabricator.kde.org/T14564
2022-05-15 09:14:46 +00:00
Alexander Lohnau
44287ff696 containmentactions/contextmenu: Install plugin in specific namespace
Otherwise, we use KServiceTypeTrader at runtime
2022-05-15 09:14:46 +00:00
Alexander Lohnau
4e6dca0879 Remove configure_file method calls for KPackage metadata.desktop files
We already have the configured desktop files in-source. Also, the author information is nothing which is subject to change.
2022-05-15 09:14:46 +00:00
Alexander Lohnau
8c21550f18 Indicator packageplugin: Clean up a bit of unneeded code 2022-05-15 09:14:46 +00:00
Alexander Lohnau
f1f1668394 Slightly bump KF5 requirements, fix ECM_FIND_VERSION checks, move basic ECM includes to top
Now we need to explicitly set the KDE_COMPILERSETTINGS_LEVEL variable.
2022-05-15 09:14:46 +00:00
Alexander Lohnau
1cb7e1c8b0 Convert desktop files of plugins to json
Task: https://phabricator.kde.org/T14564
2022-05-15 09:14:46 +00:00
Alexander Lohnau
0d461b1cad Port away from deprecated Plasma plugin macros 2022-05-15 09:14:46 +00:00
l10n daemon script
7cda1c66e1 GIT_SILENT made messages (after extraction) 2022-05-15 00:51:20 +00:00
Michail Vourlakos
a11b9a8d62 update panelshadows code to plasma 5.24 2022-05-11 21:10:38 +03:00