- 22 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
This fixes a rare crash. Reviewed-by: Kai Koehne
-
- 08 Mar, 2011 1 commit
-
-
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
-
- 10 Feb, 2010 2 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
- 09 Feb, 2010 1 commit
-
-
Marco Bubke authored
-
- 08 Feb, 2010 1 commit
-
-
Marco Bubke authored
-
- 21 Jan, 2010 1 commit
-
-
Marco Bubke authored
-
- 19 Jan, 2010 1 commit
-
-
Marco Bubke authored
-
- 18 Jan, 2010 1 commit
-
-
Marco Bubke authored
-
- 13 Jan, 2010 1 commit
-
-
Marco Bubke authored
-
- 11 Jan, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 07 Jan, 2010 2 commits
-
-
Marco Bubke authored
-
Kai Koehne authored
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
-