summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmldebug/tst_qmldebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-841/+0
* Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | For qmldebug* tests, make sure engine is running before the test threadBea Lam2010-02-151-16/+24
|/
* Clean upBea Lam2010-02-111-0/+2
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-1/+1
* Use console.log, not print.Warwick Allison2009-11-231-1/+1
* Move debugger tests out of debugger/ subdirBea Lam2009-11-171-0/+831
* Add QmlDebugClient and QmlDebugService tests and move debugger-relatedBea Lam2009-11-101-797/+0
* Additional testsBea Lam2009-11-101-5/+0
* Additional testsBea Lam2009-11-101-14/+226
* Improve queryObjectRecursive() test and clean up.Bea Lam2009-11-091-175/+171
* Initial qmldebug tests.Bea Lam2009-11-091-0/+594