Michail Vourlakos
f09a6e0026
expose items shadow through MyView Ability
4 years ago
Michail Vourlakos
962db78bb9
containment:expose and use AbilityHost.Indicators
4 years ago
Michail Vourlakos
42592a0de1
simplify Ability.IndicatorItem names
4 years ago
Michail Vourlakos
66361652ef
floating,support two different struts thickness
...
- Hide Thickness Screen Gap scenario provides two different struts thicknesses.
--- [1] The first struts thickness is when there is no maximized window and is such case
--- the view is behaving as in normal AlwaysVisible visibility mode. This is very useful
--- when users tile windows. [bug #432122 ]
--- [2] The second struts thickness is when there is a maximized window present and in such case
--- the view is hiding all of its screen edges. It is used mostly when the view is wanted
--- to act as a window titlebar.
BUG:432122
4 years ago
Michail Vourlakos
28c20af008
fix loading events order of custom indicators
4 years ago
Michail Vourlakos
50c9eed11b
upgrade plasmoid to IndicatorLevet items
...
--plasmoid is now using the IndicatorLevel Ability
Item cleanly. Now everything is ready in order
to provide the full Indicators Ability.
4 years ago
Michail Vourlakos
e9ecec47dc
containment: more improvements for indicators api
4 years ago
Michail Vourlakos
3e2c59b5bb
containment more simplifications for indicators
4 years ago
Michail Vourlakos
41e796c7a5
containment simplify indicators qml implementation
4 years ago
Michail Vourlakos
2365d4b569
provide Indicators ability items
4 years ago
Michail Vourlakos
cfb382002b
update containmentActions properly when recreating
4 years ago
Michail Vourlakos
39ad54f9bb
provide visual indicator for multiple tasks
...
--when the user changes Tasks tab settings between
different applets, the selected applet is providing an
animation
4 years ago
Michail Vourlakos
04b6909e66
decouple dropping launchers in applet/containment
...
--all dropping launchers infrastructure has now decoupled
and can be used from any other applet in other to gain
such privileges
4 years ago
Michail Vourlakos
3680862138
improve dropping new plasmoids behavior
4 years ago
Michail Vourlakos
61d091fdda
remove containment drag resistaner
4 years ago
Michail Vourlakos
f37fde5824
simplify dragging architecture
...
--simpler implementation both for plasmoid
mousehandler and containment droparea
4 years ago
Michail Vourlakos
cadae33a39
drop viewLayout property from everywhere
4 years ago
Michail Vourlakos
b58b03891a
plasmoid:decouple Launcher ability from latteView
4 years ago
Michail Vourlakos
50a1ee1db8
update input mask even for !normalState
4 years ago
Michail Vourlakos
934f5c163e
expose launchers through relevant ability
4 years ago
Michail Vourlakos
abd3678e1f
expose myView.containmentActions
4 years ago
Michail Vourlakos
10873a2295
activate properly mirror screen gap for panels
4 years ago
Michail Vourlakos
9dcbb90aba
disable applet hidden flag inConfigureAppletsMode
4 years ago
Michail Vourlakos
6e3c35510b
move updateMaskArea() calls into VisibilityManager
4 years ago
Michail Vourlakos
a5626c1e58
improve how updateMaskArea function is triggered
4 years ago
Michail Vourlakos
4ee4f875a5
remove deprecated code
4 years ago
Michail Vourlakos
ad3727ce15
drop containment.inSlidingOut exposure
...
--use myView.inSlidingOut instead
4 years ago
Michail Vourlakos
291f86710f
drop containment inSlidingIn exposure
4 years ago
Michail Vourlakos
f6747a5f1c
drop containment.isReady property
4 years ago
Michail Vourlakos
0a9899491e
remove dockIsHidden property
...
--use instead myView.isHidden
4 years ago
Michail Vourlakos
943a3d07c9
update-rename to myView.isShownFully
4 years ago
Michail Vourlakos
e9cc81b03a
drop isHalfShown for myView.isShownPartially
...
--provide also myView.isShownFully
4 years ago
Michail Vourlakos
7a38642012
provide myView different shown states
4 years ago
Michail Vourlakos
16f846c72f
rename to myView.alignment
4 years ago
Michail Vourlakos
25335bc025
expose MyView to applets
4 years ago
Michail Vourlakos
c855d8f0b6
fix binding loop for behaveAsPlasmaPanel
4 years ago
Michail Vourlakos
8bf428becb
fix warnings
4 years ago
Michail Vourlakos
2ed1bedd5f
drop deprecated inForcedHiding
4 years ago
Michail Vourlakos
1ec0b924d4
rename to updateIsEnabled for Bindings
4 years ago
Michail Vourlakos
145a4b222c
drop deprecated inSlidingAnimation
4 years ago
Michail Vourlakos
a9bceda4be
rename to inClientSideScreenEdgeSliding
4 years ago
Michail Vourlakos
c859f17cab
rename to isFloatingInClientSide
4 years ago
Michail Vourlakos
5c03022847
update naming to inNormalState
4 years ago
Michail Vourlakos
397e1324e9
update name to view.inRelocationAnimation
4 years ago
Michail Vourlakos
0e48caa5d0
rename to inForcedHiding
4 years ago
Michail Vourlakos
cc81a0ae46
rename background.isGreaterThanItemThickness
4 years ago
Michail Vourlakos
f6ddf52148
rename to inClientSideFloating
4 years ago
Michail Vourlakos
c456599881
add option to mirror floating gap
...
--when a maximized window is present the
floating gap is mirrored above the dock or
panel in order to provide a much better
visual appearance
4 years ago
Michail Vourlakos
2c18052ad5
improve internalsplitters behavior when dragging
4 years ago
Michail Vourlakos
6bcef91073
fix typos
4 years ago
Michail Vourlakos
b48686229a
enable parabolic area for hidden applets
...
--this way parabolic effect messages are forwarded properly
to surrounding applets
4 years ago
Michail Vourlakos
81e4b19b59
improve SunkEvents implementation
...
--each origin mouse area is now informin
the SunkEvents handler for the relevant
origin areas at the same time and this way
there is no events breakage when changing
from one sunked event origin area to another
--the sunked events origin and destination areas
are now released only when the event is NOT inside
any origin area or any destination. This way
no events breakage is appearing when changing from
destination area to origin area and vice versa.
4 years ago
Michail Vourlakos
33d08c92a0
improve internal splitters length computations
4 years ago
Michail Vourlakos
69df6400f2
rename launchersignals to syncedLaunchers
...
--that is more appropriate name for synced
launchers latte launchers handler
4 years ago
Michail Vourlakos
1ca43ee13f
use Launchers Ability for syncing
...
--move internal synced launchers infrastructure
in order to use Launchers Ability. Things
this way will become much cleaner and
at the same reusable and maintainable
4 years ago
Michail Vourlakos
3085e6aa3d
expose norma edit mode for Latte plasmoid
...
--Latte Tasks plasmoid is the only eaxception from
applets because it can be edited during the normal
Latte View editing scenario through Tasks tab.
All other applets need to open their settings window.
4 years ago
Michail Vourlakos
069455be4e
provide struts based on screen gap
...
--following new norms and styles the struts
applying for Always Visible they now take into account
the screen edge margin and apply the same margin
also at their head thickness margin. If there is
much negative user feedback this might be reverted.
BUG:419731
4 years ago
Michail Vourlakos
bb9564e11f
fix input mask area length calculations
...
--effects area is not relevant when the dock is
hidden, in such case using localGeometry is a much
better approach and more accurate.
BUG:431273
4 years ago
Michail Vourlakos
33ad9069e0
make slide in/outs relevant to animations speed
4 years ago
Michail Vourlakos
9d3ebca4af
provide stable struts thickness
...
--when a floating view is hiding its screen gap
there is no reason for struts to be added
during that phase. Published struts could be
the final expected window position in that case.
BUG:431255
4 years ago
Michail Vourlakos
f8cce7acfa
fix normalThickness value
4 years ago
Michail Vourlakos
919b0cbf8c
rename view property
4 years ago
Michail Vourlakos
1181fc472c
dont update GTK_FRAME_EXTENTS for floating state
...
--dont update when a floating Dock is hiding its screen
edge for a maximized window.
4 years ago
Michail Vourlakos
72d6383401
drop no needed RootMouseArea
4 years ago
Michail Vourlakos
52f09917fd
drop layoutsContainer abilities implementation
...
--this code is not needed any more. HostAbilities
are pretty capable to handle such code.
4 years ago
Michail Vourlakos
5fbabaf58f
abilities: drop parabolic.lastindex property
...
--new approach is much cleaner to use
4 years ago
Michail Vourlakos
e9d5ae1ace
remove container parabolic.lastIndex requirement
4 years ago
Michail Vourlakos
0e002567dc
drop LayoutsContainer.restoreZoomIsBlocked
...
--Parabolic Host Ability is quite capable to handle
this properly
4 years ago
Michail Vourlakos
56cf1535d2
improve internal view splitters drawing
4 years ago
Michail Vourlakos
507d673af4
fix binding loop
4 years ago
Michail Vourlakos
77520f7407
improve how fillRealApplets are counted
...
--a new parameter to count only fillApplets
that are not splitters was needed
4 years ago
Michail Vourlakos
35b757f508
internal splitter dont show debug visual indicator
4 years ago
Michail Vourlakos
3a85a81bd7
fix paddings visuals for left edge
4 years ago
Michail Vourlakos
640e9b3802
fix starup thickness for floating dock
...
--when starting Latte and a floating dock
has chosen to hide its screen gap for maximized
windows, in that case was not updating its
window thickness properly
4 years ago
Michail Vourlakos
da1df5bc0c
parabolic:improve clearZoom responsiveness
...
--fix also a case the even though mouse was out of the
view the zoomed items where not restoring
4 years ago
Michail Vourlakos
e102fcf792
parabolic:provide better rapid movement indicator
...
--each item is now informing Parabolic ability about its
visible index when the mouser enters first time its area.
This is enough for parabolic effect to identify correctly
when there is mouse rapid movement.
4 years ago
Michail Vourlakos
04d9cb7cb0
extend ParabolicAreas region
...
--this way we dont miss any mouse event consercing
the parabolic effect. This is a great improvement
in parabolic effect responsiveness
4 years ago
Michail Vourlakos
87f29197bd
expose new properties to applets
...
-paddingThickness
-marginLength
-paddingLength
--are now provided through LatteBridge to applets
4 years ago
Michail Vourlakos
5a73842be9
mprove paddings coloring
4 years ago
Michail Vourlakos
347c5681c6
locate propertly the Internal View splitter
4 years ago
Michail Vourlakos
1df040a68d
provide new beautiful Justify splitters
4 years ago
Michail Vourlakos
f1c0dce495
fix check of Layouter fillApplets calculations
4 years ago
Michail Vourlakos
bc6e3cefb2
plenty of fixes for Justify splitters
4 years ago
Michail Vourlakos
c234d0e0b6
enable padding visuals only zoom==1
4 years ago
Michail Vourlakos
6a6e47c657
plenty of fixes for moving/dragging applets
4 years ago
Michail Vourlakos
8959e58148
provide generic code for fill applets calculations
4 years ago
Michail Vourlakos
50aec78526
position properly paddings visuals
4 years ago
Michail Vourlakos
50bf618942
drag/move applets from outside View
4 years ago
Michail Vourlakos
2fd5f51e8d
fixes for justify alignment arrangement
4 years ago
Michail Vourlakos
2e7dcb5428
refactor rely on c++ to provide justify alignment
...
--c++ takes the burden to validate the Justify alignment
4 years ago
Michail Vourlakos
968a80f858
show applet paddings inConfigureApplets mode
4 years ago
Michail Vourlakos
55a6455399
support CanFillArea applets
4 years ago
Michail Vourlakos
17f4a90ed7
hide EventsSinkOriginArea when not needed
4 years ago
Michail Vourlakos
fb1aaefd34
Revert "hide sinkareas when no needed"
...
This reverts commit 168502673b
.
4 years ago
Michail Vourlakos
168502673b
hide sinkareas when no needed
4 years ago
Michail Vourlakos
f63bc30274
remove workaround activating applet from neutral
4 years ago
Michail Vourlakos
c7fedca8b6
remove margins from SinkAreas
4 years ago
Michail Vourlakos
431ce6c6fa
enable EventsSink with parabolic effect
...
--add also some comments/information about
EventsSink qml implementation
4 years ago
Michail Vourlakos
574135e084
Welcome the all new EventsSink infrastructure
...
--each applet has now its own Sunk events to handle,
and as such each applet can now have different paddings
and that does not create any issues or missing events
4 years ago
Michail Vourlakos
de6f2282e6
remove all padding events code
...
--in favour of EventsSink approach that will
probably solve all corner cases of view sunk
events
4 years ago
Michail Vourlakos
f652975c90
qml:load ParabolicArea(s) only when really needed
4 years ago
Michail Vourlakos
ba9233684e
view:separate parabolic c++ code from view
...
--The parabolic effect c++ part of View now
leaves in its own class
4 years ago
Michail Vourlakos
5a9d84f383
fix, do not show alreadyshown tasks after hiding
4 years ago
Michail Vourlakos
a51f10b7e2
drop applets custom hovering animation
4 years ago
Michail Vourlakos
99531d4d19
drop totally any applet icon overlaying
4 years ago
Michail Vourlakos
b5ceb4d91a
tasksparabolic:use view triggering values
4 years ago
Michail Vourlakos
259f04f7c9
view:forward ParabolicEnter from c++
4 years ago
Michail Vourlakos
a1ec6de412
tasks:make parabolic effect fixes
4 years ago
Michail Vourlakos
d3eed82145
adjust tasks to new parabolic approach
4 years ago
Michail Vourlakos
751a4f6713
appletItem:provide its own Parabolic Area
...
--move the parabolic effect code in its own item
and thus making it a lot cleaner to maintain and
debug
4 years ago
Michail Vourlakos
ae9836ccba
first iteration for new parabolic
4 years ago
Michail Vourlakos
2f0a226b0d
dont draw layoutscontainer when hidden
4 years ago
Michail Vourlakos
2251b16338
wayland:enable new input event handling
4 years ago
Michail Vourlakos
bc5ba50147
refactor:plenty of fixes for masks/input events
...
--use only input events in order to identify the area
from which a window accepts input and also remove almost
every mask-qml code handling
--by reducing mask usage to minimum we fix also the
BLACKLINE bug under X11
4 years ago
Michail Vourlakos
ba94315ecb
REFACTOR:input events and mask area
...
-- The new approach reduces mask area calls to
barely minimum. Input mask is used instead to
specify the area for which we accept input.
-- The new approach solves also the BLACKLINE issue
when hovering the view at startup. This is because
at all times the full window area is drawn.
4 years ago
Michail Vourlakos
bc9e39a6b2
use valid paddings for sinked events
4 years ago
Michail Vourlakos
f45c6eea87
remove edge applet special spacing
4 years ago
Michail Vourlakos
34f1eff125
remove separator length based on latte setting
4 years ago
Michail Vourlakos
1650518935
autofill applets use same length paddings/margins
4 years ago
Michail Vourlakos
7ef490932d
add visual identifiers for paddings
4 years ago
Michail Vourlakos
7c3b994cbb
sinked_events:do not send for needlength animations
...
--fix a case of parabolic effect breaking when mouse
was hovering empty areas on the sides of the dock
4 years ago
Michail Vourlakos
c123bc40e1
fix/adjust InternalViewSplitter placement
...
--for the new paddings approach
4 years ago
Michail Vourlakos
167a19b748
sinked events:respect Fitts Law
4 years ago
Michail Vourlakos
ae650bbcf7
disable some qml side events hacks
...
--with new padding approach we can be more certain
when the overlaied parabolic effect mousearea is
really needed
4 years ago
Michail Vourlakos
c7ff929e35
auto-lock applets in more generic way
4 years ago
Michail Vourlakos
654c35cfec
add visual debug rectangle for applets
4 years ago
Michail Vourlakos
74d9065f1f
change applets margins/paddings approach
4 years ago
Michail Vourlakos
96fd421e9f
sinked events:various fixes
...
--disable sinked events when parabolic effect is
enabled. It needs to be rethought how this could work
properly with parabolic effect.
4 years ago
Michail Vourlakos
a74a6ee3ff
remove hack to activate applets from floating area
...
--by using the new approach from plasmaviews that take
into account paddings, any hacks to activate applets through
other codepaths are not needed any more.
4 years ago
Michail Vourlakos
746f32050d
adjust mouse events relevant to view paddings
4 years ago
Michail Vourlakos
0112df9c5d
alter Abilities.Definitions, Abilities.Definition
4 years ago
Michail Vourlakos
fb9f2739a3
rename Abilities.Hosts to Abilities.Host
4 years ago
Michail Vourlakos
976ed15351
rename Ability.Container to Ability.Host
4 years ago
Michail Vourlakos
af2ff10c42
fix containment Debugger renaming
...
BUG:429846
4 years ago
Michail Vourlakos
0f06f00855
upgrade debug maskEnabled to Abilities
4 years ago
Michail Vourlakos
1431feae8c
upgrade debugMode to Abilities
4 years ago
Michail Vourlakos
aef310bf36
upgrade debug spacers to Abilities
4 years ago
Michail Vourlakos
01969b86e2
upgrade debug flags to Abilities
4 years ago
Michail Vourlakos
7f00ff7af2
upgrade layouter debug flag to Abilities
4 years ago
Michail Vourlakos
1e985590b5
upgrade debug timers flag to Abilities
4 years ago
Michail Vourlakos
13a4b64118
upgrade overloadedIcons/Window debug flags Ability
4 years ago
Michail Vourlakos
169b7d6aae
introduce Debug Ability
4 years ago
Michail Vourlakos
e15eed7a49
upgrade to thickness.normalForItems values
4 years ago
Michail Vourlakos
110e82b7d3
validate config handler positioning
4 years ago
Michail Vourlakos
24661fb91f
plasmoid:fix latte style applets thickness
4 years ago
Michail Vourlakos
28fe374914
editMode:stop endless loop when hovering applets
4 years ago
Michail Vourlakos
88ea6e370e
add isEnabled to parabolic Ability
4 years ago
Michail Vourlakos
0a35af87d9
upgrade thickness.normal to Abilities
4 years ago
Michail Vourlakos
f1c615fd0f
upgrade thickness.maxNormalForItems to Abilities
4 years ago
Michail Vourlakos
4bdbd6c358
upgrade thickness.maxNormal to Abilities
4 years ago