Files
lmms/plugins
Lukas W 7be47230e3 Introduce PluginFactory class
This singleton class handles management of plugin search paths and plugin
discovery. Search paths are (if they exist):
  * <lmms-exe-dir>/../lib/lmms: This is the common location on Unixoids
    (Not included in Windows builds)
  * <lmms-exe-dir>/plugins: For portable and Windows installations
  * The path given by the compile define LMMS_PLUGIN_DIR
  * Environment variable LMMS_PLUGIN_DIR if given

This commit also tweaks the build script to output built plugins to
"${CMAKE_BINARY_DIR}/plugins". This way lmms can find plugins during
development without the need to use `make install`.

Plugin::getDescriptorsOfAvailPlugins and ConfigManager::pluginDir were
removed.
2015-01-29 13:48:52 +01:00
..
2014-12-24 19:59:12 +02:00
2014-12-24 19:59:12 +02:00
2014-12-16 23:12:02 +02:00
2014-12-24 19:59:12 +02:00
2015-01-11 13:25:55 +01:00
2014-12-23 09:33:13 +00:00
2015-01-29 13:48:52 +01:00
2015-01-10 17:43:32 +01:00
2014-12-16 23:12:02 +02:00
2014-11-26 11:45:55 +01:00
2015-01-15 17:14:50 +02:00
2014-12-16 23:12:02 +02:00
2014-11-26 10:39:02 +01:00
2014-11-26 10:09:49 +01:00
2014-12-24 19:59:12 +02:00
2015-01-29 13:48:52 +01:00