- Sep 24, 2010
-
-
Thomas Hartmann authored
This avoids asserts and catches exceptions
-
Christian Kandeler authored
-
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
-
Leena Miettinen authored
Task-number: QTCREATORBUG-2432 Reviewed-by: hjk
-
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
-
Thomas Hartmann authored
Add getter for id in node instances.
-
Thomas Hartmann authored
Split isAnchoredBy() in isAnchoredBySigbling() and isAnchoredByChildren()
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Fix node instance view notifications and settings in the model. Now the old node instance view is detached and the new one is attached. The test runs again. Also fixes a notification.
-
Thomas Hartmann authored
Use the node instance id member instead of the model node id Prevents a crash because the model node is allready invalid and has no id anymore.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
The rewriter is not anymore in the view list, so the reset function has to be changed.
-
Thomas Hartmann authored
RewriterView and NodeInstanceView was not notified about a model change.
-
Thomas Hartmann authored
This is preventing a crash if the nodeinstance is invalid.
-