aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* debugger: start work on new stand-alone test for debugging helpershjk2009-04-084-2/+27
* fakevim: work on autotestshjk2009-04-081-62/+114
* debugger: rename data dumpers into "debugging helpers"hjk2009-04-071-0/+2
* debugger: make assignment in watch window look nicer, also make it work inhjk2009-04-071-1/+2
* ask for dumper for QSharedPointerMarco Bubke2009-04-071-0/+6
* debugger: work on test suitehjk2009-04-071-6/+14
* debugger: work on autotestshjk2009-04-071-10/+30
* debugger: allow short stack to be expanded by a context menu item orhjk2009-04-071-1/+0
* debugger: work on auto testhjk2009-04-062-3/+44
* debugger: work on gdbmi test caseshjk2009-04-061-48/+14
* debugger: move mi parser test case to a proper autotesthjk2009-04-062-0/+131
* fakevim: work on auto testshjk2009-04-062-3/+154
* fakevim: make empty auto test compilehjk2009-04-062-6/+15
* debugger: new test case for char arrayshjk2009-04-032-1/+11
* fakevim: fix some autoindent issueshjk2009-04-031-0/+8
* debugger: show non-ASCII in QString, toohjk2009-04-021-2/+3
* fakevim: re-use the undo/redo capability of QTextDocument instead ofhjk2009-04-011-0/+3
* fakevim: make standalone version compile after the settings changeshjk2009-03-312-4/+16
* fakevim: make Alt-V Alt-V a global togglehjk2009-03-301-1/+1
* debugger: cosmetical improvements of QVariant dumper outputhjk2009-03-261-2/+10
* debugger: dumper status message cosmeticshjk2009-03-261-1/+4
* debugger: use dumpers build alongside Qthjk2009-03-261-1/+0
* fakevim: fine-tune autocompletionhjk2009-03-251-0/+1
* debugger: work on using prebuilt dumpershjk2009-03-231-1/+0
* allow in-line editing of watcher expressionshjk2009-03-191-0/+1
* debugger: reorganizing settings and actions in progresshjk2009-03-191-1/+1
* Fixes: debugger: also show the original address in a tooltip whenhjk2009-03-111-0/+5
* Fixes: debugger: implement custom dumpers for std::sethjk2009-03-111-0/+18
* Simple manual test for the preprocessor.Roberto Raggi2009-03-092-0/+46
* fix compileOswald Buddenhagen2009-03-051-2/+2
* Fixes: fakevim: make 'Passing mode' sticky as a (hopefully temporary)hjk2009-03-051-3/+3
* Fixes: fakevim: let Ctrl-K pass to creator corehjk2009-03-041-2/+1
* Fixes: debugger: provide gdb macro based dumpers for QString and QStringListhjk2009-03-031-0/+3
* Improved the way we expand function-like macros when we can't collect all the...Roberto Raggi2009-03-031-4/+18
* Compile.Roberto Raggi2009-03-031-2/+3
* Initial testing of the preprocessor.Roberto Raggi2009-03-023-1/+38
* Fixes: change file license headers to include LGPLhjk2009-02-2521-441/+357
* Merge branch '1.0.0' into master-masterOswald Buddenhagen2009-02-241-0/+10
|\
| * Fixes: add a list of things to check in the manual debugger testhjk2009-02-241-0/+10
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-242-1/+6
|\|
| * make the testcase output some html to check for overquotingOswald Buddenhagen2009-02-232-1/+6
* | Skip __complex__, __imag__ and __real__Roberto Raggi2009-02-232-1/+3
* | Oops! check the symbol's name :-)Roberto Raggi2009-02-191-1/+1
* | We need to look at the symbol's location to implement the qualified name lookup.Roberto Raggi2009-02-191-21/+59
* | Initial work on unqualified and qualified name lookup.Roberto Raggi2009-02-191-4/+140
* | Initial work on the binder.Roberto Raggi2009-02-192-8/+302
* | updated the pro fileRoberto Raggi2009-02-191-8/+8
* | Fun with the binding pass.Roberto Raggi2009-02-194-0/+128
* | More testing.Roberto Raggi2009-02-121-2/+26
* | Added test case for declarations of "pointer to const T".Roberto Raggi2009-02-111-0/+24