- 07 Jul, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5005 Change-Id: Ia0f1f30a04818bc6ee55a0822eaf0d2b0183e50d Reviewed-on: http://codereview.qt.nokia.com/1252Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 29 Jun, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: I3e9e8d0ecd89040b01bcfabc8d6567411567e7e2 Reviewed-on: http://codereview.qt.nokia.com/910Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
Marco Bubke authored
We used only the bounding rectangle of the item under our control. But child items which are created in a component can be out side of the bounding rectangle. To fix compute a combined bounding rectangle of the item and all stepchildren. Stepchildren described the child not create directly by us. Change-Id: I7f25f112aa5eb2f80cfccec5d358221ab5e35d9b Reviewed-on: http://codereview.qt.nokia.com/839Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 22 Jun, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 09 Jun, 2011 1 commit
-
-
Marco Bubke authored
QmlPuppet only supported GraphicsView. There is now Qml2Puppet which is supporting the new Qt Scene Graph. Change-Id: Ia0a06639cf6852192e84f7bfc2bea60532890b08 Reviewed-on: http://codereview.qt.nokia.com/433Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 07 Apr, 2011 1 commit
-
-
Thomas Hartmann authored
Qt::transparent != 0 !! Reviewed-by: Marco Bubke
-
- 23 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Items with a viewport like flickable do not work in 2.2. This is a regression from 2.1. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-3998
-
- 03 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 02 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 30 Nov, 2010 1 commit
-
-
Marco Bubke authored
Because the order of the commands can be changed the reparenting was changed. Now there is a command with the exact order of child items so it should be much more correct.
-
- 24 Nov, 2010 2 commits
-
-
Marco Bubke authored
The complete qml emulation layer (instances) is moved into another external process (qmlpuppet). Summary of architectural changes: - Asynchronous messaging Handling commands and data transfer asynchronously reduces the amount of context switches between processes. - Proxy classes for client process This classes abstract the inter process communication - QVariant based command parsing and serialization Using LocalSocket in bidirectional manner for communications of commands and data transfer. - Integer based identifier instead of ModelNode in client process The qml emulation layer (instances) has no more depencies to our internal data model. - Timer based rendering Rendering in instances is controlled by a timer. Only dirty items are updated.
-
Marco Bubke authored
Fixes many graphics glitches, improve render speed. Reviewed-By: Thomas Hartmann
-
- 05 Oct, 2010 1 commit
-
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
- 29 Sep, 2010 1 commit
-
-
Marco Bubke authored
Add a positioner node instance and the concept of resizable and movable items. Item in a positioner will be not selected anymore. Instead their positioner will be selected which is not resizable.
-
- 20 Sep, 2010 2 commits
-
-
Thomas Hartmann authored
Do not paint children that have an instance of their own.
-
Thomas Hartmann authored
We now take into account that parents have to be skipped until we get to the parent that has a node instance
-
- 19 May, 2010 1 commit
-
-
Marco Bubke authored
WebView is expecting a valid QStyleOptionGraphicsItem argument. 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.
-
- 13 Apr, 2010 1 commit
-
-
Marco Bubke authored
Reviewed-by: kkoehne
-
- 30 Mar, 2010 1 commit
-
-
Marco Bubke authored
Task-Number: BAUHAUS-449
-
- 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.
-
- 23 Feb, 2010 1 commit
-
-
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
-
- 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 :)
-