Commit Graph

1787 Commits (15cff730ab66a78d73cb7c0bd3dfde04c033153b)
 

Author SHA1 Message Date
Michail Vourlakos d22a8e2086 fix #773,crash that was happening from badges
--audio and progress badges where causing crashes
when the user was trying to remove a dock that had
shown any of those badges
Michail Vourlakos face57d58a update audiostreams on user settings changes
Michail Vourlakos afd34b19cc fix #770,broken parab.effect when no int.separator
Michail Vourlakos 3ca45d0eaa fix #772,improve shadows behavior for solid panels
Michail Vourlakos c904236847 disable dock settings action shortcut
--the shortcut Alt+S,Alt+D is not working
correctly because it is reserved by the plasma
desktop. At first we disable it in order to see
if we can substitute it with another solution
Michail Vourlakos c108cd4953 improve shadow positioning in glow
Michail Vourlakos c258deb07d show glow when task inAttention state
--this applies when the user has activated glow
only for the active task, in that case glowing
is also applied when the task is inAttention
Michail Vourlakos f05be59ee3 fix #767,use developers name directly in appstream
Michail Vourlakos 7b8efcaed7 implement fully active indicator types/glows
Michail Vourlakos 89cd1c30ab support two types of active indicator
Michail Vourlakos eab02204e1 support GlowOnlyOnActive at containment
Michail Vourlakos 34e1243886 update container GlowPoint
Michail Vourlakos 5388b709a8 update plasmoid to support glowOnlyOnActive
Michail Vourlakos cc0037e82d add new glow configuration options
Michail Vourlakos 733fa3c29c update container GlowPoint
Michail Vourlakos a9c1f9cd08 update glowing at plasmoid GlowItem
Michail Vourlakos 6b34a5118e add showGlow property to GlowPoints
Michail Vourlakos c3a9d09ecf fix int.separators indexes on dragging
--when there were many internal separators in the row
and the user was dragging a task the internal separators
indexes afterwards were broken. This fixes this by
forcing the separators to update their indexes after
the user finishes dragging.
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 b30caca172 fix contextmenu blocking parab.effect
Michail Vourlakos f2f2a469d3 improve add/remove internal separators mechanism
--the user now can add an internal separator and set
its position also by taking into account in which task
the context menu is shown
--the user now can remove any internal separator wants to
by showing its context menu options in editMode
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 c25a088c5e fixes for animations is tasks spacers
Michail Vourlakos 109651f2d1 update task pseudo indexes for shortcuts
Michail Vourlakos 9d949b9387 fix first/last task indexes for no intern.sep case
Michail Vourlakos 1eca9875f9 drop internal separatorPos for new architecture
Michail Vourlakos 3ff20749b0 fix parabolicManager algorithm for multi-ints
Michail Vourlakos aea1f73bd8 update int.separators size in editMode
Michail Vourlakos e7baccf7d0 disable debug messages,restore some clearZooms
Michail Vourlakos f101334443 add/remove intern.separators from context menu
Michail Vourlakos 83cd059309 remove no needed fake separator desktop file
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 963c135468 update plasmoid ParabolicManager to new separators
--drop the old internalSeparatorPos from the plasmoid
ParabolicManager and substitute it with multiple
internal separators heuristics
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
Michail Vourlakos 63fa3c4b1d drop internalSeparatorHidden from parabolicManager
--improvements for new separators architecture
Michail Vourlakos ae8669169b simplify hidden spacers for tasks/applets
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.
l10n daemon script 451512192c 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"
l10n daemon script ac0fa4e2e4 GIT_SILENT made messages (after extraction)
Michail Vourlakos f15893ed59 fix #765,update Gentoo link
Michail Vourlakos dc68f7e3e6 improve panel opacity adjustment enabling
--the panel opacity shouldnt be set in some
cases when the maximized states are used or
when the solid panel is enabled and no
maximized filters are used
Michail Vourlakos f22d5c85b2 support solid background with opacity for maximized
--the user may prefer solid background with opacity
when using the maximized windows functionality. This
patch enables this
Michail Vourlakos 65c50e4200 fix #760,enable effects when forceSolidPanel
--when the user has enabled to show solid panel for
maximized windows the window effects must be enabled.
This way the best contrast is provided.
Michail Vourlakos c5b99b4576 improve background animations when changing states
--when the background is shown or not (e.g. for maximized
windows) or when changing its transparency it is animated
in a better way
Michail Vourlakos f5175b6135 fixes for title tooltips
--disable direct rendering when a title tooltip
becomes hidden and the mouse isnt in the dock.
This fixes an issue when the user enters the dock
and the parabolic animation wasnt playing correctly in
some cases
--do not show a title tooltip if the dock !containsMouse.
This way some tooltips that were still shown when the
mouse wasnt inside the dock is fixed.