- 03 Jun, 2010 1 commit
-
-
Lasse Holmstedt authored
Reviewed-by: erikv
-
- 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.
-
- 12 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
Task-number: BAUHAUS-565 Reviewed-by:erikv
-
- 30 Mar, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 26 Mar, 2010 1 commit
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-961
-
- 25 Mar, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 23 Mar, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 08 Mar, 2010 1 commit
-
-
Thomas Hartmann authored
See BAUHAUS-435 Inside a modification group/transaction we disable undo/redo
-
- 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.
-
- 11 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 10 Feb, 2010 1 commit
-
-
Marco Bubke authored
-
- 09 Feb, 2010 2 commits
-
-
Erik Verbruggen authored
-
Christiaan Janssen authored
-
- 03 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 01 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 20 Jan, 2010 3 commits
-
-
Thomas Hartmann authored
If rewrting fails we have to set back the textModifier Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
Thomas Hartmann authored
-
- 19 Jan, 2010 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 14 Jan, 2010 1 commit
-
-
Kai Koehne authored
Fix namespace usage such that all classes in shared/qml live in the Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner namespace. This should prevent any symbol clashes until we can finally get rid of the file dublicates (e.g. QmlDocument).
-
- 12 Jan, 2010 1 commit
-
-
Kai Koehne authored
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.
-
- 08 Jan, 2010 1 commit
-
-
Kai Koehne authored
If you continue to fix qml errors in text mode, but still had errors, the error message you got in the Design mode always stayed the first (outdated) error message.
-
- 07 Jan, 2010 1 commit
-
-
Kai Koehne authored
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 :)
-