1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-28 10:03:52 +03:00

1150 Commits

Author SHA1 Message Date
Michail Vourlakos
70c83d8b83 support blur/background contrast effects
--support these effects for docks that draw
their shadows externally with the window
server
2017-03-04 12:49:48 +02:00
Michail Vourlakos
5fc9f228b2 fix #191,use percentage to calculate panel size 2017-03-04 12:15:45 +02:00
Michail Vourlakos
55329356b4 fix dock geometry calculations
--the local dock geometry can not be bigger from
the window in which it refers. Also the local dock
geometry is calculated independently of mask
2017-03-04 00:45:56 +02:00
Michail Vourlakos
0b2bebfbd8 protect dock removal in some cases
--forbid removal of the last running dock with
tasks in it
--forbid removal of the last tasks plasmoid from
running docks
2017-03-03 17:23:37 +02:00
Michail Vourlakos
19a6053588 update shadow size propery
--this fixes also very edge situations
at new overlapping calculations
2017-03-03 01:02:05 +02:00
Michail Vourlakos
b88170caaa support always on primary case
-- :) fantastic behavior from Latte...
2017-02-27 01:20:30 +02:00
Michail Vourlakos
f46848e039 add screen information into debug window 2017-02-27 01:20:29 +02:00
Johan Smith Agudelo Rodriguez
1ba8a62e07 remove property debugFlags of DockView 2017-02-26 12:49:19 -05:00
Johan Smith Agudelo Rodriguez
ef7caa72e2 #199, QQuickWindowSystem replacement of WindowSystem 2017-02-24 21:50:40 -05:00
Michail Vourlakos
8be298b9d6 fix applets centering with new rendering 2017-02-22 21:40:23 +02:00
Michail Vourlakos
53aec53093 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
2017-02-22 17:37:27 +02:00
Michail Vourlakos
5aca9b340d fix #187,counter for actions blockHiding 2017-02-20 21:03:22 +02:00
Michail Vourlakos
dd525c4d80 fix #185,changes for previews broke hover behavior 2017-02-20 00:21:23 +02:00
Michail Vourlakos
4c0a97348c disable debug messages, fix masking positioning 2017-02-19 20:09:14 +02:00
Michail Vourlakos
3745fbadf9 paint areas outside the maskArea 2017-02-19 20:09:14 +02:00
Michail Vourlakos
560accc9fe fix #177,protect containment clearZoom in previews 2017-02-18 20:22:48 +02:00
Michail Vourlakos
01b86128cb add BlockHiding flag in Debug Window 2017-02-18 15:34:31 +02:00
Michail Vourlakos
dc1325f857 fix #174,account screen size for the debug window 2017-02-18 14:37:22 +02:00
Johan Smith Agudelo Rodriguez
1677e2a041 Improving readability of CMakeLists 2017-02-15 22:14:37 -05:00
Michail Vourlakos
d3e7c04a24 add localGeometry and editMode in debug window 2017-02-14 22:41:04 +02:00
Michail Vourlakos
f1e5814a2b improvements for debug window
--add new debug variable containsMouse,
show the values for <unknow> variable
cases
2017-02-14 22:25:00 +02:00
Michail Vourlakos
f22a203d12 fix dock geometry update from VisibilityManager 2017-02-12 23:50:53 +02:00
Michail Vourlakos
5918a0eb43 remove deprecated code
--remove qml code showing dock on activity change
2017-02-12 10:14:30 +02:00
Michail Vourlakos
e2d0f1c52a update local geometry only when it has changed 2017-02-11 19:27:27 +02:00
Michail Vourlakos
37ded88381 fixes for panel background metrics 2017-02-11 19:08:48 +02:00
Michail Vourlakos
821c15fa0c repair semantics 2017-02-11 17:53:10 +02:00
Johan Smith Agudelo Rodriguez
5b1d5b79bd fix #136, clean autoHidden 2017-02-11 00:55:22 -05:00
Michail Vourlakos
f8e1a21391 delay zoom animation a bit to make it smoother 2017-02-09 23:45:23 +02:00
Michail Vourlakos
169b2b0345 update semantics
--dropped more old nowDock variables
--fixed brokken drag visual
2017-02-09 23:23:04 +02:00
Michail Vourlakos
1eea718254 remove debug message 2017-02-05 15:56:01 +02:00
Michail Vourlakos
e840ec8f59 fix #127,saving layouts in justify normal state 2017-02-05 15:22:52 +02:00
Michail Vourlakos
3f0cf2ba1a clean up the code 2017-02-04 19:24:37 +02:00
Michail Vourlakos
15a56ff70e fixes in panel calculations and struts 2017-02-04 19:00:06 +02:00
Michail Vourlakos
c095be6aa4 improve panel background calculations 2017-02-04 17:38:42 +02:00
Michail Vourlakos
7806e6bb1f fix #128, reimplement the panel draw
--this contains also a fix for updating the
struts
2017-02-04 17:03:21 +02:00
Michail Vourlakos
6dd4aa9982 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
2017-02-04 16:41:12 +02:00
Michail Vourlakos
6d0f8fe0f1 fix thickness positioning for layoutsContainer 2017-02-04 11:31:59 +02:00
Michail Vourlakos
d64641505e fix sliding out with new orchestration 2017-02-04 11:21:48 +02:00
Michail Vourlakos
7dae6e6c3d fix #103,fixes in calculations and orchestration 2017-02-04 11:10:16 +02:00
Michail Vourlakos
fb6baeeb71 update dock geometry in editing mode 2017-02-04 01:45:29 +02:00
Michail Vourlakos
412fe601c6 fix #125,fix calculations for dock geometry
--this should fix the struts issues with
Always Visible state
2017-02-04 01:08:56 +02:00
Michail Vourlakos
d3f39bccb5 fix #119 ,improve animations heuristics
--this should fix also the case that only
applets are animating and need more length
from the mask
2017-02-03 23:01:16 +02:00
Michail Vourlakos
388b4ae281 add information for animations in Debug Window 2017-02-03 22:42:58 +02:00
Michail Vourlakos
e81ab09601 external shadows fix 2017-02-03 20:28:04 +02:00
Michail Vourlakos
cb1c04c896 do not reduce panel size on automatic icon size 2017-02-03 20:23:23 +02:00
Michail Vourlakos
45d00a2cea trigger externals shadows when panelsize>=iconsize 2017-02-03 18:52:10 +02:00
Michail Vourlakos
09629b774b 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
2017-02-02 23:46:43 +02:00
Michail Vourlakos
eee73d1dd9 add isHidden flag in DebugWindow 2017-02-02 20:34:28 +02:00
Michail Vourlakos
41e79cf188 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
2017-02-01 21:19:50 +02:00
Michail Vourlakos
c3b72f6d80 more improvements in shadows and mask calculations 2017-01-31 17:42:26 +02:00