summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Optimization: Minor object allocation speedupAaron Kennedy2010-04-011-1/+7
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-018-18/+94
|/
* Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-318-1039/+1138
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-311-20/+31
|\
| * Optimize QDeclarativeEngine::importExtensionmae2010-03-311-20/+31
* | Fix bug when adding import paths manuallyAlan Alpert2010-03-311-1/+7
|/
* Fix qml plugin loading with specified path in qmldirmae2010-03-301-3/+8
* WorkerScript was receiving events after deletion and trying to processBea Lam2010-03-301-1/+5