Skip to content
  1. Apr 27, 2014
  2. Apr 15, 2014
  3. Apr 04, 2014
  4. Mar 26, 2014
  5. Mar 17, 2014
  6. Mar 16, 2014
  7. Mar 15, 2014
  8. Mar 14, 2014
  9. Mar 13, 2014
  10. Mar 05, 2014
  11. Mar 04, 2014
  12. Mar 01, 2014
  13. Feb 26, 2014
  14. Feb 22, 2014
    • 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. Feb 21, 2014
  16. Feb 20, 2014
  17. Feb 19, 2014
  18. Feb 18, 2014
  19. Feb 17, 2014
  20. Feb 15, 2014
    • 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. Feb 14, 2014
  22. Feb 13, 2014
Loading