Skip to content
Snippets Groups Projects
  1. Sep 22, 2014
  2. Sep 16, 2014
  3. Sep 11, 2014
  4. Aug 04, 2014
  5. Jul 14, 2014
  6. Aug 24, 2013
  7. Jun 19, 2013
  8. Jun 09, 2013
  9. May 30, 2013
  10. May 22, 2013
  11. May 21, 2013
  12. May 10, 2013
  13. May 09, 2013
    • interpretivechaos's avatar
      Loading Parameters and altering Parameter Buttons based on active channels · 3a2ace62
      interpretivechaos authored
      Allows parameters to be set from saved XML and changes the
      parameterEditor buttons (currently for discrete parameters only) to
      reflect which parameters are currently used by selected and
      non-selected channels. This fixes a problem where the buttons would
      always show what the last press was rather than the current values for
      the active channels (e.g. If you changed the parameters on Channel 2,
      and then switched to select only Channel 1, the GUI would incorrectly
      indicate that the settings for Channel 2 were active). Additionally,
      allows the user to see what parameter values are used for channels not
      currently selected.
      3a2ace62
  14. Apr 28, 2013
  15. Apr 25, 2013
  16. Apr 23, 2013
  17. Apr 10, 2013
  18. Apr 09, 2013
  19. Apr 08, 2013
    • jsiegle's avatar
      Save hardware timestamps in RecordNode · 6ea36303
      jsiegle authored
      Some caveats:
      - If a source doesn't generate its own timestamps, all timestamps will be
        zero. This is obviously bad, so we need a way to protect this
        from happening.
      - If there are multiple timestamps from different sources, they might
        conflict. Again, something needs to be done about this in the near future.
      - If only a 32-bit timestamp is given, it needs to be shifted by 8 bits
        to fit in our 64-bit timestamp slot
      6ea36303
    • jsiegle's avatar
      Run astyle on source code · c3192ee4
      jsiegle authored
      c3192ee4
    • jsiegle's avatar
      Add FileChooser back to SourceNode · 38dca4f3
      jsiegle authored
      38dca4f3
  20. Apr 07, 2013
  21. Apr 05, 2013
  22. Mar 21, 2013
    • jsiegle's avatar
      Change copyright year to 2013 · e36119a1
      jsiegle authored
      Use the following command to update the copyright year in all files,
      starting in the Source/ directory:
      
      find . -type f -print0 | xargs -0
         sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g'
      
      Works like a charm!
      e36119a1
  23. Mar 12, 2013
  24. Feb 12, 2013
  25. Feb 10, 2013
Loading