1. 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
  2. 21 Feb, 2014 6 commits
  3. 20 Feb, 2014 3 commits
  4. 19 Feb, 2014 4 commits
  5. 18 Feb, 2014 7 commits
  6. 17 Feb, 2014 12 commits
  7. 16 Feb, 2014 2 commits