1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-04-18 10:50:29 +03:00

3539 Commits

Author SHA1 Message Date
Michail Vourlakos
05161a1ab8 fix layout lock/unlock from settings 2019-05-08 21:48:35 +03:00
Michail Vourlakos
55671ae31c improve layout names renames from LayoutsEditor 2019-05-08 21:48:35 +03:00
Michail Vourlakos
78d212ce8e SharedLayouts saving their settings from Layouts 2019-05-08 21:48:35 +03:00
Michail Vourlakos
25a29111e7 update Actitivies Delegate to new ButtonMenu ui 2019-05-08 21:48:35 +03:00
Michail Vourlakos
715e8b58c1 sharedtocolumn use only #settingid for layouts
--this way we can keep track of layout names changes
and work flawlessly in updating Shares names etc.
2019-05-08 21:48:35 +03:00
Michail Vourlakos
93ede645b8 introduce new menu for SharedToLayout 2019-05-08 21:48:35 +03:00
Michail Vourlakos
1090e6a22d add Shared button in LayoutsEditor 2019-05-08 21:48:35 +03:00
Michail Vourlakos
6f47b7c4c8 rename Rectangled TO Square for Indicators 2019-05-08 21:48:35 +03:00
Michail Vourlakos
14d7079198 improve disabled cells layout for shareds 2019-05-08 21:48:35 +03:00
Michail Vourlakos
cff6436a74 add shared icon for layouts to be identified 2019-05-08 21:48:34 +03:00
Michail Vourlakos
4c0a3f5523 update shared layouts cell states
--enable/disable shared layouts cells
accordingly
2019-05-08 21:48:34 +03:00
Michail Vourlakos
61621277d3 set icons for layouts columns 2019-05-08 21:48:34 +03:00
Michail Vourlakos
d813a15b57 publish Shared to relevant ComboBox 2019-05-08 21:48:34 +03:00
Michail Vourlakos
c27de681d1 LayoutsEditor:load shares for SharedLayouts 2019-05-08 21:48:34 +03:00
Michail Vourlakos
1b21e26dfa introduce sharedcmbboxdelegate at settings ui 2019-05-08 21:48:34 +03:00
Michail Vourlakos
a52144cc3a remove SharedLayouts from Layouts ContextMenu 2019-05-08 21:48:34 +03:00
Michail Vourlakos
f2eb0b6b3a REFACTOR:DONT load MultipleLayouts in Central(s)
--no reason to load Mutiple layouts linked file
as a Pseudo Central layout. This way no needed
checks can be removed and things are still working
as before.
2019-05-08 21:48:34 +03:00
Michail Vourlakos
1f14405e63 REFACTOR: rename Active TO -> CENTRALLAYOUT 2019-05-08 21:48:34 +03:00
l10n daemon script
e8d79632bd 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"
2019-05-08 05:41:19 +02:00
l10n daemon script
1085d4b4e4 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"
2019-05-06 05:48:28 +02:00
l10n daemon script
f66b025226 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"
2019-05-04 05:47:19 +02:00
l10n daemon script
afd5e5b749 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"
2019-05-03 05:49:20 +02:00
Michail Vourlakos
d945c89713 update struts when needed after their removal
--improve also when struts are applied under a
Multiple Mode and Multiple Activities
2019-05-03 02:39:21 +03:00
Michail Vourlakos
be36b7cfaf unload SharedLayout when does not activeLayouts
--this code path is also used on Latte exit
2019-05-03 02:28:28 +03:00
Michail Vourlakos
004a284711 dont load sharedlayout when is already active 2019-05-03 01:48:03 +03:00
Michail Vourlakos
01f7f17aa5 remove deprecated code from layoutmanager 2019-05-03 01:39:45 +03:00
Michail Vourlakos
bd3950a601 dont assign shared layouts to activities 2019-05-03 01:32:39 +03:00
Michail Vourlakos
fe995bb4f5 layoutmanager track storedsharedlayouts 2019-05-03 01:08:03 +03:00
Michail Vourlakos
9f338f38a4 dont set sharedLayout var if the layout not exist 2019-05-03 00:56:51 +03:00
Michail Vourlakos
913c35523f move views between Active/SharedLayouts
--the move to layout option under View Settings
window now can enable the user to move view
between Active and Shared Layouts
2019-05-02 15:57:42 +03:00
Michail Vourlakos
e417a8d4ba add type() to layouts 2019-05-02 12:58:56 +03:00
Michail Vourlakos
9e9990e2df increase criteria for applets size parab.effect
--the criteria in order to track when an applet can
be zoomed or not have increased. The limit is now
specified from (iconSize+thickMargins) for applets
2019-05-02 10:10:54 +03:00
Michail Vourlakos
4092a98654 dont show hidden applets in liveEditMode 2019-05-02 10:01:06 +03:00
Michail Vourlakos
ac6454892e fix type for vertical indicators 2019-05-02 01:10:19 +03:00
Michail Vourlakos
98fd21131e Revert "fixes for applets margins/indicators"
This reverts commit 99ff8c198eb4d8fb04f28eb9483f797b611e69a5.
2019-05-02 01:04:55 +03:00
Michail Vourlakos
c38e3016de update hidden state after slide-in
BUG: 406415
2019-05-02 00:10:29 +03:00
Michail Vourlakos
fc9b683faf restore main layout anchoring animation 2019-05-01 23:48:03 +03:00
Michail Vourlakos
5cf047dcc5 clear publishedStruts for visibility modes changes 2019-05-01 23:26:56 +03:00
Michail Vourlakos
06b92024ba remove no needed debug message 2019-05-01 23:21:11 +03:00
Michail Vourlakos
04e7f333c5 dont compute innershadow for available screen area 2019-05-01 23:14:38 +03:00
Michail Vourlakos
bb3e82024e simplify valid struts calculations 2019-05-01 23:04:39 +03:00
Michail Vourlakos
a472ef34f3 fix ident in visibilitymanager
--AlwaysVisible signals to update struts
are always enabled independent of Single/Multiple
mode but for Single mode they are just ignored
2019-05-01 21:31:33 +03:00
Michail Vourlakos
1a054ac176 fix Latte Default indicator for vertical views 2019-05-01 21:14:36 +03:00
Michail Vourlakos
e64e003a7c mask correctly the vertical scrollable tasks 2019-05-01 20:54:33 +03:00
Michail Vourlakos
99ff8c198e fixes for applets margins/indicators 2019-05-01 20:39:12 +03:00
Michail Vourlakos
d8cc85dd4a fix assert for visibilitymanager
BUG: 407131
2019-05-01 20:19:39 +03:00
Michail Vourlakos
d1fc95d934 dont follow Fitt's Law when not at the scredge 2019-05-01 20:15:37 +03:00
Michail Vourlakos
d86525162d enable Outline for !compositing 2019-05-01 19:22:39 +03:00
Michail Vourlakos
f10239e364 onwheel event publish task geometries 2019-05-01 19:11:13 +03:00
Michail Vourlakos
704a12a522 center properly tasks published geometries 2019-05-01 19:04:03 +03:00