summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-2413-26/+30
| | * | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2423-317/+328
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-241-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Fix wrong property name in qdeclarativeitem docsLeonardo Sobral Cunha2010-02-241-1/+1
| | | * | | | | | | | | | | | | Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-241-1/+1
| | | * | | | | | | | | | | | | Simplify QML element registration headersAaron Kennedy2010-02-2421-315/+326
| | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-1/+5
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2410-62/+188
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Add an "asynchonous" property to Image.Martin Jones2010-02-248-58/+178
| | | * | | | | | | | | | | | Removed unnecessary update calls in qmlgraphicsitemLeonardo Sobral Cunha2010-02-241-4/+0
| | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+10
| | * | | | | | | | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtWarwick Allison2010-02-2474-13/+14852
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | / / / / / / / / | | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-24335-16323/+16323
| | * | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2492-1111/+1746
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2492-1120/+1756
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2491-1108/+1744
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | 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-241-12/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2339-454/+1339
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / /
| | | * | | | | | | | | | | | | Fix illegal access in QmlStyledText and add auto testsMartin Jones2010-02-231-12/+12
| | * | | | | | | | | | | | | | docWarwick Allison2010-02-231-0/+8
| | * | | | | | | | | | | | | | Merge fix.Warwick Allison2010-02-231-1/+6
| | * | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2362-749/+1896
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | Added missing destructor to QmlExtensionInterface.Roberto Raggi2010-02-231-0/+1
| | | * | | | | | | | | | | | | Merge branch 'qtruntime'Roberto Raggi2010-02-2315-262/+787
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Get rid of QmlModulePlugin.Roberto Raggi2010-02-237-217/+13
| | | | * | | | | | | | | | | | | 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
| | | | * | | | | | | | | | | | | Fix compile error in QEasingCurveLeonardo Sobral Cunha2010-02-231-3/+3
| | | | * | | | | | | | | | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2350-499/+1134
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | Load QML extensions.Roberto Raggi2010-02-227-25/+62
| | | | * | | | | | | | | | | | | | Document the QmlExtensionPlugin interface.Roberto Raggi2010-02-223-0/+157
| | | | * | | | | | | | | | | | | | Compile.Roberto Raggi2010-02-221-2/+0
| | | | * | | | | | | | | | | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-22855-64848/+107274
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | 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
| | | | * | | | | | | | | | | | | | | Introduced the internal virtual method QmlView::setRootObject(object).Roberto Raggi2010-02-192-45/+54
| | | * | | | | | | | | | | | | | | | Fix build on solarisAlan Alpert2010-02-231-1/+1
| | | * | | | | | | | | | | | | | | | Doc fixAlan Alpert2010-02-231-1/+1
| | | * | | | | | | | | | | | | | | | More precise compiler errorsAlan Alpert2010-02-231-2/+2
| | | * | | | | | | | | | | | | | | | Fix compile error in QEasingCurveLeonardo Sobral Cunha2010-02-231-3/+3
| | | | |_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | String to enum conversion in value typesAaron Kennedy2010-02-235-12/+38
| | | * | | | | | | | | | | | | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-235-123/+178
| | | * | | | | | | | | | | | | | | Add QEasingCurve as builtin metatypeLeonardo Sobral Cunha2010-02-236-11/+170
| | | * | | | | | | | | | | | | | | Add missing NOTIFY signals to positioners, particles and webviewJoona Petrell2010-02-236-42/+161
| | | | |_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2327-260/+353
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2327-233/+373
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | QmlExpression API reviewAaron Kennedy2010-02-2312-65/+38