- 18 Apr, 2011 1 commit
-
-
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 1 commit
-
-
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
-
- 04 Nov, 2010 1 commit
-
-
Thomas Hartmann authored
Refactoring only works of old and newId are not empty, otherwise we just fall back and use the model Task-number: QTCREATORBUG-2953 Reviewed-by: Kai Koehne
-
- 06 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
We need to support the N900 Reviewed-by: Kai Koehne
-
- 04 Oct, 2010 2 commits
-
-
Friedemann Kleint authored
Reviewed-by:
Thomas Hartmann <thomas.hartmann@nokia.com>
-
Thomas Hartmann authored
Fixes caching for Qt Quick items. Also the emptyPane is found again. Reviewed-by: Kai Koehne
-
- 01 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
-
- 30 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
I an id is now changed in the navaigator or property editor, we now use the qmljseditor to properly refactor. Also I changed dynamic_cast to qobject_cast Reviewed-by: Erik Verbruggen
-
- 29 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
QString is also a possible typename Reviewed-by: Marco Bubke
-
- 24 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
Bauhaus now uses only one single instance view. Done by Marco Bubke
-
- 15 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 10 Jun, 2010 1 commit
-
-
Marco Bubke authored
This is needed to suppert inline script function of Qml in the designer
-
- 27 May, 2010 1 commit
-
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-