- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 11 Apr, 2011 2 commits
-
-
Robert Loehning authored
Reviewed-by: Thomas Hartmann Task-number: QTCREATORBUG-4459
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
- 07 Apr, 2011 2 commits
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
The Cleanlooks style is broken on the Mac atm. Task-number: QTCREATORBUG-4296 Reviewed-by: Kai Koehne
-
- 05 Apr, 2011 4 commits
-
-
Marco Bubke authored
Reviewed-by: Thomas Hartmann
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Marco Bubke authored
Task-number: QTCREATORBUG-4317 Reviewed-by: Thomas Hartmann
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
- 01 Apr, 2011 3 commits
-
-
Thomas Hartmann authored
Do not add QtQuick 1.0 import if we already have a QtQuick 1.1 import. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
The fill button should only be checked if all 4 anchors are set and the margins are 0. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Searching through "children" is not enough since some items have default properties like "flickableChildren". So we mimic instanceChildren here by taking all subnodes and comparing the instanceParent. Reviewed-by: Kai Koehne
-
- 31 Mar, 2011 4 commits
-
-
Jarek Kobus authored
-
Thomas Hartmann authored
To handle defaultProperties correctly in the text buffer for copy n paste we have to forward the meta system. Since the text buffer is not a qml document in Qt Creator with all the infrastructure attached the meta system is incomplete. So we forward in these cases the meta system of the actual document. Model::create() now gets an additional paramater where we can specify another model for proxying the meta system. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
The stack trace from 4282 indicates that in fact currentState is invalid. We should check for this. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-4282
-
Thomas Hartmann authored
The problem was that the transaction was commited outside of the try {} catch {} block (RAII) 1. I extended to the try block arround the fxObjectNode.setVariantProperty() to avoid similar bugs 2. I force a commit of the transaction before leaving the try block result: If anything is wrong with the entered expression an exception is thrown (like before) but now is is catched and we show a messagebox. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-4312
-
- 30 Mar, 2011 3 commits
-
-
Thomas Hartmann authored
Duplicate ids for not handled 100% correctly in the property editor and in the navigator. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Since the buffer for copy and paste has no proper representation in the project managment QmlJs::Check cannot handle components. For now we just turn of Check for this case, since we check the final document anyway. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Avoid recursion if item is not movable. Reviewed-by: Kai Koehne Task-Nr: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4284
-
- 25 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
We have to Guard events. The Formeditor has to be fully initialized. Task-Nr: QTCREATORBUG-4225
-
- 24 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
The combobox showing all available files did not work.
-
- 23 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
In the stateseditor we have to use propertiesRemoved instead of propertiesAboutToBeRemoved when reseting the model. Otherwise the change we want to react to has not happened, yet. Some sanity checking in the property editor. In the DesignDocumentController we slightly change the order. The textMoifider is activated (again) before we set back the old state. Note: We do check for isValid() since the rewriter might delete the state. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-4199
-
Kai Koehne authored
Make sure that the transaction doesn't last across models. Reviewed-by: Thomas Hartmann Task-number: QTCREATORBUG-4136
-
- 22 Mar, 2011 4 commits
-
-
Thomas Hartmann authored
This fixes a rare crash. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Because of overriding the double click id editing was not possible anymore. ChangeToComponent is still possible in the form editor.
-
Thomas Hartmann authored
Properties starting __ with are private api by convention. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
To be safe to change to the base state (and back). Reviewed-by: Kai Koehne
-
- 21 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
Lock setting of properties during notification.
-
Thomas Hartmann authored
Adding a button that allows reseting the view.
-
- 18 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
-
- 17 Mar, 2011 3 commits
-
-
Thomas Hartmann authored
Setting a minimum size. Task-number: QTCREATORBUG-4093
-
Thomas Hartmann authored
By double clicking on views the user can enter the component (delegate).
-
Thomas Hartmann authored
-
- 09 Mar, 2011 4 commits
-
-
Oswald Buddenhagen authored
they are a bit misleading (and embarrassing ...)
-
Oswald Buddenhagen authored
-
Thomas Hartmann authored
Better safe then sorry.
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-3733
-
- 08 Mar, 2011 3 commits
-
-
Thomas Hartmann authored
The properties x and y get removed when putting an item into an positioner.
-
Thomas Hartmann authored
The user should be able to drop an item everywhere, also outside the root item. The item is created in the scene when the animation is over. Also the animation is shorter now.
-
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.
-