Commit Graph

4441 Commits (cd89f959e3522177856be2c562baa2ced95ce3b5)
 

Author SHA1 Message Date
Michail Vourlakos 7672202b4c decrease Blur area update interval
--was changed to 60Hz from 20Hz and also
the first call is immediately draw and then
the timer in triggered in order to block all
other calls. Hopefully this will be enough
for smooth moving blurring areas.

BUG:422209
Michail Vourlakos 92b983ceff fix EnvironmentActions loading
--when the user was enabling/disabling EnvironmentActions
the area occupied was not reassigned properly after
its loading.
Michail Vourlakos 9b18db6a23 Tasks Previews,smoothen up the experience
--reduce workarounds for tasks previews and simplify
the previews model case. Now all previews, both single
window and group are using the same delegate in
order to be drawn
Michail Vourlakos 9c3bbb8b19 previews behavior improvements
--show thin title tooltips launchers
and do not show tasks previews windows
for launchers
Michail Vourlakos 27c947e5ad disable workaround for previews validity
--in the past in order for previews to be valid
we had to hide and reshow previews after each
current task changing. As it appears this might
not be needed any more, let's try to disable it.
Michail Vourlakos 2ba90621f7 fixes for Applets Indicators sizing
--indicators should take into account the current applet width
in order to take up more space that it is needed
Michail Vourlakos 2ea8d389ec dont block length margins for EdgeSquare applets
Michail Vourlakos c7f530fb7a block deleting Layout with Del in Editor
Michail Vourlakos f3bb208e04 increase default previews delay
--update previews immediately after first task with
preview is shown. All the rest tasks showing previews
should trigger their previews showing immediately.
Only the first task when previews are not shown
must trigger the delayer
Michail Vourlakos 95dfbfd919 Tasks Previews multiple fixes
--provide an option for previews to work as a
popup window[new] or as tooltip[classic]
--multiple fixes to show/hide previews based on
user preferences from left click and hovering
a task
--move the active window line as the last item
of Preview column in order to be always drawn and
never overlap with previews or previous items
Michail Vourlakos 3c617a36c8 Tasks:progress badge option fix
Yuri Chornoivan 0e68ffded5 GIT_SILENT: add Latte-dock icon as repository logo
Michail Vourlakos e6e68d86c3 update FrameExtends for View::typeChanged
--during startup a panel type may become a dock type
and vice versa. We make sure that frameExtents
are updated accordingly when that happens.
Michail Vourlakos edb943db6b fixes for spacers and positioning of behaveAsPanel
--fix positioning for Right/Bottom alignments when
View behavesAsPlasmaPanel
Michail Vourlakos efe3defad6 Tasks shorcut badges improvements
Michail Vourlakos 6933e26d9c Tasks improvements for scrolling animations
Michail Vourlakos dde2b0b10e do not apply Plasma popups coloring if not enabled
Michail Vourlakos 84a5eecf79 update struts in Single layout mode earlier
Michail Vourlakos e98ce9e0c8 fix warning and task shortcuts bouncing
Michail Vourlakos b1b0a69a27 fix Tasks PositionShortcuts shortcuts counting
Michail Vourlakos 271089ef33 more improvements for Tasks applet
Michail Vourlakos 631837e199 Tasks fixes for disableAllWindowsFunctionality
Michail Vourlakos 7932daaa34 Tasks:support hideAllTasks (only launchers mode)
Michail Vourlakos 1fa5984860 improvements for AddingArea component
Michail Vourlakos aba7aeab80 small fixes here and there
Michail Vourlakos d04c19dacf dont enable add launchers in Tasks area
--when there are multiple Latte Tasks applets
Michail Vourlakos f3df399f55 update some parabolic effect functions
Michail Vourlakos 90ab1a94e1 remove deprecated parabolic manager from plasmoid
Michail Vourlakos 9590dea430 remove deprecated Tasks::ParabolicManager
Michail Vourlakos 9e0fa5d6cd remove deprecated apis for ParabolicManager
Michail Vourlakos 79bcf40e5f remove some deprecated paraboliceffect apis
Michail Vourlakos 2343933408 remove Container ParabolicManager
--this is not needed any more from the container.
All its functionality is provided from various
Container Abilities.
Michail Vourlakos 05bc900a6d fix multiTasks global shortcuts on position
--multi Tasks now work properly with global
shortcuts on position even when only one of them
is stealing them for its own use.
Michail Vourlakos 5be106565c PositionShortcuts choose which Tasks will be used
--Tasks have an option in order for one of them to steal
the Global On Position shortcuts and not be applied for
any other applets in the same dock
Michail Vourlakos 7176febb09 move badges tags in PositionShortcuts ability
Michail Vourlakos fa4ffbf521 use PositionShortuts Ability for activate/new
Michail Vourlakos dc78257962 improvement for Container::OnPositionShortcuts
--bind On Position Shortcuts Container ability
with View::ExtendedContainmentInterface implementation
Michail Vourlakos f32937ca6d first commit for multi on position shortcuts
Michail Vourlakos 3c73bff0ac use Indexer Ability for shortcut badges
Michail Vourlakos fcf4f0a873 smoothen up parabolic effect for TasksPreviews
--parabolic effect is now Blocking Restore only when
a Task Preview contains mouse. This is more responsive
and more intuitive.
Michail Vourlakos 949b2a4c3b AutoFill applets must never exceed maxgivenspace
BUG:421786
Michail Vourlakos fae249560e dont block parabolic effect for expanded applets
Michail Vourlakos 78dce5d5e6 save start/end layouts per applet options
BUG:421770
Michail Vourlakos 737f680853 fix more binding loops for AppletItem
Michail Vourlakos 12d6302fc3 fix binding loops and warnings
Michail Vourlakos a3f254d4d2 remove deprecated code
Michail Vourlakos 29e0551642 dont center Tasks in edit mode
Michail Vourlakos 5ea28513c2 respect applets thickness properties
Michail Vourlakos bac3502f2c fix bindingloop from Applet.lengthAppletFullMargin
Michail Vourlakos 419b2bfb6d fix binding loop for Applet::layoutThickness