summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeconnection
Commit message (Collapse)AuthorAgeFilesLines
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2913-13/+13
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Various declarative autotest additions.Michael Brasser2010-09-235-0/+57
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* missed filesWarwick Allison2010-04-294-0/+29
|
* Stricter (but controllable) error reporting on Connections signal-name ↵Warwick Allison2010-04-291-0/+37
| | | | error. And test.
* Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-232-0/+51
| | | | Reviewed-by: Michael Brasser
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-214-4/+4
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Fixed qdeclarativeconnection test.Rohan McGovern2010-02-266-0/+169
| | | | .pro file name must match directory name.
* Rename files to follow class name.Warwick Allison2010-02-266-169/+0
| | | | Task-number: QT-2822
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-265-12/+8
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-8/+8
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-0/+173
QDeclarativeXXX.