- 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.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 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
-
- 01 Dec, 2010 2 commits
-
-
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
We need this for the new AST based meta info system
-
- 30 Nov, 2010 1 commit
-
-
Marco Bubke authored
The QmlJS Parser is checking the source file so we don't need to use the QmlEngine anymore.
-
- 01 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
Bauhaus does not support import Qt 4.7 anymore Reviewed-by: Kai Koehne
-
- 30 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
I an id is now changed in the navaigator or property editor, we now use the qmljseditor to properly refactor. Also I changed dynamic_cast to qobject_cast Reviewed-by: Erik Verbruggen
-
- 24 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
Bauhaus now uses only one single instance view. Done by Marco Bubke
-
- 10 Jun, 2010 1 commit
-
-
Marco Bubke authored
This is needed to suppert inline script function of Qml in the designer
-
- 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
-
- 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.
-
- 10 Feb, 2010 1 commit
-
-
Marco Bubke authored
-
- 09 Feb, 2010 1 commit
-
-
Christiaan Janssen authored
-
- 03 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 01 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 20 Jan, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 19 Jan, 2010 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 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 :)
-