- Sep 08, 2010
-
-
Christian Kamm authored
This should make the indenter less strict and annoying for non-standard indentation styles. Reviewed-by: Roberto Raggi
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-2285 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Task-number: QTCREATORBUG-2295
-
Friedemann Kleint authored
Give warnings about failures to be able to fix things/timeouts on slow machines. Pass on arguments correctly on Windows. Make sure processes are killed on timeouts.
-
Roberto Raggi authored
Reviewed-by: Christian Kamm
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
Without doing some magic for the filenames, we go to shadow build files instead of the real ones, resulting in confusion. The user should never see the shadow build files while debugging. Reviewed-by: hjk
-
Lasse Holmstedt authored
-
Christian Kandeler authored
Reviewed-by: Lasse Holmstedt
-
Roberto Raggi authored
-
hjk authored
Note the ++i2.
-
mae authored
The patch makes the editor leave block selection mode when users continue to select text with the keyboard. The editor will smoothly convert to standard selection mode.
-
Roberto Raggi authored
-
Friedemann Kleint authored
Reviewed-by: kh
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Roberto Raggi authored
-
hjk authored
'+' instead of '+='. Duh.
-
Christian Kandeler authored
Also document remote gdbserver adapter's signal.
-
hjk authored
Task-number: QTCREATORBUG-2264
-
hjk authored
-
hjk authored
Task-number: QTCREATORBUG-982
-
hjk authored
-
Friedemann Kleint authored
... in case syncqt is broken.
-
hjk authored
Task-number: QTCREATORBUG-2272
-
- Sep 07, 2010
-
-
dt authored
-
dt authored
The heuristic to detect generated files is pretty basic and tries to match the filenames against 3 patterns. Task-Nr: QTCREATORBUG-2077
-
Christian Kandeler authored
Was renamed weeks ago, somehow came back.
-
Christian Kandeler authored
Parse script output instead. Done-with: kh1
-
mae authored
Also fixes a crash when folding code at the very end of the document Task-number: QTCREATORBUG-2159
-
Thomas Hartmann authored
properties The navigator now displays all properties whose type is a sub class of QGraphicsObject, except for those properties inherited by Qt/Item. The contents of the default property are displayed as direct children of the model node's tree node. Reparenting into and from the displayed properties is supported. original author: Joerg Schummer
-
Thomas Hartmann authored
After this change, the parent properties of model nodes do not have to be "data" or "children" anymore. Any node or node list property can contain children. original author: Joerg Schummer I did some changes to the patch. 1.) Fix for NodeMetaInfo 2.) Remove changes to ObjectNodeInstance 3.) Adapt QmlObjectNode
-
Thomas Hartmann authored
When the user moves a block up or down the text markers have to be updated correctly. This is done now in moveLineUpDown(). We check if a text marker is in the block that is about to be moved and set the position of the QTextCursor to the correct value, afterwards. Reviewed-by: mae
-
Thomas Hartmann authored
-