Skip to content
Snippets Groups Projects
  1. Jan 09, 2017
  2. Sep 21, 2016
  3. 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
  4. Jun 06, 2016
  5. Apr 05, 2016
  6. Mar 26, 2016
    • Septen's avatar
      ButtonGroupManager: Refactoring. · 37d28e2c
      Septen authored
      * LinearButtonGroupManager class now have the same functionality as
        ButtonGroupManager class had before.
      * ButtonGroupManager now is the base class for all other button group
        managers.
      * Appropriate fixes in the CAR plugin.
      37d28e2c
  7. Mar 20, 2016
    • Septen's avatar
      CAR plugin: major changes. Other classes - some refactoring. · 7aef716e
      Septen authored
      * Added custom audio processor editor for CAR plugin - CAREditor;
      * Added buttons to switch between "Reference" and "Affected" channels;
      * CAR processor some minor changes;
      * Some minor changes in GenericEditor class which provide more
        possibilities for plugins (e.g. plugins can implement their own
        resized() methods, etc.);
      * Added UIUtilities header file in which we can include any
        UI components/utilities which will be useful for easier plugin
        creation.
      7aef716e
  8. Nov 30, 2015
Loading