Commit Graph

118 Commits (aa60b95c47ab3e24a0a4c74e8b750eba68113386)

Author SHA1 Message Date
Michail Vourlakos c72c4851d7 fix coloring for tasks group indicator 8 years ago
Michail Vourlakos 2086f413f6 simplify coloring for tasks indicator 8 years ago
Michail Vourlakos 14df33d183 more grouping capabilities 8 years ago
Michail Vourlakos 3151b2a50d do not add double launchers
--when the user used the Add launcher from
the context menu in Plasma 5.9 then a double
launcher was added
8 years ago
audoban f69d43a09c tooltip close button compatible with plasma 5.8 8 years ago
audoban 601b3933b5 avoid multiple model creations. 8 years ago
Michail Vourlakos 06394d01ff fix #336,launcher action a bit earlier 8 years ago
Michail Vourlakos 9fb3eb6fcd fix #333,restore previous functionality
--the only way I have found to show correct
tooltips is to hide and show the previews
window with some small delay, all the rest
workarounds do not work, they create different
issues
8 years ago
Michail Vourlakos 21f36dbc9f animate tasks during dragging
--finally I found why moveDisplaced wasnt
working correctly during dragging!!! ;)
enjoy moving your launchers!!!
8 years ago
Michail Vourlakos 1156a55626 fix #323,a better fix for hover effect crashes
--this is a better way to not have crashes and at
the same time keep compatibility with both
plasma 5.8 and 5.9
8 years ago
Michail Vourlakos 73d2628747 fix #323,preserve compatibility with plasma 5.8 8 years ago
Michail Vourlakos b07b689f9b fix #323,TaskManagerBackend groupDialog
--TaskManagerBackend requires a groupDialog
setting otherwise it crashes. This patch
sets one just in order not to crash
TaskManagerBackend
8 years ago
Michail Vourlakos 64c2aee5b2 update translation strings
--update greek translation
8 years ago
Michail Vourlakos 48c39e863d update translation strings 8 years ago
Michail Vourlakos 4e304edd69 fix #301,enable only one,previews,highlight
-- there is a conflict between preview windows
and highlight effect, it creates a crash when both
are activated during hovering. So we enable in each case
only one of both
8 years ago
Michail Vourlakos 943c2a45a8 fix #298,default add launchers in taskmanager
--the user can alter this behavior from the tweaks
page. So the user can add launchers as plasma applets
by disabling the relevant choice in the tweaks
page.
8 years ago
Michail Vourlakos 6f981fd7bd improve speed for dragging launcher 8 years ago
Michail Vourlakos b5f7bcde46 fix #288,new improvements for additions
--adding a plasmoid in taskmanager does not appear
an add cross
--trying to add launchers outside the taskmanager
appears a message over the taskmanager indicating
the real Launchers Area
8 years ago
Michail Vourlakos ad209ad1cf stop attention bouncing on contains mouse 8 years ago
Michail Vourlakos 989629134c fix #262,dont hide preview window for buffer init 8 years ago
Michail Vourlakos 862fc74d9e fix #282, fix removal animation
--the windows count sometimes do not count
correctly for example with firefox window.
In such case the removal animation is called.
This patch protects the hiding animation
that needs hiding the main icon when this
is the last one shown in such cases
8 years ago
Michail Vourlakos b87d9f70de restore scale on remove animation 8 years ago
Michail Vourlakos 5a50c1535c improvements for animations
--restore on startup neighbour tasks on bouncing launcher
--show the remove window animation only when there isnt
launcher for the last window
8 years ago
Michail Vourlakos 41395ee5c1 fix #283, first improvements
--finally a way to not show removing launchers
when some of their windows are added
8 years ago
Michail Vourlakos d0321f3baa fix #272,expose alternative session in menu 8 years ago
Michail Vourlakos cd164162c6 fix #258,protect removal phase
--during a task removal the removal phase
with its animations is protected more. This
protects from crashes of type 258
8 years ago
Michail Vourlakos aa0c2b9bda fix #215, support a modifier action
--a modifier action in now supported.The user
can set the modifier,the click and the action
that will be executed
8 years ago
Michail Vourlakos a6922cbfeb fix #266,expose middle click actions of libtask 8 years ago
Michail Vourlakos 5b118d24b7 fix #260,hide tooltips if dock becomes hidden 8 years ago
Michail Vourlakos 19c7ee8c55 disable debug message 8 years ago
Michail Vourlakos e0be8d41cc fix #264,introduce lastValidSourceName
--during closing a task the decoration
from libtaskmanager returns no valid strings.
The problem was first observed with the
remove window animation. To solve it
introduced at our iconitem a lastValidIconName
that contains the last valid iconName.
8 years ago
Michail Vourlakos 713c3ec7b6 disable bouncing for zoom=1 and when dock hidden 8 years ago
Michail Vourlakos 087a4863c4 improve hidden spacers size
--icon margin is not set by the user,
this is why the hidden spacers must update
their size according to the user choice,
do not create to much empty space at the
edges
8 years ago
Michail Vourlakos de8be60bd0 consistent hovering for applets and tasks
--relevant to #250,creates consistency for
hovering tasks and applets. The only concerns
is around the springanimation introduced in
plasma 5.10 but this will be checked later
how it can be supported properly
8 years ago
Michail Vourlakos 927e66a815 fix changing to reverse lines/dots
--sometimes changing from regular lines/dots
to reverse one was making the dots and lines
to disappear outside the screen
8 years ago
Michail Vourlakos ced4d67f55 decouple thickness margins from iconMargin 8 years ago
Michail Vourlakos 08b5a78517 improve tasks progress border 8 years ago
Michail Vourlakos 7c61147b6e update translation strings
--update greek translation
8 years ago
Michail Vourlakos fd946195dc fix #188,fix launchers behavior for Plasma>=5.9 8 years ago
Michail Vourlakos 6cbbb6a210 fix #216,fix glitch for none animations
--when the user chooses none animation setting
there was a glitch when a window was removed.
8 years ago
audoban c4d430bbed #199, QQuickWindowSystem replacement of WindowSystem 8 years ago
Michail Vourlakos 9fc10c84b1 hide window previews when showing context menu 8 years ago
Michail Vourlakos 370baf23d7 fix #197,add/remove task animation
--fix the add/remove task animations based
on the new anchoring mechanism of the new
rendering
8 years ago
Michail Vourlakos 6a00fcc936 fix #195, new direct rendering mechanism
--this a big fix for the painting mechanism.
Introduces a new direct rendering phase in
which no delays are happening on drawing.
This commit contains also the fixes in various
places in order for the new rendering to work
correctly
8 years ago
Michail Vourlakos 3574c8089d fix #187,counter for actions blockHiding 8 years ago
audoban 5d5afe4fd1 fix #183, parentIndex wrong initialization in ToolTipDelegate2 8 years ago
Michail Vourlakos f035bbb99e fix #186,drop shadowedImage and use Latte IconItem 8 years ago
Michail Vourlakos 15f2900496 improve intervals 8 years ago
Michail Vourlakos b84c213a15 fix #185,changes for previews broke hover behavior 8 years ago
Michail Vourlakos 7e3c9e0206 disable TaskIconBuffers that creates a leak 8 years ago