Commit Graph

1051 Commits (80ef0d58dd7b04feb4a70f7db9409cf0d7cdc95f)

Author SHA1 Message Date
Yuri Chornoivan 8d7110f761 Fix minor typos
Summary: Fix minor typos in messages and comments

Test Plan: No major changes to prevent compilation and usage

Reviewers: mvourlakos

Reviewed By: mvourlakos

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D17894
Michail Vourlakos 63e9fbc99f dont block mouse events with no reason
BUG: 402572
Michail Vourlakos e19cbd46f6 delete secondary window when no needed
BUG: 402627
Michail Vourlakos ca5ea55816 disable debug message
l10n daemon script 5b5aec055d GIT_SILENT made messages (after extraction)
Michail Vourlakos 5c8a2bb380 reorganize settings in view settings window
Michail Vourlakos aeb7877546 improve ExpertSettings location
Michail Vourlakos 5d6d1730f2 improve syncGeometry at settings windows
Michail Vourlakos 79ccc37e31 delay latte view showing for Meta global shortcut
Michail Vourlakos 32a34d7c47 show latte view for all cases of Meta+A
Michail Vourlakos 40bd5a83e2 update settings to new complexity level
Michail Vourlakos 7d66434244 introduce complexity for view settings
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
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
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
Michail Vourlakos 095048223a refactor:move backgroundtracker under liblatte
Michail Vourlakos e81ef199b3 refactor:drop visibilitymanager private class
Michail Vourlakos 3b8c52cc59 refactor:move lattepackage to simpler directory
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.
Michail Vourlakos 2244cae8bc refactor:move PlasmaThemeExtended to better path
Michail Vourlakos efb9414ef9 refactor:move plasmaquick headers to better place
Michail Vourlakos 653f0a22fb small commenting and backgrounds qhash
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
Michail Vourlakos c81e97f24d improve scheme file assignment from themeExtended
Michail Vourlakos a3107b7f1c dont call syncGeometry if not needed in some case
Michail Vourlakos fbe07f5ec1 add debug message for syncGeometry()
Michail Vourlakos b05c7d94ae refactor:add visibilitymanager to ViewPart::
Michail Vourlakos 57ab5f3b3f refactor:move screenedgewindow to ViewPart::
Michail Vourlakos 0510293c21 REFACTOR:Move confiView(s) to ViewPart:: namespace
Michail Vourlakos b2fbb2a7ae REFACTOR:change dock->latteView in settings windows
Michail Vourlakos f84043d28e REFACTOR:change dock in containment to latteView
Michail Vourlakos 1ab99761a1 REFACTOR:Update Dock types to new Latte2::Types
Michail Vourlakos 9447a8f748 REFACTOR:replace liblattedock with new liblatte2
Michail Vourlakos 462a849ac4 refactor:rename dock terms to view
Michail Vourlakos f2a90aafe6 refactor:rename dock term to view term
Michail Vourlakos 185dd39e5c refactor:rename dock terms to view terms
Michail Vourlakos fd23fd83c1 refactor:rename dockWinBehavior to byPassWM flag
Michail Vourlakos 25d9d4ed17 refactor:rename DockCorona to Latte::Corona
Michail Vourlakos 7a3fcc7773 refactor:rename dockpackage to Latte::Package
Michail Vourlakos f74b3a4da0 REFACTOR:drop DockView term,in favour of LatteView
Michail Vourlakos 39368a41de REFACTOR:rename DockView to Latte::View
--move all classes related to Latte::View
from dock/ folder to view/ folder
Michail Vourlakos 856f26a7ed refactor:rename View:: namespace to ViewPart::
Michail Vourlakos 6a0438155b fix missing dependency
BUG: 401641
Michail Vourlakos 05bef49d5a move activitiesmodel to settings
Michail Vourlakos 2099b8ed36 add headers comments for all c++ files
Michail Vourlakos deefa6f32e REFACTOR:move wm related classes to wm folder
Michail Vourlakos d8f748b512 REFACTOR:move setting* to relevant folder
Michail Vourlakos f81b800c6f improve code in view config windows
Michail Vourlakos 7a55ac9922 position secconfigwindow properly in multi-screen
Michail Vourlakos 90a2bb3bc1 refactor:rename MenuManager to View::ContextMenu