summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+1
|\
| * Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-021-0/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-021-1/+1
|\ \ | |/
| * Doc: Fixed typoThorbjørn Lindeijer2010-11-011-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ | |/
| * Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-8/+78
|\ \ | |/
| * Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
| * Compile on WinCEAaron Kennedy2010-10-131-2/+2
| * Compile on MSVC2008Aaron Kennedy2010-10-121-3/+2
| * Fix autotest on windowsAaron Kennedy2010-10-111-0/+12
| * Allow objectName to be used in QML bindingsAaron Kennedy2010-10-111-8/+35
| * Install the declarative objectNameChanged callbackAaron Kennedy2010-10-111-0/+4
| * Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-081-0/+26
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-051-10/+8
|\ \ | |/
| * Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-011-9/+7
| * Documentation: input to Qt.rgba should be from 0-1, not 0-255.Michael Brasser2010-10-011-1/+1
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-3/+9
|\ \ | |/
| * Register QtQuick 1.0 module.Aaron Kennedy2010-09-291-3/+9
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-1/+3
|\ \ | |/
| * Improve docs for Qt.quit()Bea Lam2010-09-231-1/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-1/+1
|\ \ | |/
| * This patch allows modifications on PropertyChanges on the flyThomas Hartmann2010-09-141-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-5/+8
|\ \ | |/
| * 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
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-16/+18
|\ \ | |/
| * 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: Fixes to Qt Quick documentation.David Boddie2010-08-091-3/+3
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-23/+18
|\ \ \ | | |/ | |/|
| * | doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-111-3/+4
| |/
| * 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
* | Remove usage of deprecated QScriptValue* functionOlivier Goffart2010-08-061-6/+6
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-15/+15
|/
* 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