1. 27 Apr, 2014 2 commits
  2. 15 Apr, 2014 1 commit
  3. 04 Apr, 2014 1 commit
  4. 26 Mar, 2014 1 commit
  5. 17 Mar, 2014 1 commit
  6. 16 Mar, 2014 3 commits
  7. 15 Mar, 2014 1 commit
  8. 14 Mar, 2014 1 commit
  9. 13 Mar, 2014 1 commit
  10. 05 Mar, 2014 1 commit
  11. 04 Mar, 2014 1 commit
  12. 01 Mar, 2014 1 commit
  13. 26 Feb, 2014 1 commit
  14. 22 Feb, 2014 6 commits
    • Don Gagne's avatar
      Commented out uneeded debugging output · 7a837cde
      Don Gagne authored
      7a837cde
    • 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
    • Don Gagne's avatar
      Fix failed connect · 5c6da8d4
      Don Gagne authored
      showLabel was connected to signal but not set as a slot
      5c6da8d4
    • Don Gagne's avatar
      Fix failed connect · 65098676
      Don Gagne authored
      There is no such things as a clicked signal on QWidget. You activate
      new UAS from right-click menu.
      65098676
    • Don Gagne's avatar
      Fix crash after last UAS is removed · 4c8449c8
      Don Gagne authored
      ui->waitingLabel is deleted and set to NULL when mode is PX4. Must
      check for NULL before using it.
      4c8449c8
    • Don Gagne's avatar
      Fix unneeded QObject::connect which was failing · ee3dfc6a
      Don Gagne authored
      The connect call was generating debug output to identify that it was
      failing. After looking at the code realized that this connect is not
      needed. The group box is removed when UASListWidget::removeUAS method
      is called.
      
      Second change in the file fixes a crashing bug when the last UAS is
      removed. Need to exit the iterator after we modify it.
      ee3dfc6a
  15. 21 Feb, 2014 6 commits
  16. 20 Feb, 2014 1 commit
  17. 19 Feb, 2014 1 commit
  18. 18 Feb, 2014 2 commits
  19. 17 Feb, 2014 1 commit
  20. 15 Feb, 2014 1 commit
    • Don Gagne's avatar
      OpenSceneGraph has overridden virtuals defined in its headers · 374ae602
      Don Gagne authored
      Use a pragma around our use of that header to silence the warning. OSG
      3.01 has these warnings, 3.2 has fixed them, but 3.2 doesn’t isn’t the
      widely used release yet. So at some point when we upgrade to 3.2 this
      will no longer be needed.
      374ae602
  21. 14 Feb, 2014 5 commits
  22. 13 Feb, 2014 1 commit
    • Don Gagne's avatar
      OpenSceneGraph has overridden virtuals defined in its headers · 26847ffd
      Don Gagne authored
      Use a pragma around our use of that header to silence the warning. OSG
      3.01 has these warnings, 3.2 has fixed them, but 3.2 doesn’t isn’t the
      widely used release yet. So at some point when we upgrade to 3.2 this
      will no longer be needed.
      26847ffd