- 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>
-
- 08 Jan, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I1a58d9bce7c0c6409b0473e81913d7d207b88444 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 16 Oct, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I6aebcbcf77d95f03a85fc12fc3855ca95b9ba3ce Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 04 Jan, 2013 1 commit
-
-
Erik Verbruggen authored
Change-Id: I4dd00dca652c1cb60c952ebc11b3c5f8767d4ecc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 18 Oct, 2012 1 commit
-
-
Friedemann Kleint authored
QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 27 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
This patch allows compiling the qml(1)puppet with Qt 5. Some minor fixes for private headers, cleaning up some old code and QUrl::UrlFormattingOption got renamed. Change-Id: I732f9f9ef0b831d09134b1d2c013efda55e36e11 Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit fee6b56a)
-
- 26 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
This patch allows compiling the qml(1)puppet with Qt 5. Some minor fixes for private headers, cleaning up some old code and QUrl::UrlFormattingOption got renamed. Change-Id: I732f9f9ef0b831d09134b1d2c013efda55e36e11 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 18 Oct, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: Idda4a8b674eaabe24de6b2d0c9f7067046d22d70 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 22 Jun, 2011 3 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>
-
Marco Bubke authored
Change-Id: I0c72519f637f260869b2a76b2a3cc7ece46aef57 Reviewed-on: http://codereview.qt.nokia.com/573 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 15 Jun, 2011 1 commit
-
-
Thomas Hartmann authored
Images are visible again. Change-Id: I02c2a2e741accda4d3f67cbb2a1cf5a12cabafb1 Reviewed-on: http://codereview.qt.nokia.com/484 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>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 05 Apr, 2011 1 commit
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- 29 Mar, 2011 1 commit
-
-
con authored
Reviewed-by: Thomas Hartmann
-
- 25 Mar, 2011 1 commit
-
-
hjk authored
-
- 24 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Wit this patch all crashes of qmldump are silent now (in release mode). This means Qt Quick Designer will just (silently) recover. Reviewed-by: Kai Koehne
-
- 23 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 03 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 24 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 13 Jan, 2011 2 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
- 12 Jan, 2011 2 commits
-
-
Marco Bubke authored
Much faster.
-
con authored
Reviewed-by: hjk
-
- 06 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 17 Dec, 2010 1 commit
-
-
con 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.
-