- Sep 01, 2017
-
-
Charan DSouza authored
Analysis: This bug is there for following reasons. 1.ElectrodeButton for channels is directly added to the ChannelMappingEditor component. 2.When we drag the button we set the visibility of the lastHoverButton which makes it visible and shows on top of other components. 3. Also finding the correct button Logic is not proper as we are not considering the buttons which are scrolled up and invisible. Solution: 1. Create Viewport for holding the ElectrodeButton for channels. 2. Also create a Holder Component to hold all ElectrodeButton. 3. Add the ElectrodeButton to Holder Component and set the size of the Holder Component to fit all buttons. 4. Set setViewPosition for Viewport based on the scroll and drag. More Improvement: 1. We can remove upButton and downButton. 2. Viewport has its own scrolling which can be used for scrolling. Currently its been hidden using code "electrodeButtonViewport->setScrollBarsShown(false,false,true,true);"
-
- Jan 12, 2017
-
-
Aaron Cuevas Lopez authored
-
- Jan 10, 2017
-
-
Aaron Cuevas Lopez authored
-
- Oct 14, 2016
-
-
Christopher Stawarz authored
Ensure that plugin entry points are always exported on macOS and Linux (otherwise, plugins won't load in macOS release builds)
-
- Jun 16, 2016
-
-
Septen authored
-
- Jun 05, 2016
-
-
Septen authored
* Refactoring applied mostly because we need to satisfy the new state of GenericProcessor after refactoring; * Also there were a lot of stylystic fixes applied, some minor improvements using C++11.
-
- 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 22, 2016
-
-
Septen authored
-
- 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.
-
- Nov 30, 2015
-
-
Aaron Cuevas Lopez authored
-
- Nov 10, 2015
-
-
Aaron Cuevas Lopez authored
-
- Oct 07, 2015
-
-
Aaron Cuevas Lopez authored
-
- Sep 23, 2015
-
-
Aaron Cuevas Lopez authored
-