summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-17/+187
* C++ indenter: Indent member initializer lists correctly.Christian Kamm2010-07-161-1/+10
* C++ indenter: Respect user indent with stream operators.Christian Kamm2010-07-151-0/+22
* Added more visitor methods.Erik Verbruggen2010-07-151-67/+129
* Removed old test.Erik Verbruggen2010-07-154-594/+0
* Added ast-to-.dot "dump" utility for QML ASTs.Erik Verbruggen2010-07-152-0/+323
* Compile Windows.Friedemann Kleint2010-07-141-1/+1
* debugger: overhaul "state machine"hjk2010-07-142-0/+20
* On Linux/Mac, show home path as ~ in recent projects.con2010-07-143-1/+93
* Manual tests: Rename profiles to avoid conflicts.Friedemann Kleint2010-07-143-1/+1
* Add missing tests root project fileBill King2010-07-141-0/+3
* Manual tests: Get win scope right.Friedemann Kleint2010-07-131-1/+1
* Re-enable plain-c++ test.Friedemann Kleint2010-07-132-5/+4
* Added profiles for manual tests, cleaned up.Friedemann Kleint2010-07-1317-1301/+46
* Compile CCDB manual test.Friedemann Kleint2010-07-134-30/+115
* Add "make check" support to testcase makefiles.Bill King2010-07-1319-24/+23
* More work at getting autotests compiling.Bill King2010-07-133-6/+17
* Fixed testcases after changing QualifiedNameId.Erik Verbruggen2010-07-121-74/+7
* Replace SSH library.ck2010-07-122-0/+202
* Get this project compiling for the CI system.Bill King2010-07-121-2/+3
* Add some manual test files for two quick fixes.con2010-07-092-0/+77
* C++ indenter: Fix for extending if conditions.Christian Kamm2010-07-081-1/+1
* C++ indenter: Don't add continuation indent after function return type.Christian Kamm2010-07-081-1/+18
* C++ indenter: Enable class, struct, enum, namespace, using in functions.Christian Kamm2010-07-081-0/+14
* debugger: extend python manual test a bithjk2010-07-071-18/+47
* debugger: add manual test to handle console inputhjk2010-07-071-2/+15
* debugger: add test code for signal/slot debugginghjk2010-07-071-0/+37
* Fixed auto tests.Erik Verbruggen2010-07-071-19/+9
* C++ indenter: Add more functions to manage the indenter state.Christian Kamm2010-07-061-3/+3
* C++ indenter: Add special case rule for indenting enums.Christian Kamm2010-07-061-0/+4
* C++ indenter: Require explicit state update requests.Christian Kamm2010-07-061-0/+2
* Fix autotest build for cplusplus based tests.Christian Kamm2010-07-062-3/+3
* C++ indenter: Fix 'else' indentation in GNU style.Christian Kamm2010-07-061-0/+7
* Increased dumper accuracy by genererating the dumper methods.Erik Verbruggen2010-07-062-46/+1647
* Fix autotests so that they're compiling again.Bill King2010-07-0613-187/+51
* C++ indenter: Make building custom styles easier, fix style issues.Christian Kamm2010-07-051-2/+55
* C++: Introduce the new CodeFormatter.Christian Kamm2010-07-023-1/+715
* debugger: improve QRegion dumperhjk2010-07-011-0/+3
* debugger: add a simple-minded dumper for QRegionhjk2010-06-301-0/+11
* debuggger: fix dumping of array of string typeshjk2010-06-291-0/+12
* Tests: Fix typeprettyprinter.Christian Kamm2010-06-291-3/+4
* debugger: don't try to compute tooltip if it's not shownhjk2010-06-291-7/+27
* Tests: Fix ChangeSet test - now use start,end instead of start,length.Christian Kamm2010-06-291-42/+42
* Qml autotests: Fix compilation errorsKai Koehne2010-06-292-8/+8
* debugger: make QVector dumper show address of elements.hjk2010-06-281-1/+11
* debugger: make qulonglong visible in Local&Watchershjk2010-06-281-3/+9
* Fixed test after changing the AST representation of the postfix expression.Erik Verbruggen2010-06-251-18/+14
* debugger: adjust loading/saving of watched expressions to recent changeshjk2010-06-251-3/+1
* Merge remote branch 'origin/2.0'con2010-06-243-11/+11
|\
| * QML WebKit component is now named QtWebKitAlexis Menard2010-06-233-11/+11