summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qml Debugging: Only enable if explicitly requestedv4.7.1Jason McDonald2010-11-031-0/+1
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
* Register QtQuick 1.0 module.Aaron Kennedy2010-10-011-3/+9
* This patch allows modifications on PropertyChanges on the flyThomas Hartmann2010-09-141-1/+1
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-061-1/+1
|\
| * Support passing QObject derived types to QML methodsAaron Kennedy2010-09-031-1/+1
* | Doc: Added types to method and signal documentation; other fixes.David Boddie2010-09-011-2/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-311-0/+3
|\
| * Fix application exiting in embedded qml examplesJoona Petrell2010-08-301-0/+3
* | Simplify type management codeAaron Kennedy2010-08-271-2/+2
|/
* QDeclarativeEngineDebugServer: make it a singleton.Olivier Goffart2010-08-241-5/+2
* Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-241-1/+1
* Allow QML Quit buttons to work inside QtDemo.Alan Alpert2010-08-201-1/+1
* QDeclarativeImageProvider: Do not keep the global declarative mutex locked wh...Olivier Goffart2010-08-191-6/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-161-0/+2
|\
| * qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-131-3/+4
|\ \ | |/
| * doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-111-3/+4
* | Doc: Fixes to Qt Quick documentation.David Boddie2010-08-091-3/+3
|/
* Fixed comment about all enums being accessible in QML. Fix for QTBUG-12527.Jerome Pasion2010-08-021-3/+2
* 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