summaryrefslogtreecommitdiffstats
path: root/examples/plugin/plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated declarative interfacesAndrew Christian2012-03-221-34/+1
| | | | | | | | | | | | | | * Fixed up PipeProcessBackendFactory to support being instantiated by declarative. * Added a DeclarativeProcessManager::registerTypes() function to call qmlRegisterType() for all usable classes. * Updated registered QML class names for items in declarative to follow the "PmNAME" convention (because the QML type name can't be the same as the C++ type name) * Updated documentation for declarative types Change-Id: I587689752cb69c7280db67bbc20c1a91b0c6722a Reviewed-by: Chris Craig <[email protected]>
* declarative -> qml renamingChris Craig2012-03-081-4/+4
| | | | | Change-Id: I0612bc25e5d40dde12aa6f09158e30b0a94cd6af Reviewed-by: Andrew Christian <[email protected]>
* Cleaned up compiler warnings. Moved plugin code to examplesAndrew Christian2012-02-031-0/+61
Change-Id: I8da3cfb6b46c7c7a3f6bc140c6e9d14bf17ccb4e Reviewed-by: Chris Craig <[email protected]>