aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* debugger: fix breakpoihnt deletion by using the context menu actionhjk2009-11-131-1/+1
* CSL is the right name.con2009-11-121-1/+1
* Pretend that the gdbmacros.cpp is actually 5 minutes older then it is.dt2009-11-121-0/+4
* Debugger: Do not use LD_PRELOAD on Mac.Friedemann Kleint2009-11-122-2/+4
* don't track shared library events on gdb < 7, after all.Oswald Buddenhagen2009-11-121-0/+12
* fix prl names, also include debug versions.Daniel Molkentin2009-11-111-21/+40
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-1127-41/+204
* always clear pending command queue before posting shutdown commandsOswald Buddenhagen2009-11-111-2/+2
* be more lenient when matching the stops at _startOswald Buddenhagen2009-11-111-16/+13
* Fixed search results handling of font heightThorbjørn Lindeijer2009-11-102-3/+12
* Fix combobox tooltip and lock-button visibility for empty editor viewsmae2009-11-101-0/+8
* Revert "Code model: Update on changes from the versioning system."con2009-11-1030-265/+61
* Adjust qtlibspatcher to new pathnames, change purpose of qpatchDaniel Molkentin2009-11-102-61/+49
* implement the standard context menu also for the script editorsmae2009-11-1010-169/+35
* remove run action in the scripteditormae2009-11-106-22/+8
* Quote CDB_PATH.Tobias Hunger2009-11-101-1/+1
* track shared library events even on gdb < 7Oswald Buddenhagen2009-11-101-26/+31
* clear pending stream outputs after handling stop responseOswald Buddenhagen2009-11-101-0/+2
* actively try to obtain PID of non-pthread inferiors with gdb < 7 on linuxOswald Buddenhagen2009-11-104-7/+61
* further cleanups in less expected shutdown pathsOswald Buddenhagen2009-11-101-0/+4
* Cdb: Fix step out.Friedemann Kleint2009-11-102-43/+23
* fakevim: fix pasting in visual block modehjk2009-11-101-5/+9
* Fix pasting of text that starts with a visually empty linemae2009-11-101-0/+10
* Some missing defines for Symbian tool chains.con2009-11-105-7/+18
* Disabling "Undo Project Changes" when not working in a Git repository.Robert Loehning2009-11-091-0/+2
* debugger: use 'set substitute-path'hjk2009-11-093-0/+32
* Debugger: Activate code model scope checking, environment var for Trk verbosity.Friedemann Kleint2009-11-092-3/+11
* Fix auto-indentation when pasting into a selectionmae2009-11-091-2/+1
* optimize extra area paintingmae2009-11-091-2/+6
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-0930-61/+265
* Symbian SDK path should be editable for Qt in PATH.con2009-11-093-11/+5
* Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-096-10/+16
* Library wizard: Create export symbol correctly.Friedemann Kleint2009-11-093-4/+9
* Do never offer signature autocompletion for constructor calls.Christian Kamm2009-11-092-15/+19
* Debugger/Windows: Register debugger properly if there is no default.Friedemann Kleint2009-11-091-14/+36
* debugger: fix display of breakpoint markers in pluginshjk2009-11-091-0/+5
* Correct case for translations of "MinGW"Robert Loehning2009-11-052-2/+2
* Qt version tooltip: Display configuration correctly.Friedemann Kleint2009-11-051-4/+3
* Resolve fully qualified names.Roberto Raggi2009-11-051-0/+19
* Replace . with -> only when the base expression has type pointer to class.Roberto Raggi2009-11-051-8/+8
* Introduced CppTools::CppModelManagerInterface::updateModifiedFiles().Roberto Raggi2009-11-054-3/+46
* Fixed a few focus issues we had in the search result window (in replace mode).Roberto Raggi2009-11-051-1/+1
* i18n: Complete German translation and correct tips on Welcome Page.Friedemann Kleint2009-11-051-3/+0
* a process scheduled for kill can exit by itself as well ...Oswald Buddenhagen2009-11-051-1/+2
* Patch multimedia lib, remove version qualifier from qtcore on linuxDaniel Molkentin2009-11-052-1/+5
* Fix compile for -no-webkitdt2009-11-042-3/+3
* fix attaching to coreOswald Buddenhagen2009-11-041-1/+1
* add timeout handling for gdb commandsOswald Buddenhagen2009-11-042-3/+32
* fix shutdowns triggered while inferior is not stoppedOswald Buddenhagen2009-11-044-9/+58
* flush queued commands on non-fatal continuation failuresOswald Buddenhagen2009-11-042-7/+16