Commit Graph

205 Commits (119ea9fd237c1ca576f6a8424e2ef863a3eaeffb)

Author SHA1 Message Date
Michail Vourlakos a58dfde26c preserve indicator positioning for bouncing tasks
Michail Vourlakos f9e277a9a5 latte indicator:thickness margin option
Michail Vourlakos f50d01fa90 increate Latte indicator size
--provide also an option for increase its size

BUG:430587
Michail Vourlakos 765fd490c3 move Duplicate Dock in Add... menus
BUG:433688
Michail Vourlakos ac8a88d700 improve AddItem visual
--make it Square with small roundness in order to
fit better at all cases
Michail Vourlakos d51f2d99a3 context menus add more sections
--move elements around in order for the user to find
them at the same positions for all cases independent
if the user triggers context menu from applets or
empty containment areas
Michail Vourlakos 87ae24dae1 add myView.action() to reach view actions
-this way things are more clear how the actions
are applied and reordered
Michail Vourlakos a57e2c37fe make view actions menu to act as Menu shower/hider
Michail Vourlakos d12d92ac68 Ability.BasicItem respect MarginsArea size
Michail Vourlakos c3e8c5c8af expose Indexer.inMarginsArea through AbilityBridge
Michail Vourlakos a5ceb16e39 provide proper Metrics values for MarginsArea
Michail Vourlakos 1fa48b00eb provide Metrics.MarginsArea
Michail Vourlakos 541800f972 fixes for item separators
--reduce also binding loops produced from
launchers in the plasmoid
Michail Vourlakos 07d819727b consider hidden separators when needed
Michail Vourlakos 122ce05944 do not enable spacers for hidden separators
Michail Vourlakos cecaad2d92 fix bindloops for ClientIndexer.lastVisibleIndex
--they occured when a Client separator was hidden because
of its position in the end of items
Michail Vourlakos 64c42dba7d improve ParabolicAreas center calculations
--this also fixes the bouncing animation in Tasks
applet when the user applies parabolic zoom on it
Michail Vourlakos 699046117b fix for thin tooltips
Michail Vourlakos 50e9666784 plasmoid:fix some parabolic effect blockers
Michail Vourlakos c5c94a22cf update dock settings CheckBoxes properly
-- new approach in order to not break
Michail Vourlakos cbc2a4ef16 drop no needed debug message
Michail Vourlakos 106aa7ca52 drop deprecated option from hiddenspacer
Michail Vourlakos 561f0168c0 fixes for abilities and KHNS
Michail Vourlakos 90cafd4176 use Ability BasicItem.location in its subparts
Michail Vourlakos 0c273fcaf2 provide SeparatorItem for BasicItem
Michail Vourlakos 1d7e939356 isGraphicsSystemAccelerated at Environment Ability
Michail Vourlakos cf1b17437e provide Environment Ability
Michail Vourlakos 1bda86f2cf dont clip bouncing tasks for zoom=1
Michail Vourlakos e43293062d provide shadows through Abilities.BasicItem
Michail Vourlakos 8ae3b4ecfb update based on position shortcuts implementation
--the new fix provides totally valid position shortcut
badges based on what the user has chosen as global
shortcut to trigger an item in latte dock based
on its position in it
Michail Vourlakos cdaefbc775 provide layoutWidth/Height from AppletAbilities
Michail Vourlakos a2d15e58d9 add missing public reference
Michail Vourlakos 0efc1fafc7 support Grid Container for Ability BasicItems
Michail Vourlakos 2cc5139c64 prepare AppletAbilities,different LayoutContainers
Michail Vourlakos 90b8a7e502 AppletAbilities takes responsibility for Layout
--applets abilities will anchor the layout properly
and at the same time update its values accordingly
Michail Vourlakos 8847208d6e increase z-index of BasicItem contentItem
--this way any mouseareas inside the contentItem
are higher in the z-index comparing with any mouseareas
inside the Ability.BasicItem

BUG:432386
Michail Vourlakos d46864e0ad reduce ThinTooltip Ability hiding calls
Michail Vourlakos 7af60c802d provide isHidingBlocked through MyView Ability
Michail Vourlakos 2d48769771 improve default values for abilities
Michail Vourlakos 9e38a8cc3f fixes in order for abilities to work property
Michail Vourlakos 76a08e6897 fixes for abilities
Michail Vourlakos ea489b3c7b fixes for ParabolicEffect client ability
Michail Vourlakos 2a291385bf move ParabolicEffect client ability into library
Michail Vourlakos d9ac0f7c48 simplify PositionShortcuts client ability
Michail Vourlakos 460ce35f6c move Indexer ability client into library
Michail Vourlakos 68b93285e2 move Metrics client ability into library
Michail Vourlakos e3b6f72ed0 move PositionShortcuts client ability into library
Michail Vourlakos 76ef6c8111 move Animations AbilityClient into library
Michail Vourlakos 270ca3a7df position shortcut activation through BasicItem
--developers can have easy access to activating their
Basic ability items through on position shortcuts
infrastructure
Michail Vourlakos 1d9fe41dd0 move BasicItem into Abilities.Items
--this way it can be used by ANY plasma applet