summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Add a dumper test for shared_ptr<ThingWithVTable>hjk2016-11-251-0/+20
* tst_dumpers: Restore compilation with MSVCKevin Funk2016-11-251-1/+1
* Debugger: Use int instead of bool in test code that can be Chjk2016-11-241-1/+1
* Clang: Partial fix for highlighting off output argumentsMarco Bubke2016-11-242-0/+19
* Debugger: Skip dumper tests automatically depending on build environmenthjk2016-11-241-9/+22
* Debugger: Add a QStandardItem dumperhjk2016-11-241-0/+14
* QmlDesigner: Fix ambiguous ids in plugin testprojectRobert Loehning2016-11-242-4/+4
* Clang: Fix highlighting of instance with member for writable argumentsMarco Bubke2016-11-231-1/+12
* Clang: Add disabled test case for HighlightingMarksMarco Bubke2016-11-232-0/+24
* Clang: Fix updating dependenciesNikolai Kosjar2016-11-231-0/+13
* Debugger: Robustify QRegExp dumperhjk2016-11-231-3/+6
* QmlDesigner: Add warning about expected error to testfileRobert Loehning2016-11-231-0/+1
* QmlDesigner: Fix ambiguous idsRobert Loehning2016-11-232-2/+2
* Debugger: Remove some old and unused test codehjk2016-11-211-28/+0
* Debugger: Make QFiniteStack dumper work on macOShjk2016-11-181-1/+2
* Debugger: Fix QFiniteStack dumper and add missing auto testhjk2016-11-181-0/+62
* Clang: Tests: Fix compilationNikolai Kosjar2016-11-173-2/+36
* Debugger: Improve QAtomicPointer dumperhjk2016-11-161-0/+25
* Debugger: Disable some of the LLDB inheritance dumperhjk2016-11-161-3/+4
* Debugger: Make QRegExp dumper test pass on Machjk2016-11-161-0/+1
* Reduce thread priority for test parsingEike Ziller2016-11-151-1/+1
* Debugger: Force #include <boost/version.hpp> in boost dumper testshjk2016-11-141-0/+3
* Replace WIN32 define with _WIN32Kai Koehne2016-11-141-2/+2
* Squish: Fix triggering items listed under "Recent Files"Christian Stenger2016-11-142-3/+3
* Squish: Fix property of projects kit viewChristian Stenger2016-11-111-1/+1
* Squish: Handle wizard check for Quick Controls 2 ApplicationChristian Stenger2016-11-112-0/+7
* Debugger: Use less GDB inferior calls in normal field extractionhjk2016-11-101-6/+34
* Debugger: Re-enable access to dumper.Value by integral indexhjk2016-11-101-0/+5
* Squish: Fix tst_default_settingsChristian Stenger2016-11-072-23/+44
* Debugger: Move base class numbering to generic codehjk2016-11-041-6/+12
* Debugger: Make dumpers work for Qt 4 againhjk2016-11-021-30/+32
* Debugger: Replace "__int64" with "int64" when looking up typesDavid Schulz2016-11-021-4/+4
* make resource file handling able to deal with QMakeProject's VFSOswald Buddenhagen2016-11-011-6/+6
* chuck sysroot handling out of ProFileEvaluatorOswald Buddenhagen2016-11-011-2/+2
* Debugger: Make rvalue dumper passhjk2016-11-011-43/+82
* Debugger: Adjust dumper test to cdb python dumperDavid Schulz2016-11-011-189/+148
* Debugger: Split error messages in debugger output testshjk2016-11-011-3/+15
* Debugger: Disable Nim dumper auto testhjk2016-11-011-0/+5
* runextensions: Add convenience method for result handlerEike Ziller2016-10-311-0/+59
* Debugger: Introduce and use type ids instead of type in dumpershjk2016-10-281-39/+29
* Debugger: Don't optimize dumper testshjk2016-10-271-1/+2
* QmlDesigner: Adding manual test for cpp mockupsThomas Hartmann2016-10-2510-0/+318
* Debugger: Don't force dumper test to be build with forced debughjk2016-10-241-4/+0
* Clang: Fix delayed reparse of dirty and visible but not current documentsNikolai Kosjar2016-10-182-0/+37
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-171-0/+4
|\
| * fix build of qmldesigner coretests against namespaced qtOswald Buddenhagen2016-10-141-0/+4
* | Debugger: Show raw object data for pixmaphjk2016-10-131-1/+3
* | Squish: Update tst_session_handling againRobert Loehning2016-10-131-3/+3
* | Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-122-9/+10
|\ \ | |/
| * Squish: Fix openVcsLog() when an OutputWindow is already shownRobert Loehning2016-10-121-0/+2