Commit Graph

179 Commits (1bffaf8b3b07e1cbee04cbf0ef524bb29fbd51dd)

Author SHA1 Message Date
Michail Vourlakos 60cc89d595 MultipleLayouts:restore isSwitching signal
--this creates a nice animation when switching
layouts for orphaned Activities at a Multiple
Layouts state
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
Michail Vourlakos 9473f5b7a2 fix thick and applets alignment in reverse mode
Michail Vourlakos e3d1001861 indicate automatic the automatic shrinking
--if there is an applets that requests fillWidth or Height then
the automatic shrinking isnt working
Michail Vourlakos 2d16bcd976 draw panel background correctly after themeChange
Michail Vourlakos 10f3f6613d fix breakage of parabolic effect after slides out
Michail Vourlakos cb69a9c7c6 slide out/in also in user screen change
Michail Vourlakos f7b8cedb3c improve semantics for location change slide out/in
Michail Vourlakos afcdd1b726 hide docks animation when changing layouts
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 b749a1f7e6 fix for dynamic background
Michail Vourlakos a6efa4b112 count shadow size in length mask size
Michail Vourlakos 99bb0a5c87 fix #817,count shadow size for mask thickness
Michail Vourlakos d86fdfd2ff fix #810,support smart/dynamic background
the dynamic background feature is enhanced and
becomes smarter. It understands snapped windows, windows
that touch the panel edge etc. The criteria in
order for the background to become solid are:
   - any active window that is touching the panel
edge (that includes krunner)
   - any inactive window that is snapped and touches
the panel edge (concerning its geometry: quarter-snapped or half-snapped)
   - maximized windows
   - an inactive window but keepAbove is touching
the panel edge (this catches also the yakuake case)
   - panel popups
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
Michail Vourlakos 43a6e18617 follow Fitt's Law when shrinking thickness
--when the latte panel behavesAsPlasmaPanel and
the user has enabled also shrinking the thickness
then Fitt's Law can be followed.
Michail Vourlakos c169858b71 improve glow painting
--reduce a lot the painting issues that didnt
paint glow parts correctly
Michail Vourlakos 253eb7a8e2 dont count latte plasmoid as expanded
--this solves making the dock background fully shown
with no transparency at all when a task in the plasmoid
needed attention.
Michail Vourlakos 90f7ae8fed improve margins for shrinkThickMargins
Michail Vourlakos 6722162826 fix applet line active indicator issue
--the applet line active indicator wasnt updating
correctly its size when hovering
Michail Vourlakos 7b27dfdf33 disable directRendering after automatic icon size
Michail Vourlakos 1d8eea28bb slidingIn/Out during locationChange signal
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 246f5ed800 fix handler placement in RTL
Michail Vourlakos 920de6cd6e fix RTL layout for vertical and alignments
Michail Vourlakos 5f148b950e support RTL to tooltips and previews
Michail Vourlakos 32c74f818e fix parabolic effect for RTL
Michail Vourlakos f8f78566f9 apply layout mirroring for RTL
Michail Vourlakos e0a3bd9f80 support nomad systray in Latte
Michail Vourlakos 3ca45d0eaa fix #772,improve shadows behavior for solid panels
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 5388b709a8 update plasmoid to support glowOnlyOnActive
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 07d51156bf fix noRealTask breaking parabolicEffect
Michail Vourlakos 63304d91d7 fix single task case for parabolic effect
--when there was only one task in the plasmoid
the parabolic effect was breaking with neighbour
applets
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 e7baccf7d0 disable debug messages,restore some clearZooms