Michail Vourlakos
b05c7d94ae
refactor:add visibilitymanager to ViewPart::
2018-12-09 00:29:35 +02:00
Michail Vourlakos
57ab5f3b3f
refactor:move screenedgewindow to ViewPart::
2018-12-09 00:15:17 +02:00
Michail Vourlakos
0510293c21
REFACTOR:Move confiView(s) to ViewPart:: namespace
2018-12-09 00:06:14 +02:00
Michail Vourlakos
b732dab283
fix missing function parent
2018-12-08 18:48:24 +02:00
Michail Vourlakos
b2fbb2a7ae
REFACTOR:change dock->latteView in settings windows
2018-12-08 18:44:28 +02:00
Michail Vourlakos
f84043d28e
REFACTOR:change dock in containment to latteView
2018-12-08 18:35:32 +02:00
Michail Vourlakos
d8621a9435
refactor:plasmoid rename latteDock to latteView
2018-12-08 09:38:27 +02:00
Michail Vourlakos
eba96ef1b4
remove unneeded file
2018-12-07 20:50:51 +02:00
Michail Vourlakos
67253eda9d
REFACTOR:update qml to new Latte.Types
2018-12-07 19:04:10 +02:00
Michail Vourlakos
1ab99761a1
REFACTOR:Update Dock types to new Latte2::Types
2018-12-07 18:55:35 +02:00
Michail Vourlakos
9447a8f748
REFACTOR:replace liblattedock with new liblatte2
2018-12-07 18:44:09 +02:00
Michail Vourlakos
462a849ac4
refactor:rename dock terms to view
2018-12-06 16:19:14 +02:00
Michail Vourlakos
f2a90aafe6
refactor:rename dock term to view term
2018-12-06 16:09:42 +02:00
Michail Vourlakos
185dd39e5c
refactor:rename dock terms to view terms
2018-12-06 15:57:20 +02:00
Michail Vourlakos
fd23fd83c1
refactor:rename dockWinBehavior to byPassWM flag
2018-12-06 15:34:04 +02:00
Michail Vourlakos
25d9d4ed17
refactor:rename DockCorona to Latte::Corona
2018-12-06 14:35:34 +02:00
Michail Vourlakos
7a3fcc7773
refactor:rename dockpackage to Latte::Package
2018-12-06 13:32:21 +02:00
Michail Vourlakos
f74b3a4da0
REFACTOR:drop DockView term,in favour of LatteView
2018-12-06 12:51:15 +02:00
Michail Vourlakos
39368a41de
REFACTOR:rename DockView to Latte::View
...
--move all classes related to Latte::View
from dock/ folder to view/ folder
2018-12-06 12:15:58 +02:00
Michail Vourlakos
856f26a7ed
refactor:rename View:: namespace to ViewPart::
2018-12-06 11:37:14 +02:00
Michail Vourlakos
6a0438155b
fix missing dependency
...
BUG: 401641
2018-12-02 09:17:32 +02:00
Michail Vourlakos
05bef49d5a
move activitiesmodel to settings
2018-12-02 02:16:20 +02:00
Michail Vourlakos
2099b8ed36
add headers comments for all c++ files
2018-12-02 02:05:52 +02:00
Michail Vourlakos
deefa6f32e
REFACTOR:move wm related classes to wm folder
2018-12-02 01:29:18 +02:00
Michail Vourlakos
d8f748b512
REFACTOR:move setting* to relevant folder
2018-12-02 01:21:34 +02:00
Michail Vourlakos
f81b800c6f
improve code in view config windows
2018-12-02 01:08:10 +02:00
Michail Vourlakos
7a55ac9922
position secconfigwindow properly in multi-screen
2018-12-02 01:04:19 +02:00
Michail Vourlakos
90a2bb3bc1
refactor:rename MenuManager to View::ContextMenu
2018-12-02 00:53:40 +02:00
Michail Vourlakos
85009494e7
rename dock functions to views
2018-12-02 00:01:07 +02:00
Michail Vourlakos
390478f6d4
remove old commented syncDockViews
2018-12-01 23:57:19 +02:00
Michail Vourlakos
9931c38a8b
refactor:addNewDock to Layout
2018-12-01 23:56:14 +02:00
Michail Vourlakos
8261217837
refactor:move docksWithTasks to Layout
2018-12-01 23:51:09 +02:00
Michail Vourlakos
5e47a2f483
fix crash from wrong FrameSvgItem initialization
...
--enable shadows by default on startup otherwise
the FrameSvgItem sets is imagepath to "" and that
can create a crash during loading/unloading a
layout
2018-12-01 21:58:45 +02:00
Michail Vourlakos
24c52b45f4
improve code signals in Layout
2018-12-01 18:20:55 +02:00
Michail Vourlakos
323ffbe3af
refactor:move viewsCount to Layout
2018-12-01 17:43:33 +02:00
Michail Vourlakos
bf097f3f62
refactor:add viewsCount to Layout
2018-12-01 17:29:17 +02:00
Michail Vourlakos
3098812679
simplify code
2018-12-01 17:11:29 +02:00
Michail Vourlakos
ab2dc47fd9
refactor:move dock freeEdges to Layout
2018-12-01 16:55:48 +02:00
Michail Vourlakos
8fadd31020
refactor:remove no needed library headers
2018-12-01 15:46:49 +02:00
Michail Vourlakos
24c383d98a
refactor:screens from dock to universalSettings
2018-12-01 15:33:11 +02:00
Michail Vourlakos
642b524cc7
refactor:move currentScreen to View::Positioner
...
--rename also currentScreen to currentScreenName
for better semantic representation
2018-12-01 15:22:33 +02:00
Michail Vourlakos
186a641444
fix crash under wayland
2018-12-01 12:49:24 +02:00
Michail Vourlakos
3e9071f5f5
refactor: move shadows handling to View::Effects
2018-12-01 10:18:56 +02:00
Michail Vourlakos
f13e83ffb7
refactor:move theme handling to extendedtheme class
2018-12-01 10:08:19 +02:00
Michail Vourlakos
0794c0e84f
refactor:blockAnimations moved to View::Effects
...
--rename blockAnimations to animationsBlocked
2018-12-01 09:42:09 +02:00
Michail Vourlakos
44006f2fe6
refactor:move dockTransparency to View::Effects
...
--rename dockTransparency to backgroundOpacity
2018-12-01 09:29:20 +02:00
Michail Vourlakos
885e438143
refactor:colorizerSupport moved to View::Effects
...
--renamed also from colorizerSupport to colorizerEnabled
2018-12-01 09:19:25 +02:00
Michail Vourlakos
3de7993b8d
refactor:move shadow to Effects
...
-rename also to shadow to innerShadow for
better naming. This shadow is used when the
shadow is drawn inside the window from qml
side, such examples are the dock case and the
editVisual case
2018-12-01 00:52:05 +02:00
Michail Vourlakos
253ca3085a
fix warnings
2018-12-01 00:30:21 +02:00
Michail Vourlakos
3a0a95e6a9
refactor: rename properties in View::Effects
...
--effectsArea became "rect"
--maskArea became "mask"
2018-12-01 00:26:56 +02:00