- 20 Jun, 2011 1 commit
-
-
Friedemann Kleint authored
QML Profiler,etc. Change-Id: Ie4c5b6152735b45257856340797b446c3360edd5 Reviewed-on: http://codereview.qt.nokia.com/493Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 09 Jun, 2011 3 commits
-
-
Thomas Hartmann authored
The NodeInstanceView is now informed about the build pathToQt. Change-Id: I728c9c356354ccf73599950c1c0bf4a96bd0a628 Reviewed-on: http://codereview.qt.nokia.com/437Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Thomas Hartmann authored
On Windows executables have the suffix ".exe" I also enclosed the strings with QLatin1String Change-Id: Idf7a16ca6e0370f091225aaea7137418d8563aaf Reviewed-on: http://codereview.qt.nokia.com/436Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
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>
-
- 08 Jun, 2011 1 commit
-
-
Thomas Hartmann authored
I changed customParserSource into nodeSource and use it also for components. This means we do not use auxiliaryData anymore with some magic __component_data identifier. To distinguish between CustumParserSource and ComponentSource I introduced the enum NodeSourceType. Also in this patch I added auxiliaryData in the creation of a node. This was useful for prototyping and will help with prototyping/testing in the future. Change-Id: I2152c26c0c767f869f7dce7209abf43f594fd2ad Reviewed-on: http://codereview.qt.nokia.com/399Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 06 May, 2011 3 commits
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Daniel Molkentin authored
-
Thomas Hartmann authored
This patch enables us to create objects with custom parsers like ListModel and XmlListModel.
-
- 20 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 19 Apr, 2011 1 commit
-
-
Marco Bubke authored
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 08 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
This allows the user to specify another qmlpuppet then the one delivered with QtCreator. For example a pupper build with mingw. The enviroment variable QTCREATOR_QMLPUPPET_PATH is used. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
This allows the user to specify another qmlpuppet then the one delivered with QtCreator. For example a pupper build with mingw. The enviroment variable QTCREATOR_QMLPUPPET_PATH is used. Reviewed-by: Kai Koehne
-
- 22 Feb, 2011 1 commit
-
-
Kai Koehne authored
-
- 08 Feb, 2011 1 commit
-
-
Marco Bubke authored
Improves the interaction responsibility.
-
- 02 Feb, 2011 3 commits
-
-
Marco Bubke authored
Don't wait anymore that processes have finished. Simply connect the finished signal to deleteLater().
-
Marco Bubke authored
-
Marco Bubke authored
If FORWARD_QMLPUPPET_OUTPUT is set the output of qmlpuppet is forwarded.
-
- 31 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 27 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 19 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 18 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 13 Jan, 2011 2 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
- 12 Jan, 2011 1 commit
-
-
Marco Bubke authored
Much faster.
-
- 06 Jan, 2011 5 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
The two socket approach don't worked under windows and mac.
-
- 03 Jan, 2011 1 commit
-
-
Marco Bubke authored
Pixmaps can be very large, so they are slow down the pipeline. Now there is a extra socket for images.
-
- 09 Dec, 2010 1 commit
-
-
Marco Bubke authored
This notifies the views if the instance has be really instanced.
-
- 30 Nov, 2010 2 commits
-
-
Marco Bubke authored
-
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 1 commit
-
-
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.
-