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

283 Commits

Author SHA1 Message Date
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