Commit Graph

424 Commits (ff01f266e498e249e4fd37cff557aa07b9e64578)

Author SHA1 Message Date
Michail Vourlakos ff01f266e4 fix panels positioning when sliding out
Michail Vourlakos 0b8fa321bc dont crash when panels change location
Michail Vourlakos ea7940dffe hide length screen gaps after slide in
Michail Vourlakos 1698afc2e8 add missing header
Michail Vourlakos ac996f1721 fixes for View:layout activities windows updates
Michail Vourlakos a0a2c4b265 fix binding loops
Michail Vourlakos 19eb9f9ff5 fix edge margin adjustment
Michail Vourlakos 166ee1899a multiple fixes to PrimaryConfig geom calcs
--provide also instant layout switching when
View changes a layout between central and shared
layout in the same view port
Michail Vourlakos d30143f7f1 update only when needed PrimaryCV availScreenGeom
Michail Vourlakos 6a4aeb16f0 fix Canvas context menu issues
--fix a crash when using left click in Canvas window
--fix blocking View when switching for editMode to
inConfigureApplets mode and vice versa
Michail Vourlakos a4445a3e9a provide context menu for Canvas config window
Michail Vourlakos 7084953672 wayland:fix multi-config views behavior
Michail Vourlakos f7e89a6d6e update some config views wayland code
Michail Vourlakos 2b7d663950 wayland:fix view config windows positioning
Michail Vourlakos c2df25649e update Canvas geometry when editThickness altered
Michail Vourlakos 673882f966 provide live editing for !compositing
Michail Vourlakos 334a40fff1 improve View config windows focusOut codepath
Michail Vourlakos 1740c0be91 orchestrate View config windows showing properly
Michail Vourlakos ba87b3b32b remove View config windows deprecated code
Michail Vourlakos ed226761f9 fix crash from reloading View sources
Michail Vourlakos b22a184337 improve positioning for primary/secconfigviews
Michail Vourlakos 2b06debfa4 draw Canvas on top of surrounding panels docks
Michail Vourlakos a51eb8578e support most of CanvasConfigView functionality
--move the relevant qml files from containment into
shell configuration files
Michail Vourlakos e74e013f43 provide CanvasGeometry from View::Positioner
--View::Positioner is now responsible to provide
the proper Canvas config window geometry
Michail Vourlakos fa83db7825 provide consistent Canvas SubConfigWindow behavior
--CanvasSubConfigWindow is now ready to provide the
same Header editing controls and behavior that previous
implementation was already doing so
Michail Vourlakos b5df821eb2 introduce new Canvas subconfig view window
Michail Vourlakos bf2c7ebbd9 expose Colorizer to itw own View c++ class
Michail Vourlakos 7fd56aebfb compute editThickness in View c++ level
Michail Vourlakos 37248789f6 improvements to view config windows abstraction
Michail Vourlakos 5cba3c3259 upgrade PrimaryConfigView at SubConfigView base
Michail Vourlakos 7aee0fbca1 upgrade secconfigview to subconfigview class
Michail Vourlakos 622acc27b9 introduce View:SubConfig base view
Michail Vourlakos 03dca23ce6 improve semantics for primary config view
Michail Vourlakos 91449e06f0 remove option delete hidden config windows
--it is not needed any more because config windows
are now using a singleton design in order to be
created only one time.

BUG:423268
Michail Vourlakos 6652cb9a15 update indicators to primary config singleton
Michail Vourlakos fcde318d7a hide view config windows in layout switching
Michail Vourlakos 7906c8788a update primary config window to isReady
Michail Vourlakos ca87504535 fix crash
Michail Vourlakos 038b649804 delete PrimConfigView only on app exit
Michail Vourlakos e6ab9385d8 fix crash when destoying config window
Michail Vourlakos dea32cb37a update SecConfigView to new design
--SecConfigView is created only once and
use afterwards for all Views
Michail Vourlakos 75d14b4af8 apply activities to config windows when shown
Michail Vourlakos d01d1f60a4 use primary config single instance for all views
Michail Vourlakos 5c22b8f8ed update View:: config views creators
Michail Vourlakos 6c2dcfbab8 drop Plasma::ConfigView for View primary window
--this is a step forward in order for all Views to
use the same Config Windows which is more memory
efficient.
Michail Vourlakos e1c38213b9 introduce viewsettingsfactory
--is going to be responsible to hold only
one instance of view config windows
Michail Vourlakos 5bd1fe955d dont initialize global launchers group from config
Michail Vourlakos e6e68d86c3 update FrameExtends for View::typeChanged
--during startup a panel type may become a dock type
and vice versa. We make sure that frameExtents
are updated accordingly when that happens.
Michail Vourlakos edb943db6b fixes for spacers and positioning of behaveAsPanel
--fix positioning for Right/Bottom alignments when
View behavesAsPlasmaPanel
Michail Vourlakos 84a5eecf79 update struts in Single layout mode earlier