Skip to content
Snippets Groups Projects
  1. Aug 27, 2021
  2. Aug 20, 2021
  3. Aug 19, 2021
  4. Jan 06, 2021
  5. Jan 05, 2021
  6. Jul 09, 2020
  7. Dec 20, 2018
  8. Dec 12, 2018
  9. Nov 28, 2018
  10. Apr 04, 2017
  11. Mar 13, 2017
    • Alan De Smet's avatar
      when gui loads a file, guess at default variable · e219ba43
      Alan De Smet authored
      If we had a file open in that "slot" (A or B) already, and the selected variable name is also present in the new file, pick that.
      If that doesn't work, check to see if the selected variable name in the other file (B or A) is present, and if so pick that.
      Otherwise stick with the existing default: the first item.
      
      This should speed things up a little bit when bouncing between files, as the variable the user is most likely interested will already be selected.
      e219ba43
    • Alan De Smet's avatar
      loosely synchronize variable selection in gui. · ae766fa0
      Alan De Smet authored
      In the GUI, if the user changes the A variable, and the A and B variables were the same, try to change the B variable to match.
      
      Changed from catching activated to currentIndexChanged, as the former doesn't work when the selection is programmatically changed.
      ae766fa0
  12. Aug 10, 2016
    • Alan De Smet's avatar
      convert tabs to spaces, per style · 4b5889d1
      Alan De Smet authored
      4b5889d1
    • Alan De Smet's avatar
      support GUI Display Data on 0d variables · e0647cae
      Alan De Smet authored
      A 0 dimention numpy array is weird.  It's neither a scalar, nor a 1 dimensional array with a single element. "Display Data" silently refused to work for such values.
      
      This change converts the 0d array into a 1d array with a single element immediately before trying to display it.  Result: Display Data now works on 0d arrays, showing the single value as expected.
      e0647cae
  13. May 10, 2016
  14. Jan 23, 2015
  15. Jun 20, 2013
  16. May 16, 2013
  17. Apr 03, 2013
  18. Feb 13, 2013
  19. Jul 30, 2012
  20. Jun 29, 2012
  21. Jun 08, 2012
  22. May 03, 2012
  23. Jan 18, 2012
  24. Jan 13, 2012
  25. Nov 21, 2011
  26. Nov 17, 2011
  27. Nov 14, 2011
Loading