- 22 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Since we changed the slection behaivour after drag and drop this makes the designer more responsive. Change-Id: I21c14a126ff0b63151002ac51e841a624b43e879 Reviewed-on: http://codereview.qt.nokia.com/2033 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 18 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: I0abb528c124355808502848d5db3ec01dc3d6636 Reviewed-on: http://codereview.qt.nokia.com/1748 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 15 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
stateChanged() was never called. cleanup: I removed stateChanged() and use actualStateChanged() Change-Id: I11a73b21dca5083147223f6e4f23da4c7305263c Reviewed-on: http://codereview.qt.nokia.com/1677 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
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>
-
- 09 Jun, 2011 1 commit
-
-
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/433 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 20 May, 2011 1 commit
-
-
Thomas Hartmann authored
This class is not needed anymore and is just confusing. Change-Id: I6ee3d4090b13d2682ff2f7b3d82ebfe1410a1344 Reviewed-on: http://codereview.qt.nokia.com/37 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 16 May, 2011 1 commit
-
-
Thomas Hartmann authored
-
- 06 May, 2011 2 commits
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Thomas Hartmann authored
When entering the design mode the property editor is reset. This reduces complexity since the property editor is reset instead of having to react to all the possible changes from text. The same is done for the NodeInstanceView
-
- 18 Apr, 2011 2 commits
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
Thomas Hartmann authored
Setting an empty expression on a value not defined in the model crashed. Task-number: QTCREATORBUG-4312
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 05 Apr, 2011 1 commit
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
- 31 Mar, 2011 1 commit
-
-
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 1 commit
-
-
Thomas Hartmann authored
Duplicate ids for not handled 100% correctly in the property editor and in the navigator. Reviewed-by: Kai Koehne
-
- 23 Mar, 2011 1 commit
-
-
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
-
- 22 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Properties starting __ with are private api by convention. Reviewed-by: Kai Koehne
-
- 21 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Lock setting of properties during notification.
-
- 18 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
-
- 09 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Better safe then sorry.
-
- 08 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
Ancors work in the property editor, again. TaskNumber: QTCREATORBUG-3958
-
Thomas Hartmann authored
Ancors work in the property editor, again. TaskNumber: QTCREATORBUG-3958
-
- 04 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
-
- 01 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
Using '/' was legacy and is just confusing. The code is way more consistent now with QmlJS and does not require conversions.
-
Thomas Hartmann authored
Qt 4.7 imports are converted to QtQuick 1.0 imports.
-
- 25 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 03 Feb, 2011 1 commit
-
-
Christian Kamm authored
Done-with: Marco Bubke
-
- 12 Jan, 2011 2 commits
- 22 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
This was called too often.
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 16 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
Instead of duplicating the code from QmlEditorWigets we now subclass and expose the gradient editing to qml. The adaptor class is called GradientLineQmlAdaptor.
-
- 09 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
The QApplication::processEvents(); slowed it down. Rectangle and Text is enough.
-
- 06 Dec, 2010 3 commits
-
-
Thomas Hartmann authored
Handle different packages
-
Thomas Hartmann authored
-
Thomas Hartmann authored
When the property editor is closed before the timer runs out, now the timer is deleted. Before we accessed a dangling pointer.
-
- 01 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
The new implementation is based on the QmlJS::Interpreter meta info system and gets its info from parsing qml and qmldumper instead of interogating QDeclarative classes. So we share this code with the Qml TextEditor and this approach is also way more flexible. It also work with different Qt versions. The meta info is now bound to a document/rewriter. The api has changed slightly. subComponentManager: cleanup The SubComponentManager does not have to provide meta info, anymore. propertyParser: cleanup Enums were never properly converted. here. metaInfo: remove old MetaInfo classes Removing the old MetaInfo classes and code
-
- 29 Nov, 2010 2 commits
-
-
Christian Kamm authored
-
Thomas Hartmann authored
The creation of property pages is now delayed
-
- 24 Nov, 2010 1 commit
-
-
Marco Bubke authored
-