- 06 Jul, 2011 1 commit
-
-
Marco Bubke authored
Because of the asynchronous nature of the formeditor the item can be between to states. This looks like the item is hoping around. To prevent this a token is sent to the instances and back. For the time frame the painting is disabled. Change-Id: If7e937cba8171248464ad350bb14438c020b25f9 Reviewed-on: http://codereview.qt.nokia.com/1189Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 05 Jul, 2011 1 commit
-
-
Jarek Kobus authored
Change-Id: Icc7819585a8382a02b02a28f39dcea8ec1c6a7e6 Reviewed-on: http://codereview.qt.nokia.com/1142Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 30 Jun, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: Ie9d9a739e559d5cfc06849ff3e5c086e9ab2224c DoneBy: Marco Bubke Task-number: QTCREATORBUG-3962 Reviewed-on: http://codereview.qt.nokia.com/958Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Jun, 2011 3 commits
-
-
Friedemann Kleint authored
Change-Id: I47930a90b122c7b3863095e0ee4bfac61dba9cd8 Reviewed-on: http://codereview.qt.nokia.com/834Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Marco Bubke authored
The information change notifier provided no hint which infotmation changed. So the property editor has updated the anchors for all information changes. Now there is a hint and the update is only happen for a anchor change. Change-Id: I3b6d7546f43bce4c08757662e7af32604a8db56f Reviewed-on: http://codereview.qt.nokia.com/811Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
If we know from the (text editor) meta system that an object is an (visible) item, we always create an item as fallback. We might not be able to instaciate the original item. Change-Id: I6851cd7a8de68d9d09b789927c204f0617017de7 Reviewed-on: http://codereview.qt.nokia.com/829Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 22 Jun, 2011 2 commits
-
-
Thomas Hartmann authored
Use a Qt qmlpuppet if present, otherwise fallack to the puppet provided by Qt Creator. We look into bin/qmlpuppet(.app/.exe) Change-Id: I057e9ce7cbcc6f3e9926eef482f7f2a34d902aa3 Reviewed-on: http://codereview.qt.nokia.com/441Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Marco Bubke authored
Change-Id: I0c72519f637f260869b2a76b2a3cc7ece46aef57 Reviewed-on: http://codereview.qt.nokia.com/573Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 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>
-
- 14 Jun, 2011 1 commit
-
-
Thomas Hartmann authored
If the Qt Version is incomaptible (e. g. mingw) we have to use the qml file for a component shipped with Creator. Otherwise a import "." statement will break the component. Change-Id: I7e354a15205567407533579f92e65f2be73a614ex Reviewed-on: http://codereview.qt.nokia.com/474Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.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 3 commits
-
-
Thomas Hartmann authored
Change-Id: Ied53326c2f8c92b9af28591496e118eef69790b8 Reviewed-on: http://codereview.qt.nokia.com/410Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
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>
-
Tobias Hunger authored
Change-Id: I21d103153dd0cebaf69ae57cbf19cfabd3ec3ead Reviewed-on: http://codereview.qt.nokia.com/385Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 12 May, 2011 2 commits
-
-
Marco Bubke authored
NodeInstanceServer is now abstract. The informations are now sent by the InformationNodeInstanceServer. Reviewed-By: Thomas Hartmann
-
Thorbjørn Lindeijer authored
It's more performant to iterate over the values directly than to first stick them into a new container. Reviewed-by: Thomas Hartmann
-
- 11 May, 2011 2 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
- 10 May, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 06 May, 2011 8 commits
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Daniel Molkentin authored
-
Thomas Hartmann authored
We only skip Model if they are the root node. I kept the isSkippedNode since it might become useful again.
-
Thomas Hartmann authored
QVariants can store QObjects. The model property of ListView is a QVariant for example.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This patch enables us to create objects with custom parsers like ListModel and XmlListModel.
-
Thomas Hartmann authored
I also added __model_data and fixed some bugs. Implicit components with Component {} e.g. delegate are now explicit components in the model to avoid confusion.
-
Thomas Hartmann authored
In some cases object() != m_nodeInstance->object(). Reading on the worng type of QObject can lead to very interesting effects. (e. g. decrementing the pointer to the vtable) Task-Nr: QTCREATORBUG-4675 Reviewed-by: Marco Bubke
-
- 03 May, 2011 2 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
- 26 Apr, 2011 1 commit
-
-
Thomas Hartmann authored
WebView object contains a QIcon property ("reload.icon"), which fails to be streamed from the puppet (client) to Qt Creator (server). The QIcon is created by a 'KIconEngine' in the KDE case. which isn't found on the QtCreator side. This leads operator>> in qicon.cpp to not read anything from the buffer at all ... leading to all following properties being invalid, since read from the wrong bytes in the stream. Solution: Since QIcon leads to problems and we have no current use case for a QIcon property in Bauhaus we just ignore properties of type QIcon. Reviewed-by: Marco Bubke Task-number: QTCREATORBUG-4596
-
- 20 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 19 Apr, 2011 2 commits
-
-
Marco Bubke authored
-
Friedemann Kleint authored
-
- 15 Apr, 2011 1 commit
-
-
Thomas Hartmann authored
If the qml puppetcrahes 3 times in a row we show a warning. Reviewed-by: Marco Bubke
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 12 Apr, 2011 1 commit
-
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
- 11 Apr, 2011 1 commit
-
-
Marco Bubke authored
Reviewed-by: Thomas Hartmann
-
- 07 Apr, 2011 1 commit
-
-
Thomas Hartmann authored
Qt::transparent != 0 !! Reviewed-by: Marco Bubke
-