summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes: Move code from ~OutputWindow to an earlier place.dt2009-02-192-1/+9
* Fixes: - Console application doesn't start on Maccon2009-02-192-5/+11
* Fixes: debugger: watch view: collapsed items did not stay collapsedhjk2009-02-191-2/+2
* Compile WindowsFriedemann Kleint2009-02-181-1/+1
* Fixes: Possible crash while resolving qualified name ids.Roberto Raggi2009-02-181-1/+1
* Fixes: debugger: make "always all" the default for loading debughjk2009-02-181-2/+2
* do not create bizarre or even invalid fifo names under windowsOswald Buddenhagen2009-02-181-1/+1
* This line shouldn't be necessaryThorbjørn Lindeijer2009-02-171-1/+0
* Fixes: debugger: on async output, first handle all cases wherehjk2009-02-171-20/+25
* Fixes: debugger: simplify state logichjk2009-02-173-45/+13
* Fixes: debugger: enable debugger view actions even if "locked"hjk2009-02-172-1/+4
* Fixes: debugger: remove accidentally commited filehjk2009-02-171-213/+0
* Compile.Roberto Raggi2009-02-171-1/+1
* Fixes: add a view to see current source file mappinghjk2009-02-1710-6/+575
* Fixes: debugger: fix assert includeshjk2009-02-175-5/+8
* Fixes: debugger: set width and height of "terminal" to 0 to avoidhjk2009-02-171-0/+2
* Fixes: debugger: work on process logichjk2009-02-174-41/+89
* Fixes: windows buildOswald Buddenhagen2009-02-171-1/+1
* move -data-list-register-names up to the other initializers.Oswald Buddenhagen2009-02-171-2/+1
* Fixes: debugger: enum naming cosmeticshjk2009-02-174-10/+11
* Fixes: debugging external appsOswald Buddenhagen2009-02-171-15/+3
* Fixes: debugger: work on shutdownhjk2009-02-176-73/+62
* Fixes: debugger: make shutdown a bit more robusthjk2009-02-172-42/+98
* Fixes: debugger: try to extact pid from 'info threads' on windowshjk2009-02-172-3/+23
* Fixes: debugger: try fixing startup break on makehjk2009-02-172-44/+52
* Fixes: debugger: remove some dead codehjk2009-02-171-26/+1
* Fixes: debugger: don't run -file-list-exec-source-files too oftenhjk2009-02-171-2/+0
* Fixes: debugger: put error message into log if loading of dumpershjk2009-02-171-16/+17
* Fixes: debugger: load modules list earlyhjk2009-02-173-23/+34
* Fixes: debugger: start symbol is WinMainCRTStartup, not _starthjk2009-02-172-26/+48
* Fixes: uic warning about duplicate nameFriedemann Kleint2009-02-171-1/+1
* Fixes: debugger: work on breakpoints in pluginshjk2009-02-175-141/+36
* Fixes: debugger: work on plugin breakpointshjk2009-02-175-78/+53
* Fixes: debugger: work on more fine-grained breakpoints-in-pluginshjk2009-02-175-59/+122
* Fixes: debugger: introduce early break after applicationhjk2009-02-173-18/+97
* Fixes: debugger: move custom dumper initialization into the firsthjk2009-02-171-4/+7
* Fixes: debugger: revert accidental parts of b0650238hjk2009-02-171-3/+0
* Fixes: correct path for gcbmnacros.cpp hinthjk2009-02-171-1/+1
* Fixes: correct name for gdmacros.cpp hinthjk2009-02-171-1/+1
* Center the cursor after (un)collapse allThorbjørn Lindeijer2009-02-171-1/+1
* Fix size problems on reusing function argument widgetThorbjørn Lindeijer2009-02-171-1/+3
* Fixes: - Rename System Qt to perhaps avoid some confusion.con2009-02-171-1/+2
* Fixes: - Make sure that we find make command for gdbmacros library.con2009-02-171-1/+9
* Fixes: Flicker-free update of the editor toolbars (mac -only).Roberto Raggi2009-02-171-1/+1
* Fixed handling of attribute specifiers in front of declarationThorbjørn Lindeijer2009-02-171-1/+2
* Ignore undefined macros in macro completionThorbjørn Lindeijer2009-02-172-19/+35
* Reuse the function argument widget when possibleThorbjørn Lindeijer2009-02-161-3/+6
* More intelligent function argument widgetThorbjørn Lindeijer2009-02-162-38/+28
* Completion for constructors used on initializationThorbjørn Lindeijer2009-02-162-24/+65
* Avoid inserting characters that are already thereThorbjørn Lindeijer2009-02-161-5/+20