1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-12 17:58:23 +03:00

124 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
bd6ae904b9 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-04-01 02:01:29 +00:00
Michail Vourlakos
60095bba3b fix #96,FEATURE:AllScreens and AllSecondaryScreens
--This is a HUGE FEATURE and so important for multi-screens
users. It is introduced as one single commit because it
reimplements plenty of infrastructure changes and it will
be easier to identify newly introduced bugs.
--Users can now choose for their docks and panels to belong
at various screen groups. The first two screen groups introduced
are AllScreens and AllSecondayScreens. In the future it might
be possible to provide CustomScreensGroup that the user will
be able to define specific screens in which a dock or panel
should be always present.
--Current solution specifies an Original dock or panel and clones/copies
itself automatically to other screens. So docks and panels in other screens
are just real docks and panels that reference themselves to original
docks and panels.
--Clones are destroyed during layout startup and are automaticaly
recreated. It is suggested to export your layouts through the
official Layouts Editor in order to share them because in that case
clones are not included in the new generated layout file. If in any
case you do not this and you share your layout with any previous
versions then your clones will just appear as separate docks and
panels that belong to specific screens.
--Automatic syncing was introduced in order to keep up-to-date
the configuration of Original docks and panels with their referenced
Clones.
--Automatic syncing currently works for all docks and panels settings,
for all normal applets configurations and for all subcontaiments
configuration such as systrays.
--Automatic syncing does not work for applets inside subcontainments
such as Group Plasmoid. In such case it is suggested to configure
your applets inside your Group Plasmoid in the original dock or panel
and afterwards to trigger a recreation for the relevant clones
--Manual recreation of clones is easily possible by just choosing
the dock or panel to be OnPrimary or OnSpecificScreen and rechoosing
afterwards the AllScreensGroup or AllSecondaryScreensGroup
2022-01-16 13:38:13 +02:00
l10n daemon script
7a7af88e99 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"
2021-12-15 01:55:46 +00:00
l10n daemon script
b4da839df4 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"
2021-12-03 01:46:34 +00:00
l10n daemon script
127f24bb24 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"
2021-11-29 01:38:54 +00:00
l10n daemon script
fae5fcffb7 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"
2021-11-28 01:33:07 +00:00
Michail Vourlakos
5e55abbff5 context:use restore() provided function
containment() is not accessible during the containment
actions constructor. We now use the provided ::restore()
function in order to load the actions

BUG:441448
2021-08-27 08:32:15 +03:00
l10n daemon script
d600bbeb63 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"
2021-07-21 01:14:48 +00:00
Michail Vourlakos
a7e8cf4542 context:add actions in context menu dynamically 2021-06-10 09:04:56 +03:00
Michail Vourlakos
5b0a507be2 contextmenu:update visibility for hash actions 2021-06-08 21:05:29 +03:00
Michail Vourlakos
2c9b07ebe0 context:define for all actions default visibility 2021-06-08 20:44:33 +03:00
Michail Vourlakos
54ba404d5b context:MoveView action in hash 2021-06-08 20:37:39 +03:00
Michail Vourlakos
6c10be18a3 context:SwitchLayouts action in hash 2021-06-08 20:35:15 +03:00
Michail Vourlakos
7314f40e93 context:AddView action in hash 2021-06-08 20:32:43 +03:00
Michail Vourlakos
ed2d29373c context:Quit Latte action in hash 2021-06-08 20:29:32 +03:00
Michail Vourlakos
d792812102 context:Remove View in hash 2021-06-08 20:27:21 +03:00
Michail Vourlakos
79ef06c774 context:Print Action in hash 2021-06-08 20:24:08 +03:00
Michail Vourlakos
eeafa17f17 context:Preferences action in hash 2021-06-08 20:22:12 +03:00
Michail Vourlakos
a4cc972a3c context:ExportViewTemplate in hash 2021-06-08 20:20:23 +03:00
Michail Vourlakos
fb554b82c5 context:DuplicateView in hash 2021-06-08 20:18:01 +03:00
Michail Vourlakos
199272e2cf context:EditView action in hash 2021-06-08 20:16:06 +03:00
Michail Vourlakos
dce9e7e64a context:addwidgets in hash 2021-06-08 20:13:53 +03:00
Michail Vourlakos
b85ce9e415 context:add separator action in hash 2021-06-08 20:10:10 +03:00
Michail Vourlakos
f26b59f248 contextmenu:add section action in hash 2021-06-08 20:07:17 +03:00
Michail Vourlakos
cb91c1b788 contextactions:provide QHash to organize them 2021-06-08 20:02:15 +03:00
Michail Vourlakos
ab806445ac contaimentactions:update to use contextmenudata 2021-06-06 13:31:34 +03:00
Michail Vourlakos
761c7f34d2 contaimentactions:share contextmenudata class 2021-06-06 13:22:03 +03:00
Alexander Lohnau
505379ed04 Use spdx syntax for all files 2021-05-27 15:01:00 +00:00
Michail Vourlakos
12c8643f62 reduce width for layouts contextmenu
BUG:437525
2021-05-24 17:16:14 +03:00
Michail Vourlakos
ef383e8162 respect icon size for layout:menuitem-icon
BUG:437525
2021-05-23 09:14:07 +03:00
Ömer Fadıl Usta
03e9c6c954 Reorder inits to Fix wrong initialize problem and fixes for string compares 2021-05-22 13:45:10 +00:00
Michail Vourlakos
c9682e09e6 improve layout icon size in menuitems 2021-05-16 22:38:08 +03:00
Michail Vourlakos
e241a79385 improve layouts menu items spacing 2021-05-16 22:23:57 +03:00
Michail Vourlakos
2fc50d255a provide thick,length margins for layout icon 2021-05-16 09:13:06 +03:00
Michail Vourlakos
11c3f2a664 contextmenu:reduce margins for layout icon and name 2021-05-15 20:21:17 +03:00
Michail Vourlakos
69ec3d937f contextmenu:provide icons for moveToLayout options 2021-05-15 15:59:52 +03:00
Michail Vourlakos
88f72bcc3b contextmenu:draw layout icons
--change also layout actions to radiobuttons
2021-05-15 15:59:52 +03:00
Michail Vourlakos
5a6e2cb149 context menu:provide layoutmenuitemwidget 2021-05-15 15:59:52 +03:00