summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+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-171-1/+1
|\
| * Qt.include() used in WorkerScript is broken on Windows.Martin Jones2011-03-161-1/+1
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-171-3/+63
|\|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-141-3/+63
| |\
| | * Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-111-3/+63
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-6/+1
|\| |
| * | Doc: Fixed invalid/incomplete QML code snippets.David Boddie2011-01-171-6/+1
| |/
* | 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 branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-241-1/+1
|\|
| * WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-0/+13
|\|
| * Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+13
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-2/+28
|\|
| * Add documentation about script evaluation context and allowed typesBea Lam2010-11-041-2/+28
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-0/+1
|\|
| * qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-1/+1
|/
* Minor doc fixesBea Lam2010-06-111-1/+4
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-3/+3
* Allow js files with '.pragma library' to be used from WorkerScriptBea Lam2010-05-261-0/+1
* Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-241-9/+1
* Allow resource files to be loaded in WorkerScriptBea Lam2010-05-241-3/+11
* doc fixBea Lam2010-05-181-2/+2
* Qt.include() support in worker scriptsAaron Kennedy2010-05-141-1/+5
* Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-301-7/+22
* Move documentation code to snippet.Yann Bodson2010-04-121-41/+15
* Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-0/+13
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* WorkerScript was receiving events after deletion and trying to processBea Lam2010-03-301-1/+5
* Fix mutex handling that was causing tests to sometimes crash/fail.Bea Lam2010-03-231-2/+2
* Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-161-630/+17
* Add WorkerScript docs and tests.Bea Lam2010-03-031-1/+82
* Add docs and tests for WorkerListModel.Bea Lam2010-03-021-1/+136
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+1041