aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-730/+0
* Fix crash bug related to QDeclarativeListModelCharles Yin2012-02-031-2/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Don't hang the worker script engineCharles Yin2012-01-241-0/+4
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-151-6/+0
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-141-1/+0
* Don't use idle priority for background threads.Martin Jones2011-12-021-1/+1
* Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-241-2/+2
* Clean up declarative includesKent Hansen2011-10-171-5/+5
* Fix crashes caused by handle management in worker threadsChris Adams2011-10-101-1/+2
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-1/+1
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-6/+4
* Implement global handle trackingAaron Kennedy2011-06-081-6/+6
* Dispose of WorkerScripts in correct IsolateAaron Kennedy2011-06-071-3/+4
* Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\
| * Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
* | Initial V8 integrationAaron Kennedy2011-06-061-218/+191
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+753