Skip to content
Snippets Groups Projects
  1. Sep 15, 2017
  2. Sep 12, 2017
  3. Sep 09, 2017
  4. Sep 06, 2017
  5. Sep 02, 2017
  6. Sep 01, 2017
    • Charan DSouza's avatar
      Fixed the bug #65. · f754c628
      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);"
      f754c628
    • Aaron Cuevas Lopez's avatar
    • Aaron Cuevas Lopez's avatar
      9d8e6be5
    • Aaron Cuevas Lopez's avatar
      Add npy file sources · a10bdabb
      Aaron Cuevas Lopez authored
      a10bdabb
    • Aaron Cuevas Lopez's avatar
      Update indexes of npy files · 42209fe0
      Aaron Cuevas Lopez authored
      42209fe0
  7. Aug 30, 2017
  8. Aug 29, 2017
  9. Aug 21, 2017
  10. Aug 02, 2017
  11. Jul 31, 2017
  12. Jul 28, 2017
  13. Jul 19, 2017
  14. Jul 17, 2017
  15. Jul 12, 2017
  16. Jul 11, 2017
  17. Jul 10, 2017
  18. Jul 07, 2017
  19. Jun 17, 2017
Loading