latte-dock/app/wm
Michail Vourlakos 9dd798477e improve criteria for side panels dyamic touching
--Latte panels when they touch each other are informing
each other in order to provide consistent appearance. For
example the Unity mode where a top panel and a left panel
exist at the same time. In such case if the left panel is
INBUSY background state then the top panel is informed and
because inBusy state also. This way the top border of left dock
background does not look out of place. ON THE OTHER hand if
the left dock is hidden because the use has chosen auto-hide
visibility mode or any of the dodge(s) choices then the top
panel does not have to stay in isBusy state. The patch fixes
this by applying this behavior only when the left dock is shown
e.g. the mouse has entered the dock or the dodge mode is not
activated

BUG:415347
FIXED-IN:0.9.6
..
tracker improve criteria for side panels dyamic touching
CMakeLists.txt support AppName for WindowInformation
abstractwindowinterface.cpp ignore plasma side-style panels/windows
abstractwindowinterface.h dont drag/maximize windows from different desktops
schemecolors.cpp REFACTOR:add WindowSystem namespace
schemecolors.h REFACTOR:add WindowSystem namespace
tasktools.cpp fix typo that was creating an error build
tasktools.h support AppName for WindowInformation
waylandinterface.cpp dont drag/maximize windows from different desktops
waylandinterface.h ignore Plasma panels in Latte heuristics
windowinfowrap.cpp REFACTOR:move wm related classes to wm folder
windowinfowrap.h consider as isMaximized state only full screen case
xwindowinterface.cpp dont drag/maximize windows from different desktops
xwindowinterface.h ignore Plasma panels in Latte heuristics