Commit Graph

7 Commits (804d3d4d73b9e0b393c01527cd16659f5ee972a0)

Author SHA1 Message Date
Michail Vourlakos f822ece27a keep onPrimary flag when copying views
Michail Vourlakos 8c3d658a0d refactor:move Importer to "layouts" folder
Michail Vourlakos a27ff3ec48 REFACTOR:Update LayoutManager to Layouts::Manager
--create "layouts" own directory in order to host
all LAYOUTS management/control code and classes
Michail Vourlakos f2eb0b6b3a REFACTOR:DONT load MultipleLayouts in Central(s)
--no reason to load Mutiple layouts linked file
as a Pseudo Central layout. This way no needed
checks can be removed and things are still working
as before.
Michail Vourlakos bdca8f58e8 simplify GenericLayout::latteViews call
Michail Vourlakos d07956cbb4 multiple layouts import properly
Michail Vourlakos 861fced797 REFACTOR:move storaging to own class
--GenericLayout moves out all the storaging
mechanism to its dedicated Layout::Storage
class