- 24 Nov, 2010 2 commits
-
-
Thomas Hartmann authored
-
Marco Bubke authored
-
- 03 Nov, 2010 1 commit
-
-
Tobias Hunger authored
Krazy was complaining about those.
-
- 08 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
QtQuick 1.0 does not belong anywhere Reviewed-by: Kai Koehne
-
- 06 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
We need to support the N900 Reviewed-by: Kai Koehne
-
- 01 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
-
- 29 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
The scopes of enumerators have to be fixed for this. Reviewed-by: Marco Bubke
-
- 23 Jun, 2010 1 commit
-
-
Alexis Menard authored
Reviewed-by:Christiaan Janssen
-
- 28 May, 2010 2 commits
-
-
Kai Koehne authored
With the inclusion of org.webkit 1.0 types some common ancestors are shared with different version numbers. These used to override each other. With this patch the hierarchy is preserved. This commit includes several changes by Marco Bubke. Reviewed-by: Marco Bubke
-
Marco Bubke authored
Reviewed-by: kkoehne
-
- 21 May, 2010 1 commit
-
-
Thomas Hartmann authored
For components dot properties were not reported correctly Reviewed-by: Kai Koehne
-
- 12 May, 2010 3 commits
-
-
Kai Koehne authored
Store qml versions in the metatype system. Instead of just assuming e.g. "4, 6" or "4, 7" as default, support passing "-1, -1" as versioning wildcard. When inspecting the qml meta type system, versions are now stored also for types that have no qml name / version. The version of the referenting type is then taken, e.g. there are now entries for "Qt/Object", 4, 7 and "Qt/Object", 1, 0 (from QmlProject, 1, 0). Furthermore, some unused methods were removed, and the logic changed insofar as that a type can have only one direct super type. Reviewed-by: Thomas Hartmann Reviewed-by: Marco Bubke
-
Kai Koehne authored
ItemLibraryInfo has now a signal "entriesChanged()", which the ItemLibrary connects to. To allow this, ItemLibraryInfo was moved from a stack-based to a heap-based class. Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Remove dependencies to QMetaInfo & unify method names. Reviewed-by: Thomas Hartmann
-
- 10 May, 2010 2 commits
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
The class represents one single entry in the library, therefore the old name was misleading. Reviewed-by: Thomas Hartmann
-
- 07 May, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 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.
-
- 27 Apr, 2010 1 commit
-
-
Marco Bubke authored
Reviewed-by: kkoehne
-
- 23 Apr, 2010 1 commit
-
-
Kai Koehne authored
Some Bauhaus types seem to have a valid QMetaObject with an empty class name ...
-
- 21 Apr, 2010 1 commit
-
-
Thomas Hartmann authored
font.bold, font.italic font.strikeout and font.underline are now int the metasystem
-
- 12 Apr, 2010 1 commit
-
-
Marco Bubke authored
Prevent model nodes with a invalid meta info object from crashing bauhaus.
-
- 31 Mar, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 22 Mar, 2010 1 commit
-
-
Kai Koehne authored
Don't (try to) initialize the static metainfo db on exit, just so that you can delete it.
-
- 12 Mar, 2010 1 commit
-
-
Kai Koehne authored
-
- 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.
-
- 22 Feb, 2010 1 commit
-
-
Kai Koehne authored
The registration of the qml items have been recently moved from a static context into QmlGraphicsItemModule::initialization . The Bauhaus Metainfo initialization now ensures that this method is called first by instantating a QmlEngine.
-
- 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 :)
-
- 04 Jan, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: Erik Verbruggen
-
- 08 Dec, 2009 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-