summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins/plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix plugin example compilation on Symbian armJoona Petrell2010-04-011-11/+7
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-251-3/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-4/+4
* Get rid of QmlModulePlugin.Roberto Raggi2010-02-231-9/+5
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-1/+6
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-10/+72
* Load qmlmodules plugins.Warwick Allison2010-01-071-0/+94