1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-26 10:50:37 +03:00

317 Commits

Author SHA1 Message Date
Michail Vourlakos
32215c6f43 fix #385,load font through QFontDatabase 2017-04-21 16:59:58 +03:00
Michail Vourlakos
dcb07886ed remove clearing cache
--this code was suspicious for crashes
2017-04-11 10:07:14 +03:00
Michail Vourlakos
237cf1db36 return correct screen geometry from corona
--signal triggering for screenGeometryChanged(id)
can not be added yet as it is not plasma 5.8
compatible
2017-04-04 22:23:21 +03:00
audoban
0a1d4bd0b8 fix #358, [Crash] - recreating dock for AlwaysVisible mode
If I overrride the method event I should call to implementation parent, however VisibilityManagerPrivate is triggered from view and VisibilityManagerPriavte is not owner of QEvent
2017-04-03 23:51:16 -05:00
audoban
569ad5ab40 fix no return in nonvoid function 2017-04-03 02:31:40 -05:00
audoban
a7728044de force visibility in startup if user is configuring 2017-04-02 04:25:36 -05:00
audoban
b4ffe82ab3 restore last beahavior for mode() 2017-04-02 02:20:45 -05:00
audoban
9e2033e752 fix crash when the user change the session 2017-04-02 02:16:25 -05:00
audoban
aa60b95c47 update list of contributors 2017-04-02 01:28:00 -05:00
audoban
5756a28037 reorder members 2017-04-02 00:25:03 -05:00
audoban
b75c83dece fix #344, edit mode still active when I change the session 2017-04-02 00:24:36 -05:00
audoban
4c412c4e71 fix #330, visibility mode and options
Visibility doesn't load when switch to session
2017-04-02 00:23:47 -05:00
Michail Vourlakos
fd3a719db0 fix #331,set onAllDesktops early in the process
--the delay during creating dockview and setting
its dock window flags from visibilitymanager creates
a situation that the window manager temporary creates
a normal window with no special flags for the docks
2017-03-29 21:22:51 +03:00
Michail Vourlakos
6e7098458d fix,restore adding docks in alternative session 2017-03-26 13:05:25 +03:00
audoban
2e6c6cf945 fix #330, visibility mode and options 2017-03-25 16:17:41 -05:00
audoban
cc42dbc6dd fix wrong name 2017-03-23 22:20:35 -05:00
audoban
10d7ffa535 DodgeMaximized receives some of love
DodgeMaximized now also dodges windows with a size greater than or equal to the screen
2017-03-23 22:15:04 -05:00
audoban
6bbce90628 various fixes to WindowInfoWrap 2017-03-23 22:12:11 -05:00
audoban
f64136aefe added support for windows with shade state and improving WindowInfoWrap 2017-03-23 22:06:59 -05:00
audoban
443502d3e0 fix #316, Exporting settings - Adding a dot in the filename 2017-03-23 18:52:47 -05:00
Smith AR
6beaa6e6ee unused dependence 2017-03-23 12:16:08 -05:00
Michail Vourlakos
5fe32aa7eb fix adding dock at the bottom when shouldnt
--if the user was adding docks too fast then
some of them were added at the bottom because
that was conflicting with the session
implementation. The fix fixes the situation
and preserves the alternative session functionality
2017-03-23 13:54:50 +02:00
audoban
2487495241 fix #308, Always visible option does not work for side-set dock on unusual multi screen setup 2017-03-23 00:03:45 -05:00
Michail Vourlakos
1b7f18c79b update strings
--update greek translation
2017-03-22 21:22:59 +02:00
Michail Vourlakos
48c39e863d update translation strings 2017-03-22 13:10:55 +02:00
audoban
091e881599 fix id event 2017-03-22 00:16:27 -05:00
audoban
9995cf435b update CMakeLists.txt 2017-03-22 00:16:27 -05:00
audoban
b37c1dd85a notications for the operations of import/export 2017-03-22 00:16:27 -05:00
audoban
52f1e949aa feature #205, backup and restore 2017-03-22 00:16:27 -05:00
audoban
79eb2cb048 new dependences: KArchive and KNotifications 2017-03-22 00:16:27 -05:00
audoban
9940e9707f unused member 2017-03-22 00:16:27 -05:00
audoban
c23135dd48 fix assertion when id is -1 2017-03-22 00:16:27 -05:00
Michail Vourlakos
62a1346509 fix #292,workaround for KF5.32 empty mask
--in KF5.32 FrameSvg returns many times a mask
that is an empty QRegion(). this patch makes
sure that at least our rectangular metrics
for masks and effectsarea are used instead.
Of course this means that themes with rounded
corners dont look as they should in !compositing
state
2017-03-21 20:58:01 +02:00
Michail Vourlakos
8a1c449396 fix #285,expanded to false for applets
--when changing session all the applets from
the previous session should hide their
expanded options
2017-03-20 20:40:27 +02:00
Michail Vourlakos
f12fc52fd1 fix #277,use normal dock window from tweaks
-- with this setting the user can disable
the BypassWindowManagerHint flag for specific
docks
2017-03-18 23:32:27 +02:00
Michail Vourlakos
e0bc661adf fix #275,top dock gains priority for AlwaysVisible
--the other docks must be also AlwaysVisible in order
for the top dock to be above them...
2017-03-18 20:08:56 +02:00
Michail Vourlakos
466136cbd1 move currentSession code in globalSettings 2017-03-18 14:28:33 +02:00
Michail Vourlakos
30fb90ec01 move autostart code in globalSettings 2017-03-18 14:16:32 +02:00
Michail Vourlakos
d9a8428971 create globalsettings for corona
--first all the code concerning exposeAltSession
is moved in it and in the future also the autostart
and currentSession can follow. This will improve
both dockview and configview
2017-03-18 13:21:17 +02:00
Michail Vourlakos
d0321f3baa fix #272,expose alternative session in menu 2017-03-18 01:53:44 +02:00
Michail Vourlakos
8e17e58f24 add effectArea in DebugWindow
--export correctly the drawEffects variable
2017-03-17 23:59:50 +02:00
Michail Vourlakos
06cf32fd67 fix #270,enable blur for panel background
--the user can habe blur and background contrast
effects in all cases for the panel and can
also choose the behavior from Tweaks page
2017-03-17 16:58:57 +02:00
audoban
09753f705d fix #256, Dodging/Layering Issues 2017-03-15 02:57:42 -05:00
audoban
ee31d0cbb9 fix move constructor 2017-03-15 02:52:26 -05:00
audoban
4b0e558da5 avoid copies of winfowrap 2017-03-15 02:24:24 -05:00
Michail Vourlakos
367faf6bfa restore availableScreenRect behavior
--when an id is sent that is not contained
at stored screens then the primary screen
geometry is used instead
2017-03-13 21:07:40 +02:00
Michail Vourlakos
d71cabb016 fix #257,crash alternative session & !compositing 2017-03-13 20:58:31 +02:00
audoban
21adfccc51 include unused 2017-03-12 20:56:03 -05:00
audoban
b86b15a05a fix assertion if id is -1 2017-03-12 20:53:31 -05:00
audoban
14df47f18e fix crash deleting visibilityManager 2017-03-12 20:52:31 -05:00