summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Don't truncate image:// url strings prematurelyBea Lam2010-12-201-4/+8
* Qt.include() docs weren't being picked up by qdocBea Lam2010-12-061-0/+27
* Mention that image providers should be added before loading QML filesBea Lam2010-12-031-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-301-2/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-261-1/+2
| |\
| | * Declarative: Fix compiler warnings (Linux/g++)Friedemann Kleint2010-11-261-1/+2
* | | Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-3/+1
* | | Fix warnings related to unused variables.Thiago Macieira2010-11-261-0/+2
|/ /
* | Fix type punning warnings from gccAaron Kennedy2010-11-261-23/+30
|/
* Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-021-0/+1
* Doc: Fixed typoThorbjørn Lindeijer2010-11-011-1/+1
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* 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
* 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
* Register QtQuick 1.0 module.Aaron Kennedy2010-09-291-3/+9
* Improve docs for Qt.quit()Bea Lam2010-09-231-1/+3
* 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
|\