1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez
8f4f3fe60e Merge branch 'master'
Conflicts:
	app/nowdockcorona.cpp
	app/visibilitymanager.cpp
	app/visibilitymanager.h
	app/xwindowinterface.cpp
2016-12-30 14:31:02 -05:00
Johan Smith Agudelo Rodriguez
4f16376338 Fixed mode on startup 2016-12-30 14:03:46 -05:00
Michail Vourlakos
4bc7a45474 restore previous functionality for QEvent:Leave 2016-12-30 20:49:48 +02:00
Michail Vourlakos
7af3b6e620 support DodgeActive
--add localDockGeometry to be used for the
intersect situation
2016-12-30 20:24:21 +02:00
Michail Vourlakos
9cd16c5cda fix #16, systemtray working ok
--calculate freeedges even when screen=-1 is passed,
such a case is on the creation of a containment
2016-12-30 16:51:44 +02:00
Michail Vourlakos
02a0aa8de4 disable hiding on !immutable 2016-12-30 13:58:31 +02:00
Michail Vourlakos
df08a92d0e support new visibilitymanager in ui
-- small fixes in visibilitymanager and removed
some whitespaces also
2016-12-30 13:46:56 +02:00
Johan Smith Agudelo Rodriguez
4c10939484 if mode is DodgeMaximized, only dodge active window 2016-12-30 11:15:01 +02:00
Johan Smith Agudelo Rodriguez
530c489ef9 code formatted 2016-12-30 11:15:00 +02:00
Johan Smith Agudelo Rodriguez
335e473a64 class inserts into namespace Latte 2016-12-30 11:15:00 +02:00
Johan Smith Agudelo Rodriguez
35aafde5b0 fixed signatures 2016-12-30 11:14:59 +02:00
Johan Smith Agudelo Rodriguez
948b03a357 Visibility manager has been implemented, but need integration on qml 2016-12-30 11:14:59 +02:00
Johan Smith Agudelo Rodriguez
9ad00b2354 the inline function cause build errors, removed for now 2016-12-30 11:14:59 +02:00
Johan Smith Agudelo Rodriguez
aa10cda7f7 include guard 2016-12-30 11:14:58 +02:00
Johan Smith Agudelo Rodriguez
1d5dcbf014 static method for get a instance of abstractwindowinterface
NOTE: WaylandWindowInterface has not been implemented
2016-12-30 11:14:58 +02:00
Johan Smith Agudelo Rodriguez
45347200cd update signatures on abstractwindowinterface.h 2016-12-30 11:14:58 +02:00
Johan Smith Agudelo Rodriguez
c2e7e3db9b FakeTarget moved to app/ 2016-12-30 11:14:58 +02:00
Johan Smith Agudelo Rodriguez
b65a97d92a formatted 2016-12-30 11:14:57 +02:00
Johan Smith Agudelo Rodriguez
206f115e01 const correctness and namespace 2016-12-30 11:14:09 +02:00
Johan Smith Agudelo Rodriguez
b5a5d9759f added class visibilitymanagerprivate to implement visibility 2016-12-30 11:14:09 +02:00
Johan Smith Agudelo Rodriguez
9debe8dbb3 added methods to reserve screen space 2016-12-30 11:14:08 +02:00
Johan Smith Agudelo Rodriguez
2c6ab968bd corona/ has been renamed to app/ 2016-12-30 11:14:07 +02:00
Johan Smith Agudelo Rodriguez
333f1e506c some methods were missing. 2016-12-30 11:07:14 +02:00
Johan Smith Agudelo Rodriguez
1b468a02e1 XWindowInterface has been implemented 2016-12-30 11:07:14 +02:00
Johan Smith Agudelo Rodriguez
ed9870b624 The new interface as we agreed.
also VisibilityManager will perform the logic of the visibility as it corresponds through a class d-pointer using AbstractWindowInterface.
2016-12-30 11:07:13 +02:00
Johan Smith Agudelo Rodriguez
08bfa47709 abstractinterface was renamed to abstractwindowinterface and cleaned
AbstractWindowInterface will hide windows details.
2016-12-30 11:07:12 +02:00
Johan Smith Agudelo Rodriguez
9aa43f14b0 fixed, screenForContainment 2016-12-30 11:02:33 +02:00
Johan Smith Agudelo Rodriguez
d7ca91728a New tentative interface 2016-12-30 11:02:32 +02:00
Johan Smith Agudelo Rodriguez
0abb5ab83e if mode is DodgeMaximized, only dodge active window 2016-12-30 02:45:38 -05:00
Johan Smith Agudelo Rodriguez
c022ed38c4 code formatted 2016-12-30 02:24:04 -05:00
Johan Smith Agudelo Rodriguez
39bd509c51 class inserts into namespace Latte 2016-12-30 02:20:06 -05:00
Johan Smith Agudelo Rodriguez
a6fc7667aa fixed signatures 2016-12-30 02:18:08 -05:00
Johan Smith Agudelo Rodriguez
0735a73cac Visibility manager has been implemented, but need integration on qml 2016-12-30 02:17:38 -05:00
Johan Smith Agudelo Rodriguez
40888f827c the inline function cause build errors, removed for now 2016-12-30 02:16:27 -05:00
Johan Smith Agudelo Rodriguez
c6f7f68bd0 include guard 2016-12-30 02:13:57 -05:00
Johan Smith Agudelo Rodriguez
3fb63d4d78 static method for get a instance of abstractwindowinterface
NOTE: WaylandWindowInterface has not been implemented
2016-12-30 02:13:33 -05:00
Johan Smith Agudelo Rodriguez
454ebfff50 update signatures on abstractwindowinterface.h 2016-12-30 02:11:42 -05:00
Johan Smith Agudelo Rodriguez
6291e55260 FakeTarget moved to app/ 2016-12-30 02:10:12 -05:00
Michail Vourlakos
8cef095116 fix #9, edge priority bottom,left,top,right
-- disable add dock if all edges are reserved
in the current screen
2016-12-29 20:50:47 +02:00
Michail Vourlakos
94f0584436 lock edges that are reserved
--show only one configuration window every time
in case there are more docks set
2016-12-29 20:34:21 +02:00
Michail Vourlakos
066977d550 Merge branch 'master' of https://github.com/psifidotos/Latte-Dock into master2 2016-12-29 15:53:54 +02:00
Michail Vourlakos
973c6c2536 restore Double Layout functionality 2016-12-29 15:41:00 +02:00
Johan Smith Agudelo Rodriguez
552e35963f formatted 2016-12-29 00:43:26 -05:00
Johan Smith Agudelo Rodriguez
1fe1049332 const correctness and namespace 2016-12-29 00:42:55 -05:00
Johan Smith Agudelo Rodriguez
84a5b5473a added class visibilitymanagerprivate to implement visibility 2016-12-29 00:40:35 -05:00
Johan Smith Agudelo Rodriguez
ca9eb7d8fa removed old abstractinterface 2016-12-29 00:38:45 -05:00
Johan Smith Agudelo Rodriguez
e161dc2d37 added methods to reserve screen space 2016-12-29 00:37:53 -05:00
Johan Smith Agudelo Rodriguez
a29378943b corona/ has been renamed to app/ 2016-12-28 22:27:55 -05:00
Johan Smith Agudelo Rodriguez
0eeb93e6c9 Fixed broken build. 2016-12-28 22:08:09 -05:00
Michail Vourlakos
7efa867126 fix #8, block dockview creation for systray 2016-12-29 00:33:43 +02:00