Michail Vourlakos
88ddfe32de
fix #502 , block click animation
8 years ago
Michail Vourlakos
cfca7fadd4
dont paint items when shadow is activated
...
--this way we gain a few cpu cycles because they
are not painted when the item is painted through
the Shadow qml item
8 years ago
Michail Vourlakos
4eb0645474
fix #489,option for mouse wheel actions
8 years ago
Michail Vourlakos
19af87417e
add disabled debug messages for parabolic signals
...
--these debug messages can be activated in the future
in order to identify in the future cases that the
parabolic effect doesnt work as it should
8 years ago
Michail Vourlakos
e0e5efa9f8
improve task remove animation
...
--this improves a lot the task remove animation
when there are separators around
8 years ago
Michail Vourlakos
b94f2c948f
protect hidden spacers on removing animation
...
--the remove task animation is more stable now
8 years ago
Michail Vourlakos
ee48e70e30
fix warnings on startup
8 years ago
Michail Vourlakos
e44917c404
internal separator look identical to applet separa
8 years ago
Michail Vourlakos
155e037d0f
disable all spacers for all separators
...
--this makes the spacers to overlap with
each other
8 years ago
Michail Vourlakos
eb5b70d9a4
dont hide internal separator yet
...
--hide debug messages
--dont hide internal separato yet if there
are neighbour separators next to it because
it is not positioned always correctly yet
8 years ago
Michail Vourlakos
b843505410
hide internal separator if it is not needed
8 years ago
Michail Vourlakos
fbf952f606
fix binding loops that broke separators experience
8 years ago
Michail Vourlakos
f0e7992d2a
increase separator size on dragging
...
--this way we can move the surrounding launchers to
catch up also edges
8 years ago
Michail Vourlakos
3a0ac83c46
fix #480,support properly separator widgets
8 years ago
Michail Vourlakos
ca65e2c4f0
delay a lot more the fastrestoreanimation
...
--this looks a lot better when a task is in
attention and the user uses its mouse to access
that task
8 years ago
Michail Vourlakos
afaa7349ea
fix launcher animation
...
--update launcher animation to work properly
with the new parabolicManager
8 years ago
Michail Vourlakos
a9df1d6745
add ParabolicManager in the plasmoid
...
--move all the logic around parabolic effect signals
into one place, ParabolicManager. The ParabolicManager
is responsible for triggering all the messages to tasks
that are neighbour to the hovered task. This will
help a lot to catch cases such as separators and proper
clearing zoom.
8 years ago
Michail Vourlakos
b30862a5be
protect the attention animation from mouse hovering
...
--when the attention animation is played for a task
and the user hovers that task, the animation is ended
smoothly and if the mouse is still hovering the task,
the tasks are restored correctly
8 years ago
Michail Vourlakos
03180c61e7
force sizes initialization on formFactorChange
8 years ago
Michail Vourlakos
0a771531e1
fix #480,support new internal separator architect
...
--the internal separator codebase has been simplified
a lot and uses a new approach that provides a smoother
parabolic effect. This is part1 concerning improve separators,
in part2 applets separator will to try to be improved
8 years ago
Michail Vourlakos
008c57d480
fix #478,correct positioning on formFactor changed
...
--when changing form factor sometimes the tasks are not
positioned correctly, in such case we make a fast reinitialization
for the sizes
8 years ago
Michail Vourlakos
79db299a7f
fix positioning of internal separator
8 years ago
Michail Vourlakos
aab0b8d523
support new implementation for internal separator
...
--new architecture for the internal tasks separator,
one of which we can build upon for the future... No
breakage in the animation now, it is much smoother and
cleaner... but... it is needed to update all the pieces
around in order to work properly on all cases...
8 years ago
Michail Vourlakos
1ada1ebae3
fix #477,disable wheel for internal tasks separator
8 years ago
Michail Vourlakos
7c51065fcb
fix #468,lock parabolic animation !editMode
...
--lock properly the parabolic animation for Tasks
plasmoid when the user right clicks the plasmoid
8 years ago
Michail Vourlakos
8fea5d6a83
reduce warnings
8 years ago
Michail Vourlakos
c37a959ae2
reduce warnings
8 years ago
Michail Vourlakos
77f542a9f3
fix #470,crash the tasksmodel of maximized logic
...
--fixes in various typos introduced from the new
designs
8 years ago
Michail Vourlakos
c6a8ed09b5
refactor Task code in plasmoid
...
--refactore the previous enormous classes
TaskDelegate and TaskIconItem and in general
put anything relates to Task into its own
specific directory
8 years ago