summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with QT_NO_XMLSTREAMREADERTasuku Suzuki2010-07-291-0/+2
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-291-17/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-271-3/+3
|\
| * Fix QT_NO_DATESTRINGTasuku Suzuki2010-07-271-3/+3
* | various doc fixesBea Lam2010-07-271-1/+1
|/
* Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-221-2/+2
* Expand QtObject docBea Lam2010-07-211-7/+40
* various doc improvements for animation elementsBea Lam2010-07-201-4/+11
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-141-7/+3
|\
| * Fixing merge conflicts.Martin Smith2010-07-131-28/+42
| |\
| * | qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-091-2/+2
| * | qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-071-3/+3
* | | Split responsibilities in QDeclarativeExpression more cleanlyAaron Kennedy2010-07-141-1/+1
| |/ |/|
* | doc improvementsBea Lam2010-07-091-0/+4
* | Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-081-14/+25
* | Micro optimization in QML date/time formatting functions.Michael Brasser2010-07-081-12/+15
* | fix doc linksBea Lam2010-07-021-2/+3
* | Fix docs to link to the new QML Viewer page instead of the Runtime pageBea Lam2010-07-021-2/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-291-5/+19
|\
| * Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-251-5/+19
* | Doc: Changed links to explicitly refer to QML objects.David Boddie2010-06-181-11/+11
|/
* Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-5/+6
* Move some example code into snippets/ and add other doc fixesBea Lam2010-06-091-5/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-10/+24
|\
| * Various doc fixes and improvementsBea Lam2010-05-311-10/+24
* | Fix QT_NO_TEXTDATE compilation errors.Andreas Aardal Hanssen2010-05-311-0/+4
|\ \ | |/ |/|
| * Fix QT_NO_TEXTDATETasuku Suzuki2010-05-251-0/+4
* | Doc fixes, improvementsBea Lam2010-05-261-58/+44
* | Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-241-2/+2
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-241-0/+11
* | Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-211-2/+304
|/
* Stop warnings.Warwick Allison2010-05-201-10/+10
* Search for QML import libraries also in application directoryKai Koehne2010-05-191-4/+6
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-2/+2
* Qt.include() support in worker scriptsAaron Kennedy2010-05-141-0/+3
* Only add "include" property in non-workerscript threadsAaron Kennedy2010-05-141-1/+2
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-141-0/+2
* Fix broken benchmarks.Michael Brasser2010-05-131-5/+6
* Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-061-1/+3
* Fix some compiler warnings.Martin Jones2010-05-051-23/+23
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-051-1/+1
|\
| * Fix qdoc errorsBea Lam2010-05-051-1/+1
* | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
|/
* Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+12
* Fix assignment of value types to javascript var.Michael Brasser2010-04-301-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-8/+4
|\
| * Simplify QDeclarativeGuard logicAaron Kennedy2010-04-291-8/+4
* | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+10
|/
* Don't call qRegisterMetaType() in global scopeBea Lam2010-04-291-0/+1
* Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-291-815/+9