summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Make bindings dump more usefulAaron Kennedy2010-04-121-46/+69
* Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
* CleanupAaron Kennedy2010-04-092-88/+95
* Disallow writes to read-only value type propertiesAaron Kennedy2010-04-091-0/+4
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+6
* Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+10
* Fix crash in QML library importsAaron Kennedy2010-04-091-0/+1
* Remove QT_VERSION checks in QMLAaron Kennedy2010-04-095-45/+0
* List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
* Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-0/+13
* unwarnWarwick Allison2010-04-091-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-091-7/+23
|\
| * Better reporting of extension plugin loading errors.Warwick Allison2010-04-091-7/+23
* | Use variant instead of var in QMLAaron Kennedy2010-04-093-21/+10
|/
* Tune plugin import mechanismmae2010-04-083-35/+120
* Fix compile warningsmae2010-04-081-1/+1
* Don't crash when QML engine is deletedAaron Kennedy2010-04-081-3/+2
* Fix crash on null object assignmentAaron Kennedy2010-04-081-1/+2
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+4
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-085-7/+44
* Make script and binding assignments identical for list propertiesAaron Kennedy2010-04-081-1/+5
* Fix qdeclarativeecmascript::arrayExpression() testAaron Kennedy2010-04-081-1/+1
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-0815-96/+148
* Do not create a QScriptValue for an object being deletedAaron Kennedy2010-04-081-0/+3
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
* Don't optimized extended type constructionAaron Kennedy2010-04-083-1/+9
* Correctly handle shutdown order in the presence of QWidgetsAaron Kennedy2010-04-081-1/+1
* Initialize QDeclarativeData even when not using a QDeclarativeEngineAaron Kennedy2010-04-082-5/+14
* Fix location of error message.Warwick Allison2010-04-081-2/+2
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-081-12/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-082-6/+15
|\
| * Revert "Support QList<QObject*> properties"Aaron Kennedy2010-04-087-98/+69
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-087-69/+98
| |\
| | * Support QList<QObject*> propertiesAaron Kennedy2010-04-087-69/+98
| * | Fix setting of pointSize and pixelSize in different items.Martin Jones2010-04-082-6/+15
| |/
* | Give error if attempt to import from a version that is not installed.Warwick Allison2010-04-081-0/+12
* | Test actual error messages. Fix error messages. Test module-not-available error.Warwick Allison2010-04-081-2/+4
|/
* Build on Windows.Martin Jones2010-04-071-1/+6
* Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-0713-142/+34
* Disallow nested elements in ListModelAaron Kennedy2010-04-071-0/+3
* Disallow creation of attached objects Keys and KeyNavigationMartin Jones2010-04-071-0/+32
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-0799-367/+370
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-061-1/+1
| |\
| | * Labs (experimental) Gesture support.Warwick Allison2010-04-061-1/+1
| * | Fix QtDeclarative public headers to include <QtDeclarative/foo.h>Thiago Macieira2010-04-024-9/+9
| * | Update #include of private headers in QtDeclarativeThiago Macieira2010-04-0295-331/+331
| |/
| * Fix loading of _debug.dylib plugins under OSX.Roberto Raggi2010-04-011-1/+4
| * import "." first - i.e. override it by everything else.Warwick Allison2010-04-011-25/+25
* | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-013-10/+13
* | Crash: Assign context in CreateSimpleObject tooAaron Kennedy2010-04-011-6/+6