- May 01, 2016
-
-
Aaron Cuevas Lopez authored
-
- Apr 26, 2016
-
-
Christopher Stawarz authored
On OS X, the default directory for files explicitly saved/loaded by the user is now ~/Documents/open-ephys. Added CoreServices::getDefaultUserSaveDirectory(), which returns ~/Documents/open-ephys on OS X and the current working directory on other platforms.
-
- Mar 05, 2016
-
-
Aaron Cuevas Lopez authored
-
- Nov 19, 2015
-
-
Aaron Cuevas Lopez authored
-
- Oct 07, 2015
-
-
Aaron Cuevas Lopez authored
-
- Oct 01, 2015
-
-
Aaron Cuevas Lopez authored
-
- Sep 15, 2015
-
-
Aaron Cuevas Lopez authored
-
- May 15, 2015
-
-
Aaron Cuevas Lopez authored
-
- May 14, 2015
-
-
Aaron Cuevas Lopez authored
-
- Mar 24, 2015
-
-
Michael Borisov authored
-
- Nov 12, 2014
-
-
Aaron Cuevas Lopez authored
-
- Oct 27, 2014
-
-
Michael Borisov authored
Added VS2013 build directories to gitignore
-
Michael Borisov authored
Added HDF5 DLLs compatible with Visual Studio 2013 Cleaned up .gitignore wrt VS2013 support
-
- Oct 09, 2014
-
-
jsiegle authored
-
- Sep 25, 2014
-
-
Michael Borisov authored
Fixed a bug in conditional operators to compile eCube support Added exception handling code to allow for errors during source creation
-
- Sep 15, 2014
-
-
jsiegle authored
-
- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jan 25, 2014
- Jan 23, 2014
- Jan 22, 2014
- Jan 19, 2014
-
- Jan 18, 2014
-
-
jsiegle authored
-
- Jan 11, 2014
-
-
Josh Siegle authored
-
- Oct 09, 2013
-
-
Aaron Cuevas Lopez authored
-
- Sep 20, 2013
-
-
labdmc authored
-
- Aug 08, 2013
-
-
jsiegle authored
-
- Jun 20, 2013
- Jun 19, 2013
-
-
jsiegle authored
-
- May 29, 2013
-
-
jsiegle authored
-
- May 10, 2013
-
-
jsiegle authored
-
- May 09, 2013
-
-
interpretivechaos authored
Allows parameters to be set from saved XML and changes the parameterEditor buttons (currently for discrete parameters only) to reflect which parameters are currently used by selected and non-selected channels. This fixes a problem where the buttons would always show what the last press was rather than the current values for the active channels (e.g. If you changed the parameters on Channel 2, and then switched to select only Channel 1, the GUI would incorrectly indicate that the settings for Channel 2 were active). Additionally, allows the user to see what parameter values are used for channels not currently selected.
-
- May 05, 2013
-
-
jsiegle authored
- Clean up methods in GenericProcessor - File selection now happens outside of EditorViewport - Add mechanism for saving custom parameters for individual channels - Settings file is automatically saved at the start of recording
-
- Apr 28, 2013
- Apr 10, 2013
-
-
Josh Siegle authored
-
- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-