summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+10
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-24148-6924/+6924
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2411-6/+16
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2410-3/+14
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2410-3/+14
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-231-1/+2
| | | |\
| | | | * Fix compilation with namespace.ck2010-02-231-1/+2
| | | * | Merge remote branch 'origin/master'Thiago Macieira2010-02-2332-749/+733
| | | |\ \ | | | | |/
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-231-2/+2
| | | | |\
| | | | | * Fix compilation with namespace.ck2010-02-221-2/+2
| | | * | | Merge remote branch 'origin/master'Thiago Macieira2010-02-2029-581/+885
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-199-0/+11
| * | | | | Disallow ids that start with upper case letters.Bea Lam2010-02-241-3/+2
| |/ / / /
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2332-433/+1092
|\ \ \ \ \ | |/ / / /
| * | | | Added missing destructor to QmlExtensionInterface.Roberto Raggi2010-02-231-0/+1
| * | | | Merge branch 'qtruntime'Roberto Raggi2010-02-2310-200/+722
| |\ \ \ \
| | * | | | Get rid of QmlModulePlugin.Roberto Raggi2010-02-234-200/+0
| | * | | | Look for QML plugins in the paths specified in QML_PLUGIN_PATH env var.Roberto Raggi2010-02-234-6/+31
| | * | | | Added QmlEnginePrivate::resolvePlugin.Roberto Raggi2010-02-232-3/+92
| | * | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2323-246/+384
| | |\ \ \ \
| | * | | | | Load QML extensions.Roberto Raggi2010-02-227-25/+62
| | * | | | | Document the QmlExtensionPlugin interface.Roberto Raggi2010-02-223-0/+157
| | * | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2232-747/+731
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Introduced QmlEngine::importExtension.Roberto Raggi2010-02-222-1/+21
| | * | | | | Get rid of the unfriendly ImportedNamespace::isBuiltin flag.Roberto Raggi2010-02-191-27/+16
| | * | | | | Added QmlExtensionPlugin and QmlExtensionInterface.Roberto Raggi2010-02-194-2/+75
| | * | | | | Introduced a new parser for qmldir files.Roberto Raggi2010-02-194-20/+352
| | | |_|_|/ | | |/| | |
| * | | | | Fix build on solarisAlan Alpert2010-02-231-1/+1
| * | | | | More precise compiler errorsAlan Alpert2010-02-231-2/+2
| | |_|/ / | |/| | |
| * | | | String to enum conversion in value typesAaron Kennedy2010-02-235-12/+38
| * | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-232-0/+127
| * | | | QmlExpression API reviewAaron Kennedy2010-02-238-58/+38
| * | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-2314-160/+163
* | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-238-50/+30
|/ / / /
* | | | Fix but in QmlMetaProperty assignment operatorAaron Kennedy2010-02-231-0/+2
* | | | Small QmlMetaProperty code cleanupAaron Kennedy2010-02-231-16/+16
| |/ / |/| |
* | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2231-746/+730
* | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-18136-139/+151
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-16135-138/+150
| |\
| | * Fix copyright year.Jason McDonald2010-02-16135-135/+135
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-163-2/+14
* | | Make QmlDom API internalKai Koehne2010-02-185-409/+420
* | | Compile fix with namepaceshjk2010-02-183-1/+9
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-1724-171/+456
|\ \ \ | |/ / |/| |
| * | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-1710-166/+258
| * | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-1610-258/+166
| * | Mobility 404Wolfgang Beck2010-02-161-2/+2
| * | Fix crash in QmlMetaProperty that could occur when using value-typeMichael Brasser2010-02-162-4/+4