1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-07 08:58:17 +03:00

436 Commits

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez
b8cbf694f7 fix #133, dodge active window when switching desktop 2017-02-11 02:54:03 -05:00
Johan Smith Agudelo Rodriguez
8ac85c53a6 fix #141, dodge decoration 2017-02-11 01:58:25 -05:00
Johan Smith Agudelo Rodriguez
a13957e59b fix #136, load visibility with a timer in startup 2017-02-11 01:48:43 -05:00
Johan Smith Agudelo Rodriguez
5b1d5b79bd fix #136, clean autoHidden 2017-02-11 00:55:22 -05:00
Michail Vourlakos
0476a85aab fix #155,fix availableScreenRect of latte corona
--this is based on the plasma implementation
2017-02-10 01:11:34 +02: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
673a5f4d2d improve scale semantics for plasmoid 2017-02-09 22:51:47 +02:00
Michail Vourlakos
46087059ac fix #42,latte icon shown correctly in ksysguard
--shell metadata file was missing the icon, this
fixes also the configuration window icon
2017-02-09 17:54:28 +02:00
Michail Vourlakos
b717a714f5 fix #154,crash on screenGeometry change
--strange thing is that the code producing
this was very weird. From the user's backtrace
syntax: if(!screen())
and more specific at updateEnabledBorders() of
dockview was creating the crash.
replacing it with syntax:
if (!this->screen())
fixes the issue
2017-02-08 20:48:46 +02:00
Michail Vourlakos
857f202c2b fix #153,improve tasks progress visuals 2017-02-08 19:02:03 +02:00
Michail Vourlakos
09268b53ff improvements for task progress
--unload task progress properly
--improbe the shadow appearance
--repaint progress only when it is needed
2017-02-07 20:53:44 +02:00
Michail Vourlakos
20fc60c59d fix layout in window previews 2017-02-07 19:47:27 +02:00
Michail Vourlakos
0449afafe5 fix #148,improve tooltips focus
--when mouse leaves the task the relevant
task the window previews becomes hidden
2017-02-07 00:48:08 +02:00
Michail Vourlakos
47ca620b76 fix blank space in preview window for single win 2017-02-06 02:18:13 +02:00
Michail Vourlakos
6f54efeded hide close buttons in previews when dropping files 2017-02-06 02:15:26 +02:00
Michail Vourlakos
45fb9466a5 fix #118,support dragging a file at windows group 2017-02-06 01:58:22 +02:00
Michail Vourlakos
8af7e78cd8 fix #138, import new tooltips from plasma 5.9
--without even a small delay!!! we imported them,
and loved them!! check them out by playing music
or movies!!!
2017-02-05 21:01:29 +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
aca9b22281 fix #118,raise window for hovering files over task 2017-02-05 14:49:49 +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
Johan Smith Agudelo Rodriguez
073c3cae3f update requirements for devel packages 2017-02-03 14:12:15 -05:00
Johan Smith Agudelo Rodriguez
347276ddc4 set +x mode 2017-02-03 13:34:34 -05:00
Johan Smith Agudelo Rodriguez
812647eef1 various improvements 2017-02-03 13:34:34 -05:00
Johan Smith Agudelo Rodriguez
500e9d7110 added website to about dialog 2017-02-03 13:34:34 -05: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
Johan Smith Agudelo Rodriguez
dbb22f0038 initWindow() has not been defined 2017-02-02 20:23:01 -05:00
Johan Smith Agudelo Rodriguez
57797c51f5 add shadows to config window 2017-02-02 20:21:58 -05:00
Johan Smith Agudelo Rodriguez
6e37702a95 cleaning CMakeLists.txt 2017-02-02 20:18:05 -05: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
f9a2226457 prevent dockview crashes because screen in not set 2017-02-02 23:43:19 +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
Michail Vourlakos
97441cfcea improve semantics for shadows 2017-01-31 16:38:47 +02:00
Michail Vourlakos
13a209c199 update greek translation 2017-01-30 19:37:30 +02:00