MrDraw/tests
Gina Häußge 8ff0096eb6 Fix & Docs: Plugins may only have one mixin implementation
Multiple mixins are allowed of course. Allowing multiple implementations lead to too many problems due to plugin names for referring to the APIs of SimpleApiPlugins or the assets of AssetPlugins.

 Hence __plugin_implementations__ has been deprecated in favor of __plugin_implementation__. The plugin subsystem will automatically copy the first implementation from __plugin_implementations__ to __plugin_implementation__ and log a deprecation warning.

 Adjusted documentation accordingly. Also added docs for helpers.
2015-03-30 16:50:06 +02:00
..
filemanager Updated/fixed unit tests and travis configuration 2015-03-02 12:58:24 +01:00
plugin Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
printer Refactoring of "printer" modules 2015-03-03 17:01:33 +01:00
slicing Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
util More cleanup for the feedback controls 2015-03-10 21:49:18 +01:00