Michail Vourlakos
500c28cb26
clean up the code
8 years ago
Michail Vourlakos
d8b7bb9604
fixes in panel calculations and struts
8 years ago
Michail Vourlakos
65e4558e23
fix #128 , reimplement the panel draw
...
--this contains also a fix for updating the
struts
8 years ago
Michail Vourlakos
aafffb421f
fix, publish correct borders
...
--this fix publish the correct panel borders
that should be drawn according to alignment
and location. Improves also PanelBox heurestics
and should be also any shadows issues
8 years ago
Michail Vourlakos
6bc04ac414
fix thickness positioning for layoutsContainer
8 years ago
Michail Vourlakos
b3533d3ae7
fix #103,fixes in calculations and orchestration
8 years ago
Michail Vourlakos
48a6785fed
update dock geometry in editing mode
8 years ago
Michail Vourlakos
f82a0897e1
fix #125,fix calculations for dock geometry
...
--this should fix the struts issues with
Always Visible state
8 years ago
Michail Vourlakos
1cb0fdb965
trigger externals shadows when panelsize>=iconsize
8 years ago
Michail Vourlakos
c87acab814
support drawing panel shadows outside dock window
...
--this is set by default only in case of Always Visible,
zoom factor 1.0, Justify alignment and maximum panel
thickness
8 years ago
Michail Vourlakos
da989d3d85
support debug flags from the runtime
...
--the user is able to set some additional
debug flags in --debug state by just executing
the application.
supported flags:
--with-window: provides a separate window
to show metrics from each separate dock
--graphics: visual indicator for the various
elements
--mask: additional debug messages concerning
mask calculations
8 years ago
Michail Vourlakos
234de12211
more improvements in shadows and mask calculations
8 years ago
Michail Vourlakos
a84f19e906
improve semantics for shadows
8 years ago
Michail Vourlakos
43354c2f46
fix #92,improve more three layouts for Fill
8 years ago
Michail Vourlakos
25f4de2f5c
more improvements for calculations
...
--various improvements for calculations for panel size,
shadows calculations, configuration window showing
metrics
8 years ago
Michail Vourlakos
c4fcd9a7d3
improve calculations for panel back and mask
8 years ago
Michail Vourlakos
7677b5836f
support maxLength through config win and container
8 years ago
Michail Vourlakos
5f487af5b6
improve dock geometry
8 years ago
Michail Vourlakos
4cb271a8f2
improve calculating dock geometry
8 years ago
Michail Vourlakos
f91f9f26ce
fix #93,masking updated correctly on config win
...
--this can be tested by opening the configuration window
through the tasks. Even though a task is zoomed when
triggering the configuration window the animations
do not break afterwards
8 years ago
Michail Vourlakos
96a153fdb8
remove shadow from AlwaysVisible struts
8 years ago
Michail Vourlakos
8561881275
improve publish tasks geometries
...
--this improves the way tasks geometries are
published for the windows. This improves the
experience for the minimize kwin effects. With the
old code there were many cases that the animation
was broken
8 years ago
Michail Vourlakos
6a2dc9a797
fix some qml warnings on dock removal
8 years ago
Michail Vourlakos
85bad413b7
fix #51 , protect animations signaling
...
--when a task is removed too fast then some
animations were not informed that had ended.
So there was an addition animation signal but
no removal animation signal. This fix protects
this in two different cases
--the normal state also from now own uses only
the animations states and no the hovered task
indicator. This simplifies things a lot and probably
creates also a much robust experience.
8 years ago
Michail Vourlakos
af3001d24b
only thickness animations are handled as normal
8 years ago
Michail Vourlakos
9e53cd02b1
add more debug messages for visibilitymanager
8 years ago
Michail Vourlakos
63c79f222a
consider also the slide out timer for masking
8 years ago
Michail Vourlakos
2af70741af
in isHidden state make mask thickness to lowest
8 years ago
Michail Vourlakos
7a53dc2193
do not update dock geometry inHidden state
8 years ago
Michail Vourlakos
211cd16616
disable debugging state,messages
8 years ago
Michail Vourlakos
9ccd1cb1f0
drop appletsAnimations in favour of needBothAxis
8 years ago
Michail Vourlakos
fa74b4308f
fix #51 , drop automaticAnimationLength flag
...
--the infrastructure is in place in order to not
need the automaticAnimationLength flag. From this
commit masking based totally only on animations
flags and on hovering indexes
8 years ago
Michail Vourlakos
568be3cfd5
restore previous behavior
...
--fixed local dock geometry updating in editing
mode. Now in runtime the struts are updating
correctly
8 years ago
Michail Vourlakos
9b976802a2
fix #53
...
--update isHidden flag in the start except the end of
slide out animation
--fix also the right click behavior concerning the
AutoHide, latest commits concerning #25 had broken
the behavior
8 years ago
Michail Vourlakos
0bad949e92
basic support for no compositingActive
...
--this commit supports disabled compositing
but enabled for the dock a pseudo-AlwaysVisible
state in such case occurs. All hiding signals
are ignored
8 years ago
Michail Vourlakos
6111a9c61e
ui,do not allow hiding when containsMouse
...
--or blockHiding as second step protection
8 years ago
Michail Vourlakos
b813b071f7
fix #31,theme shadows used in normal state masking
8 years ago
Michail Vourlakos
c07c8f7940
replace Double with Justify
8 years ago
audoban
448f0b83fd
Dock shouldnt hide on userConfiguring state #32
8 years ago
Michail Vourlakos
caa4f4676c
enable block hiding in some cases
...
--more specific on user configuring and
on dragging a task
8 years ago
audoban
ad2758cfeb
Missing file licences #34
8 years ago
Michail Vourlakos
bf64223d56
expose dock settings in plasmoid context menu
...
--block from the ui the hide signal when userConfiguring,
this is until the visibilitymanager is updated
8 years ago
Michail Vourlakos
6c3e36c200
hide some debug messages
8 years ago
Michail Vourlakos
5db471cf06
improve mechanism for animations counting
8 years ago
Michail Vourlakos
497287a2ee
fix #28 , fix hidden mask for Dodge modes
8 years ago
Michail Vourlakos
f932235f5c
add animation and shadow for edit mode visual
8 years ago
Michail Vourlakos
fba3555f5f
fix #15 , using only userConfiguring state
...
--in !immutable state all the zoom animations
are working just fine, only in userConfiguring
state the editmode is enabled
8 years ago
Michail Vourlakos
7156a0ba30
drop obsolete code from old nowdock containment
8 years ago
Michail Vourlakos
9cb4601b92
reduce maskArea calls and dockGeometry changes
...
--fix also an issue of changing normal state
continuously during various animations that
need only length space
8 years ago
Michail Vourlakos
13fad948de
support DodgeActive
...
--add localDockGeometry to be used for the
intersect situation
8 years ago