Commit Graph

15 Commits (db6003591790a435aa77dd2896bb183e2fb64f52)

Author SHA1 Message Date
Michail Vourlakos 63187ce5b4 remove Latte library as requirement
--implement things simpler by using the same
CoreTypes header file both for LatteCore.Types
import statement and App c++ implementation.
Let's leave in the future to decide if
a LibLatte is really necessary.
Michail Vourlakos 6e4779e6ab require new official Latte library
Michail Vourlakos ac3ccb5b98 try to support a public liblatte library
Michail Vourlakos e525596a04 refactor:split Latte Types to Tasks and Types
--move also irrelevant types to their owner. For
example LayoutsPage is moved to Settings::Dialog
namespace
Michail Vourlakos 5073939335 REFACTOR:split up and refactor liblatte2 and types
--use a more logical organization for types. LibLatte2
is split to become LatteCore library and Latte types
are now moved to application level. The Latte Types will
be split even more... Tasks-Only related types will
become Latte.Tasks types

BUG:420210
Michail Vourlakos 5a1237fb6a first connections,Details window and Layouts Model
Michail Vourlakos c067764013 add details window functionality
Michail Vourlakos c8c0871754 fix crash for Esc in Settings window
Michail Vourlakos a1b8e4518a update details window info when changing layouts
Michail Vourlakos 0e7420037e settings:same infrastructure for information
--add GenericDialog class in order to provide
same implementation for all settings::dialogs.
As a first step GenericDialog provides a common
showInlineMessage api
Michail Vourlakos 14e739b395 details:provided layout backgrounds
Michail Vourlakos 423df425ee improve detail items alignment
Michail Vourlakos cbc5ff5d40 introduce details dialog ui
Michail Vourlakos 87b5dff9b5 dont switch layout with Enter in settings
Michail Vourlakos 6bc4409b0b move settings dialogs in their own directory