Commit Graph

58 Commits (58af9a16a0c2d71c59239cadb91acfd03ef9ee4c)

Author SHA1 Message Date
audoban 4c0054cc30 Improving readability of CMakeLists
Michail Vourlakos e355cb1c42 fix #159,show correct previews for windows
--this is fixed by hiding/showing very fast
in the beginning of each windows preview. Probably
this is something relevant with buffers in kwin
Michail Vourlakos 0234e30d28 slide previews from task to task
Michail Vourlakos 0b844f6193 delay zoom animation a bit to make it smoother
Michail Vourlakos 898bce5e32 update semantics
--dropped more old nowDock variables
--fixed brokken drag visual
Michail Vourlakos f79d60fada improve scale semantics for plasmoid
Michail Vourlakos 0ed7e7e731 fix #153,improve tasks progress visuals
Michail Vourlakos 0bf3fe9f4c improvements for task progress
--unload task progress properly
--improbe the shadow appearance
--repaint progress only when it is needed
Michail Vourlakos 55613b00e5 fix layout in window previews
Michail Vourlakos 2778dd2eb6 fix #148,improve tooltips focus
--when mouse leaves the task the relevant
task the window previews becomes hidden
Michail Vourlakos 7f6336616c fix blank space in preview window for single win
Michail Vourlakos 95edfb0e25 hide close buttons in previews when dropping files
Michail Vourlakos 98f6f7ef06 fix #118,support dragging a file at windows group
Michail Vourlakos 9705cea16d fix , import new tooltips from plasma 5.9
--without even a small delay!!! we imported them,
and loved them!! check them out by playing music
or movies!!!
Michail Vourlakos 3320570f85 fix #118,raise window for hovering files over task
Michail Vourlakos c4fcd9a7d3 improve calculations for panel back and mask
Michail Vourlakos bf25c9c5c8 update translations strings
Michail Vourlakos bc27ce0674 fix preview dialog placement
Michail Vourlakos 8c40ed4fb0 fix #88,protect launchers from adding icon info
Michail Vourlakos a4ad58a1e8 small fixes with new right click menu
--this fixes right click in zoom factor area
for latte plasmoid and right click in containment
areas that dont have an applet
Michail Vourlakos 8561881275 improve publish tasks geometries
--this improves the way tasks geometries are
published for the windows. This improves the
experience for the minimize kwin effects. With the
old code there were many cases that the animation
was broken
Michail Vourlakos beca6cdef7 fix #78,window preview does not take focus
--window preview at the same is blocking
dock hiding for as long it is shown
Michail Vourlakos 85bad413b7 fix , protect animations signaling
--when a task is removed too fast then some
animations were not informed that had ended.
So there was an addition animation signal but
no removal animation signal. This fix protects
this in two different cases
--the normal state also from now own uses only
the animations states and no the hovered task
indicator. This simplifies things a lot and probably
creates also a much robust experience.
Michail Vourlakos d051703d77 send removal signal before unblock delaying remove
Michail Vourlakos 1ccd04914c update greek translation
--removed also a no needed string
audoban e17fbf3786 Improve translation strings
audoban f78ed0c221 ToolTip should show all borders
audoban d30f342171 Added spanish translation
Michail Vourlakos dd4919ec17 fix #51,protect add task animation more
--in case the add animation is stuck in the
middle and not run until the end, this could
cause also the  issue
Michail Vourlakos 03416ed1b1 fix , stop bouncing animation in hidden state
Michail Vourlakos 8ac0aaa25f fix #54,dock is shown when applet needs attention
Michail Vourlakos fa74b4308f fix , drop automaticAnimationLength flag
--the infrastructure is in place in order to not
need the automaticAnimationLength flag. From this
commit masking based totally only on animations
flags and on hovering indexes
audoban ee68706c03 set default icon
Michail Vourlakos 78fcf1e1c4 replace QIconItem with Latte.IconItems
Michail Vourlakos 8fdd94bc28 improve configuration window
--expose quit action
--hide remove action when only one dock exists
--udpate edges when a new dock is added
--connect the destroyed event of containment in order
to remove also the dockview
--remove correctly the dockviews in the application
exit
Michail Vourlakos 5f5a05a66e improve menu behavior and appearance
Michail Vourlakos 06b8461c05 fix
--override default contextmenu behavior
--clean up old code
Michail Vourlakos d77c594ab5 semantic fix for panel to root
audoban ad2758cfeb Missing file licences
Michail Vourlakos 68cc20e910 hide plasmoid's configuration choice
Michail Vourlakos a8cfb975a9 add filters for plasmoid into configuration
Michail Vourlakos ff69d5530e expose interaction values from plasmoid
Michail Vourlakos 4af5bcc1b1 support durationTime through the configuration
Michail Vourlakos a8a8619950 plasmoid, central durationTime value
Michail Vourlakos 4bb1713469 replace panel with root semantic for plasmoid
Michail Vourlakos af32b293d8 expose plasmoid configuration through dock config
Michail Vourlakos bf64223d56 expose dock settings in plasmoid context menu
--block from the ui the hide signal when userConfiguring,
this is until the visibilitymanager is updated
Michail Vourlakos c5bb3fa230 expose dock settings into tasks plasmoid
Michail Vourlakos 5db471cf06 improve mechanism for animations counting
Michail Vourlakos fba3555f5f fix , using only userConfiguring state
--in !immutable state all the zoom animations
are working just fine, only in userConfiguring
state the editmode is enabled