- 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>
-
- 30 Jun, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5240 Change-Id: Ie8be3a2cc728805411a79c1f216ede566c641c17 Reviewed-on: http://codereview.qt.nokia.com/925Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@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 2 commits
-
-
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>
-
Marco Bubke authored
In qml the interactive bounding rectangle is always QRectF(0, 0, width, height). The painted bounding rectangle can differ from this logical one. This change is much more near to the qml description. Change-Id: I139cb70512fa1ed003b28ca2ae512f4e33e915e5 Reviewed-on: http://codereview.qt.nokia.com/812Reviewed-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
Reviewed-by: Marco Bubke
-
- 08 Feb, 2011 1 commit
-
-
Marco Bubke authored
Now we test for all sub items too. Task-number: QTCREATORBUG-3691
-
- 12 Jan, 2011 3 commits
-
-
Marco Bubke authored
But still slow.
-
con authored
-
con authored
Reviewed-by: hjk
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 01 Dec, 2010 1 commit
-
-
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
-
- 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.
-
- 25 Nov, 2010 2 commits
-
-
Marco Bubke authored
Hopefully Qml will be changed so that code can be removed.
-
Marco Bubke authored
-
- 24 Nov, 2010 1 commit
-
-
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.
-
- 25 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
This patch avoids a recursion. Reviewed-by: Marco Bubke
-
- 05 Oct, 2010 1 commit
-
-
Marco Bubke authored
Sets a internal flag in the QGraphicsItem to use setParentItem and not setParentItemHelper for the children property list in QGraphicsObect. 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.
-
- 24 Sep, 2010 5 commits
-
-
Thomas Hartmann authored
We have to call classBegin() on creation.
-
Thomas Hartmann authored
Set the parent if no parentItem exists Call componentComplete
-
Thomas Hartmann authored
Check if object is not 0 and we are not called back from the destructor.
-
Marco Bubke authored
anchors ChildItems of siblings can not be anchored to a item.
-
Thomas Hartmann authored
Split isAnchoredBy() in isAnchoredBySigbling() and isAnchoredByChildren()
-
- 20 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 10 Jun, 2010 1 commit
-
-
Marco Bubke authored
-
- 14 May, 2010 1 commit
-
-
Kai Koehne authored
-
- 11 May, 2010 1 commit
-
-
Kai Koehne authored
The anchors method has been moved to the private class. This requires commit b4c589868f278aa9a58ab9afa727dbf0a9442e22 in qt.git/4.7 branch. Reviewed-by: Marco Bubke
-
- 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.
-
- 23 Apr, 2010 1 commit
-
-
Kai Koehne authored
-
- 08 Apr, 2010 1 commit
-
-
Marco Bubke authored
If the property is not valid(not exists) simply return.
-
- 23 Mar, 2010 1 commit
-
-
Marco Bubke authored
Task-Id: BAUHAUS-472
-
- 19 Mar, 2010 1 commit
-
-
Kai Koehne authored
Adapt to latest QtDeclarative API changes.
-
- 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.
-
- 18 Jan, 2010 1 commit
-
-
Marco Bubke authored
Task-number: BAUHAUS-292
-