1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-26 18:03:42 +03:00

72 Commits

Author SHA1 Message Date
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
Johan Smith Agudelo Rodriguez
8ab421648e Added X11Extras dependence 2016-12-30 02:09:21 -05: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
615c038b8d Merge branch 'master'
Conflicts:
	corona/CMakeLists.txt
	corona/nowdockcorona.cpp
	corona/visibilitymanager.h
	corona/xwindowinterface.cpp
	corona/xwindowinterface.h
2016-12-28 22:20:15 -05:00
Johan Smith Agudelo Rodriguez
0eeb93e6c9 Fixed broken build. 2016-12-28 22:08:09 -05:00
Johan Smith Agudelo Rodriguez
7d867298c1 Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	corona/nowdockview.cpp
2016-12-28 21:29:46 -05:00
Johan Smith Agudelo Rodriguez
8539a5da54 formatted. 2016-12-28 21:11:29 -05:00
Michail Vourlakos
270a007587 disable zoom on userconfiguring 2016-12-29 00:42:05 +02:00
Michail Vourlakos
7efa867126 fix #8, block dockview creation for systray 2016-12-29 00:33:43 +02:00
Michail Vourlakos
6b1ff92463 improve settings window behavior onlostfocus
-- and fix a crash from immutabilityChanged from
settings window
2016-12-29 00:25:42 +02:00
Michail Vourlakos
dce9e76049 systemtray issue first approach 2016-12-28 23:45:00 +02:00
Michail Vourlakos
c59880710f update various messages to Latte Dock 2016-12-28 23:23:59 +02:00
Michail Vourlakos
2a9ee6d2d9 renamed nowdock plasmoid to latte one 2016-12-28 23:07:17 +02:00
Michail Vourlakos
01b14c01e8 Merge branch 'scratch' 2016-12-28 22:45:09 +02:00
Michail Vourlakos
a357d05392 moved corona to app directory 2016-12-28 22:44:29 +02:00
Michail Vourlakos
548e7b107a fix conflicts in nowdockview 2016-12-28 22:29:13 +02:00
Johan Smith Agudelo Rodriguez
8a3da51fe3 QmlEngine is shared. 2016-12-28 13:23:15 -05:00
Michail Vourlakos
452322773e update greek metadata 2016-12-28 18:10:54 +02:00
Michail Vourlakos
0968bf49f4 update greek translation 2016-12-28 18:09:07 +02:00
Michail Vourlakos
0206484c01 change default to DodgeActive 2016-12-28 18:05:16 +02:00
Michail Vourlakos
152d2eb8ec fix #3, load KLocalizedString for qml parts 2016-12-28 18:01:25 +02:00
Michail Vourlakos
7e412d9cab update the package 2016-12-28 17:33:59 +02:00
Michail Vourlakos
f132f06146 added translations for corona 2016-12-28 16:58:18 +02:00
Michail Vourlakos
8b9f9a32d2 clean up 2016-12-28 15:37:04 +02:00
Michail Vourlakos
86294440d2 add widget layout for the latte plasmoid 2016-12-28 15:18:09 +02:00
Michail Vourlakos
2541d7cb45 fix #5, correct loadDefaultLayout 2016-12-28 15:17:36 +02:00
Michail Vourlakos
62de24f183 cleanup dropped functionality 2016-12-28 14:31:00 +02:00
Michail Vourlakos
d8086aec62 revert back to old way of exposing dockview to ui
-- fixes the engine() issue
2016-12-28 14:03:23 +02:00
Michail Vourlakos
de36dc6644 small fixes in the ui 2016-12-28 13:46:35 +02:00
Michail Vourlakos
c80857c16b install icons, fix metadatas 2016-12-28 13:24:27 +02:00
Michail Vourlakos
9ddb39a4d7 update ui to dock value 2016-12-28 12:35:40 +02:00
Michail Vourlakos
55e665b0d2 renaming from nowdock to latte 2016-12-28 12:17:58 +02:00
Johan Smith Agudelo Rodriguez
44a1ee62f3 some methods were missing. 2016-12-28 03:00:01 -05:00
Johan Smith Agudelo Rodriguez
e684578459 XWindowInterface has been implemented 2016-12-28 02:57:31 -05:00
Johan Smith Agudelo Rodriguez
472db165c4 wrapper for window information. 2016-12-28 02:55:54 -05:00
Johan Smith Agudelo Rodriguez
d04296fd8b 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-28 02:54:26 -05:00
Johan Smith Agudelo Rodriguez
be7a9ea123 abstractinterface was renamed to abstractwindowinterface and cleaned
AbstractWindowInterface will hide windows details.
2016-12-28 02:45:21 -05:00
Johan Smith Agudelo Rodriguez
7afc9f5e50 gitignore update 2016-12-28 02:32:23 -05:00
Johan Smith Agudelo Rodriguez
90eab441b7 Revert "dock property accessible from containment"
This reverts commit 37c349e32e30fcf1e48280b0318c2e0192efd600.
2016-12-26 18:49:35 -05:00
Johan Smith Agudelo Rodriguez
343aac23eb Merged branch master into master 2016-12-26 16:06:10 -05:00
Johan Smith Agudelo Rodriguez
374ab658a4 dock property accessible from containment 2016-12-26 16:05:44 -05:00
Johan Smith Agudelo Rodriguez
2bfff9a762 Update README.md 2016-12-25 20:58:38 -05:00
Johan Smith Agudelo Rodriguez
028dbff1b3 Update README.md 2016-12-25 20:14:34 -05:00