1. 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
  2. 06 Mar, 2015 1 commit
  3. 05 Mar, 2015 3 commits
  4. 04 Mar, 2015 2 commits
  5. 13 Feb, 2015 1 commit
  6. 07 Feb, 2015 1 commit
  7. 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
  8. 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
  9. 26 Dec, 2014 3 commits
  10. 10 Dec, 2014 1 commit
  11. 09 Dec, 2014 1 commit
  12. 03 Dec, 2014 2 commits
  13. 02 Dec, 2014 2 commits
  14. 01 Dec, 2014 4 commits
  15. 30 Nov, 2014 1 commit
  16. 27 Nov, 2014 1 commit
  17. 26 Nov, 2014 1 commit
  18. 25 Nov, 2014 1 commit
  19. 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
  20. 21 Nov, 2014 1 commit
  21. 19 Nov, 2014 1 commit
  22. 17 Nov, 2014 1 commit
  23. 14 Nov, 2014 1 commit
  24. 30 Oct, 2014 1 commit
  25. 28 Oct, 2014 1 commit
  26. 23 Oct, 2014 1 commit
  27. 27 Aug, 2014 1 commit
  28. 06 Aug, 2014 2 commits
    • Bryant's avatar
      Remove unconnected view from QGC. · 1b1e5727
      Bryant authored
      Both on the backend (replaced with DEFAULT view) and on the front end (removing UI menu items).
      1b1e5727
    • Bryant's avatar
      Removed all dead code from MainWindow. · f8a05dd1
      Bryant authored
      Includes removing an if-statement that should've been dead but was erronously applied to the following statement. Dead code = bad, if-statements without braces = bad.
      f8a05dd1