Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |