summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Improve QML compiler statisticsAaron Kennedy2010-03-292-9/+45
* Use error enum not numbersWarwick Allison2010-03-291-2/+2
* DocAaron Kennedy2010-03-291-45/+40
* Optimization: reduce allocationsAaron Kennedy2010-03-292-4/+4
* Remove "variant" QML propertiesAaron Kennedy2010-03-291-2/+1
* Use QDateTime when specifying a "date" property in QMLAaron Kennedy2010-03-295-4/+43
* Fix for qdeclarativelanguage::listPropertiesAaron Kennedy2010-03-291-2/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-292-29/+416
|\
| * Optimization: Don't use QVariant in QDeclarativeVMEMetaObjectAaron Kennedy2010-03-292-29/+416
* | Add importPathList, mainly for doc purposes.Warwick Allison2010-03-292-10/+25
|/
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-284-5/+9
* Recompute the source location of regexp literals.Roberto Raggi2010-03-262-2/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-265-161/+255
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-264-211/+138
| |\
| | * Remove some Script {} docsMartin Jones2010-03-252-89/+0
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-252-122/+138
| | |\
| | | * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-2533-123/+556
| | | |\
| | | * \ Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-243-3/+3
| | | |\ \
| | | * | | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-116/+132
| | | * | | Fix cast-from-ascii warningThiago Macieira2010-03-201-1/+1
| | | * | | Fix compilation on LinuxThiago Macieira2010-03-201-5/+5
| * | | | | Add missing files from 72599ca45c416f2f0a9654412c14a148ca3d728cAaron Kennedy2010-03-262-0/+167
| |/ / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-2515-46/+134
|\ \ \ \ \ | |/ / / /
| * | | | Optimize QML "parent" property accessAaron Kennedy2010-03-252-15/+75
| * | | | Protect the QDeclarativeListProperty used in QGraphicsItem with ifdefAlexis Menard2010-03-251-0/+4
| | |_|/ | |/| |
| * | | Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-252-5/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-252-4/+4
| |\ \ \
| | * | | Replace Animation's repeat property with loops.Michael Brasser2010-03-252-4/+4
| * | | | Remove faulty assert - the precondition is checked for correctly later onAaron Kennedy2010-03-251-2/+1
| |/ / /
| * | | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-242-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fix warnings in the declarative moduleThierry Bastian2010-03-233-3/+3
| | |/
| * | Disallow the implicit QDeclarativeGuardedContextData copy constructorAaron Kennedy2010-03-241-0/+10
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-246-4/+40
| |\ \
| | * | Add object ids to the metadata provided in debugger classes.Bea Lam2010-03-246-4/+40
| * | | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-245-50/+0
| |/ /
| * | Origin safety testing for imported resources.Warwick Allison2010-03-244-12/+44
* | | Forgot to add a file.Alan Alpert2010-03-251-8/+10
|/ /
* | Fix warning.Michael Brasser2010-03-231-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-231-2/+2
|\ \
| * | Fix mutex handling that was causing tests to sometimes crash/fail.Bea Lam2010-03-231-2/+2
* | | Basic Loader origin safety (for discussion).Warwick Allison2010-03-232-0/+18
|/ /
* | Manual merge.Warwick Allison2010-03-227-9/+81
* | Test imports with realistic paths (previously passed accidentally).Warwick Allison2010-03-221-3/+10
* | Remove exporting of QDeclarativeContext class symbolsKai Koehne2010-03-221-1/+1
* | Deprecate inline Script {} blocksAaron Kennedy2010-03-2218-23/+349
* | Remove dead performance measurement code from QMLAaron Kennedy2010-03-228-31/+2
* | Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-211-0/+2
* | Reduce amount of qmldir parsingmae2010-03-194-34/+38
* | Fix local type lookupmae2010-03-193-15/+24
|/
* Remove warningsYann Bodson2010-03-181-29/+30