1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-26 02:04:12 +03:00

251 Commits

Author SHA1 Message Date
Michail Vourlakos
42d7ae4b5e indicate correctly the minimized windows state
--this commit is very important as we from now on
we can now the different states from windows inside
a group
2017-05-15 20:33:33 +03:00
Michail Vourlakos
35c90393ae improve coloring for different window states 2017-05-14 20:21:55 +03:00
Michail Vourlakos
bed027e6e5 fix some coloring for different window states 2017-05-14 20:09:44 +03:00
Michail Vourlakos
a4cf8055fa improve task needs attention design
--when a task needs attention the task bounces for
8500ms instead of 6500ms
--the color animation of needs attention was
improved in order to not drain the cpu cycles
--all animations concerning needs attention,bouncing
and color are stopped after the 8500ms timer
--the bounce animation is not stopped in the middle
but it waits each bounce to finish in order to make the checks
2017-05-14 10:43:27 +03:00
Michail Vourlakos
7c07385c10 fix #453,substitute absolute build path references
--fixes the kdesrc-build installation
2017-05-10 18:03:31 +03:00
Michail Vourlakos
e32bac0477 fix #450,active win indicator in win previews 2017-05-09 21:22:30 +03:00
Michail Vourlakos
8c8e98478d update signals for updateScale in TaskIconItem 2017-05-09 19:22:56 +03:00
Michail Vourlakos
7e104ee3a2 mouse wheel to cycle through groupped tasks 2017-05-09 19:18:21 +03:00
Michail Vourlakos
e0f7b9b220 fix #449,add "cycle through tasks" action
--added the new cycle through tasks behavior to
tasks actions
2017-05-09 17:55:50 +03:00
Michail Vourlakos
697f375f1a remember last active window in a group of tasks
--currently this is used by the super+taskno in order
to activate the correct window in every group
2017-05-09 17:08:45 +03:00
Michail Vourlakos
d5efbce02e fix #445,fix audiostream align for right panel 2017-05-07 21:54:50 +03:00
Michail Vourlakos
e68a9e78e1 remove more trebbling from parabolic effect
--disable all Math.round(...) from parabolic
effect calculations because this was enough in order
to miss just one pixel that was able to create
a small trebbling
2017-05-06 18:09:49 +03:00
Michail Vourlakos
3a9a83634f debug message for parabolic effect 2017-05-06 17:23:10 +03:00
Michail Vourlakos
5c6a3a9d23 fix clearzoom when hover,no hoveredcapable applets 2017-05-06 14:13:13 +03:00
Michail Vourlakos
3cfcc909c5 set direct render animation time to 0 2017-05-06 12:25:59 +03:00
Michail Vourlakos
f3581a750b Revert back two last commits
--the expose of directRenderAnimationTime broke
the parabolic effect experience so I am reverting them
back
2017-05-06 12:18:59 +03:00
Michail Vourlakos
d15b84319c fix directRenderAnimationTime
--use a small duration of 20ms for the
directRenderAnimationTime in order to add a bit
more smoothness in the parabolic animation
when directRender is activated
2017-05-06 11:52:52 +03:00
Michail Vourlakos
46106a5bd1 expose directRenderAnimationTime 2017-05-06 11:39:45 +03:00
Michail Vourlakos
c1bff5a1a9 port directRender code to new signaling 2017-05-06 11:23:47 +03:00
Michail Vourlakos
7482182e24 set global direct render animation time 2017-05-06 11:15:55 +03:00
Michail Vourlakos
6fb56f90b1 fix #431,support again the internal separator
--support again the internal separator based on
the new signaling for the parabolic effect
2017-05-06 01:19:45 +03:00
Michail Vourlakos
00ce7931dc hide preview on clearZoom 2017-05-04 21:12:18 +03:00
Michail Vourlakos
adba5b6f2a simplify parabolic signalling
--this finally creates a very concrete parabolic
animation experience
2017-05-04 20:40:44 +03:00
Michail Vourlakos
fd4af3f0f1 port plasmoid into new arch for parabolic effect 2017-05-04 20:11:46 +03:00
Michail Vourlakos
2e72ed0a5b fix #442,clearZoom of latteApplet after fast hover 2017-05-03 23:54:38 +03:00
Michail Vourlakos
6eb65facca disable init messages for parabolic effect 2017-05-03 23:50:19 +03:00
Michail Vourlakos
1cdd5fde9a reduce flickering of parabolic effect
--reduce flickering for parabolic effect when
tasks are combined with applets
2017-05-03 22:40:20 +03:00
Michail Vourlakos
987cfba048 improve clearing parabolic effect calculations
--adding the internal separator made the things a little
more complicated. This commit improves the clearing
calculations in order to not conflict the messages
with each other and trying to restore all applets
and tasks that are not considered for the parabolic
effect.
2017-05-03 19:14:30 +03:00
Michail Vourlakos
e39e796b28 remove some init signals from TaskDelegate
--these init signals were breaking the parabolic
animation in the edges between the Task plasmoid and
neighbour applets
2017-05-03 15:28:59 +03:00
Michail Vourlakos
df9edc5754 fix #441,expose add widgets action in context menu 2017-05-03 00:18:47 +03:00
Michail Vourlakos
38fda1f688 smooth animation for show/hide badge infos 2017-05-02 22:50:56 +03:00
Michail Vourlakos
a78b90fb9e fix #440,disable audio streams during dragging
--re-initialize also audio streams after dragging
has finished
2017-05-02 22:33:36 +03:00
Michail Vourlakos
e891f0bf05 fix #440,dont show audio icon in wrong task 2017-05-02 22:10:02 +03:00
Michail Vourlakos
8810626422 dont calculate parabolic effect in some cases
--this is when there are no animations or when
the zoomFactor=1
2017-05-02 21:29:18 +03:00
Michail Vourlakos
c4171dff86 fix #438,add wheel events
--by using wheel events the volume can
be increased/decreased
2017-05-02 20:59:46 +03:00
Michail Vourlakos
d18d4eb037 update audio icon based on volume 2017-05-02 20:20:25 +03:00
Michail Vourlakos
044143ef92 add opacity for muted streams 2017-05-02 19:33:42 +03:00
Michail Vourlakos
4eebd8e34c disable audio streams for launchers 2017-05-01 20:09:02 +03:00
Michail Vourlakos
7375757883 update audio streams on launcherurl changed signals 2017-05-01 19:58:18 +03:00
Michail Vourlakos
c489300819 fix #435,better calculations for Tasks borders 2017-05-01 19:29:23 +03:00
Michail Vourlakos
cddfd402f7 fix internal separator hovering calculations 2017-05-01 18:57:52 +03:00
Michail Vourlakos
2ec97f1456 bypass internal separator when using task shortcut 2017-05-01 11:38:46 +03:00
Michail Vourlakos
684bfbe418 dont execute click action for separator task 2017-05-01 10:29:11 +03:00
Michail Vourlakos
ca1adad7f7 make a more uniform badge visuals
--update badge visuals for audio streams
and for progress indicator
2017-05-01 10:08:59 +03:00
Michail Vourlakos
56424d8cad respect tasks icon size when show indicators 2017-04-30 19:20:54 +03:00
Michail Vourlakos
fc6c4222e1 support configuration of audio indicator 2017-04-30 19:15:04 +03:00
Michail Vourlakos
4441a8471e fix #142,support audio indicators for tasks
--the user is able to toggle also mute/unmute
for the audiostream
2017-04-30 18:52:51 +03:00
Michail Vourlakos
2a006177e7 expose margins in plasmoid root object 2017-04-28 21:39:39 +03:00
Michail Vourlakos
d0b2ce8c0f improve advance scales calculations
--support correct calculations for the internal
separator case. The calculations became more generic,
what has to be done now is to support same calculations
for applet updateScale also
2017-04-28 21:39:39 +03:00
Michail Vourlakos
00edd1ef5d improve initialization signals 2017-04-28 21:39:39 +03:00