- 11 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Hide the items which are part of delegates. Change-Id: I3c27210fd2bf8618c69e861d952a14c6f7e3be6a Reviewed-on: http://codereview.qt.nokia.com/1442 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 06 Jul, 2011 2 commits
-
-
Marco Bubke authored
Change-Id: Ic43b3eab06b4f730ee5b4099e4438a280e00b418 Reviewed-on: http://codereview.qt.nokia.com/1240 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
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/1189 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 30 Jun, 2011 2 commits
-
-
Thomas Hartmann authored
Change-Id: Ie9d9a739e559d5cfc06849ff3e5c086e9ab2224c DoneBy: Marco Bubke Task-number: QTCREATORBUG-3962 Reviewed-on: http://codereview.qt.nokia.com/958 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I49d36574d4021b4c73c64873b1f21698c038498d Task-number: QTCREATORBUG-5226 Reviewed-on: http://codereview.qt.nokia.com/914 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 29 Jun, 2011 3 commits
-
-
Marco Bubke authored
Change-Id: I533642ebf5d3937f96b248d7f999eb4928e035e9 Reviewed-on: http://codereview.qt.nokia.com/911 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Change-Id: I78394b14c8ec1eddfa9dd12243701bfaaeae9894 Reviewed-on: http://codereview.qt.nokia.com/905 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
We also have to check for nodeSourceType() if a new node is created. Task-number: QTCREATORBUG-5228 Change-Id: Ifccdcb29141c44c176b1a5292fd118e2af55ca5e Reviewed-on: http://codereview.qt.nokia.com/901 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 28 Jun, 2011 2 commits
-
-
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/811 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Items that have a custom parser or are components are not shown in the formeditor. Task-number: QTCREATORBUG-5228 Change-Id: I633fe35d40edd1a5b14275d67a48265313b08657 Reviewed-on: http://codereview.qt.nokia.com/830 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 30 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Avoid recursion if item is not movable. Reviewed-by: Kai Koehne Task-Nr: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4284
-
- 22 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
This fixes a rare crash. Reviewed-by: Kai Koehne
-
- 08 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
Some items are not movable, but the user should still be able to select them in the form editor. Best example are items inside a positioner.
-
Thomas Hartmann authored
Some items are not movable, but the user should still be able to select them in the form editor. Best example are items inside a positioner.
-
- 02 Mar, 2011 1 commit
-
-
Marco Bubke authored
Many qml documents have items outside of the root item area. The scene rectangle is now much bigger so you can scroll the items around.
-
- 10 Feb, 2011 2 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
- 01 Feb, 2011 1 commit
-
-
Marco Bubke authored
The custom notification code leads to hard readable code.
-
- 20 Jan, 2011 1 commit
-
-
Marco Bubke authored
-
- 19 Jan, 2011 1 commit
-
-
Marco Bubke authored
So the scene rectangle is the bounding rectangle of all items.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 15 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
changing imports now resets the form editor
-
- 10 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 09 Dec, 2010 1 commit
-
-
Marco Bubke authored
This notifies the views if the instance has be really instanced.
-
- 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.
-
- 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.
-
- 24 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
Bauhaus now uses only one single instance view. Done by Marco Bubke
-
- 20 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
Before everything that was not children was ignored. Thin of "back", "front" "flipableChildren"...
-
- 10 Jun, 2010 1 commit
-
-
Marco Bubke authored
This is needed to suppert inline script function of Qml in the designer
-
- 19 May, 2010 1 commit
-
-
Marco Bubke authored
Task-Number: BAUHAUS-673 Reviewed-by: kkoehne
-
- 23 Apr, 2010 1 commit
-
-
Thomas Hartmann authored
The activation of the drag tool should not activate the base state this is discussed in Bauhaus-600
-
- 13 Apr, 2010 1 commit
-
-
Marco Bubke authored
Task-Number: BAUHAUS-566 Reviewed-by: kkoehne
-
- 30 Mar, 2010 2 commits
-
-
Marco Bubke authored
Task-Id: BAUHAUS-475
-
Marco Bubke authored
Task-Id: BAUHAUS-427
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 16 Feb, 2010 1 commit
-
-
Marco Bubke authored
-