summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/architecturerecoverycore/architecturerecoverycoreplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move DuSE-MT to a new repositoryHEADmasterSandro S. Andrade2014-10-281-94/+0
| | | | | | | New DuSE-MT location: git@gitorious.org:duse-mt/duse-mt.git Change-Id: I4f3e65542703e39a54d20fa2c418fc61a1dca59c Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Add GCC-XML Backend Plugin, ACDC Plugin and UML Notation PluginLuis Paulo Torres de Oliveira2014-08-241-1/+32
| | | | | Change-Id: Ib562f00477748322c06e9dd0999a988816e6e419 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Change IPluginController::pluginsByType to return a QList<T *>Sandro S. Andrade2014-08-111-1/+1
| | | | | Change-Id: I194d3b7901fed2ff23f1e169774641dc5bb70405 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Fix wrong use of -z parameter when linking DuSE-MT on MacSandro S. Andrade2013-12-071-2/+7
| | | | | Change-Id: Ic4fb3af1cc16414f65f460a46a94dd4242368ad9 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Add major improvements in DuSE-MT basic workflowSandro S. Andrade2013-11-281-3/+2
| | | | | Change-Id: Ib2da2cd01e98e4e3ed6d51057228e2dae854cb60 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Implement plugin loading based on dependenciesSandro S. Andrade2013-11-151-0/+6
| | | | | | | | | | | | - If plugin A depends on plugin B so A implements interfaces defined in B. - Such dependency should be informed in A's .json file, build includes and linker dependencies are automatically handled by qmake. - In DuSE-MT startup, dependent plugins (e.g. A) are loaded first so that , in B initialization, PluginManager can be queried by using pluginsByType() in order to get all plugins implementing a specific interface. Change-Id: I201f12d2ce6972725f3aa11e9815374cf0948c5d Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Fix plugins link dependenciesSandro S. Andrade2013-11-151-0/+53
Change-Id: I5a02aa759fafa88eeb58e6c2d9b5d800a18e8fa4 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>