- Jun 16, 2016
-
-
Septen authored
-
- Jun 14, 2016
-
-
Septen authored
* Added template file for the RecordEngine plugin type. * Changed a bit structure of other plugin template files. * Added missing functions for some plugin template files. * Fixed some bugs with OpenEphysLib.cpp file template. * Typos fixed.
-
Septen authored
folder.
-
Septen authored
-
Sept_en authored
-
- Jun 13, 2016
-
-
Sept_en authored
-
- Jun 11, 2016
-
-
Sept_en authored
-
Sept_en authored
* Added template files for FileSource and DataThread plugin types. * Minor stylystic fixes and refactoring for some FileSource plugins.
-
Septen authored
* Refactoring and stylystic fixes of RecordEngine class (and one dependency). * Refactoring and stylystic fixes of DataThread class and all appropriate dependent classes.
-
- Jun 08, 2016
-
-
Septen authored
* Added possibility to select and generate the plugins of appropriate available types (Processor, RecordEngine, DataThread, FileSource). Now it's only generates appropriate lib files and selects some types in processor. However, we should generate different processor files for each plugin type later. * Added possibility to select processor type; * Some refactoring of existing code and minor fixes; * Still needs some refactoring of newer code with some improvements.
-
- Jun 05, 2016
- May 29, 2016
-
-
Septen authored
* Now the plugin will be displayed with friendly name in the GUI; * Hided some future functionality which is WIP now in jucer_ProjectType.h file.
-
Septen authored
-
Septen authored
* Basic implemntation of Open Ephys Plugin Generator. Now it generates empty processor & editor. To compile plugin with current plugin build systems we just need to copy "Source" folder of our plugin into plugin-GUI/Source/Plugins/ and give it some valuable name. * ExampleProcessor, ExampleEditor classes refactoring and stylystic fixes.
-
- May 22, 2016
- May 19, 2016
-
-
Septen authored
-
- May 18, 2016
-
-
Septen authored
-
- May 17, 2016
-
-
Septen authored
* All modules are replaced with the JUCE 4.2.1 ones; * Introjucer was replaced by Projucer; * Also some appropriate needed fixes for Makefile.plugins; * Removed -fvisibility=hidden flag for Linux building.
-
- May 04, 2016
- 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
-
-
Aarón Cuevas López authored
Mac path changes
-
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.
-
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.
-
Christopher Stawarz authored
-
Christopher Stawarz authored
On OS X, the default data directory is now ~/Documents/open-ephys, which is created if it doesn't exist
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
- Apr 25, 2016
-
-
Jakob Voigts authored
pulling from inproved-lfp-rendering to main dev branch
-
Jakob Voigts authored
Improved lfp rendering
-
Jakob Voigts authored
this should reduce the impact of the remaining 1px plot issue until we track it down
-
Jakob Voigts authored
-
jvoigts authored
non plugin specific class defs should not go into the plugin specific namespace
-
- Apr 24, 2016
-
-
jvoigts authored
-
jvoigts authored
-
Jakob Voigts authored
-