Skip to content
Snippets Groups Projects
  1. Aug 10, 2016
    • Sept_en's avatar
      PluginGenerator: Added config slide page, GUI templates, etc. · 374c180b
      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.
      374c180b
  2. Aug 04, 2016
  3. Jul 13, 2016
  4. Jul 12, 2016
    • Septen's avatar
      PluginGenerator: Parameters and ParametersEditor works. · 54657851
      Septen authored
      * Added ParametersEditor;
      * Some improvements of Parameter class;
      * Added possibility to generate code for parameters;
      * Added possibility to save/load parameter in the project file.
      * Other major and minor improvements.
      54657851
  5. Jul 09, 2016
  6. Jun 28, 2016
  7. Jun 21, 2016
  8. Jun 17, 2016
    • Septen's avatar
      PluginGenerator: some new functionality and minor improvements. · f9c41c4c
      Septen authored
      * Fixed some problems with build due to the symbol redefinitions (It's
        still need to be reviewed and we need to find a better way for doing
        this);
      * Added plugin properties in the configuration and adding the
        possibility to change it on the fly (still WIP);
      * Added visual component to select the appropriate tab in the plugin
        configuration;
      * Some cleanup;
      f9c41c4c
  9. Jun 16, 2016
  10. Jun 14, 2016
  11. Jun 13, 2016
  12. Jun 08, 2016
    • Septen's avatar
      PluginGenerator: added possibilities to generate plugin of given type. · 5cb1632c
      Septen authored
      * Added possibility to select and generate the plugins of appropriate
        available types (Processor, RecordEngine, DataThread, FileSource).
        Now it's only generates appropriate lib files and selects some types
        in processor. However, we should generate different processor files
        for each plugin type later.
      * Added possibility to select processor type;
      * Some refactoring of existing code and minor fixes;
      * Still needs some refactoring of newer code with some improvements.
      5cb1632c
  13. May 29, 2016
    • Septen's avatar
      PluginGenerator: display GUI friendly name for plugin. Minor fixes. · 881896ef
      Septen authored
      * Now the plugin will be displayed with friendly name in the GUI;
      * Hided some future functionality which is WIP now in
        jucer_ProjectType.h file.
      881896ef
    • Septen's avatar
      PluginGenerator: basic implementation. Some refactoring. · ee1121b5
      Septen authored
      * Basic implemntation of Open Ephys Plugin Generator.
        Now it generates empty processor & editor. To compile plugin with
        current plugin build systems we just need to copy "Source" folder
        of our plugin into plugin-GUI/Source/Plugins/ and give it some
        valuable name.
      * ExampleProcessor, ExampleEditor classes refactoring and stylystic
        fixes.
      ee1121b5
  14. May 22, 2016
Loading