1. 22 Feb, 2014 2 commits
    • 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
  2. 21 Feb, 2014 2 commits
  3. 19 Feb, 2014 1 commit
  4. 18 Feb, 2014 2 commits
  5. 17 Feb, 2014 1 commit
  6. 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
  7. 14 Feb, 2014 4 commits
  8. 13 Feb, 2014 14 commits
  9. 12 Feb, 2014 5 commits
  10. 11 Feb, 2014 1 commit
  11. 05 Feb, 2014 1 commit
  12. 04 Feb, 2014 1 commit
  13. 02 Feb, 2014 5 commits