You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
latte-dock/app/view
Michail Vourlakos 6505e8797f send mouse signals from View to containment
--this is side-way path for mouse events and
more specific the mouse pressed, released
events to be sent from parent window to its
qml containment part. This way it is possible
to keep the original plasma applet behavior
such as original plasma tooltips and provide
Latte specific functionality such as animated
clicks from indicators.

NOTE: An investigation - testing took place in
order to check if this approach could be also used
for mouseMove events to be used for applets parabolic
effect. The result was that this was not possible because
there were too many signals and too much calculations
too identify for which applet the signal belonged to.
The parabolic effect was not fluid in that case and
could not catch up.
6 years ago
..
settings update mask when secconfigwindow is destroyed 6 years ago
CMakeLists.txt simplify CMakeLists 6 years ago
contextmenu.cpp REFACTOR:replace all "foreach" statements 6 years ago
contextmenu.h REFACTOR:drop DockView term,in favour of LatteView 6 years ago
effects.cpp reduce availableScreenGeometry calls 6 years ago
effects.h update mask when secconfigwindow is destroyed 6 years ago
indicator.cpp remove deprecated options 6 years ago
indicator.h remove deprecated options 6 years ago
indicatorinfo.cpp add new options to indicators interface 6 years ago
indicatorinfo.h add new options to indicators interface 6 years ago
panelshadows.cpp REFACTOR:replace all "foreach" statements 6 years ago
panelshadows_p.h REFACTOR:rename DockView to Latte::View 6 years ago
positioner.cpp position correctly vertical views 6 years ago
positioner.h reduce availableScreenGeometry calls 6 years ago
screenedgeghostwindow.cpp decrease edge ghost window sensitivity for mouse 6 years ago
screenedgeghostwindow.h decrease edge ghost window sensitivity for mouse 6 years ago
view.cpp send mouse signals from View to containment 6 years ago
view.h send mouse signals from View to containment 6 years ago
visibilitymanager.cpp improve edge changing animation 6 years ago
visibilitymanager.h improve edge changing animation 6 years ago
windowstracker.cpp track last active window properly at per view 6 years ago
windowstracker.h disable panel shadows only when active maximized 6 years ago