- Dec 04, 2009
-
-
Friedemann Kleint authored
Add a QVariant cookie to HgTask to be emitted on successful execution, wired to IVersionControl.
-
ck authored
-
- Dec 03, 2009
-
-
mae authored
-
mae authored
-
mae authored
Conflicts: src/plugins/cppeditor/cppeditor.cpp
-
mae authored
the new approach makes it possible to use more edit features inside the rename selection like cut/copy/paste. Furthermore it compresses rename operations better on the undo stack.
-
con authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
...making use of the new code model features. Move code to separate file. Make it possible to obtain path to generated header file from project manager.
-
Thorbjørn Lindeijer authored
When auto-indent is turned off, Qt Creator uses a simplistic approach of copying the indentation string from the previous line. This was broken when the cursor was positioned inside the indentation, since this caused part of the indentation to go to the next line, which was then prepended with the copied indentation, in effect increasing the indentation for each new line. The solution here was to copy the indentation from the previous block only after inserting the new block, which causes the indentation of the previous line to be cut off by exactly the right amount to keep the indentation constant. Task-number: QTCREATORBUG-396 Reviewed-by: mae
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
This handles the case with the selection inside the name correctly, and aborts when part of the selection is outside of the name. Previously, a selection could cause the text to get inserted backwards. Task-number: QTCREATORBUG-302 Reviewed-by: Roberto Raggi
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
con authored
-
Roberto Raggi authored
Task-Number: QTCREATORBUG-409
-
con authored
-
hjk authored
Introduce Dumper.put{Value,Name,StringValue,ByteArrayValue} functions. No need for explicit specification of valueencoding in user code.
-
hjk authored
-
hjk authored
-
hjk authored
- add an 'informative' mode, similar to old dumper's 'protocol 1' - remove some hard coded names for std container dumpers - use safePutItemHelper instead of putItemHelper in most places
-
ck authored
Reviewed-by: kh1
-
kh1 authored
-
kh1 authored
Reviewed-by: ck
-
Roberto Raggi authored
-
kh1 authored
-
Roberto Raggi authored
-
kh1 authored
In case one stoped the running application on the device, removed the project from the IDE and then closing the app output window would crash.
-
kh1 authored
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi. Task-number: QTCREATORBUG-405
-
Erik Verbruggen authored
-
- Dec 02, 2009
-
-
con authored
Move the code that compares the Qt version's debug|release property with the build configuration's debug|release property to the new build configuration class. Reviewed-by: dt
-
con authored
-
Daniel Molkentin authored
Complements 275146af Task-Number: QTCREATORBUG-386
-
Erik Verbruggen authored
-
Oswald Buddenhagen authored
-
dt authored
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-