1. 22 Apr, 2015 1 commit
  2. 18 Apr, 2015 1 commit
  3. 14 Apr, 2015 2 commits
  4. 10 Apr, 2015 1 commit
  5. 09 Apr, 2015 1 commit
  6. 05 Apr, 2015 1 commit
  7. 30 Mar, 2015 1 commit
  8. 27 Mar, 2015 1 commit
  9. 26 Mar, 2015 1 commit
  10. 09 Mar, 2015 1 commit
    • dogmaphobic's avatar
      Moved update canvas to ScreenTools · 72a7acc5
      dogmaphobic authored
      Moved update canvas signal to perspective load instead of hooking it to the paint event.
      Added an "S" as the unit for the number of cells fact (as in 4S).
      72a7acc5
  11. 06 Mar, 2015 1 commit
  12. 05 Mar, 2015 3 commits
  13. 04 Mar, 2015 2 commits
  14. 13 Feb, 2015 1 commit
  15. 07 Feb, 2015 1 commit
  16. 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
  17. 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
  18. 26 Dec, 2014 3 commits
  19. 10 Dec, 2014 1 commit
  20. 09 Dec, 2014 1 commit
  21. 03 Dec, 2014 2 commits
  22. 02 Dec, 2014 2 commits
  23. 01 Dec, 2014 4 commits
  24. 30 Nov, 2014 1 commit
  25. 27 Nov, 2014 1 commit
  26. 26 Nov, 2014 1 commit
  27. 25 Nov, 2014 1 commit
  28. 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