summaryrefslogtreecommitdiff
path: root/TODO
blob: 4a7a7878e62a4ddcefd1f3c49636ac787c5657cb (plain)
1
2
3
4
5
6
7
8
9
10
11
Split Project data model from view model:
========================================

Currently we create a GladeWidget object for each project object but
GladeProject and gladeui api in general uses the very same runtime object.
Ideally we should only depend on GladeWidget and the actual runtime object
should only be used for the view in the workspace.

A first step could be updating GladeProject to only use GladeWidget internally
and then we can update gladeui api to use GladeWidget instead but this means a
API/ABI break