- 16 Dec, 2010 3 commits
-
-
Thomas Hartmann authored
This patch delays the restart of the pupped by 200ms when an import changes.
-
Roberto Raggi authored
-
Roberto Raggi authored
Get rid of all those ugly stray semicolons. They are not valid C++.
-
- 15 Dec, 2010 5 commits
-
-
Thomas Hartmann authored
The node instance view is now updated first
-
Thomas Hartmann authored
We should ad some timer/queue so that not every single change to imports restarts qmlpupped but the chages/updates get compressed.
-
Thomas Hartmann authored
Use name + category for identification needed some refactoring.
-
Thomas Hartmann authored
We use the text editors meta info system now.
-
Thomas Hartmann authored
Avoid adding an item a second time to the item library.
-
- 14 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
If an import changes we have to delete the cache for the meta info.
-
- 13 Dec, 2010 2 commits
-
-
Thomas Hartmann authored
You only want to add the parent to the parentSet list in the else case.
-
Thomas Hartmann authored
id: list id: on etc. are actually allowed. We should rely on the parser for this kind of checks anyway. Task-number: QTCREATORBUG-3347
-
- 10 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
The Qt import was removed in the QtQuick case.
-
- 09 Dec, 2010 5 commits
-
-
Thomas Hartmann authored
getNearestQmlObjectValue() might be 0 if qmldump could not dump the C++ object.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Also we do translate "Qml Components" anymore since it might get confusing and all the other categories do not get translated, either.
-
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 1 commit
-
-
Thomas Hartmann authored
-