summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins
Commit message (Expand)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-1611-271/+0
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
* Fix READMEmae2010-04-161-1/+1
* Remove unsupported plugin version flags in .pro files of declarative examplesJoona Petrell2010-04-161-1/+0
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-3/+3
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-2/+2
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Fix plugin example compilation on Symbian armJoona Petrell2010-04-012-12/+13
* Fix documentationmae2010-03-162-4/+4
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-1/+1
* declarative examples cleanupYann Bodson2010-03-051-4/+4
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-251-3/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-242-8/+8
* Get rid of the useless import 'files'Roberto Raggi2010-02-231-1/+0
* Fixed the install rules for the QML plugins example.Roberto Raggi2010-02-231-11/+14
* Added the qmldir file for declarative plugins exampleThorbjørn Lindeijer2010-02-231-0/+2
* Get rid of QmlModulePlugin.Roberto Raggi2010-02-237-11/+16
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Compile fix for OSX.Roberto Raggi2010-02-121-1/+2
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-1/+6
* Fix examples/declarative/plugins exampleAlan Alpert2010-01-191-1/+2
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-089-31/+135
* Load qmlmodules plugins.Warwick Allison2010-01-074-0/+136