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
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.
8 years ago
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
8 years ago
Michail Vourlakos
df9edc5754
fix #441,expose add widgets action in context menu
8 years ago
Michail Vourlakos
38fda1f688
smooth animation for show/hide badge infos
8 years ago
Michail Vourlakos
a78b90fb9e
fix #440,disable audio streams during dragging
...
--re-initialize also audio streams after dragging
has finished
8 years ago
Michail Vourlakos
e891f0bf05
fix #440,dont show audio icon in wrong task
8 years ago
Michail Vourlakos
8810626422
dont calculate parabolic effect in some cases
...
--this is when there are no animations or when
the zoomFactor=1
8 years ago