summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick: Update license headers and sales contact details.con2009-06-1622-43/+43
* debugger: kill the debugger if it is still running after it said it has died.hjk2009-06-121-0/+3
* fakevim: fix . after C in command modehjk2009-06-111-0/+10
* fakevim: fix cursor column positioning bug after cfx + <Down>hjk2009-06-111-0/+13
* fix test buildOswald Buddenhagen2009-06-101-1/+0
* fakevim: fix problem where previously inserted text became part of a '.'hjk2009-06-042-5/+25
* debugger: implement a dumper for QAbstractItemModelhjk2009-06-031-0/+17
* fakevim: more undo workhjk2009-06-031-5/+4
* fakevim: remove old undo hack as QPlainTextEdit's own undo works well now.hjk2009-06-031-1/+7
* fakevim: fix behaviour of 'r' at end of linehjk2009-06-031-2/+18
* debugger: re-start work on image dumperhjk2009-05-291-0/+1
* remove qstringbuilder codehjk2009-05-292-319/+0
* qstringbuilder: final version to merge into Qt properhjk2009-05-271-2/+2
* Revert "qstringbuilder: a version without QLatin1Literal"hjk2009-05-271-13/+12
* qstringbuilder: a version without QLatin1Literalhjk2009-05-271-12/+13
* qstringlist: polishinghjk2009-05-261-0/+49
* qtringbuilder: simplify by removing the QStringBuilder<QString> specializationhjk2009-05-261-3/+3
* qstringbuilder: add a new benchmark using QString::arghjk2009-05-261-0/+21
* debugger: basic support for reverse debugginghjk2009-05-251-0/+9
* qstringbuilder: also accept QStringRefhjk2009-05-251-0/+14
* qstringbuilder: handle QLatin1Strings directly.hjk2009-05-252-103/+177
* work on stringbuilder benchmarkhjk2009-05-201-10/+18
* qstringbuilder: make it work for the char % string casehjk2009-05-202-15/+50
* debugger: add a primitive json parser (copied and trimmed from the mi parser)hjk2009-05-192-20/+36
* Improved a little bit the example and show how to compute the deps for all th...Roberto Raggi2009-05-131-19/+59
* Show how to use the preprocessor to generate deps.Roberto Raggi2009-05-131-10/+81
* Merge commit 'enrico/master'Oswald Buddenhagen2009-05-121-3/+0
|\
| * Remove unneeded strings from translation.Enrico Ros2009-05-111-3/+0
* | Rewrote PrettyPrinter to output the document exactly as it was beforeThorbjørn Lindeijer2009-05-111-4/+9
|/
* debugger: fix start of remote serverhjk2009-05-071-1/+1
* debugger: initial work to start a remote gdbserverhjk2009-05-061-0/+15
* fix MI parser & dumperOswald Buddenhagen2009-05-051-1/+1
* fakevim: fix typohjk2009-05-051-2/+2
* debugger: initial work on remote debugginghjk2009-05-041-0/+3
* Make QStringBuilder work with plain 'char' "chunks".hjk2009-04-301-13/+35
* Introduce a new QStringBuilder helper class to speed up building stringshjk2009-04-304-0/+155
* debugger: add dumper for QWeakPointerhjk2009-04-291-3/+7
* fakevim: fix 'dd' when cursor is not in the first columnhjk2009-04-291-0/+4
* debugger: add a dumper for QSharedPointerhjk2009-04-281-2/+14
* debugger: add a manual test for QSharedDataPointerhjk2009-04-171-0/+38
* Merge commit 'origin/1.1'con2009-04-173-46/+172
|\
| * debugger: add an autotest for the regexp used for paring 'info break' outputhjk2009-04-161-0/+38
| * debugger: add a destructor in the manual testhjk2009-04-161-0/+6
| * fakevim: fix cursor position for <n>j or <n>k and end or begin of documenthjk2009-04-161-0/+1
| * fakevim: autotests for 'e', 'dd', 'w', 'cc'hjk2009-04-161-46/+127
* | tests: add a script that runs elflint on all binarieshjk2009-04-171-0/+17
|/
* fakevim: fix the "Quit FakeVim" handlerhjk2009-04-141-0/+1
* debugger: less debug output in cases we know what's missinghjk2009-04-141-0/+1
* fakevim: fix positioning after 'w'hjk2009-04-141-11/+48
* fakevim: work on autotestshjk2009-04-141-20/+45