- 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);"
-
- Aug 03, 2017
-
-
Aaron Cuevas Lopez authored
-
- Aug 02, 2017
-
-
Aaron Cuevas Lopez authored
-
- Jul 31, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Jul 10, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
- Jul 09, 2017
-
-
Aaron Cuevas Lopez authored
-
- Mar 06, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aarón Cuevas López authored
Update setup.sh to use new Makefile
-
Aarón Cuevas López authored
Fix eventData size limit of 255 bytes
-
- Feb 20, 2017
-
-
Florian Franzen authored
-
Florian Franzen authored
-
- Feb 15, 2017
-
-
Martin Spacek authored
* Overflow could be easily triggered by sending a long message via the message center
-
Aarón Cuevas López authored
Strip NULL when writing messages to file
-
Martin Spacek authored
* For original and binary recording engines * This allows the messages file to be viewed in a text editor
-
- Feb 13, 2017
-
-
Josh Siegle authored
Pulsepal setinterpulse fix
-
- Feb 12, 2017
-
-
alejoe91 authored
-
- Feb 11, 2017
-
-
Aarón Cuevas López authored
splitter constructor doesn't set processor type, with fun consequences
-
- Feb 09, 2017
-
-
alejoe91 authored
-
- Jan 19, 2017
-
-
alejoe91 authored
-
- Dec 03, 2016
-
-
Aaron Cuevas Lopez authored
-
- Nov 28, 2016
-
-
Ben Acland authored
-
- Nov 27, 2016
-
-
Ben Acland authored
-
- Nov 23, 2016
-
-
Josh Siegle authored
put MAC_PACKAGE_DIR/include on header search path for all plugins
-
Josh Siegle authored
add pre-build action to create Env.xcconfig if it doesn't exist
-
Ben Acland authored
-
Ben Acland authored
-
- Oct 26, 2016
-
-
Jakob Voigts authored
Fix audiomonitor offset
-
- Oct 24, 2016
-
-
Aarón Cuevas López authored
Xcode projects for OpenEphysHDF5Lib and NWBFormat
-
Christopher Stawarz authored
-
Christopher Stawarz authored
Added Xcode project for OpenEphysHDF5Lib, which builds a shared library (libOpenEphysHDF5.dylib) and installs it in open-ephys.app/Contents/Frameworks. On macOS, the KWIKFormat plugin now links against libOpenEphysHDF5.dylib.
-
Christopher Stawarz authored
Added Xcode config files for building dylib's that are embedded in open-ephys.app/Contents/Frameworks
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-