1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-23 10:03:43 +03:00

2423 Commits

Author SHA1 Message Date
Michail Vourlakos
5d6d1730f2 improve syncGeometry at settings windows 2018-12-26 18:35:58 +02:00
Michail Vourlakos
646ac2e190 switch complexity levels properly 2018-12-26 18:17:52 +02:00
Michail Vourlakos
c58a3bbd26 set highLevel for latte view settings
--highlevel is either advancedLevel or
expertLevel it can be used for options
that can be shown both for advanced and
expert levels
2018-12-26 18:09:31 +02:00
Michail Vourlakos
801bda7264 refactor:view settings qml files 2018-12-26 18:03:55 +02:00
Michail Vourlakos
79ccc37e31 delay latte view showing for Meta global shortcut 2018-12-26 17:53:17 +02:00
Michail Vourlakos
32a34d7c47 show latte view for all cases of Meta+A 2018-12-26 17:33:59 +02:00
Michail Vourlakos
243801e062 provide Basic/Advanced/Expert settings switch
--the user can find a switch to change between
Basic/Advanced/Expert complexity levels in
the Latte::View config window
2018-12-26 15:08:20 +02:00
Michail Vourlakos
40bd5a83e2 update settings to new complexity level 2018-12-26 00:34:45 +02:00
Michail Vourlakos
7d66434244 introduce complexity for view settings 2018-12-25 23:57:41 +02:00
Michail Vourlakos
5e09a41e99 refactor:remove no needed colorizer signals
--the new infrastructure to track background
brightness does not need communication between
universalsettings and view colorizer enabler
2018-12-25 20:33:47 +02:00
Michail Vourlakos
b418923c03 move from luminas to brightness
--the luminas functions didnt work well
for all cases. Latte is now using brightness
functions as described at:

   https://www.w3.org/TR/AERT/#color-contrast

this patch fixes all cases mentioned in the bug
that Latte contrast identification did not work well

BUG: 402115
2018-12-25 20:20:06 +02:00
Michail Vourlakos
b6ae8d66ee identify single color background also
--Latte now does not only identify background files
but single colors also. At the same time the new
implementation is multi-screen aware. That means
that two different top panels at two different screens
can be color independent, meaning the first could
be lightish when it is transparent and the latter
darkish

BUG: 402143
2018-12-25 19:11:59 +02:00
Michail Vourlakos
418799ed30 fix crashes from latteView recreation code
--in order to update window manager flags properly
in some cases a dock recreation is needed. But that
dock recreation when takes place when the user choses
to move its panel between different screens (that recreation
shouldnt be needed) in such case it creates crashes
2018-12-25 19:01:19 +02:00
Michail Vourlakos
f1712ca7a5 fixes for BackgroundCache 2018-12-25 18:36:44 +02:00
Michail Vourlakos
fabd989146 remove qml BackgroundTracker
--move to the new liblatte2 BackgroundTracker
which is also multi-screen aware
2018-12-25 14:17:05 +02:00
Michail Vourlakos
095048223a refactor:move backgroundtracker under liblatte 2018-12-25 13:03:20 +02:00
Michail Vourlakos
81335bc92f improve LayoutManager qml references 2018-12-20 19:40:05 +02:00
Michail Vourlakos
e81ef199b3 refactor:drop visibilitymanager private class 2018-12-20 18:59:38 +02:00
Michail Vourlakos
3b8c52cc59 refactor:move lattepackage to simpler directory 2018-12-13 21:01:51 +02:00
Michail Vourlakos
0497c2c960 add PlasmaScreenPool to help with screen ids
-- Latte screen ids are different from plasma
screen ids. This class helps in order to help
translating the different screen ids between
Latte and Plasma.
2018-12-13 20:55:03 +02:00
Michail Vourlakos
2244cae8bc refactor:move PlasmaThemeExtended to better path 2018-12-13 20:03:14 +02:00
Michail Vourlakos
efb9414ef9 refactor:move plasmaquick headers to better place 2018-12-13 19:51:22 +02:00
Michail Vourlakos
653f0a22fb small commenting and backgrounds qhash 2018-12-13 19:42:00 +02:00
John Zimmermann
4f649fec79 Update Void Linux URL in README.md
Reviewers: #latte_dock, apol

Reviewed By: apol

Subscribers: mvourlakos, apol, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D17367
2018-12-11 20:36:45 +02:00
Michail Vourlakos
74238dba6f improve color schemes handling for default values
--when color schemes from themes are used there are
cases that the WM records do not correspond to the
colors that the plasma theme will use. In such cases
the color scheme file that is passed to applets can
create colors inconsistencies. For this reason we
update the default color scheme in order for its
WM values to be consistent with the plasma theme.
For the record plasma theme is using Colors:View
group for its main colors.

BUG: 401431
2018-12-09 18:56:45 +02:00
Michail Vourlakos
50ea2e1f8b provide default scheme file for !shown cases
--when the colorizer informs the applets to paint
themselves based on the current plasma theme some
of them (e.g. Window Buttons) may still need access
to that color palette through the schemeFile variable.
To support also this case Latte provides the default
theme scheme file at all cases.
2018-12-09 15:35:25 +02:00
Michail Vourlakos
c81e97f24d improve scheme file assignment from themeExtended 2018-12-09 10:52:01 +02:00
Michail Vourlakos
a3107b7f1c dont call syncGeometry if not needed in some case 2018-12-09 02:24:57 +02:00
Michail Vourlakos
fbe07f5ec1 add debug message for syncGeometry() 2018-12-09 02:06:52 +02:00
Michail Vourlakos
b05c7d94ae refactor:add visibilitymanager to ViewPart:: 2018-12-09 00:29:35 +02:00
Michail Vourlakos
57ab5f3b3f refactor:move screenedgewindow to ViewPart:: 2018-12-09 00:15:17 +02:00
Michail Vourlakos
0510293c21 REFACTOR:Move confiView(s) to ViewPart:: namespace 2018-12-09 00:06:14 +02:00
Michail Vourlakos
b732dab283 fix missing function parent 2018-12-08 18:48:24 +02:00
Michail Vourlakos
b2fbb2a7ae REFACTOR:change dock->latteView in settings windows 2018-12-08 18:44:28 +02:00
Michail Vourlakos
f84043d28e REFACTOR:change dock in containment to latteView 2018-12-08 18:35:32 +02:00
Michail Vourlakos
d8621a9435 refactor:plasmoid rename latteDock to latteView 2018-12-08 09:38:27 +02:00
Michail Vourlakos
eba96ef1b4 remove unneeded file 2018-12-07 20:50:51 +02:00
Michail Vourlakos
67253eda9d REFACTOR:update qml to new Latte.Types 2018-12-07 19:04:10 +02:00
Michail Vourlakos
1ab99761a1 REFACTOR:Update Dock types to new Latte2::Types 2018-12-07 18:55:35 +02:00
Michail Vourlakos
9447a8f748 REFACTOR:replace liblattedock with new liblatte2 2018-12-07 18:44:09 +02:00
Michail Vourlakos
462a849ac4 refactor:rename dock terms to view 2018-12-06 16:19:14 +02:00
Michail Vourlakos
f2a90aafe6 refactor:rename dock term to view term 2018-12-06 16:09:42 +02:00
Michail Vourlakos
185dd39e5c refactor:rename dock terms to view terms 2018-12-06 15:57:20 +02:00
Michail Vourlakos
fd23fd83c1 refactor:rename dockWinBehavior to byPassWM flag 2018-12-06 15:34:04 +02:00
Michail Vourlakos
25d9d4ed17 refactor:rename DockCorona to Latte::Corona 2018-12-06 14:35:34 +02:00
Michail Vourlakos
7a3fcc7773 refactor:rename dockpackage to Latte::Package 2018-12-06 13:32:21 +02:00
Michail Vourlakos
f74b3a4da0 REFACTOR:drop DockView term,in favour of LatteView 2018-12-06 12:51:15 +02:00
Michail Vourlakos
39368a41de REFACTOR:rename DockView to Latte::View
--move all classes related to Latte::View
from dock/ folder to view/ folder
2018-12-06 12:15:58 +02:00
Michail Vourlakos
856f26a7ed refactor:rename View:: namespace to ViewPart:: 2018-12-06 11:37:14 +02:00
Michail Vourlakos
6a0438155b fix missing dependency
BUG: 401641
2018-12-02 09:17:32 +02:00