1. 02 Feb, 2015 1 commit
    • Don Gagne's avatar
      New MainWindow central and dock widget architecture · 48663c8a
      Don Gagne authored
      - Central widget no longer stacked. Views are added/removed to layout
      to switch view
      - Dock Widgets are globals with single instance of each type
      - Both central views and dock widgets are just-in-time created saving
      lots of memory
      48663c8a
  2. 30 Dec, 2014 1 commit
    • Don Gagne's avatar
      New MainWindow central and dock widget architecture · 4d40f298
      Don Gagne authored
      - Central widget no longer stacked. Views are added/removed to layout
      to switch view
      - Dock Widgets are globals with single instance of each type
      - Both central views and dock widgets are just-in-time created saving
      lots of memory
      4d40f298
  3. 26 Dec, 2014 3 commits
  4. 10 Dec, 2014 1 commit
  5. 09 Dec, 2014 1 commit
  6. 03 Dec, 2014 2 commits
  7. 02 Dec, 2014 2 commits
  8. 01 Dec, 2014 4 commits
  9. 30 Nov, 2014 1 commit
  10. 27 Nov, 2014 1 commit
  11. 26 Nov, 2014 1 commit
  12. 25 Nov, 2014 1 commit
  13. 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
  14. 21 Nov, 2014 1 commit
  15. 19 Nov, 2014 1 commit
  16. 17 Nov, 2014 1 commit
  17. 14 Nov, 2014 1 commit
  18. 30 Oct, 2014 1 commit
  19. 28 Oct, 2014 1 commit
  20. 23 Oct, 2014 1 commit
  21. 27 Aug, 2014 1 commit
  22. 06 Aug, 2014 3 commits
  23. 23 Jul, 2014 2 commits
  24. 01 Jul, 2014 1 commit
  25. 20 Jun, 2014 2 commits
  26. 11 Jun, 2014 1 commit
  27. 05 May, 2014 1 commit
  28. 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