summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fixed QtDeclarative autotest deployment for WinCE devices.jaanttil2012-02-061-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-174-0/+30
|\
| * Qt.include() used in WorkerScript is broken on Windows.Martin Jones2011-03-164-0/+30
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-175-0/+76
|\|
| * Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-115-0/+76
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-021-0/+5
|\ \
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-0/+5
| |\|
| | * Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+5
* | | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-1/+1
|\| |
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| |/
* / Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-3/+3
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-021-1/+1
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-172-3/+5
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
* Allow js files with '.pragma library' to be used from WorkerScriptBea Lam2010-05-267-29/+76
* Remove license headers from test data.Warwick Allison2010-05-241-41/+0
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-1/+1
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
* Remove expected warningBea Lam2010-03-082-19/+2
* Make test compileBea Lam2010-03-081-3/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-052-11/+13
|\
| * Fix tests failing due to javascript eval errors.Bea Lam2010-03-042-11/+13
* | Fix test leaksBea Lam2010-03-051-0/+4
|/
* Increase test timerBea Lam2010-03-041-1/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-041-1/+1
|\
| * Fix url in source() test.Bea Lam2010-03-041-1/+1
* | Fix test to listen for signal instead of try-waiting for property.Bea Lam2010-03-042-7/+11
|/
* Add WorkerScript docs and tests.Bea Lam2010-03-034-0/+225