summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and sales contact details.Jason McDonald2009-06-171217-2444/+2444
* Merge commit 'origin/1.2'con2009-06-1610-28/+199
|\
| * Fixed the alignment of the line/column number labelThorbjørn Lindeijer2009-06-163-3/+7
| * Fixed the mouse cursor no longer turning into a hand above the mark areaThorbjørn Lindeijer2009-06-161-0/+7
| * Fixed arguments glitch (ignore empty arguments).Friedemann Kleint2009-06-161-1/+3
| * Fixed tr()-glitches, updated German translation.Friedemann Kleint2009-06-161-8/+8
| * Add install/uninstall to qtcdebugger dispatcher.Friedemann Kleint2009-06-161-6/+133
| * Fixed crash in SimpleDeclarationAST::lastToken()Roberto Raggi2009-06-161-6/+12
| * Finish Debugger session properly, releasing all files.Friedemann Kleint2009-06-151-0/+6
| * Fixed issues with line number colors on dark themesThorbjørn Lindeijer2009-06-151-3/+16
| * Run git on windows properly when git is called synchronously.Daniel Molkentin2009-06-151-1/+7
* | Fixes YACCSOURCES and LEXSOURCES files not visible in the project tree.dt2009-06-162-1/+5
* | Fixes identifing the right WD for .pro chaning debug_and_releasedt2009-06-161-8/+7
* | fix build, part 2Oswald Buddenhagen2009-06-161-1/+2
* | whooops ... fix compileOswald Buddenhagen2009-06-161-1/+1
* | consolidate attemptBreakpointSynchronization()-related code pathsOswald Buddenhagen2009-06-161-51/+17
* | fix slightly bizarre plural useOswald Buddenhagen2009-06-161-3/+3
* | no need to translate theseOswald Buddenhagen2009-06-162-2/+2
* | Source code typos as reported on mailing list.Friedemann Kleint2009-06-162-2/+2
* | qSharedPointerCast -> qSharedPointerDynamicCastcon2009-06-152-9/+9
* | Remove superfluous creation of iterator.con2009-06-151-2/+0
* | Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-1512-46/+67
* | Removed the filename literals.Roberto Raggi2009-06-154-36/+4
* | fakevim: some re-organization of ex mode command handlinghjk2009-06-154-47/+107
* | Merge commit 'origin/1.2'con2009-06-156-31/+62
|\ \ | |/
| * fix gdb shutdown logic on gdb crashOswald Buddenhagen2009-06-121-1/+5
| * fix waitForFinished logicOswald Buddenhagen2009-06-121-2/+1
| * Committed the last round of tips contributed by the office.Daniel Molkentin2009-06-121-7/+28
| * Do not temporary show the welcome mode when passing a session as argumentDaniel Molkentin2009-06-124-21/+28
* | API review of IRunConfigurationFactory.con2009-06-1212-89/+38
* | Merge commit 'origin/1.2'con2009-06-1235-457/+211
|\ \ | |/
| * Apply bold to the current line number by defaultThorbjørn Lindeijer2009-06-124-10/+15
| * Fixed crash in the cpp hover handlerThorbjørn Lindeijer2009-06-121-1/+1
| * Create the path of the settings database if it doesn't exist yetThorbjørn Lindeijer2009-06-121-0/+5
| * Corrected name of .config editorThorbjørn Lindeijer2009-06-125-8/+7
| * Bring file up to date with our build repo.Daniel Molkentin2009-06-121-14/+0
| * cdb: Be a bit more robust when detecting debuggin tools for win, 64 bit.Daniel Molkentin2009-06-122-5/+9
| * welcome screen: capitalization fixesDaniel Molkentin2009-06-121-2/+2
| * welcome mode: always show default session, gui fixesDaniel Molkentin2009-06-122-24/+26
| * No need to pass non-required parameters around.Daniel Molkentin2009-06-124-13/+11
| * Update some URLs.Daniel Molkentin2009-06-121-2/+2
| * debugger: kill the debugger if it is still running after it said it has died.hjk2009-06-121-4/+8
| * Changes file updatesThorbjørn Lindeijer2009-06-125-7/+7
| * Don't try to show an empty filename in the window titleThorbjørn Lindeijer2009-06-121-1/+3
| * Trimmed down the amount of files to patch on LinuxThorbjørn Lindeijer2009-06-121-281/+0
| * debugger: add a 'break at main' checkbox in the 'start and debug external' di...hjk2009-06-128-24/+57
| * debugger: move 'break by function' menu itemshjk2009-06-125-65/+51
| * fakevim: fix repetition of 'D'hjk2009-06-121-0/+1
| * fakevim: fix . after A and D in command modehjk2009-06-112-0/+2
| * fakevim: fix . after C in command modehjk2009-06-111-5/+13