Skip to content
Snippets Groups Projects
  1. Oct 14, 2016
  2. Oct 13, 2016
  3. Oct 12, 2016
  4. Oct 07, 2016
  5. Aug 30, 2016
  6. Aug 29, 2016
  7. Aug 28, 2016
  8. Aug 25, 2016
  9. Aug 22, 2016
  10. Aug 21, 2016
    • Septen's avatar
      PluginGenerator: added save/load for params. Minor fixes. · 06621ab1
      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.
      06621ab1
  11. Aug 20, 2016
    • Septen's avatar
      PluginGenerator: polishing and minor fixes. · f7df2c71
      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.
      f7df2c71
    • Septen's avatar
  12. Aug 15, 2016
    • Septen's avatar
      PluginGenerator: FileSource template file fixes. · 57e41906
      Septen authored
      57e41906
    • Septen's avatar
      PluginGenerator: minor changes. · ba9938d3
      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.
      ba9938d3
    • Septen's avatar
      Makefile.plugins improvements. · a18dfd7b
      Septen authored
      * Now when we compile plugins it checks whether plugin's folder
        contains *.jucer file and appropriate Makefile for plugin in the
        Source/ folder.
      a18dfd7b
  13. Aug 14, 2016
    • Septen's avatar
      PluginGenerator: some cleanup. · 336cc396
      Septen authored
      336cc396
    • Septen's avatar
      PluginGenerator: Major and minor improvements. · cb853efb
      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.
      cb853efb
  14. Aug 13, 2016
  15. Aug 11, 2016
  16. Aug 10, 2016
  17. Aug 04, 2016
  18. Aug 01, 2016
  19. Jul 30, 2016
  20. Jul 25, 2016
    • Ananya Bahadur's avatar
      Need to access tabIndex in CyclopsEditor, made it protected · dc7395dd
      Ananya Bahadur authored
      It was in the private section. Still is practically...
      Motivation:
      Whenever an editor is closed, it destroy it's DataViewport tab (if it exists)
      I don't want my "shared" tab to be closed when any one editor is closed, and I can fool the
      VisualizerEditor destructor now.
      dc7395dd
  21. Jul 18, 2016
Loading