1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-04 13:47:19 +03:00

266 Commits

Author SHA1 Message Date
Michail Vourlakos
e258df6e56 assign always a valid index for hovered task 2018-02-11 16:58:41 +02:00
Michail Vourlakos
431ec79088 force all DropShadows to fast mode 2018-02-10 01:33:40 +02:00
Michail Vourlakos
591aa035af improve workaround commenting 2018-02-09 23:36:27 +02:00
Michail Vourlakos
776df3e29d fix #846,empty tasks after activity changes
--in some cases after activity changes some tasks
are shown empty because some ghost tasks are created.
This was tracked down to hidden TaskDelegates spacers.
2018-02-09 23:31:08 +02:00
Michail Vourlakos
b1cd5920f2 fix #846,dont show task empty space
--libtaskmanager sometimes adds items and
hasnt set its full settings. After the addition
it updates some of the settings. This fix
is trying to fix that circumstances by not having
any blocking warnings
2018-02-09 16:26:21 +02:00
Michail Vourlakos
3462562a81 fix #857,improve par.effect with tooltips
--window previews were lowered in order to touch
the task for which are presenting issues. This way
the mouse confirms alway the taskContainsMouse flag
--title tooltips are shown only when the dock has
ended its sliding-in animations
2018-02-08 17:24:14 +02:00
l10n daemon script
73940eff3b 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"
2018-02-08 05:07:42 +01:00
Michail Vourlakos
8c0ada943b remove deprecated code
--this code was creating also an issue sometimes
that wasnt showing tasks at all on startup
2018-02-07 21:46:26 +02:00
Michail Vourlakos
f4370ccc21 improve identification of immediate launchers
--when a window is closing if there is already
an assigned launcher then the launcher must be
shown without animation
2018-02-07 20:22:31 +02:00
Michail Vourlakos
8f44e68a75 fix #846,dont delay any show/remove of separators 2018-02-07 17:04:07 +02:00
Michail Vourlakos
be2c4ed669 fix missing negative symbol 2018-02-07 15:29:50 +02:00
Michail Vourlakos
62f847ecac fix #856,update hoveredindex after animations end
--this way we are trying to delay a bit the directRender
mode when the dock is hidden
2018-02-05 23:52:57 +02:00
Michail Vourlakos
61227abaeb ALWAYS Restore Task Animation
--VERY IMPORTANT CODE, fixes a bug when cycling the mouse
very fast inside and outside the dock, in some rare cases
the restoreAnimation didnt end!!
2018-02-05 22:11:20 +02:00
Michail Vourlakos
2f45aa9129 dont delay clearing zoom for task 2018-02-05 20:28:30 +02:00
Michail Vourlakos
5593b515f4 update zoom-out animations 2018-02-05 18:58:04 +02:00
Michail Vourlakos
c129743aa9 use a new zoom-in animation type 2018-02-05 18:43:49 +02:00
Michail Vourlakos
2957c50dd0 Revert "update zoom-in animation type"
This reverts commit cc6779d0c4d84353efa85aee238950b63c8f760f.
2018-02-05 14:47:09 +02:00
Michail Vourlakos
cc6779d0c4 update zoom-in animation type 2018-02-05 14:42:00 +02:00
Michail Vourlakos
15cff730ab stop restoreAnimation in directRendering
--issue #852, when directRendering is activated
some of the tasks could be in restoreAnimation,
in such case they stop their animation are moved
to directRendering mode
2018-02-04 19:24:52 +02:00
Michail Vourlakos
8cf6f49bb9 improvements to parabolic effect
--issue #852, improve how the two states of zoom-in
and directRendering are indetified and triggered.
The initialization of hovering indexes now is
trigerred only for window mouse out events.
2018-02-04 18:56:28 +02:00
Michail Vourlakos
f9afa1bc1f move completely to containmentactions 2018-02-03 23:31:03 +02:00
Michail Vourlakos
82e77f7b23 more improvements to containmentactions 2018-02-03 21:56:05 +02:00
Michail Vourlakos
afe9a2e09d rename latteconfigdialog to settingsdialog 2018-02-03 13:35:58 +02:00
Michail Vourlakos
2987e406db block signalUpdateScale if task/applet containMouse 2018-02-02 14:37:54 +02:00
Michail Vourlakos
2a78437996 add some resistance in activating directRendering
--add some resistance for the functionality added for
issue #852
2018-02-01 23:09:45 +02:00
Michail Vourlakos
31caea4a51 fix #852,go to directRenderMode faster
--in order to go faster to directRenderMode in some
cases, the following criteria was added. If the zoomScale
of a task is greater than 1 and the mouse enters that task
then directRendering is enabled.
2018-02-01 22:41:17 +02:00
Michail Vourlakos
584c7c36a0 fix #840,dont combine different spacers 2018-01-28 12:16:55 +02:00
Michail Vourlakos
8fb12bdbcf improvements to new Latte config window 2018-01-26 18:40:25 +02:00
Michail Vourlakos
b64bb1f9d2 use very high sensitivity for parabolic effect 2018-01-24 20:58:10 +02:00
Michail Vourlakos
18066f41f7 fix parabolic effect breakage
--when there is only one applet on the left, the
parabolic effect from Tasks was breaking
2018-01-24 18:03:29 +02:00
Michail Vourlakos
a2fc2edc30 publish internal separators indexes after dragging 2018-01-21 23:03:54 +02:00
Michail Vourlakos
67ce3441a4 MultipleLayouts:launchers signals made layout aware 2018-01-21 20:17:58 +02:00
Michail Vourlakos
e4cd47ca3e MultipleLayouts:update Layouts menu 2018-01-17 16:45:29 +02:00
Michail Vourlakos
46ad550b93 merging the new architecture,increase version
--because the new architecture supports both single
and multiple layouts, increasing the version is a
goog thing
2018-01-15 14:46:03 +02:00
Michail Vourlakos
e56478fb8a publish tasks geometries only for current layout
--this is used mainly from Multiple Layouts in order
to publish tasks geometries only those plasmoids that
belong to the current layout
2018-01-15 10:30:50 +02:00
Michail Vourlakos
274c6a653d add managedLayout to dockView
--this way a dock can belong to specific Layout
and this could be changed runtime in a multi-layout
runtime environment
2018-01-14 23:58:48 +02:00
Michail Vourlakos
e9be1a9108 fix #833,block attention bouncing inAttention
--fixed a typo to check the above case and at more
checks also to be sure
2018-01-09 20:40:02 +02:00
Michail Vourlakos
6c17065766 fix bouncing anchoring for rare cases
-- when a task that wasnt launcher was inAttention
state and was bouncing and the user was clicking it,
the animation wasnt that clear at its middle, there
was a small breakage.
2018-01-08 21:59:33 +02:00
Michail Vourlakos
63d90f1b98 update metadata versions 2018-01-08 21:59:18 +02:00
Michail Vourlakos
0a6e00c9e7 improve 3d contrast for GlowPoint 2018-01-03 18:49:02 +02:00
Michail Vourlakos
4692b87bb5 improve GlowPoint contrast 2018-01-03 13:49:44 +02:00
Michail Vourlakos
fa1ef2f17d move GlowPoint to latte library
--this way we can use the same code between
plasmoid and containment
2018-01-03 12:48:26 +02:00
Michail Vourlakos
1d6c5f074f fix #816,add more task shortcuts
--added shortcuts for tasks 10-19
2018-01-02 19:38:46 +02:00
Michail Vourlakos
bc7a9eac9a fix #811,timers to check previews/menus/tooltips
--there were cases that window previews/tasks context menu/
title tooltips were shown at the same time. This patch fixes this
by adding timers to catch these case and show the above on
priority. The priority used is tasks context menu/window
previews/title tooltips
2017-12-25 22:35:43 +02:00
Michail Vourlakos
7645dc9007 improvements for tasks dragging
--dont change the ratio size of the task during
dragging
--clear parabolic effect during dragging
2017-12-25 16:47:59 +02:00
Michail Vourlakos
5ad5620e4e dont animate task additions after dragging 2017-12-25 16:18:52 +02:00
Michail Vourlakos
c169858b71 improve glow painting
--reduce a lot the painting issues that didnt
paint glow parts correctly
2017-12-25 15:48:36 +02:00
Michail Vourlakos
894098db7d improve signaling for internal separators 2017-12-25 14:55:38 +02:00
Michail Vourlakos
3359f5e829 set activities for internal separators
--the internal separators should be able to positioned
always perfect comparing to the other launchers around them.
Only way this could be achieved is by giving them the
possibility to be applied to specific Activities...
For the user to assign internal separators to specific
Activities should right click them in editMode...
2017-12-25 14:31:54 +02:00
Michail Vourlakos
61ace37ec6 update task edges indexes on startup 2017-12-17 17:46:50 +02:00