Commit Graph

9 Commits (7c23de6519e167ffab53648384f5438df9bb991a)

Author SHA1 Message Date
Michail Vourlakos 1dd9a30139 release connect signals ondestruction
--following issue from  more qml code
was found that wasnt releasing connect signals
properly. That could create crashes because
already deleted qml objects could receive such
signals. That was observed after qt>=5.9.2
Michail Vourlakos b14a3dd9b0 use a different default for InfoView borders
Michail Vourlakos a537572d42 fix #643,protect enabledBorders for InfoView
Michail Vourlakos 23733837e5 update the infoview for wayland and multi-screen
Michail Vourlakos 2d4aeaaf51 add info window for showing latte infos
--its main purpose is to inform the user that Latte
is dynamically switching layout
Michail Vourlakos 9f20ceb83e remove globalSettings from qml part
--globalSettings remain only for the layouts in the
config window
Michail Vourlakos f2de335d35 move functionality to new architecture
--add functionality for layoutManager
--add widgets action and alternative layout action to
layoutManager
--remove more functionality that belongs to globalSettings
Michail Vourlakos c0daf7dd68 add debug messages for destructions
Michail Vourlakos 7c07385c10 fix #453,substitute absolute build path references
--fixes the kdesrc-build installation