Commit Graph

85 Commits (8cf6f49bb92435287862a5d947a8b191d7a57fe8)

Author SHA1 Message Date
Michail Vourlakos 8cf6f49bb9 improvements to parabolic effect
--issue , 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.
Michail Vourlakos 2987e406db block signalUpdateScale if task/applet containMouse
Michail Vourlakos 2a78437996 add some resistance in activating directRendering
--add some resistance for the functionality added for
issue 
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.
Michail Vourlakos b64bb1f9d2 use very high sensitivity for parabolic effect
Michail Vourlakos 9473f5b7a2 fix thick and applets alignment in reverse mode
Michail Vourlakos 4692b87bb5 improve GlowPoint contrast
Michail Vourlakos fa1ef2f17d move GlowPoint to latte library
--this way we can use the same code between
plasmoid and containment
Michail Vourlakos c169858b71 improve glow painting
--reduce a lot the painting issues that didnt
paint glow parts correctly
Michail Vourlakos 6722162826 fix applet line active indicator issue
--the applet line active indicator wasnt updating
correctly its size when hovering
Michail Vourlakos e89d9f17e6 fix #789,hide indicator item when inAttention
--the inAttention animation is being played by a
separate Loader, with this patch we hide the underground
original indicator in case it creates a visual
breakage in some cases
Michail Vourlakos ff70d4a9d2 improve/fix small issues with panel behavior
Michail Vourlakos efb04895be improve activate applets for neutral areas
Michail Vourlakos 43b08217a2 expand applets when clicked in neutral areas
--try to give more interaction to the user. When an
applet is clicked at its hidden spacers or the space
reserved for its active indicator then Latte sends
a signal to expand it. Unfortunately I havent found
a way to active other applets in such case e.g. the
icon-only applets
Michail Vourlakos e0a3bd9f80 support nomad systray in Latte
Michail Vourlakos c108cd4953 improve shadow positioning in glow
Michail Vourlakos 7b8efcaed7 implement fully active indicator types/glows
Michail Vourlakos eab02204e1 support GlowOnlyOnActive at containment
Michail Vourlakos 34e1243886 update container GlowPoint
Michail Vourlakos 733fa3c29c update container GlowPoint
Michail Vourlakos a9c1f9cd08 update glowing at plasmoid GlowItem
Michail Vourlakos 6b34a5118e add showGlow property to GlowPoints
Michail Vourlakos 8d40678e28 fix latteApplet size area
--this fixes also showing a wrong context menu
for tasks in zoomed tasks. It was showing instead
of the task context menu the container one.
Michail Vourlakos a4a5a61574 load spacers debug visuals ondemand
Michail Vourlakos 147529dd72 fixes for tasks spacers for multiple separators
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
Michail Vourlakos 1eca9875f9 drop internal separatorPos for new architecture
Michail Vourlakos 9d8c99768f update containment spacer to multiple internal
Michail Vourlakos 0e2f4debb0 support plasmoid intern.separators from containment
--update the containment Parabolic Manager to take into
account the plasmoid multiple internal separators
Michail Vourlakos 63fa3c4b1d drop internalSeparatorHidden from parabolicManager
--improvements for new separators architecture
Michail Vourlakos ae8669169b simplify hidden spacers for tasks/applets
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
Michail Vourlakos 1dd9a30139 release connect signals ondestruction
--following issue from  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
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.
Michail Vourlakos f6e4bd205a block parabolic effect for systray
--at all cases and not just those that
systray length is greater than the set applet size.
There were cases that the systray had very few
applets in it and thus is was animated
Michail Vourlakos 7bc8b51446 force transparent panel respects shadows settings
Michail Vourlakos 9760ef2a5e follow Fitt's Law when dock is inFullJustify
--improvements in order to follow Fitt's Law when
the dock is in Justify mode and 100% maximum length
Michail Vourlakos dd1bdd8a47 block applets parab.animation when bouncing task
Michail Vourlakos bb2f5936b4 improve parab.effect stability on first hovering
Michail Vourlakos ad0a66804f small fixes for warnings and types
Michail Vourlakos 1e4f98b4ae fix #633,trigger correctly the animations signals
--restoring the applets from the parabolic effect didnt
send correctly the ending signal that their animation
was finished
Michail Vourlakos 14a674cd61 fix #572,support latte spacer
Michail Vourlakos cfa8ee9deb hide title tooltips when applet is expanded
Michail Vourlakos 45add5988f fix #622,support title tooltips for hovered applets
Michail Vourlakos ba3de5061f block zoom hovering on dock sliding in/out
Michail Vourlakos 7d77ab5195 expose user specified shadows to qml
Michail Vourlakos 8794835f0b reenable a small animationstep in parabolic effect
Michail Vourlakos d4a5370ef2 use same design for all separators
Michail Vourlakos db78a5b622 fix #498,translate 0% margin to 0px margins
Michail Vourlakos e982540bff fix #490,support usesPlasmaTheme in our fake icons