You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
latte-dock/app/layout
Michail Vourlakos bbddfd3d48 REFACTOR:move code from Active to GeneralLayout
--huge refactor in order to split the logic of the
Layout file. One of small steps in order to end at
the following logic:
AbstractLayout->GeneralLayout->InterfacedLayout

InterfacedLayout->NormalLayout
InterfacedLayout->OnTopLayout

PresentedLayout, that will contain references for
one ActiveLayout and one OnTopLayout and will
act as a class to provide useful information to
layoutManager and all other classes that want
to work with Views.

GeneralLayout will gain a storage object
for all STORAGE properties that require
a CORONA to work
6 years ago
..
abstractlayout.cpp REFACTOR:move code from Active to GeneralLayout 6 years ago
abstractlayout.h REFACTOR:move code from Active to GeneralLayout 6 years ago
activelayout.cpp REFACTOR:move code from Active to GeneralLayout 6 years ago
activelayout.h REFACTOR:move code from Active to GeneralLayout 6 years ago
genericlayout.cpp REFACTOR:move code from Active to GeneralLayout 6 years ago
genericlayout.h REFACTOR:move code from Active to GeneralLayout 6 years ago