- Jan 12, 2017
-
-
Aaron Cuevas Lopez authored
-
- Jan 11, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Jan 10, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Jan 09, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Dec 30, 2016
-
-
Aaron Cuevas Lopez authored
-
- Dec 19, 2016
-
-
Aaron Cuevas Lopez authored
-
- Dec 13, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Dec 12, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Nov 09, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 21, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 30, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 29, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Aug 28, 2016
-
-
Galen Lynch authored
The Makefile of the JuliaProcessor plugin used absolute file paths, which prevented compilation. I have replaced the absolute path with a shell macro as suggested by Julia's embedding documentation. Fixing this revealed a second problem: the linker flags were incorrect. I have replaced the offedning flag '-ljulia' with build flags generated by julia, as per Julia's embedding docs. See issue #80
-
- Aug 24, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 22, 2016
-
-
Septen authored
-
- Aug 21, 2016
-
-
Septen authored
* Added possibility to auto-save/load parameters for each created plugin. * Some fixes needed for LookAndFeel code generation. * Fixed plugin type wasn't loaded correctly into PluginGenerator after restarting. * Fixed boolean parameters stored incorrect values inside. * Fixed some bugs with parameters.
-
- Aug 20, 2016
-
-
Septen authored
* Changed the order of plugin types at the enum definition. * Changed some plugin definition names to be more user friendly and to be consistent with OE GUI. * Removed "DataThread" plugin type from the "Plugin type" comboBox at the plugin creation page. Now to create DataThread plugin user should select "Processor" plugin type, then "Source" processor type and click "Use separate thread" button * Removed possibility to create "Utility" processors plugins since we don't want to let users create such types of plugins. * Removed possibility to generate editor and content component files for non-processor plugins since this feature was redundant. * Removed "Plugin" page from "Config" for non-processor plugins since they have no built-in parameters. * Added missing LookAndFeel related files to stage. * Refactoring.
-