Michail Vourlakos
291f579dc9
improve the attention color animation
8 years ago
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
8 years ago
omni6
be2dcb1eb6
Update de.po ( #463 )
8 years ago
Michail Vourlakos
35c90393ae
improve coloring for different window states
8 years ago
Michail Vourlakos
bed027e6e5
fix some coloring for different window states
8 years ago
Jeff Huang
6042e09703
Update zh_TW translations. ( #461 )
8 years ago
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
8 years ago
Michail Vourlakos
1145b42e17
fix margins for config window pages
...
--the right margins should be equal to the
left margins, this is the only way to create
a symmetric look for congig window options
8 years ago
Michail Vourlakos
f40dbc29ca
add a little margin at config pages bottom
8 years ago
Michail Vourlakos
0cfd64c018
update Quit icon
8 years ago
Michail Vourlakos
92748788c8
increase the subGroupSpacing in config window
8 years ago
Michail Vourlakos
da75048206
update greek translation
8 years ago
Michail Vourlakos
8b217ff103
extract strings for translation
8 years ago
Michail Vourlakos
e210270de2
do not update translations on Messages.sh
...
--it is better to split the job between Messages.sh
and update-metadata.sh. The commits for extracting
translatable strings and merging strings will be
more clean that way
8 years ago
Michail Vourlakos
87e1d1cd2f
update translation scripts to include metainfo
...
--update translation scripts to include translatable
metadata for the appstream file. new dependencies for
the scripts are:
- xmlstarlet
- itstool
--added also greek translation for the appstream file
8 years ago
Michail Vourlakos
cb5e7a8307
fix #447,add an appstream file for Latte
8 years ago
Michail Vourlakos
86855e03cb
update metadata desktop file to new guidelines
...
--update the desktop file naming in order to comply with
new guidelines. Concerning also wayland. The new desktop
file is named to org.kde.latte-dock.desktop
8 years ago
Michail Vourlakos
b1c0131600
fix parenthesis typo
...
--by using clang an issue with a paranthesis
logical statement was discovered. this commit
fixes the logic in that statement
8 years ago
omni6
a8b17964af
Update de.po ( #456 )
8 years ago
Michail Vourlakos
7c07385c10
fix #453,substitute absolute build path references
...
--fixes the kdesrc-build installation
8 years ago
Michail Vourlakos
e32bac0477
fix #450,active win indicator in win previews
8 years ago
Michail Vourlakos
8c8e98478d
update signals for updateScale in TaskIconItem
8 years ago
Michail Vourlakos
7e104ee3a2
mouse wheel to cycle through groupped tasks
8 years ago
Michail Vourlakos
e0f7b9b220
fix #449,add "cycle through tasks" action
...
--added the new cycle through tasks behavior to
tasks actions
8 years ago
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
8 years ago
Michail Vourlakos
d5efbce02e
fix #445,fix audiostream align for right panel
8 years ago
Michail Vourlakos
721001ecc4
fix grow/shrink of behaveAsPlasmaPanel dock behave
8 years ago
Michail Vourlakos
d1cb29b716
fix #444,use m_drawShadows for external shadows
8 years ago
Michail Vourlakos
7d3458d45c
support behaveAsPlasmaPanel in the dockview
8 years ago
Michail Vourlakos
9e969d22dc
create behaveAsPlasmaPanel for containment
...
--replace drawShadowsExternal with behaveAsPlasmaPanel
8 years ago
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
8 years ago
Michail Vourlakos
3a9a83634f
debug message for parabolic effect
8 years ago
Michail Vourlakos
5c6a3a9d23
fix clearzoom when hover,no hoveredcapable applets
8 years ago
Michail Vourlakos
3cfcc909c5
set direct render animation time to 0
8 years ago
Michail Vourlakos
f3581a750b
Revert back two last commits
...
--the expose of directRenderAnimationTime broke
the parabolic effect experience so I am reverting them
back
8 years ago
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
8 years ago
Michail Vourlakos
46106a5bd1
expose directRenderAnimationTime
8 years ago
Michail Vourlakos
c1bff5a1a9
port directRender code to new signaling
8 years ago
Michail Vourlakos
7482182e24
set global direct render animation time
8 years ago
Michail Vourlakos
6fb56f90b1
fix #431,support again the internal separator
...
--support again the internal separator based on
the new signaling for the parabolic effect
8 years ago
Michail Vourlakos
6fac93171f
clear zoom for latte applet from far applets
8 years ago
Michail Vourlakos
00ce7931dc
hide preview on clearZoom
8 years ago
Michail Vourlakos
e964d07e6e
disable Tasks separator
...
-- I havent found a good way to interact the internal
Tasks separator with the parabolic effect
8 years ago
Michail Vourlakos
adba5b6f2a
simplify parabolic signalling
...
--this finally creates a very concrete parabolic
animation experience
8 years ago
Michail Vourlakos
fd4af3f0f1
port plasmoid into new arch for parabolic effect
8 years ago
Michail Vourlakos
9b77117870
port container into new parabolic architecture
...
--drop the checkListHovered that was using an
heuristic algorithm to discover if the mouse is
still inside the window. In its place use
the dock.visibility.containsMouse
--use one single globalDirectRender flag from
containment in order for all dock elements to
investigate if they should use directRendering-
painting or play animations instead
8 years ago
Michail Vourlakos
4ee9370012
remove no needed code
8 years ago
Michail Vourlakos
2e72ed0a5b
fix #442,clearZoom of latteApplet after fast hover
8 years ago
Michail Vourlakos
6eb65facca
disable init messages for parabolic effect
8 years ago
Michail Vourlakos
1cdd5fde9a
reduce flickering of parabolic effect
...
--reduce flickering for parabolic effect when
tasks are combined with applets
8 years ago