- 23 Feb, 2010 9 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Kai Koehne authored
Don't use the dynamic property "HasFormEditorItem" any more when checking whether childs have to be drawn directly by it's parent. The problem was actually introduced with the new dynamic metatype object (NodeInstanceMetaObject). At the time the dynamic property "HasFormEditorItem" is set in GraphicsObjectNodeInstance::createGraphicsObject(), the new metatype object hasn't been created & attached to the object yet. The dynamic property was effectively lost when the metatype object changed, leading to multiple drawings of the child item. This fix replaces the "HasFormEditorItem" property by directly asking the NodeInstanceView whether an item draws itself or not. Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
QmlList has been replaced by QmlListProperty (33eb76f050b45718d87926). Patch provided by Aaron Kennedy. Reviewed-by: akennedy
-
- 22 Feb, 2010 9 commits
-
-
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.
-
Kai Koehne authored
It's defined in qtcreator_plugin.pri anyway
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Kai Koehne authored
-
Kai Koehne authored
The code using OpenGL has already been removed in b6460f92
-
Kai Koehne authored
-
Christiaan Janssen authored
-
Kai Koehne authored
The API of QmlView has changed. Also, the QmlDom classes became private. Patch provided by Aaron Kennedy. Reviewed-by: akennedy
-
- 19 Feb, 2010 2 commits
-
-
Jörg Schummer authored
- itemDragged is emitted only once now after a minimal distance has been reached (minimal distance calculcation not exact) - onPressed is used instead of onClicked for item selection
-
Kai Koehne authored
Fixes a crash where the qml file was deregistered already because of invalid qml. Task-number: BAUHAUS-394
-
- 18 Feb, 2010 7 commits
-
-
Jörg Schummer authored
-
Jörg Schummer authored
among others, the scrollbars of the Items and Resources views have the same size and position now
-
Jörg Schummer authored
-
Christiaan Janssen authored
-
Kai Koehne authored
We don't support manipulating them right now. Ideally all the items should probably appear on this page, but some grayed out - disabled.
-
Kai Koehne authored
Separation is taken from the Qml Elements documentation, but some names have been shortened: Basic Visual Elements -> Basic Basic Interaction Items -> Interaction
-
Kai Koehne authored
Also fixing bunch of failures, still some to go though ...
-
- 17 Feb, 2010 13 commits
-
-
Christiaan Janssen authored
-
hjk authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Marco Bubke authored
OS
-
Marco Bubke authored
-
Marco Bubke authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
ck authored
-