1. 03 Dec, 2014 1 commit
  2. 02 Dec, 2014 2 commits
  3. 01 Dec, 2014 4 commits
  4. 30 Nov, 2014 1 commit
  5. 27 Nov, 2014 1 commit
  6. 26 Nov, 2014 1 commit
  7. 25 Nov, 2014 1 commit
  8. 24 Nov, 2014 2 commits
    • Don Gagne's avatar
      Use new QGCFileDialog api · 10a00eb0
      Don Gagne authored
      Using QFileDialog directly on OS X can hang intermittently due to Qt
      bug.
      10a00eb0
    • Don Gagne's avatar
      New mavlink logging support · 6d7fb36a
      Don Gagne authored
      - Logging now always on to temp file
      - User prompted to save temp file after disconnect
      - Orphaned temp logs checked for on boot
      - Logs saved to new save file location
      - Log file starts/stops with first and last connnection
      6d7fb36a
  9. 21 Nov, 2014 1 commit
  10. 19 Nov, 2014 1 commit
  11. 17 Nov, 2014 1 commit
  12. 14 Nov, 2014 1 commit
  13. 30 Oct, 2014 1 commit
  14. 28 Oct, 2014 1 commit
  15. 23 Oct, 2014 1 commit
  16. 27 Aug, 2014 1 commit
  17. 06 Aug, 2014 3 commits
  18. 23 Jul, 2014 2 commits
  19. 01 Jul, 2014 1 commit
  20. 20 Jun, 2014 2 commits
  21. 11 Jun, 2014 1 commit
  22. 05 May, 2014 1 commit
  23. 22 Feb, 2014 1 commit
    • Don Gagne's avatar
      Fix failed connection · cab41473
      Don Gagne authored
      MainWindow::loadDataView has been commented out for 9 months now.
      Removed commented out code instead of leaving cruft in.
      cab41473
  24. 13 Feb, 2014 5 commits
  25. 20 Oct, 2013 2 commits
    • John Tapsell's avatar
      Add an XY plot widget · 6c59f5f4
      John Tapsell authored
      This allows you to add XY graph plots of any data.  For example,
      x,y position data of a servo.
      6c59f5f4
    • John Tapsell's avatar
      Remove MainWindow styleChanged() signal · 00a7baae
      John Tapsell authored
      There's no need to create multiple signals - connect() is fine with
      connecting styleChanged(MainWindow::QGC_MAINWINDOW_STYLE)  to a slot
      with no parameters.
      00a7baae
  26. 18 Oct, 2013 1 commit