aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Squish: Use isinstance() instead of comparing classnamesRobert Loehning2011-10-181-2/+2
* Squish: Let one function handle last page of all project wizardsRobert Loehning2011-10-173-25/+19
* QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-171-0/+24
* debugger: Added function to test NULL pointer dereferenceRobert Loehning2011-10-141-0/+6
* Squish: Moved remaining functions for creating projects to project.pyRobert Loehning2011-10-133-52/+54
* Squish: Fixed some minor problemsChristian Stenger2011-10-123-12/+39
* Debugger: Compile manual debugger tests and dumber lib with Qt5.Friedemann Kleint2011-10-106-8/+15
* Squish: Renamed "destination" to "target"Robert Loehning2011-10-103-24/+23
* Squish: Don't add temporary files to gitRobert Loehning2011-10-104-0/+5
* Squish: Merged variations of createNewQtQuickApplication()Robert Loehning2011-10-076-121/+38
* Squish: Moved contents of mainwin.py to other filesRobert Loehning2011-10-074-60/+57
* Squish: Changed bad naming and property issueChristian Stenger2011-10-062-2/+2
* Squish: Improved function checkCompile()Robert Loehning2011-10-063-12/+18
* Squish: Fixed a bug with paths containing '.'Christian Stenger2011-10-061-1/+1
* Squish: Updated existing tests to run on MacChristian Stenger2011-10-0613-33/+60
* Squish: Button was renamed to "Issues"Robert Loehning2011-10-061-7/+7
* Squish: Added test suite for debugger related testsRobert Loehning2011-10-056-5/+155
* CDB breakpoints: Fix line adjustment in case statements.Christian Kamm2011-10-041-3/+36
* Squish: Added wildcard for Next-button in cmake wizardRobert Loehning2011-09-291-1/+1
* Squish: Do not hook into subprocessesRobert Loehning2011-09-292-2/+2
* Squish: Added constant defaultQtVersionRobert Loehning2011-09-282-2/+4
* Squish: Remove also versioned .user filesChristian Stenger2011-09-275-14/+35
* Squish: Some smaller refactoringsChristian Stenger2011-09-2710-21/+19
* Squish: Starting test cases only if needed files are presentRobert Loehning2011-09-277-14/+28
* Squish: Using native directory separators on WindowsRobert Loehning2011-09-261-2/+2
* Improved testing of id renaming.Christian Stenger2011-09-261-16/+27
* Squish: Improved path constantsRobert Loehning2011-09-267-25/+26
* Fix extensionsystem auto test on windows.con2011-09-237-17/+9
* Added new qml test and continue refactoringChristian Stenger2011-09-2214-63/+225
* Update versions to be more inline with latest SDK install.Bill King2011-09-211-41/+83
* Cleanup to use new waitForSignal function.Bill King2011-09-2110-80/+34
* More sensible options (with fallback)Bill King2011-09-211-0/+6
* Shift temp dir into more findable location.Bill King2011-09-211-1/+4
* debugger: manual test, add QT += core-private for Qt 5hjk2011-09-212-6/+1
* Consistent names for AbstractGeneratedFileInfo::FileType keysAlessandro Portale2011-09-201-8/+8
* debugger: handle Qt version 5.0.0 in manual testshjk2011-09-201-49/+89
* QmlJS checks: Add tests and fix small bugs for 'unreachable'.Christian Kamm2011-09-201-0/+104
* debugger: fix a wrong sanity check in the dumpershjk2011-09-191-0/+12
* debugger: show at least "elide" markers for thread idshjk2011-09-191-12/+22
* debugger: add manual test for QVariantMaphjk2011-09-161-7/+32
* debugger: work on manual testhjk2011-09-151-127/+162
* QmlJS tests: Fix compile of 'check' test.Christian Kamm2011-09-141-1/+1
* QmlJS checks: Add tests.Christian Kamm2011-09-143-0/+47
* QmlJS checks: Correct the check for dangerous == and add tests.Christian Kamm2011-09-142-17/+58
* QmlJS: Add infrastructure for tests of QML static checker.Christian Kamm2011-09-144-1/+234
* QmlJS tests: Make basic test pass again.Christian Kamm2011-09-141-16/+16
* QmlJS indenter: Fix labelled statements and break/continue with label.Christian Kamm2011-09-141-10/+115
* Added indentation test for QmlChristian Stenger2011-09-122-0/+138
* C++: Fix function return type printing.Christian Kamm2011-09-121-0/+8
* New waitForSignal functionBill King2011-09-122-12/+21