- Apr 20, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
... to a place where we can share the checks later.
-
Tobias Hunger authored
This makes a task somewhat more useful outside of the context of a taskwindow. Reviewed-by: dt
-
Marco Bubke authored
-
Marco Bubke authored
Task-Number: BAUHAUS-606
-
Jörg Schummer authored
Task-number: BAUHAUS-599
-
Jörg Schummer authored
-
Jörg Schummer authored
This is to keep the resources view in the same look as the navigator view.
-
Jörg Schummer authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Friedemann Kleint authored
Strip '[', ']' off inames in coreengine so that the name lookup for them works. Handle 64bit-addresses in .dvalloc-output parsing for dumpers. Some debug formatting. Task-number: QTCREATORBUG-1216
-
Friedemann Kleint authored
-
Oswald Buddenhagen authored
unlike in qmake, the arguments are already expanded at this point (which is strictly speaking a bug for the iterator variable name), so it is plain wrong to call doVariableReplace on them.
-
Oswald Buddenhagen authored
amazingly enough, qlist::{first,last}() have non-const versions, which are of course used when you least expect it ...
-
Oswald Buddenhagen authored
just for debugging ...
-
Oswald Buddenhagen authored
this produces qmake-like output when recursing
-
Oswald Buddenhagen authored
otherwise we may re-process subdirs multiple times in cumulative mode.
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Leena Miettinen authored
-
Thorbjørn Lindeijer authored
The TextEditorSettings class already provides the appropriate signal.
-
ck authored
-
Daniel Molkentin authored
-
- Apr 19, 2010
-
-
kh1 authored
Reviewed-by: kh
-
Oswald Buddenhagen authored
the sub-strings "escaped" from the evaluator through the accessor, so things did go boom, after all. Reviewed-by: thorbjorn
-
Daniel Molkentin authored
-
Daniel Molkentin authored
- allow for more verbose description - allow to fit all catagories and subcategories in - bring more clear separation between projects and files - expense: one more click Reviewed-by: jbache
-
Daniel Molkentin authored
This is a preperation towards being able to present the dialog in a different layout, with slightly improved usability. Reviewed-by: jbache
-
Leena Miettinen authored
-
Daniel Molkentin authored
as requested by popular vote
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-1116
-
Thomas Hartmann authored
-
Thomas Hartmann authored
There was a subtle bug in propertyReseting() that caused a gradient property of a Rectangle not to be removed, if the gradient was deleted. Deleting the gradient triggered a reparenting operation in the nodeinstances where the resetProperty() of the oldParent was not executed properly. This caused a dangling pointer in QDeclarativeRectangle. Reviewed-by: Marco Bubke
-