Commit Graph

14 Commits (f5db9ce63d4a6a560bc920135df9a976b1bb147e)

Author SHA1 Message Date
Michail Vourlakos 0bb838d90e fix triggering for contextMenuIsShown
--it should not be triggered in every view press
event but only when there is or not a context
menu any more
Michail Vourlakos 1af553fa13 improve applets context menu placement
Michail Vourlakos 72ebfe1aae improve contextmenu placement for containments
Michail Vourlakos 6fafa83b15 improve applets context menu placement
Michail Vourlakos aa3aba50d9 make blockHiding multiple state
--blockHiding now tracks down which event has
requested it and it can work flawlessly with
multiple events

BUG:419034
Michail Vourlakos ef2650e711 systray,support context menus for SNI items
--SNI items are handling the context menu by their
own, so Latte code should not interfere

BUG:419263
FIXED-IN:0.9.11
Michail Vourlakos a613bb49ba small improvements
Michail Vourlakos 90d1cedc1e fix context menu for applet if group plasmoid
--the new code can understand ALL applets that are
inside an internal containment style applets such
as plasma, nomad systrays and group plasmoid

FIXED-IN:0.9.10
Yuri Chornoivan 3a60d6f3b2 Fix minor EBN issues
Michail Vourlakos a27ff3ec48 REFACTOR:Update LayoutManager to Layouts::Manager
--create "layouts" own directory in order to host
all LAYOUTS management/control code and classes
Michail Vourlakos c735792c30 REFACTOR:replace all "foreach" statements
Michail Vourlakos 25d9d4ed17 refactor:rename DockCorona to Latte::Corona
Michail Vourlakos f74b3a4da0 REFACTOR:drop DockView term,in favour of LatteView
Michail Vourlakos 39368a41de REFACTOR:rename DockView to Latte::View
--move all classes related to Latte::View
from dock/ folder to view/ folder