- May 04, 2016
-
-
Septen authored
* Updated images for collapse/show button; * Updated animations; * Some other small UI improvements; * Added possibility to collapse element by clicking "ESC" key either on the component itself or on the TextEditor.
-
- May 03, 2016
-
-
Septen authored
* Created SlicerChannelSelectorComponent class which holds inside all ChannelSelector's parser related components and which takes responsibility for parsing selected range, etc. * Added possibility to collapse parser related components. * Added animations. * UI improvements. * Minor bugs fixes.
-
- Apr 28, 2016
-
-
Jakob Voigts authored
followed instructions by Christopher Stawarz in https://open-ephys.atlassian.net/wiki/display/OEW/Plugin+build+files
-
- Apr 26, 2016
-
-
Christopher Stawarz authored
Set MACOSX_DEPLOYMENT_TARGET (i.e. the minimum supported OS X version) to 10.9. Pass -Wpartial-availability to the compiler so it will warn about usage of API's that aren't available on all supported OS X versions. Removed /opt/local and /usr/local from OS X header and library search paths, as they're used only by specific plugins and not needed generally.
-
- Apr 16, 2016
-
-
Septen authored
-
- Apr 12, 2016
-
-
Aaron Cuevas Lopez authored
-
- Apr 09, 2016
-
-
Septen authored
-
- Apr 02, 2016
-
-
Priyanjit Dey authored
-
Aaron Cuevas Lopez authored
-
- Mar 28, 2016
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Mar 26, 2016
-
-
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.
-
- Mar 22, 2016
-
-
Septen authored
-
- Mar 21, 2016
-
-
Septen authored
* Implemented LinearSmoothedValueAtomic class based on the JUCE 4.0 library' LinearSmoothedValue class but with some improvements that were suggested by Timur Doumler during his JUCE Summit 2015 talk. * LinearSmoothedValueAtomic is very convenient to use with float values that need linearly smoothed behaviour (like volume, etc.) and which are shared between several threads (i.e. audio and GUI). * This class guarantees we won't have any race conditions and it will remains lock-free because of using std::atomic inside it.
-
Christopher Stawarz authored
-
Aaron Cuevas Lopez authored
-
- Mar 20, 2016
-
-
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 18, 2016
-
-
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
-
Christopher Stawarz authored
-
- Mar 11, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 06, 2016
-
-
Septen authored
-
- Mar 05, 2016
-
- Feb 22, 2016
-
-
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
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
-
- 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
-
- Jan 19, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Dec 23, 2015
-
-
Aaron Cuevas Lopez authored
-
- Dec 19, 2015
-
-
jonnew authored
- Sync signal, wired to BNC out with the update rhd2000.bit, can be set to a multiple of the sample clk period using the RHD2000Editor - This commit corresponds to this pull request: https://github.com/open-ephys/rhythm/pull/11
-
- Dec 16, 2015
-
-
Aaron Cuevas Lopez authored
-
- Nov 30, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Nov 17, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Nov 10, 2015
-
-
Aaron Cuevas Lopez authored
-