- Sep 24, 2010
-
-
Christian Kamm authored
It's meant to be. Reviewed-by: Daniel Molkentin
-
Pawel Polanski authored
Reviewed-by: Alessandro Portale
-
Friedemann Kleint authored
in case Designer shows messages about missing resources or such.
-
Christian Kamm authored
Task-number: QTCREATORBUG-2427
-
Christian Kamm authored
-
Friedemann Kleint authored
-
Kai Koehne authored
Explicitly delete the root project item when closing a QmlProject.
-
Friedemann Kleint authored
When adding a multiselection of images outside the qrc-path, the file dialog is created every time, causing great delays due to DBUS problems. Create a context struct keeping the dialogs around.
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
When multiple threads share the Bind instance in a Document and do lookup on the objects contained inside, that may trigger a new object creation in some situations - which needs to be synchronized.
-
Thomas Hartmann authored
This avoids asserts and catches exceptions
-
Christian Kamm authored
-
hjk authored
Original code by dcarr.
-
Erik Verbruggen authored
-
Friedemann Kleint authored
Fix Basefilewizard to use ModeSwitch flag.
-
Thomas Hartmann authored
Enable QuickDesigner by default in master See: QTCREATORBUG-2365
-
Thomas Hartmann authored
See: QTCREATORBUG-1466
-
Leena Miettinen authored
Fix capitalisation. Make tooltips more informative. Reviewed-by: thartman
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Thomas Hartmann authored
-
Friedemann Kleint authored
As it causes problems on standard-Linux installations. See also QTCREATORBUG-2238. This reverts commit 0e318bfc.
-
Friedemann Kleint authored
Implement WatchModel::data() to return the right values for Qt::EditRole, obsoleting the role matching in the delegate. Similarly, handle Qt::EditRole in setData(), leaving only 'Change watch expression' in the delegate, which removes and recreates a row, causing crashes when done in setData().
-
Leandro Melo authored
Tooltips can still be improved.
-
Erik Verbruggen authored
Reviewed-by: Leandro Melo
-
Erik Verbruggen authored
-
kh1 authored
Task-number: QTCREATORBUG-2326
-
Thomas Hartmann authored
The symbols are now exported in current 4.7.1. So it does compile.
-
Thomas Hartmann authored
This assert is simply wrong. A component might reparent the item inside an item, that has no instance.
-
Thomas Hartmann authored
We have to call classBegin() on creation.
-
Thomas Hartmann authored
Set the parent if no parentItem exists Call componentComplete
-
Thomas Hartmann authored
There can be notifications from the instance after a model node has been deleted. We now ignore those.
-
Thomas Hartmann authored
Check if object is not 0 and we are not called back from the destructor.
-
Marco Bubke authored
deletion
-
Marco Bubke authored
anymore
-
Marco Bubke authored
anchors ChildItems of siblings can not be anchored to a item.
-
Marco Bubke authored
the root item This is preventing visual artefacts.
-
Marco Bubke authored
If the NodeInstance is allready removed the formeditor item isn't removed.
-
Marco Bubke authored
-