1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-11 13:18:13 +03:00
Commit Graph

445 Commits

Author SHA1 Message Date
Michail Vourlakos
507e42ee08 improve Attention interaction with parabolic effect 2017-10-22 14:18:19 +03:00
Michail Vourlakos
45e8401bdd fix Attention animation with parabolic effect 2017-10-22 14:18:19 +03:00
Michail Vourlakos
8ecef66d5d fix coloring in some badges
--a faulty check was using backgroundColor instead of
textColor for badges shown from global shortcuts indicators
--improve badges to understand the new url form of
plasma 5.11 launchers
2017-10-21 16:00:15 +03:00
Michail Vourlakos
ff2870952e play removal animation for some windows also
--during assigning activities for a launcher
a window that had a launcher for the active
activity maybe doesnt have any more when it is removed.
in this cases the removal animation should be
played
2017-10-21 10:36:11 +03:00
Michail Vourlakos
eaf49364ee fix #378, support multiple bouncing animations
--when two or more consequently launchers were bouncing
their animation was broken because they were changing
places. This patch catches these cases and provides
a proper way to show these animations.
2017-10-21 00:28:48 +03:00
Michail Vourlakos
5bd4bbe188 play launcher removal animation correct
--when a launcher belonged at all activities and
the user was pinning at an another explicit activity
that wasnt the current one the removal animation
wasnt played correctly
2017-10-21 00:20:04 +03:00
Michail Vourlakos
51a1a1af5a improve margins for internal separator case
--enable task margins for neighbour separator
when the internal separator is hidden but there
is an applet separator at the edges and the task
is found two steps far from the edge e.g.
pos=1 or pos=tasksCount-2
2017-10-15 10:17:21 +03:00
Michail Vourlakos
0df95400d8 hidden internal separator at the edges
--The internal separator can be hidden when it is
found at the edges of Tasks Plasmoid, it creates a
more pleasant result. If the user wants separators at
the edges can always use the Separator plasmoid from
audoban. This fix would fix also the overlap
of internal sepator with external applet separator.
2017-10-14 22:09:48 +03:00
l10n daemon script
1b126efb83 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-10-02 05:06:35 +02:00
l10n daemon script
11ac28b99c SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-09-27 09:11:41 +02:00
l10n daemon script
040f314ccb SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-09-16 14:24:16 +02:00
l10n daemon script
f0993f77e8 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-09-16 05:06:42 +02:00
Michail Vourlakos
d5f8878d56 disable directRender when showing context menus
--this way closing the context menu the parabolic
animation doesnt break
2017-09-16 00:33:19 +03:00
l10n daemon script
be779e2674 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-09-12 04:54:48 +02:00
l10n daemon script
fbaef27a64 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-09-10 04:55:31 +02:00
l10n daemon script
d83bd1a3ad SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-09-09 04:37:54 +02:00
Michail Vourlakos
72950dc678 use kde translations infrastructure 2017-09-08 12:02:52 +03:00
Michail Vourlakos
0205ae1153 publish v0.7.1 to the world 2017-08-31 10:53:39 +03:00
Michail Vourlakos
7aa4f8a4bd fix #699,protect setupWayland from crashes 2017-08-30 23:11:35 +03:00
Michail Vourlakos
dc851023c7 fix #695,fix version tag in desktop file 2017-08-29 14:20:20 +03:00
Michail Vourlakos
faa3572d37 activate single window on scroll down always 2017-08-24 11:54:54 +03:00
Michail Vourlakos
9c03e7de33 enable missing bouncing animation flag 2017-08-22 16:53:17 +03:00
Michail Vourlakos
0f2e4e557d show correct icon when a window is removed 2017-08-21 18:25:00 +03:00
Michail Vourlakos
ed327c4df3 remove code for proper icon in removal 2017-08-21 17:29:29 +03:00
Michail Vourlakos
a4f31a9125 use the lastValidSourceName to paint the icon
--during removing a TaskDelegate the window is destroyed
in some cases and the icon provided by libtaskmanager
is a unknown pixmap. In such cases we should paint the
last valid one. That way it is always painted the correct
svg file even when removing a window that doesnt have
a launcher and the libtaskmanager provides an unknown
pixmap for it
2017-08-21 15:23:53 +03:00
Michail Vourlakos
ec58ce6cf6 fix #679,block highlight windows for previews
--when both previews and highlight windows are enabled
then the user can use the window previews to highlight
windows
2017-08-21 00:26:37 +03:00
Michail Vourlakos
a666f4f685 fix #678,provide a previewsDelay for latte plasmoid
--the user can add a previewsDelay value in ms in the
latte plasmoid General settings which can be found
in a layout file in order to change the delay which
a preview is needed to be activated. Values lower
than 150ms are ignored because they break the previews
experience by providing faulty previews
2017-08-21 00:13:08 +03:00
Michail Vourlakos
b6e7173aad fix #666,dont minimize window with scroll wheel 2017-08-13 13:13:08 +03:00
Michail Vourlakos
0023e0496b fix #666,protect wheel action
--protect wheel actions in order to not trigger themselves
multiple times
--use a timer to achieve this goal in order to be able
to support also X11 systems that have previews enabled for
all windows (a behavior that normally breaks the isMinimized
state)
2017-08-13 01:40:05 +03:00
Michail Vourlakos
fe0ec6ba42 fix #666,provide scroll wheel based on directions
--when the dock is hidden or in animation no mouse
wheel actions are accepted
--laucher: only the up action is accepted in order to
activate that launcher
--window: up action shows the window, if it is shown
nothing happens,
down actions, minimizes the window, it is is already
minimized nothing happens
--group: up/down to cycle through the windows
2017-08-12 19:52:41 +03:00
Michail Vourlakos
575dd5fa99 fix #669,publish tasks geometries in the same way
--there was an old code path that wasnt using the
new way of publishing tasks geometries. That is that
normalize the values in order to be always valid and
in the screen boundaries
2017-08-12 19:39:35 +03:00
Michail Vourlakos
83fd7fd112 bound Tasks ListView at its limits
--block dragging the entire ListView
--make tasks dragging lighter in resistance
2017-08-12 17:12:29 +03:00
Michail Vourlakos
2b63ff710b fix #669,block minimize geometries to screen limits
-- Magic Lamp effect doesnt like coordinates outside the screen and
width,heights of zero value... So we now normalize the geometries
sent in order to avoid such circumstances
2017-08-12 16:57:15 +03:00
Michail Vourlakos
17324b5da9 move Close window button to the end of ContextMenu
-- try to not disturb the user workflow by providing
him the Close option which is used very often as near
as possible from the click event
2017-08-12 14:09:00 +03:00
Michail Vourlakos
8da7f7d3c9 v0.7 initial second stable release 2017-08-11 18:36:06 +03:00
Michail Vourlakos
42817d7a59 fix #664,make faster the launcher removal 2017-08-11 15:25:24 +03:00
Michail Vourlakos
bb2f5936b4 improve parab.effect stability on first hovering 2017-08-05 20:10:26 +03:00
Michail Vourlakos
9811eb51f6 v0.6.98,enter beta phase for 0.7 2017-08-03 17:35:05 +03:00
Michail Vourlakos
02ebb701c9 separate launchers and windows in tasksModel
--this is exactly the plasma icons-only taskmanager
is using, in that what way we should have exactly the
same befavior with launchers positioning
2017-08-02 11:44:48 +03:00
Michail Vourlakos
ac3058c777 delay window removal when closing from context menu 2017-08-02 11:42:09 +03:00
Michail Vourlakos
5dc595a2cb move task instantly and then send extSignal to group 2017-07-31 10:26:15 +03:00
Michail Vourlakos
6a47f6e811 update launchers group correctly from config win 2017-07-31 04:14:04 +03:00
Michail Vourlakos
eefbc5e9ec fix #636,new approach for Layout,Global launchers
--changed the design totally and use only signals
between plasmoid in order to update their models. This
way the launcherList from their tasksmodel should be
updated only on the initialization phase of the Latte
plasmoid. Afterwards signaling between them takes
place, in order to inform each other for adding,
removing launchers, moving them and assigning them
to activities
2017-07-31 03:53:39 +03:00
Michail Vourlakos
bd05c7dfed fix #636,try to protect when setting launcherlist 2017-07-31 00:38:31 +03:00
Michail Vourlakos
6833406509 improve dragging animations 2017-07-29 19:58:16 +03:00
Michail Vourlakos
54c2d2b17e play bouncing animation to the end
--for all animations speeds
2017-07-29 16:33:09 +03:00
Michail Vourlakos
bc6903a60d update titleTooltip reference 2017-07-28 20:40:33 +03:00
Michail Vourlakos
9f359f37db provide Alternatives from the Latte applet 2017-07-28 17:37:15 +03:00
Michail Vourlakos
3dcf39aebe update metadata files 2017-07-28 09:47:33 +03:00
Michail Vourlakos
9a4e6d8cf5 update applets metadata files 2017-07-28 09:32:25 +03:00
Michail Vourlakos
9f5ab1397d support combining window previews and titletips 2017-07-27 23:39:59 +03:00
Michail Vourlakos
45add5988f fix #622,support title tooltips for hovered applets 2017-07-27 23:20:27 +03:00
Michail Vourlakos
933f075dc5 add configure in the layouts context menu 2017-07-27 18:39:31 +03:00
Michail Vourlakos
0b344be641 dont release zoom when plasmoid context menu is shown 2017-07-27 18:13:04 +03:00
Michail Vourlakos
959da04dfa improve tooltips visual parent thickness
--this way the previews and task name tooltips
are positioned much better. They dont overlap with
the panel or the tasks
2017-07-26 19:25:07 +03:00
Michail Vourlakos
8abc2e517a config option for task title tooltips 2017-07-26 18:52:59 +03:00
Michail Vourlakos
35b4cc56b5 support title tooltips for tasks 2017-07-26 18:32:37 +03:00
Michail Vourlakos
e8fb9e9d22 hide task number when launcher is bouncing 2017-07-26 03:01:35 +03:00
Michail Vourlakos
8aff1cf694 reduce the thickness when bouncing launcher
--this is only for the case that the launcher is called
through a shortcut. The dock mask in that case uses the
midThickness and for that the bouncing launcher must be reduced
2017-07-26 02:51:33 +03:00
Michail Vourlakos
ba3de5061f block zoom hovering on dock sliding in/out 2017-07-26 01:26:44 +03:00
Michail Vourlakos
94e740b901 increase to version 0.6.91
--this version supports dynamic layouts and different
layouts per activities
2017-07-25 12:07:11 +03:00
Michail Vourlakos
62df2cf3ca reduce size of icon for audio stream 2017-07-24 20:08:40 +03:00
Michail Vourlakos
0b34dcf1b3 fix #608, support Unique,Layout,Global launchers 2017-07-24 20:01:11 +03:00
Michail Vourlakos
b48d1eb4ac improve layout switching in plasmoid and manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
7107456e31 drop deprecated switching sessions in plasmoid 2017-07-24 20:01:11 +03:00
Michail Vourlakos
9f20ceb83e remove globalSettings from qml part
--globalSettings remain only for the layouts in the
config window
2017-07-24 20:01:11 +03:00
Michail Vourlakos
f2de335d35 move functionality to new architecture
--add functionality for layoutManager
--add widgets action and alternative layout action to
layoutManager
--remove more functionality that belongs to globalSettings
2017-07-24 20:01:11 +03:00
Michail Vourlakos
badcaa5474 fix a crash when changing layouts/old sessions
--when changing layouts/old sessions from the Latte Tasks
Context menu, Latte was crashing very often. Add the switching
code into a Timer to make its execution asynchronoushly
2017-07-24 20:01:11 +03:00
Michail Vourlakos
f9ce9ffc9c fix #574,fix internal identification of tasks
--as in an older commit has been documented the qml
function childAt doesnt work propery for our ListView,
there are cases that returns an empty/null child. For this
reason we have implemented our own childAtPos function in
order to immulate the save behavior. Unfortunately there
wasnt a check in it that the items checked based on their
geometry they were actually TaskDelegate's. This fix not
only fixes bug #574 but also should provide a cleaner dragging
behavior, at least for the dragging phase
2017-07-01 17:12:45 +03:00
Michail Vourlakos
6c183e9eed improve identification of startups
--identify startups better in order to distinguish
them to those that belong to launcher and should be
shown immediately and those that dont belong in any
launcher and they shouldnt be shown
2017-06-27 01:39:30 +03:00
Michail Vourlakos
7d77ab5195 expose user specified shadows to qml 2017-06-25 20:26:02 +03:00
Michail Vourlakos
919af662e6 fix hasAudioStream binding loop 2017-06-23 01:09:49 +03:00
Michail Vourlakos
558e2e3670 fix #562,pin/unpin behavior for oneactivity,task
--cleanup also the context menu from comments from
the old activities architecture
2017-06-22 02:48:42 +03:00
Michail Vourlakos
8794835f0b reenable a small animationstep in parabolic effect 2017-06-18 13:50:56 +03:00
Michail Vourlakos
0cc1e84ba8 dont play hoverAnimation when clicking 2017-06-18 11:43:42 +03:00
Michail Vourlakos
079604c3b6 disable mScale changes in clickAnimation 2017-06-18 00:43:07 +03:00
Michail Vourlakos
e2fe456a7e fix #544,disableRestoreZoom is released more cases 2017-06-16 09:43:09 +03:00
Michail Vourlakos
5bc1e3d66d combine audiostream badge with progress badge 2017-06-10 16:44:33 +03:00
Michail Vourlakos
0ce0feca0a fix #526,add toggleGrouping action 2017-06-10 16:29:55 +03:00
Michail Vourlakos
be83d54339 fix #521,support syncing launchers for all docks
--this commit is the last for this to be supported.
It checks if the globalLauncherList is empty and in
such case when syncing is enabled the current dock
launchers are used
2017-06-05 22:30:05 +03:00
Michail Vourlakos
cf7b820e2e sync launchers correctly between docks,def session 2017-06-05 21:13:54 +03:00
Michail Vourlakos
d75dfa1a64 reduce blur for task numbers
--fix some type conversions for CircleText
2017-06-05 19:33:58 +03:00
Michail Vourlakos
64838ff0f3 speed up the fastrestoreanimation 2017-06-04 12:55:19 +03:00
Michail Vourlakos
271810d095 use TaskDelegate activateTask to activate a task 2017-06-04 11:46:18 +03:00
Michail Vourlakos
9486342dc1 add a small shadow at tasks number 2017-06-04 11:38:53 +03:00
Michail Vourlakos
ee6c831b01 fix #510,support correctly global shortcuts
--in X11 now the globalshortcuts class takes into
account if the user presses any modifier in order
to hide the dock
--if the dock is hidden whenever a relevant global
shortcut is triggered the dock is shown and number
indicators for the tasks are shown
2017-06-04 11:15:32 +03:00
Michail Vourlakos
d4a5370ef2 use same design for all separators 2017-06-03 16:51:13 +03:00
Michail Vourlakos
1eeac88f36 update colors for unity counters 2017-05-31 18:53:16 +03:00
Michail Vourlakos
82173e0bb0 fix #509,fix typo for window actions 2017-05-31 18:21:21 +03:00
Michail Vourlakos
b619b2e0d2 fix #443,support unity message counter 2017-05-31 18:15:44 +03:00
Michail Vourlakos
fa89bd2053 fix #503,show previews in other winmanagers 2017-05-29 22:52:26 +03:00
Michail Vourlakos
88ddfe32de fix #502, block click animation 2017-05-28 21:28:03 +03:00
Michail Vourlakos
458750aa06 fix #496,crash when changing to Alternative Session
-- a rare crash when changing to Alternative Session
through Tasks context menu
2017-05-27 19:15:49 +03:00
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
2017-05-26 20:38:55 +03:00
Michail Vourlakos
05c2123708 go faster to directRender state
--improve more the parabolic animation and
fix an issue that was based on the time window
between smooth animation and directRender when
the mouse activates the parabolic effect in the
begin.
2017-05-26 20:26:27 +03:00
Michail Vourlakos
4eb0645474 fix #489,option for mouse wheel actions 2017-05-26 19:52:01 +03:00
Michail Vourlakos
6941a5c011 reduce parabolic messages and debug lines 2017-05-25 21:41:48 +03:00
Michail Vourlakos
51b600725d fix parabolic effect and Tasks thickness
--this fixes the Tasks plasmoid thickness and
improves a small breakage in the parabolic effect.
The Tasks thickness is going to maximum when there
is a hoveredInded in plasmoid or in containment.
--the previous fix, fixes also a small breakage in
the parabolic effect animation. The breakage was
appearing when going from
applet->applet separator->task and directRender is
enabled
2017-05-25 21:04:12 +03:00
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
2017-05-25 18:23:00 +03:00
Michail Vourlakos
e0e5efa9f8 improve task remove animation
--this improves a lot the task remove animation
when there are separators around
2017-05-25 17:53:50 +03:00
Michail Vourlakos
b94f2c948f protect hidden spacers on removing animation
--the remove task animation is more stable now
2017-05-25 17:07:02 +03:00
Michail Vourlakos
ee48e70e30 fix warnings on startup 2017-05-25 16:11:24 +03:00
Michail Vourlakos
e44917c404 internal separator look identical to applet separa 2017-05-25 16:03:05 +03:00
Michail Vourlakos
155e037d0f disable all spacers for all separators
--this makes the spacers to overlap with
each other
2017-05-25 15:37:08 +03:00
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
2017-05-25 00:27:13 +03:00
Michail Vourlakos
b843505410 hide internal separator if it is not needed 2017-05-25 00:20:25 +03:00
Michail Vourlakos
61539ff6c8 plasmoid trigger properly messages to applets
--this commit takes into account applets separators
and the internal separator so that the number of
separators that are subsequent do not influence the
parabolic effect animation
2017-05-24 22:01:34 +03:00
Michail Vourlakos
fbf952f606 fix binding loops that broke separators experience 2017-05-24 18:54:30 +03:00
Michail Vourlakos
f0e7992d2a increase separator size on dragging
--this way we can move the surrounding launchers to
catch up also edges
2017-05-24 18:23:32 +03:00
Michail Vourlakos
b79b375715 access internal plasma separator from contextmenu
--all the functionality concerning the internal separator
is moved completely into the plasmoid. Now the add/remove
of the internal separator can be found through the Tasks
contextmenu as long as we are in editMode (that is showing
the configuration window)
2017-05-24 18:08:05 +03:00
Michail Vourlakos
debea91ddc reduce messages for clearing parabolic effect 2017-05-24 17:36:46 +03:00
Michail Vourlakos
3a0ac83c46 fix #480,support properly separator widgets 2017-05-24 17:29:31 +03:00
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
2017-05-24 00:59:40 +03:00
Michail Vourlakos
56865f36dd support applet separators around tasks plasmoid 2017-05-24 00:49:15 +03:00
Michail Vourlakos
988448345f add margins to applet separators
--fix for indicating the separator on startup
--improvements in parabolic signaling
2017-05-24 00:27:15 +03:00
Michail Vourlakos
afaa7349ea fix launcher animation
--update launcher animation to work properly
with the new parabolicManager
2017-05-24 00:00:28 +03:00
Michail Vourlakos
fa9b313c92 use more the ParabolicManagers
-- add even better clearZooms based on
signaling from ParabolicManagers
2017-05-23 20:44:50 +03:00
Michail Vourlakos
528a857b47 apply a proper clearing zoom for applets
--this is finally used properly through the
ParabolicManagers new architecture. Any old
problems concerning applets that didnt clearing
their zoom should be fixed totally now!!
2017-05-23 20:26:20 +03:00
Michail Vourlakos
a16ed0e9ef add clearing functions for parabolic managers 2017-05-23 20:12:57 +03:00
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.
2017-05-23 19:23:01 +03:00
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
2017-05-21 19:13:02 +03:00
Michail Vourlakos
03180c61e7 force sizes initialization on formFactorChange 2017-05-21 15:34:59 +03:00
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
2017-05-21 15:22:47 +03:00
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
2017-05-21 14:45:52 +03:00
Michail Vourlakos
79db299a7f fix positioning of internal separator 2017-05-21 14:08:29 +03:00
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...
2017-05-21 11:08:51 +03:00
Michail Vourlakos
1ada1ebae3 fix #477,disable wheel for internal tasks separator 2017-05-21 01:41:16 +03:00
Michail Vourlakos
7c51065fcb fix #468,lock parabolic animation !editMode
--lock properly the parabolic animation for Tasks
plasmoid when the user right clicks the plasmoid
2017-05-20 22:54:36 +03:00
Michail Vourlakos
7020e58289 remove no needed check in ContextMenu 2017-05-19 18:16:15 +03:00
Michail Vourlakos
930c617c86 restore jump lists for plasma 5.9 2017-05-19 18:09:47 +03:00
Michail Vourlakos
afe0dd7514 fix #471,check in plasma 5.10 functions exist
--we check not only the plasma frameworks version
but if jumplists and places functions exist also
2017-05-19 17:26:22 +03:00
Michail Vourlakos
84e390c312 reduce warnings 2017-05-19 17:19:14 +03:00
Michail Vourlakos
8fea5d6a83 reduce warnings 2017-05-19 00:42:14 +03:00
Michail Vourlakos
c37a959ae2 reduce warnings 2017-05-19 00:33:55 +03:00
Michail Vourlakos
77f542a9f3 fix #470,crash the tasksmodel of maximized logic
--fixes in various typos introduced from the new
designs
2017-05-18 23:02:20 +03:00
Michail Vourlakos
49d20f4617 fix missing typo 2017-05-18 20:55:15 +03:00
Michail Vourlakos
4b76fd1004 dont show Add Widgets when Latte in the desktop 2017-05-18 19:36:12 +03:00
Michail Vourlakos
7365e1f4bc move plasmoid config files in their own directory 2017-05-18 19:31:59 +03:00
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
2017-05-18 19:20:13 +03:00
Michail Vourlakos
ede4eb6496 reduce warnings 2017-05-17 15:41:16 +03:00
Michail Vourlakos
abc45e4c4d include statesLine metrics when task isStartup 2017-05-17 15:30:20 +03:00
Michail Vourlakos
515384dd48 improve heuristic of neighbour tasks 2017-05-17 14:40:23 +03:00
Michail Vourlakos
950cb8f073 fix #382,support jumplists and places, contextmenu
-- support the new features from plasma 5.10
and provide jumplists and places functionality
2017-05-17 10:14:52 +03:00
Michail Vourlakos
291f579dc9 improve the attention color animation 2017-05-15 21:05:12 +03:00
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