summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeworkerscript.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Qt.include() used in WorkerScript is broken on Windows.Martin Jones2011-03-161-1/+1
| | | | | | | | | The script local filename was used to resolve the source URL rather than the script URL. Change-Id: I78aa23eadbd76e100bb872b6ac9459aa9a5ee5ce Task-number: QTBUG-17977 Reviewed-by: Aaron Kennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-141-3/+63
|\ | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Don't leak ScopeChainNode's Rename 'plugins\qmldebugging' (work around qmake issues) Correct the "module not installed" error handling Flickable uses the flick velocity to determine whether to retain grab Make addImportPath() work for windows paths starting with lower case Report any exceptions occurring in WorkerScript javascript code MouseArea docs - link to onCanceled() from onReleased()
| * Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-111-3/+63
| | | | | | | | | | | | Task-number: QTBUG-17183 Change-Id: I709cca0bdce247ca9250c4f334654e2ff57b0b32 Reviewed-by: Aaron Kennedy
* | Doc: Fixed invalid/incomplete QML code snippets.David Boddie2011-01-171-6/+1
|/
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1
| | | | | | | | We use idle priority for image loading and XmlListModel in order to keep the UI responsive, but WorkerScript used LowPriority which would significantly reduce CPU available for image loading. Task-number: QTBUG-16167
* Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+13
| | | | | Task-number: QTBUG-14666 Reviewed-by: Aaron Kennedy
* Add documentation about script evaluation context and allowed typesBea Lam2010-11-041-2/+28
| | | | Task-number: QTBUG-14919
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
| | | | ...and a set of functional group pages.
* Minor doc fixesBea Lam2010-06-111-1/+4
|
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-3/+3
| | | | examples from class docs and improve assorted docs
* 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
| | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital.
* 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
| | | | the leaking of the worker agent in ListModel.
* 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
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* WorkerScript was receiving events after deletion and trying to processBea Lam2010-03-301-1/+5
| | | | these events.
* 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
| | | | Task-number: QT-2829
* Add WorkerScript docs and tests.Bea Lam2010-03-031-1/+82
| | | | Task-number: QT-2807
* Add docs and tests for WorkerListModel.Bea Lam2010-03-021-1/+136
| | | | Task-number: QT-2807
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1041
QDeclarativeXXX.