Commit Graph

7 Commits

Author SHA1 Message Date
Marco Bubke
299f2be2f4 Let the designer start nodes which have invalid meta info
This is only a workaround!
2010-04-08 20:45:29 +02:00
Kai Koehne
ad9036da0c QmlDesigner: Add more stuff to the list of strings to be translated 2010-04-08 12:32:13 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Marco Bubke
f6a06085e0 Change changeNodeType in changeRootNodeType 2010-02-10 13:03:03 +01:00
Kai Koehne
6f0adb7180 Fix MSVC warning 2010-01-14 16:34:29 +01:00
Kai Koehne
45f8895e93 Change signature of AbstractView::nodeSlidedToIndex in QmlDesigner
The usage of 'int newIndex' was ambiguous in the case of
oldIndex < newIndex. Solved by directly passing the ModelNode that was
moved around.

'nodeSlidedToIndex' was also renamed to 'nodeOrderChanged', since
'Slided' is no proper English.
2010-01-12 13:59:35 +01:00
Kai Koehne
818a7b226b New QmlDesigner plugin & Design mode
This adds a new "Design" mode that can be used to manipulate qml files
in a visual way. It will only get build if you have the declarativeui
module in Qt.

This is a squashed import from the Bauhaus project. Share & enjoy :)
2010-01-07 12:14:35 +01:00