- Mar 21, 2016
-
-
Christopher Stawarz authored
-
Septen authored
* ParameterSlider: added possibility to change rotary fill colour. * CAR gain slider: changed rotary fill colour.
-
Septen authored
* Fixed bug gain slider have some buggy per-channel functionality so it were possibility to set different gain values for only some channels. * Now gain slider affects all the channels. * Explicitly added gain slider to the CAREditor component.
-
- Mar 20, 2016
-
-
Josh Siegle authored
-
Septen authored
-
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.
-
Septen authored
* Implemented ButtonGroupManager. It is responsible for positioning of buttons, any animations during switching, etc. * Added MaterialButtonLookAndFeel class which implements flat button look and feel following Google Material Design Guidelines.
-
- Mar 19, 2016
- Mar 18, 2016
-
-
Christopher Stawarz authored
On OS X, load plugin bundles from application bundle's PlugIns directory. Improved error handling in PluginManager.
-
Christopher Stawarz authored
Created Xcode projects for all currently-built plugins. Added Xcode workspace with "All" scheme for building GUI and all plugins. Addressed some compiler warnings in plugin code.
-
Christopher Stawarz authored
On OS X, copy Rhythm-related files to the application bundle's Resources folder, and use the bundled copies at run time
-
- Mar 15, 2016
-
-
Christopher Stawarz authored
-
- Mar 11, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 08, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 07, 2016
-
-
Septen authored
* Adjusted positions for play, record, master clock components; * Adjusted positions for CPU and Disk meter components; * Stylystic fixes.
-
Septen authored
* Implemented sliders' material lookAndFeel; * Material lookAndFeel have been applied to sliders; * Improved UI layout for panel. * Adjusted positioning of elements during resizing. * New icon for "Mute" button;
-
- Mar 06, 2016
- Mar 05, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
- Mar 04, 2016
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Feb 27, 2016
-
-
Jakob Voigts authored
When double clicking on a channel to set fullscreen, the channel height was set to 0 because the textbook wasn’t set to a correct selected index. This now gets the value from the text, so it should work regardless of how the value was entered.
-
- Feb 23, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Feb 22, 2016
-
-
jonaskn authored
-
Aaron Cuevas Lopez authored
-
- Feb 18, 2016
-
-
Aaron Cuevas Lopez authored
-
- Feb 11, 2016
-
-
jonaskn authored
Fixed: Changing data directory in GUI did not take effect if a recording had been started (and stopped) before. Only the first directory before the first recording was used. Fixed: EventBroadcaster was linking to Debug version of open-ephys.lib in Release mode
-
- Feb 08, 2016
-
-
jonaskn authored
added functions getRecordingNumber and getExperimentNumber to CoreServcies. Extended NetworkEvents plugin to send this upon request
-
jonaskn authored
Fixed: Changing data directory in GUI did not take effect if a recording had been started (and stopped) before. Only the first directory before the first recording was used. Fixed: EventBroadcaster was linking to Debug version of open-ephys.lib in Release mode
-
- Feb 04, 2016
-
-
arne authored
added functions to network module to retrieve acquisition/recording status and the current recording path
-
- Jan 26, 2016
-
-
jonnew authored
- Also, changed Clock divider level: label to Clock divide ratio: - Also, clock divide settings are now serialized to the configuration XML during a settings save.
-
- Jan 20, 2016
-
-
Aaron Cuevas Lopez authored
-