- Nov 11, 2009
-
-
Oswald Buddenhagen authored
this ensures that, among other things, we won't get into this scenario: - process is running - interrupt is requested by user - termination is requested by user - before interrupt takes effect, the process terminates => shutdown is called => exit is also queued, as there is already a queued kill => nothing happens, as there will never be a stop response Reviewed-by: hjk
-
Oswald Buddenhagen authored
archer reports stops at tbreaks properly, so checking for an empty stop reason is no particularly good idea. instead, we simply skip *all* stops at the entry point, assuming the user will not really set a breakpoint there anyway. Reviewed-by: hjk
-
- Nov 10, 2009
-
-
Thorbjørn Lindeijer authored
This patch makes sure that the rows that show the file and the rows that show the results are the same height, to satisfy the uniform row heights setting. Also, a layout changed signal is now emitted when the font is changed. This makes active search results update correctly when the text editor font is changed. Reviewed-by: con
-
Thorbjørn Lindeijer authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Daniel Molkentin authored
qpatch should not try to rename debug symbols, but modify the prl files instead. This purely replaces forward-slashed pathes. The pathes in the debugging symbols use backslashes and are not touched. Reviewed-By: con
-
mae authored
Reviewed-by: con
-
Jarek Kobus authored
-
Tobias Hunger authored
When setting CDB_PATH via the environment. Reviewed-By: ossi (cherry picked from commit e288c4c4)
-
Oswald Buddenhagen authored
this is to update breakpoint, source and module lists automatically. also remove the now pointless -break-list on every stop. Reviewed-by: hjk
-
Oswald Buddenhagen authored
any output will most definitely belong to later issued commands, so not clearing it will only cost cpu or even confuse the evaluation. Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Friedemann Kleint authored
Run through spell checker. Task-number: QTCREATORBUG-256
-
Friedemann Kleint authored
Use debugger's 'gu' command instead of temporary breakpoint as a workaround until it is properly supported by the SetExecutionStatus() API. Reviewed-by: hjk Task-number: QTCREATORBUG-240
-
hjk authored
-
hjk authored
- Nov 09, 2009
-
-
mae authored
Creator only indents the first line, and reindents subsequent lines relative to the indentation change of said first line. This fails when the first line contains no non-space characters. Solution in this change: skip (visually) empty lines. Reviewed-by: thorbjorn Task-number: QTCREATORBUG-227
-
con authored
Reviewed-by: dt
-
mae authored
In addition, clean up the text editor action handling in the qtscript plugin. Rev-by: con
-
mae authored
the action is not needed and conflicts with Ctrl+R of the project manager.
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
hjk authored
-
Friedemann Kleint authored
Reviewed-by: hjk
-
mae authored
-
mae authored
-
Friedemann Kleint authored
Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
con <qtc-committer@nokia.com>
-
Kai Koehne authored
Reviewed-by: dt
-
con authored
Reviewed-by: Robert Loehning
-
Friedemann Kleint authored
Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Robert Loehning authored
Reviewed-by: hjk
-
Friedemann Kleint authored
...if the directory contains a '-'. Export a function to generate identifier correctly and use that. Reviewed-by:
con <qtc-committer@nokia.com> Task-number: QTCREATORBUG-248
-
hjk authored
-
Christian Kamm authored
They should always use the function parameter tooltip. This fixes a bug where you were offered completion for C foo( -> C foo(int x) if C had a constructor taking int x. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Friedemann Kleint authored
Some systems do not have a default debugger registered. Do not fail on reading the missing key and disable "Default Debugger" in that case. Initial-patch-by:
Robert Loehning <robert.loehning@nokia.com> Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- Nov 06, 2009
- Nov 05, 2009
-
-
Roberto Raggi authored
Don't show the warning message (about the dangerous world of code refactoring) if the user pressed the "Yes, I know I am doing" button.
-