- 09 Dec, 2010 2 commits
-
-
Marco Bubke authored
This notifies the views if the instance has be really instanced.
-
Marco Bubke authored
This is a woukround and should be fixed later.
-
- 08 Dec, 2010 2 commits
-
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
Thomas Hartmann authored
This avoids flickering, since parentChanged now comes after property changed.
-
- 07 Dec, 2010 5 commits
-
-
Thomas Hartmann authored
We check the qml file/document now with QmlJSCheck. We explicitly disable checking of qml types.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We have to check also for the ModelNode, but we also have to avoid recursion. Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
Properly detach from rewriter view and node instance view on model destruction. Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
PathView creates problems and we do not properly support it anyway. We just create a dummy instance, instead. Task-number: QTCREATORBUG-3251 Reviewed-by: Marco Bubke
-
- 06 Dec, 2010 4 commits
-
-
Thomas Hartmann authored
Improved caching. Using of hash instead of a list...
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We have to define a version for the item library. Before 4.7 was hardcoded. Slight update of the itemlibrary.
-
Thomas Hartmann authored
We have to check if there is a model. Might be detached, already!
-
- 01 Dec, 2010 7 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
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
-
Kai Koehne authored
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
-
Thomas Hartmann authored
The item library now also provides small icons for the navigator.
-
Thomas Hartmann authored
We need this for the new AST based meta info system
-
- 30 Nov, 2010 4 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
Because the order of the commands can be changed the reparenting was changed. Now there is a command with the exact order of child items so it should be much more correct.
-
Marco Bubke authored
The QmlJS Parser is checking the source file so we don't need to use the QmlEngine anymore.
-
Marco Bubke authored
-
- 29 Nov, 2010 2 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
These sanity checks are needed
-
- 26 Nov, 2010 1 commit
-
-
Thomas Hartmann authored
The current Qt Version might be build with mingw or even be a Symbian or Maemo target. This patch ensures that we do not try to load a plugin from the configured Qt Version anymore. Instead we only load plugins provided by Qt Creator or plugins which are specified by: QML_IMPORT_PATH Reviewed-by: Kai Koehne Reviewed-by: Erik Verbruggen
-
- 25 Nov, 2010 8 commits
-
-
Marco Bubke authored
Hopefully Qml will be changed so that code can be removed.
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
- 24 Nov, 2010 5 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
e.g. property int myHeight: height + 42
-
Marco Bubke authored
ModelUtilities are not used anymore.
-