aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust qtlibspatcher to new pathnames, change purpose of qpatchDaniel Molkentin2009-11-102-61/+49
* L10n: Correct spelling in German translationFriedemann Kleint2009-11-101-116/+128
* Updated Russian translation.Sergey Belyashov2009-11-101-923/+1275
* Update Polish translationJarek Kobus2009-11-101-70/+161
* 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
* Typo fix in German translationRobert Loehning2009-11-091-2/+2
* 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
* fix some documentation glitcheshjk2009-11-091-5/+6
* debugger: fix display of breakpoint markers in pluginshjk2009-11-091-0/+5
* Correct case for translations of "MinGW"Robert Loehning2009-11-0510-15/+15
* Added Slovenian translationJure Repinc2009-11-052-1/+19737
* 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-052-95/+156
* a process scheduled for kill can exit by itself as well ...Oswald Buddenhagen2009-11-051-1/+2
* Known issues: installer does not prepare qtcreator.ini for every userDaniel Molkentin2009-11-051-1/+9
* 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
* do not create invalid help filesOswald Buddenhagen2009-11-041-2/+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
* synchronize temporary interruption with running-requestsOswald Buddenhagen2009-11-041-2/+15
* the process is already dead when hitting workaround 4Oswald Buddenhagen2009-11-041-0/+2
* Fix memory leak in welcome plugin and right hand side panedt2009-11-047-9/+16
* Fix memory leak in QtVersionManagerdt2009-11-041-4/+1