- 01 Apr, 2015 1 commit
-
-
Alessandro Portale authored
Change-Id: I078300c7b7a9667109754522048736c886b815ae Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 26 Aug, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I71bee691a2b9bad7dbdb4ca9c0a938d4313305f7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 04 Jan, 2013 1 commit
-
-
Erik Verbruggen authored
Change-Id: I4dd00dca652c1cb60c952ebc11b3c5f8767d4ecc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 18 Oct, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: Idda4a8b674eaabe24de6b2d0c9f7067046d22d70 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 22 Jun, 2011 2 commits
-
-
Marco Bubke authored
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I79f150fc6610d87dc71f98dde93eea60be6b8b4e Reviewed-on: http://codereview.qt.nokia.com/602 Reviewed-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/433 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 05 Apr, 2011 1 commit
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- 29 Mar, 2011 1 commit
-
-
con authored
Reviewed-by: Thomas Hartmann
-
- 03 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 13 Jan, 2011 2 commits
-
-
Marco Bubke authored
-
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.
-