- 10 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 02 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 01 Feb, 2011 1 commit
-
-
Marco Bubke authored
The custom notification code leads to hard readable code.
-
- 20 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 18 Jan, 2011 1 commit
-
-
Marco Bubke authored
But not linking
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 15 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
The node instance view is now updated first
-
- 14 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
If an import changes we have to delete the cache for the meta info.
-
- 09 Dec, 2010 1 commit
-
-
Marco Bubke authored
This notifies the views if the instance has be really instanced.
-
- 08 Dec, 2010 1 commit
-
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
- 07 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
Properly detach from rewriter view and node instance view on model destruction. Reviewed-by: Marco Bubke
-
- 01 Dec, 2010 2 commits
-
-
Marco Bubke authored
There are many int to ModelNode hashes in the views. This patch implement a int to ModelNode hash in the model to make them obsolete. Reviewed-By: Thomas Hartmann
-
Thomas Hartmann authored
The new implementation is based on the QmlJS::Interpreter meta info system and gets its info from parsing qml and qmldumper instead of interogating QDeclarative classes. So we share this code with the Qml TextEditor and this approach is also way more flexible. It also work with different Qt versions. The meta info is now bound to a document/rewriter. The api has changed slightly. subComponentManager: cleanup The SubComponentManager does not have to provide meta info, anymore. propertyParser: cleanup Enums were never properly converted. here. metaInfo: remove old MetaInfo classes Removing the old MetaInfo classes and code
-
- 25 Nov, 2010 1 commit
-
-
Marco Bubke authored
-
- 24 Nov, 2010 1 commit
-
-
Marco Bubke authored
ModelUtilities are not used anymore.
-
- 06 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
We need to support the N900 Reviewed-by: Kai Koehne
-
- 01 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
-
- 29 Sep, 2010 2 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
The order of allModelNode function was not in order.
-
- 24 Sep, 2010 7 commits
-
-
Marco Bubke authored
If the NodeInstance is allready removed the formeditor item isn't removed.
-
Thomas Hartmann authored
Fix node instance view notifications and settings in the model. Now the old node instance view is detached and the new one is attached. The test runs again. Also fixes a notification.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
The rewriter is not anymore in the view list, so the reset function has to be changed.
-
Thomas Hartmann authored
RewriterView and NodeInstanceView was not notified about a model change.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Bauhaus now uses only one single instance view. Done by Marco Bubke
-
- 15 Jun, 2010 1 commit
-
-
Kai Koehne authored
We don't check that an ID entered in the Navigator or Property Editor is not a JavaScript keyword. This patch revamps the RewritingException that happens in this case in a InvalidIdException. Task-number: QTCREATORBUG-1540
-
- 10 Jun, 2010 2 commits
-
-
Marco Bubke authored
This is needed to suppert inline script function of Qml in the designer
-
Kai Koehne authored
The order of imports does matter, therefore it should also be represented as a list in the model. Reviewed-by: Marco Bubke
-
- 17 May, 2010 1 commit
-
-
Marco Bubke authored
This makes it easier to find problems. Reviewed-by: kkoehne
-
- 05 May, 2010 1 commit
-
-
Kai Koehne authored
Avoids problems when e.g. running 'make clean' - this one tries to delete all files named core.
-
- 23 Apr, 2010 1 commit
-
-
Kai Koehne authored
All types in the Qt namespace now have 4.7 as minimum version.
-
- 22 Apr, 2010 1 commit
-
-
Marco Bubke authored
model All views should be now work with node without valid type. Reviewed-by: kkoehne
-
- 12 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
Reviewed-by: thomas hartmann
-
- 18 Mar, 2010 1 commit
-
-
Kai Koehne authored
- It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 26 Feb, 2010 1 commit
-
-
Kai Koehne authored
All files have been renamed from Qml to QDeclarative. Registration of types is now done in an initializer method. QmlView/QDeclarativeView doesn't have an execute method any more. QDeclarativeMetaObject became private API. QmlMetaProperty / QDeclarativeProperty has now different API.
-
- 10 Feb, 2010 1 commit
-
-
Marco Bubke authored
-