- Oct 25, 2017
-
-
Aaron Cuevas Lopez authored
-
- 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.
-
Septen authored
-
- Aug 15, 2016
-
-
Septen authored
* Fixed OE_GUI_MoonShard template; * Added possibilty to create Source plugins either using DataThread or Processor classes in more convenient way (as discussed with Josh before); * Fixed code template for FileSource plugins; * Fixed minor bug related with TiledButtonGroupManager class; * Now the plugin's folder is selected by default when creating new plugins. * Some minor refactoring.
-
- Aug 14, 2016
-
-
Septen authored
* Added feature to create plugins using VisualizerEditors; * It's possible to manipulate with GUI content both of GenericEditor's plugin component and Visualizer canvas (in the tab or window); * Created file templates for VisualizerEditor and Visualizer (Canvas); * VisualizerEditor class minor improvements; * Other minor improvements; * Refactoring and stylystic fixes.
-
- Aug 11, 2016
-
-
Sept_en authored
-
- Aug 10, 2016
-
-
Sept_en authored
* Created 3rd slider-page on creating project steps which is used to select appropriate plugin, processor type, plugin GUI template, other options. * Created plugin GUI templates system; * Created some plugin GUI templates for GenericEditor; * ButtonGroupManager and TiledButtonGroupManager classes minor improvements and fixes; * Changed index of ProcessorType::UtilityProcessor; * Other minor bugs fixes.
-