- 17 Sep, 2009 15 commits
-
-
hjk authored
merge DebuggerRunControl::m_dumperLibrary{,Location} into StartParameters
-
mae authored
-
mae authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
has changes to make these files compile in Creator when Qt is compiled in a namespace.
-
Daniel Molkentin authored
This conforms to the entry in the menu entry, wich already changes its name accordingly to comply with the Apple HIG. Also, adjusted the docs that were missing the change of location in the menu.
-
hjk authored
It's merged now into debugger/gdb and the "runner" is a new standalone wrapper
-
Maurice Kalinowski authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- 16 Sep, 2009 25 commits
-
-
Thorbjørn Lindeijer authored
To avoid bothering people who are trying to type an expression that is already partly there.
-
Daniel Molkentin authored
Some macros are defined not by cl.exe purely, but are pretty standard. We add those manually anyway. Also, remove compiler-specific macro definitions from the model manager. They should be provided by the tool chains only.
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
Thorbjørn Lindeijer authored
Done with mae.
-
Thorbjørn Lindeijer authored
Done with mae and Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with mae.
-
mae authored
-
mae authored
is that monospace is not exactly monospace, there can be a fractional component. Thanks to Andreas Kling <info@andreaskling.com> for spotting this and providing a fix.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Done with mae.
-
James Linse authored
Fixed yanking with e (ye) Fixed ce followed by . Initial implementation for mark updates (marks should stay on the same line after adding/deleting lines) Fixed yank with Y Added fakevim tests for yanking using marks and yanking using Y. Fixed yanking with marks when a mark was set to a blank line. Combined yy and Y to use the same yanking method. Merge-request: 1314 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
-
hjk authored
integral'
-
hjk authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
mae authored
press enter after an opening brace, but only if there's one extra brace in the document.
-
mae authored
-
mae authored
-
mae authored
-
mae authored
line wrap were appended, also appendOutput and appendOutputInline ended up doing almost the same thing. It might be that appendOutput is called in some places where appendOutputInline would be more adequate. The code now tries to called QPlainTextEdit::appendPlainText() whenever it can because of its update optimizations when it comes to enforcing maximum block count. We want application output to be processed fast, even if the maximum block count was reached!
-
hjk authored
Asking gdb twice seems to work.
-
hjk authored
-
hjk authored
We know they don't have nested contents
-
Roberto Raggi authored
-