1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-31 02:50:12 +03:00

585 Commits

Author SHA1 Message Date
Michail Vourlakos
147529dd72 fixes for tasks spacers for multiple separators 2017-11-18 14:34:34 +02:00
Michail Vourlakos
83c901de0e hide internal separators in some cases
--hide internal separators when overlap and show
only one
--hide internal separators at start or end of the
plasmoid, the user can us separator applet in those
places
--add safety array checkes in order to avoid any
crashes from accessing out-of-arrays elements
2017-11-18 14:34:34 +02:00
Michail Vourlakos
c25a088c5e fixes for animations is tasks spacers 2017-11-18 14:34:34 +02:00
Michail Vourlakos
109651f2d1 update task pseudo indexes for shortcuts 2017-11-18 14:34:34 +02:00
Michail Vourlakos
9d949b9387 fix first/last task indexes for no intern.sep case 2017-11-18 14:34:34 +02:00
Michail Vourlakos
1eca9875f9 drop internal separatorPos for new architecture 2017-11-18 14:34:34 +02:00
Michail Vourlakos
3ff20749b0 fix parabolicManager algorithm for multi-ints 2017-11-18 14:34:34 +02:00
Michail Vourlakos
aea1f73bd8 update int.separators size in editMode 2017-11-18 14:34:34 +02:00
Michail Vourlakos
f101334443 add/remove intern.separators from context menu 2017-11-18 14:34:34 +02:00
Michail Vourlakos
9d8c99768f update containment spacer to multiple internal 2017-11-18 14:32:41 +02:00
Michail Vourlakos
963c135468 update plasmoid ParabolicManager to new separators
--drop the old internalSeparatorPos from the plasmoid
ParabolicManager and substitute it with multiple
internal separators heuristics
2017-11-18 14:32:41 +02:00
Michail Vourlakos
1a777d9ee4 drop internalSeparatorPos from plasmoid
--the internalSeparatorPos approach was removed
from the plasmoid. The next steps are:
1. ParabolicManagers to update their logic in order
to take into account multiple internal separators
2. To hide all consequent separators either as applets
all internal separators
2017-11-18 14:32:41 +02:00
Michail Vourlakos
63fa3c4b1d drop internalSeparatorHidden from parabolicManager
--improvements for new separators architecture
2017-11-18 14:32:41 +02:00
Michail Vourlakos
ae8669169b simplify hidden spacers for tasks/applets 2017-11-18 14:32:41 +02:00
Michail Vourlakos
24c9751f2e initial architecture for multiple int.separators
--make the single separator old architecture to
work correctly with the new multiple internal
separators architecture. Many things need to be
updated in order for this to work but lets make
one step at a time.
2017-11-18 14:32:41 +02:00
Michail Vourlakos
88108ac524 add option to debug timers
--this is especially useful in order to be sure that
there are timers that create unending loops
2017-11-11 10:28:38 +02:00
Michail Vourlakos
51f879d2a2 restore spacers on !containsMouse and inAttention
--when the mouse leaves the dock and a task is inAttentionAnimation
the spacers used for the animation should be restored
2017-11-09 17:42:19 +02:00
Michail Vourlakos
1dd9a30139 release connect signals ondestruction
--following issue from #730 more qml code
was found that wasnt releasing connect signals
properly. That could create crashes because
already deleted qml objects could receive such
signals. That was observed after qt>=5.9.2
2017-11-07 22:21:19 +02:00
Michail Vourlakos
1e09238bd4 update version to 0.7.75 in master 2017-11-05 13:22:10 +02:00
l10n daemon script
1fc4cd25cf 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-11-05 04:38:42 +01:00
Michail Vourlakos
c6cd7d975a immediate showing tasks in !compositing
--trying to show all tasks in all states directly
when the environment is in !compositing
--block all animations (removals/showings) when
the environment is in !compositing
2017-11-03 20:23:33 +02:00
Michail Vourlakos
6e4321b650 improve attention bouncing experience
--add more animation phases in order to provide
a better experience for the inAttention bouncing
animation
--add visual debuggers for the spacers and padders
needed for the bouncing animation
2017-10-30 16:54:52 +02:00
Michail Vourlakos
2a2ccbdeda stabilize attentionAnimaton bouncing
--add also some visual spacers indicators for
debugging purposes
2017-10-29 23:00:22 +02:00
Michail Vourlakos
85c3d2dfa2 release mimicParabolic in order to not stuck 2017-10-29 17:57:08 +02:00
Michail Vourlakos
5a9e788d8f fix glitches for task inAttention bouncing 2017-10-28 10:10:47 +03:00
Michail Vourlakos
569fd5d702 animate properly margins of spacers
--this change fixes the glitch when a task
is going from in Attention bouncing to its exact
position relative to the parabolic effect
2017-10-28 01:02:11 +03:00
Michail Vourlakos
6ad899de9f remove signal binding at correct destruction 2017-10-28 00:42:54 +03:00
Michail Vourlakos
1eb36ff7de mimic ondemand the parabolic effect
--it is used to restore a task after bouncing
for taking users attention and the task
contains also the mouse
2017-10-28 00:31:10 +03:00
Michail Vourlakos
1e2ffb1b23 improve semantics 2017-10-27 18:26:09 +03:00
Michail Vourlakos
9932ae845e fix #730,crash introduced at qt 5.9.2
--move the release of signals manual bindings for
tasks delegates from onRemove event of the delegate
at Component.onDestruction. The crash was happening
when the code path(onRemove event) wasnt occuring,
so the bindings werent released.
2017-10-26 20:03:35 +03:00
Michail Vourlakos
5adfe4bca3 remove manual garbage collection from plasmoid 2017-10-25 23:08:50 +03:00
Michail Vourlakos
f2b1ff48a8 remove deprecated code 2017-10-22 14:18:21 +03:00
Michail Vourlakos
397d169309 fix a glitch when changing activities
--when we go to an activity that has a launcher
and a window at the same time open that there
wasnt previously present we had a glitch
2017-10-22 14:18:21 +03:00
Michail Vourlakos
055996ebca dont play addedWindow animation when near parabAnim 2017-10-22 14:18:20 +03:00
Michail Vourlakos
4f758ee7df restore scale at tasks that change states
--tasks that change state (launcher,startup,window)
at the next state must look the same concerning
their zoom scale
2017-10-22 14:18:20 +03:00
Michail Vourlakos
7357df463e increase bouncing thickness 2017-10-22 14:18:20 +03:00
Michail Vourlakos
1a87d40611 block AddWindowAnim when task containsmouse 2017-10-22 14:18:20 +03:00
Michail Vourlakos
673d3006c2 block parabolicEffect when task inBlockingAnim 2017-10-22 14:18:20 +03:00
Michail Vourlakos
6b13c824a7 update properly onEnter in attention animation 2017-10-22 14:18:20 +03:00
Michail Vourlakos
e68b3aed48 reenable show window added animation 2017-10-22 14:18:19 +03:00
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