Commit Graph

5 Commits (a7cd06c2efafcaa2e3a6780bef1cf7cb081e9c6d)

Author SHA1 Message Date
Alexander Lohnau 505379ed04 Use spdx syntax for all files
Michail Vourlakos ec949948b6 fix View recraetion and frameExtents freezes
--View recreation path was broken from new implementation
for Latte::Interfaces that pass objects to containment
interface. This is now fixed and Interfaces::View object is updated
and broadcasted correctly when changed
--when GtkFrameExtents are zeroed for behaveAsPlasmaPanels
then it is better to recreate the view to avoid freezes and
hidings of the view because of compositor strange behavior
Michail Vourlakos b3ec491863 protect from crashes of application interfaces
Michail Vourlakos b43e864e8a fix crash by releasing Interface *view properly
--when Latte::View is destroyed the Interfaces exposed
to qml should be informed also in order to not create
crashes
Michail Vourlakos 9be7822b98 upgrade to LatteApp.Interfaces containment access