Michail Vourlakos
383d762f11
Introduce storage TMP directory for layouts
...
--all storage functions are now taking place into
the same Latte TMP directory that is introduced
for layouts. So no more .bak files are needed from
~/.config folder.
5 years ago
Michail Vourlakos
381675ac57
reduce kconfig.sync() calls
...
--improves startup times in some cases because
it does not write to disk that often.
5 years ago
Michail Vourlakos
2526ab7e17
rename to MemoryUsage::LayoutsMemory
...
--easier to read in the code as that type
provides:
MemoryUsage::SingleLayout
MemoryUsage::MultipleLayouts
5 years ago
Johnny Jazeix
ebaf3aebee
fix build for Qt < 5.14
5 years ago
Michail Vourlakos
6ff1102e1f
update qt5 deprecated code
5 years ago
Michail Vourlakos
2db252b769
fix warnings
5 years ago
Yuri Chornoivan
9fd6bcd87f
Fix minor typo
6 years ago
Michail Vourlakos
10939d410c
Views Report Information for inactive layouts
6 years ago
Michail Vourlakos
8f50131088
copyView considers multiple systrays
...
--when copying a view and the view contains
muliple systrays in it this is NOW taken
into account and accomplished accordingly
6 years ago
Michail Vourlakos
3412b13148
present Views data for Active layout
6 years ago
Michail Vourlakos
7954a3ac39
improve Screens Report
...
--the new report identifies for all your layouts
when a screen has not been assigned any docks/panels.
That can help user to clean up the ScreensConnectors
if wants to
6 years ago
Michail Vourlakos
f822ece27a
keep onPrimary flag when copying views
6 years ago
Michail Vourlakos
8c3d658a0d
refactor:move Importer to "layouts" folder
6 years ago
Michail Vourlakos
a27ff3ec48
REFACTOR:Update LayoutManager to Layouts::Manager
...
--create "layouts" own directory in order to host
all LAYOUTS management/control code and classes
6 years ago
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.
6 years ago
Michail Vourlakos
bdca8f58e8
simplify GenericLayout::latteViews call
6 years ago
Michail Vourlakos
d07956cbb4
multiple layouts import properly
6 years ago
Michail Vourlakos
861fced797
REFACTOR:move storaging to own class
...
--GenericLayout moves out all the storaging
mechanism to its dedicated Layout::Storage
class
6 years ago