1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-09 05:57:39 +03:00

371 Commits

Author SHA1 Message Date
Michail Vourlakos
d4a5370ef2 use same design for all separators 2017-06-03 16:51:13 +03:00
Michail Vourlakos
db78a5b622 fix #498,translate 0% margin to 0px margins 2017-05-28 19:18:55 +03:00
Michail Vourlakos
c5dda73d5b fix #497, fix crash on startup
--this was crashing Latte on startup because
the WindowsModel was loaded too early when
the user had set "Show Background only for
maximized windows"
2017-05-28 19:18:54 +03:00
Michail Vourlakos
e982540bff fix #490,support usesPlasmaTheme in our fake icons 2017-05-27 23:59:01 +03:00
Michail Vourlakos
162d84e31d fix #495,Disable panel shadow for maximized windows 2017-05-27 20:40:23 +03:00
Michail Vourlakos
424f0e0e1c dont allow forceTransparentPanel on !compositing 2017-05-27 19:24:27 +03:00
Michail Vourlakos
641d096d58 fix #490,improve identification algorithms
--this commits improves the identification algorithm
for kicker and simplemenu and their behavior also
concerning setting a static image or not
2017-05-27 00:43:07 +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
aacd80df3d enable tooltips in various places 2017-05-26 20:05:58 +03:00
Michail Vourlakos
4eb0645474 fix #489,option for mouse wheel actions 2017-05-26 19:52:01 +03:00
Michail Vourlakos
fe0e23b935 fix #490,support kicker and simplemenu applets
--we now support through our discovering mechanisms
a properly identification for kicker and simplemenu
applets. This way changing their icons work correctly
and of course the parabolic effect
2017-05-26 11:46:54 +03:00
Michail Vourlakos
8ae052ba79 correct update hidden applets registry on startup 2017-05-25 21:13:49 +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
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
d59a43a7aa simplify window model for maximized window
--simplify the messaging handling and also protect
the initialization of the model for the Repeater
2017-05-25 00:47:52 +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
ff53a53d75 fix all separators calculations/signals
--fixed all signals calculations for applets
through the parabolicManager in containment
2017-05-24 23:51:12 +03:00
Michail Vourlakos
b160ad76a5 fix many separators around latte plasmoid 2017-05-24 23:40:23 +03:00
Michail Vourlakos
f379877e55 improve more parabolic effect messaging 2017-05-24 23:25:15 +03:00
Michail Vourlakos
fbf952f606 fix binding loops that broke separators experience 2017-05-24 18:54:30 +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
0c69277912 correct center calculation based on hidden spacers 2017-05-24 12:56:02 +03:00
Michail Vourlakos
30988a8820 fixes for separators signaling 2017-05-24 00:35:56 +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
a0bff8f9f0 first part to support properly separators
--support properly applet separators. This is the
first part, in the future the margins for them
should be updated correctly and the edge cases,
for example when the applet separator is next to
tasks plasmoid
2017-05-23 23:52:04 +03:00
Michail Vourlakos
544f34ad2a expose available applet ids
--find applet ids that arent separators or
hidden
2017-05-23 23:07:07 +03:00
Michail Vourlakos
d4b785daf3 inform parabolicManager for separators and hidden
--the parabolicManager is informed about the applet
ids for hidden applets and separators. This way the
manager can process the signals for parabolic effect
much better and correctly
2017-05-23 22:37:57 +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
9cdd9d839b fix splitters path for Justify mode 2017-05-23 20:30:27 +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
6fa6f70e41 add ParabolicManager for containment
--all messages concerning parabolic effect are calculated
and send through the ParabolicManager. This will help
a lot in maintainance and in many cases in the future
such as, separators, hidden applets and clearing zoom
properly
2017-05-23 19:34:28 +03:00
Michail Vourlakos
569644073f fix #481,improve fake applets indication
--improve fake applets indication on startup
2017-05-21 23:35:27 +03:00
Michail Vourlakos
d99c679382 fix wrong showing of ActiveIndicators
--the ActiveIndicators were showing on startup
in some applets that they shouldnt
2017-05-21 22:10:48 +03:00
Michail Vourlakos
2862ca2442 fix a thick margins in applets 2017-05-21 22:03:02 +03:00
Michail Vourlakos
afc1a8e318 add AppletIdentifier for discovering applets icons
-use the old code and add it in AppletIdentifier in order
to discover applets that provide IconItems and substitute
their panel behavior with Latte experience
2017-05-21 20:02:29 +03:00
Michail Vourlakos
31be277e17 include userswitcher in applet heuristic algorithm 2017-05-21 19:47:06 +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
5537db0760 fix #466,support kickoff applet in heuristic alg. 2017-05-21 01:51:57 +03:00
Michail Vourlakos
ebc70d12b2 fix #182,improve automatic shring/grow
--@AndydeCleyre contribution, the automatic growing/
shrinking for applets now uses always the maximum
length as a limit for the calculations
2017-05-21 00:25:01 +03:00
Michail Vourlakos
dcda53d08e go the applets clearZoom criteria to the edges
--the clearZoom criteria for the applets have set
to the minimum possible considering also the internal
tasks separator case
2017-05-21 00:08:44 +03:00
Michail Vourlakos
e9a3bf9265 improve check of clear zoom 2017-05-20 23:20:00 +03:00
Michail Vourlakos
57fd657a68 fix #464,clear zoom for applets far of par.effect 2017-05-20 23:16:59 +03:00
Michail Vourlakos
3e809b8ea9 expose fake icon to all applets that are found
--this should be tested with a lot of attention,
in case we fall onto applets cases that Latte
breaks their functionality
2017-05-20 22:26:11 +03:00
Michail Vourlakos
0c3f8e47ad remove old typo 2017-05-20 01:00:55 +03:00
Michail Vourlakos
9335acaa33 speed down an animation 2017-05-20 00:44:54 +03:00