1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-27 06:03:51 +03:00

114 Commits

Author SHA1 Message Date
Michail Vourlakos
abf84a1d1e restore previous behavior
--fixed local dock geometry updating in editing
mode. Now in runtime the struts are updating
correctly
2017-01-13 19:22:49 +02:00
Michail Vourlakos
3f2847b467 disable update struts on userConfiguring state 2017-01-13 18:43:23 +02:00
Michail Vourlakos
25f901cdee fix two crashes
-- one private slot was missing, right clicking
was creating a crash because of this sometimes
-- removing a second or third created dock was
causing a crash because visibilitymanager wasnt
removed in sync and correctly from the dockview
2017-01-13 17:15:53 +02:00
Michail Vourlakos
a74fe28c18 consider shadow size for currentThickness
--this solves an issue concerning configuration window
placement when changing locations
2017-01-13 16:51:56 +02:00
Johan Smith Agudelo Rodriguez
f844f91ac2 unnecessary sync 2017-01-13 02:07:27 -05:00
Johan Smith Agudelo Rodriguez
5d59cfb01c better debug info 2017-01-13 02:06:29 -05:00
Johan Smith Agudelo Rodriguez
44bdd5a90b code formatted 2017-01-13 01:27:57 -05:00
Johan Smith Agudelo Rodriguez
dd7009e96e reduced number of calls to syncGeometry 2017-01-13 01:27:26 -05:00
Johan Smith Agudelo Rodriguez
60f6f8d942 update dockconfig view 2017-01-13 01:20:14 -05:00
Johan Smith Agudelo Rodriguez
03eeb6074d update geometry just when is necessary 2017-01-13 01:16:05 -05:00
Johan Smith Agudelo Rodriguez
2cb031ee50 improve auto sync geometry, and cleaning code unused 2017-01-12 18:56:25 -05:00
Johan Smith Agudelo Rodriguez
417f6f9e38 reorder members 2017-01-12 18:56:25 -05:00
Johan Smith Agudelo Rodriguez
77917920fd set on all activities #52 2017-01-12 18:56:25 -05:00
Michail Vourlakos
c831f3f8c6 fix #25, set dock's geometry correctly 2017-01-12 20:04:27 +02:00
Michail Vourlakos
456612d7fd set show/hide timers default values 2017-01-12 13:53:06 +02:00
Michail Vourlakos
7896919736 move iconitem from app to plugin 2017-01-11 17:36:11 +02:00
Michail Vourlakos
dd091b6569 restore layouts in main config window
--the latest fix for the configuration window placement
does not need to drop the clean implementation with
layouts
2017-01-11 16:33:10 +02:00
Michail Vourlakos
1ffa4e9ab4 fix correct placement of config window in startup 2017-01-11 16:29:11 +02:00
Michail Vourlakos
52d64b561c restore the init functionality 2017-01-11 15:18:39 +02:00
Michail Vourlakos
fba9d62ee2 fix #50, update config window location
--fix also some crashes concerning the existence
of multiple config windows from different docks.
2017-01-11 02:30:35 +02:00
Michail Vourlakos
8fa6225cdb fix #24, probably fixed
--opening configuration window all the time and
I havent found a case that this is not shown yet
2017-01-11 01:11:41 +02:00
Johan Smith Agudelo Rodriguez
34772cdc21 resync geometry for avoids that config ui covers the dock #38 2017-01-09 00:10:59 -05:00
Johan Smith Agudelo Rodriguez
134a3e7015 fixed missing window icon #42 2017-01-08 17:40:05 -05:00
Michail Vourlakos
df084b1783 fix #13,corona should load layout a bit later
--corona should load its layout after the activities
consumer is ready. Otherwise all the functionality
concerning activities may not work correctly on its
first initialization
2017-01-07 15:31:52 +02:00
Michail Vourlakos
a857b18271 remove no needed functionality from dockview 2017-01-07 15:31:52 +02:00
Michail Vourlakos
e8fec7eea4 remove unneeded code 2017-01-05 18:00:41 +02:00
Michail Vourlakos
9ea5959cb6 fix #41, a crash when a dock was removed
--removing connections on xwindowinterface destructor
--removing connections on dockview destructor
--remove xwindowinterface that was created from
visibilitymanager in its destructor
2017-01-05 17:48:27 +02:00
Michail Vourlakos
377a3d4420 remove visibilitymanager on dockview destruction 2017-01-05 01:22:06 +02:00
Michail Vourlakos
cb0ed85dc2 improve configuration window
--expose quit action
--hide remove action when only one dock exists
--udpate edges when a new dock is added
--connect the destroyed event of containment in order
to remove also the dockview
--remove correctly the dockviews in the application
exit
2017-01-05 00:28:25 +02:00
Michail Vourlakos
ba4837d47b restore compatibility with KF 5.26 2017-01-04 20:53:41 +02:00
Michail Vourlakos
daa6e1b7bc add a separator for latte config entry 2017-01-04 20:53:40 +02:00
Michail Vourlakos
f4201a8a71 improve menu behavior and appearance 2017-01-04 20:53:40 +02:00
Michail Vourlakos
83e0a7564a fix #6
--override default contextmenu behavior
--clean up old code
2017-01-04 20:53:40 +02:00
Michail Vourlakos
9259ee3bc3 remove no needed containment actions 2017-01-04 20:53:40 +02:00
Johan Smith Agudelo Rodriguez
802beedd39 Less debug information. 2017-01-03 20:12:46 -05:00
Johan Smith Agudelo Rodriguez
e9436d568c Dock shouldnt hide on userConfiguring state #32 2017-01-03 20:12:46 -05:00
Johan Smith Agudelo Rodriguez
d5f3553ffc Info debugging generates useless backtrace 2017-01-03 20:12:45 -05:00
Michail Vourlakos
63739ac77b support sticker for configuration window 2017-01-04 01:35:22 +02:00
Johan Smith Agudelo Rodriguez
cec5d62702 Drag events managed from VisibilityManager #37 #21 2017-01-03 12:36:40 -05:00
Johan Smith Agudelo Rodriguez
47c715f6a7 dons't build, pluginmetadata is deprecated 2017-01-03 12:02:51 -05:00
Johan Smith Agudelo Rodriguez
d6f9450d87 Fixed show and hide timers. #33 2017-01-03 12:01:29 -05:00
Michail Vourlakos
9878ee65d1 fix some hiding issues on userConfiguring state 2017-01-03 10:39:13 +02:00
Johan Smith Agudelo Rodriguez
45c9710ed0 Respect to the original authors 2017-01-02 17:12:20 -05:00
Johan Smith Agudelo Rodriguez
fe146aaa90 Missing file licences #34 2017-01-02 17:05:30 -05:00
Michail Vourlakos
f90c4deff2 hide Tasks config if plasmoid not present 2017-01-02 22:26:10 +02:00
Michail Vourlakos
4152535e51 expose dock settings into tasks plasmoid 2017-01-02 12:02:35 +02:00
Johan Smith Agudelo Rodriguez
8e4b4f36bc added blockHiding property on visibilitymanager 2017-01-02 03:07:44 -05:00
Johan Smith Agudelo Rodriguez
a4699e9230 Fixed initialization #17 and improved all modes #19 2017-01-02 01:15:39 -05:00
Johan Smith Agudelo Rodriguez
f49ab516a4 project has been cleaned 2016-12-30 19:26:48 -05:00
Johan Smith Agudelo Rodriguez
84eacf3cbf code formatted 2016-12-31 00:27:57 +02:00