- Feb 24, 2010
-
-
Lasse Holmstedt authored
-
- Feb 23, 2010
-
-
kh1 authored
-
kh1 authored
Since we use addAutoReleasedObject we would rather unclean call the class destructor.
-
kh1 authored
-
kh1 authored
-
kh1 authored
This makes the qemu run button appear/ disappear once we add a maemo target to an existing project. Reviewed-by: Tobias Hunger
-
kh1 authored
-
Friedemann Kleint authored
No longer set EPOCDEVICE as it causes an error in createpackage. Remove obsoleted code calling signis.exe and package file rewriting.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
con authored
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Kai Koehne authored
Don't use the dynamic property "HasFormEditorItem" any more when checking whether childs have to be drawn directly by it's parent. The problem was actually introduced with the new dynamic metatype object (NodeInstanceMetaObject). At the time the dynamic property "HasFormEditorItem" is set in GraphicsObjectNodeInstance::createGraphicsObject(), the new metatype object hasn't been created & attached to the object yet. The dynamic property was effectively lost when the metatype object changed, leading to multiple drawings of the child item. This fix replaces the "HasFormEditorItem" property by directly asking the NodeInstanceView whether an item draws itself or not. Reviewed-by: Thomas Hartmann
-
dt authored
Reviewed-by: Friedemann Kleint
-
Nadeem Hasan authored
* Disable close button when there is no editor active * Hide lock button when there is no editor active * Hide the info bar when the editor is closed and no editors are left Merge-request: 114 Reviewed-by:
mae <qt-info@nokia.com>
-
Tobias Hunger authored
... otherwise we might leak memory
-
Tobias Hunger authored
-
Jens Bache-Wiig authored
-
Kai Koehne authored
QmlList has been replaced by QmlListProperty (33eb76f050b45718d87926). Patch provided by Aaron Kennedy. Reviewed-by: akennedy
-
- Feb 22, 2010
-
-
Tobias Hunger authored
* Fixes update of Qt version name whne renaming a Qt version.
-
Jens Bache-Wiig authored
This removes the extra line at the bottom of the window on the mac. This also decreases the contrast of shadows and highlights a bit.
-
Tobias Hunger authored
-
Tobias Hunger authored
Reviewed-by: con
-
Tobias Hunger authored
... and make that available through the targetsettingswidget, too. Reviewed-by: con
-
Tobias Hunger authored
... based on their display names Reviewed-by: Daniel Molkentin
-
Tobias Hunger authored
* In the addtargetdialog: Sort targets based on their display name when putting them into the combobox.
-
Tobias Hunger authored
* Set the first target to active in the addtargetdialog's target selection combobox * Disable the combobox if there is only one element in it.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Kai Koehne authored
The registration of the qml items have been recently moved from a static context into QmlGraphicsItemModule::initialization . The Bauhaus Metainfo initialization now ensures that this method is called first by instantating a QmlEngine.
-
Kai Koehne authored
It's defined in qtcreator_plugin.pri anyway
-
Friedemann Kleint authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Friedemann Kleint authored
Introduce multithread-locking to Core::MimeDatabase as it is invoked from the indexer thread to sort apart headers and sources. Add a convenience to operate on a sequence to avoid locking for each file.
-