Commit Graph

99 Commits (1cbdab35e4f98ad1024b046190936692b21ca4fa)

Author SHA1 Message Date
Michail Vourlakos cf71eac686 update panel alignment correctly
--when the dock was changing between form
factors the edge alignments must be tranlated
correctly. e.g. left and right must
become top and bottom accordingly
8 years ago
Michail Vourlakos fac1ed6be6 restore modes for !compositing
--support hiding modes when !compositing,
improve apperance/calculations a bit
for !compositing
8 years ago
Michail Vourlakos eb0d04221e give more attention to !compositing
--improved all the visual and calculations
for !compositing. During the road also some
fixes introduced for the masking calculations
as the PanelBox exposes more of its settings
publicle to root and that way to
VisibilityManager
8 years ago
Michail Vourlakos 7644f9fabe improve panel painting for disabled compositing 8 years ago
Michail Vourlakos de8be60bd0 consistent hovering for applets and tasks
--relevant to #250,creates consistency for
hovering tasks and applets. The only concerns
is around the springanimation introduced in
plasma 5.10 but this will be checked later
how it can be supported properly
8 years ago
Michail Vourlakos 178874be64 fix #248,option to shring thick margins to minimum 8 years ago
Michail Vourlakos ced4d67f55 decouple thickness margins from iconMargin 8 years ago
Michail Vourlakos 116ea00ee0 prevent proportion icon size under 16px. 8 years ago
Michail Vourlakos 5de5b11e38 improve proportion icon size with automatic icon
--when dock is changing screens and dock is using
an automatic calculated icon size based on contents
the automatic icon size must be recalculated for the
new proportion icon size
8 years ago
Michail Vourlakos 82c3edfd48 fix #217,adaptive applet size based on screen
--the user instead of setting the size in pixels,
can set a per centage value which is calculated
based on the current screen height
8 years ago
Michail Vourlakos b3ffc392b7 add proportion icon size
--this icon size is calculated based on the
screen's height
8 years ago
Michail Vourlakos fd97a93e6d fix #226,add applets correctly in Fill mode 8 years ago
Michail Vourlakos 0e8691878c fix #194,the user can enable a solid background
--this is especial useful for plasma themes with big
transparency. Latte can not support blur and background
contrast kwin effects for panel backgrounds that are drawn
inside its qml side.
8 years ago
Michail Vourlakos 93715727d0 support blur/background contrast effects
--support these effects for docks that draw
their shadows externally with the window
server
8 years ago
Michail Vourlakos 7eb2012048 fix #191,use percentage to calculate panel size 8 years ago
audoban fcabf6ffcd remove property debugFlags of DockView 8 years ago
audoban c4d430bbed #199, QQuickWindowSystem replacement of WindowSystem 8 years ago
Michail Vourlakos 6a00fcc936 fix #195, new direct rendering mechanism
--this a big fix for the painting mechanism.
Introduces a new direct rendering phase in
which no delays are happening on drawing.
This commit contains also the fixes in various
places in order for the new rendering to work
correctly
8 years ago
Michail Vourlakos 3574c8089d fix #187,counter for actions blockHiding 8 years ago
Michail Vourlakos b84c213a15 fix #185,changes for previews broke hover behavior 8 years ago
Michail Vourlakos 24085bab9b paint areas outside the maskArea 8 years ago
Michail Vourlakos 1f33b17c03 fixes for panel background metrics 8 years ago
audoban 425f16e97f fix #136, clean autoHidden 8 years ago
Michail Vourlakos 898bce5e32 update semantics
--dropped more old nowDock variables
--fixed brokken drag visual
8 years ago
Michail Vourlakos bcda08df6e remove debug message 8 years ago
Michail Vourlakos 002a6525ad fix #127,saving layouts in justify normal state 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 2de4dcb397 fix sliding out with new orchestration 8 years ago
Michail Vourlakos b3533d3ae7 fix #103,fixes in calculations and orchestration 8 years ago
Michail Vourlakos c07f8e3c61 fix #119 ,improve animations heuristics
--this should fix also the case that only
applets are animating and need more length
from the mask
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 a84f19e906 improve semantics for shadows 8 years ago
Michail Vourlakos 65b3e313c1 fix restoring splitters on startup 8 years ago
Michail Vourlakos 43354c2f46 fix #92,improve more three layouts for Fill 8 years ago
Michail Vourlakos 918a1d5f1b support three different layouts in Fill mode 8 years ago
Michail Vourlakos c4fcd9a7d3 improve calculations for panel back and mask 8 years ago
Michail Vourlakos 29ac7ce331 fix issues with new maxLength 8 years ago
Michail Vourlakos d12cb8190f disable more debug messages 8 years ago
Michail Vourlakos 7677b5836f support maxLength through config win and container 8 years ago
Michail Vourlakos 4cb271a8f2 improve calculating dock geometry 8 years ago
Michail Vourlakos a90c7012f1 simplify appletItems discovery for right click
--the containment becomes independent from dockView.
The appletItems which are needed in order to show
the context menu correctly are discovered from dockView
without any need of functionality from containment
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 0e7d8a18e0 remove old applets config from active containments 8 years ago
Michail Vourlakos 6a2dc9a797 fix some qml warnings on dock removal 8 years ago
Michail Vourlakos 4c40f95a5a fix #66, many automatic size issues
--fix #51, a bug that by dropping a new applet
the normal state was blocked and couldnt return normal,
that could create an issue with masking
8 years ago
Michail Vourlakos eda70435f2 when dock content exceed maxLength update autosize 8 years ago