Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -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 Jones | 2011-03-16 | 1 | -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-integration | Qt Continuous Integration System | 2011-02-14 | 1 | -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 code | Bea Lam | 2011-02-11 | 1 | -3/+63 |
| | | | | | | | | | | | | Task-number: QTBUG-17183 Change-Id: I709cca0bdce247ca9250c4f334654e2ff57b0b32 Reviewed-by: Aaron Kennedy | ||||
* | | Doc: Fixed invalid/incomplete QML code snippets. | David Boddie | 2011-01-17 | 1 | -6/+1 |
|/ | |||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | WorkerScript could starve image loading of CPU. | Martin Jones | 2010-12-23 | 1 | -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 messages | Bea Lam | 2010-11-24 | 1 | -0/+13 |
| | | | | | Task-number: QTBUG-14666 Reviewed-by: Aaron Kennedy | ||||
* | Add documentation about script evaluation context and allowed types | Bea Lam | 2010-11-04 | 1 | -2/+28 |
| | | | | Task-number: QTBUG-14919 | ||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+1 |
| | | | | ...and a set of functional group pages. | ||||
* | Minor doc fixes | Bea Lam | 2010-06-11 | 1 | -1/+4 |
| | |||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -3/+3 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Allow js files with '.pragma library' to be used from WorkerScript | Bea Lam | 2010-05-26 | 1 | -0/+1 |
| | |||||
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 1 | -9/+1 |
| | |||||
* | Allow resource files to be loaded in WorkerScript | Bea Lam | 2010-05-24 | 1 | -3/+11 |
| | |||||
* | doc fix | Bea Lam | 2010-05-18 | 1 | -2/+2 |
| | |||||
* | Qt.include() support in worker scripts | Aaron Kennedy | 2010-05-14 | 1 | -1/+5 |
| | |||||
* | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 1 | -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 Bodson | 2010-04-12 | 1 | -41/+15 |
| | |||||
* | Make sure WorkerScript thread is stopped on deletion. This also fixes | Bea Lam | 2010-04-09 | 1 | -0/+13 |
| | | | | the leaking of the worker agent in ListModel. | ||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -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 process | Bea Lam | 2010-03-30 | 1 | -1/+5 |
| | | | | these events. | ||||
* | Fix mutex handling that was causing tests to sometimes crash/fail. | Bea Lam | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | Remove WorkerListModel and integrate its functionality into ListModel. | Bea Lam | 2010-03-16 | 1 | -630/+17 |
| | | | | Task-number: QT-2829 | ||||
* | Add WorkerScript docs and tests. | Bea Lam | 2010-03-03 | 1 | -1/+82 |
| | | | | Task-number: QT-2807 | ||||
* | Add docs and tests for WorkerListModel. | Bea Lam | 2010-03-02 | 1 | -1/+136 |
| | | | | Task-number: QT-2807 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+1041 |
QDeclarativeXXX. |