1. 25 Feb, 2014 1 commit
  2. 24 Feb, 2014 1 commit
  3. 22 Feb, 2014 3 commits
    • Don Gagne's avatar
      Silence some queued signal warnings · 0320b530
      Don Gagne authored
      0320b530
    • 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
  4. 21 Feb, 2014 3 commits
  5. 20 Feb, 2014 1 commit
  6. 19 Feb, 2014 2 commits
  7. 18 Feb, 2014 4 commits
  8. 17 Feb, 2014 5 commits
  9. 15 Feb, 2014 2 commits
  10. 14 Feb, 2014 10 commits
  11. 13 Feb, 2014 8 commits