Skip to content
  1. Feb 02, 2015
  2. Dec 12, 2014
  3. Dec 10, 2014
  4. Dec 01, 2014
    • Bryant's avatar
      Remove all unnecessary calls to QSettings.sync(). · 6359f78a
      Bryant authored
      This function is called automatically when a QSettings object is destroyed,
      so is rarely needed to be called explicitly.
      
      There are still some cases where
      a QSettings object is passed-by-reference, so there I left the sync() calls as
      it's unclear how permanent those objects are and if they'd call sync() before
      application shutdown
      6359f78a
  5. Nov 27, 2014
  6. Nov 26, 2014
  7. Nov 25, 2014
  8. Nov 24, 2014
  9. Nov 21, 2014
  10. Nov 19, 2014
  11. Nov 17, 2014
  12. Nov 11, 2014
  13. Sep 02, 2014
  14. Aug 23, 2014
  15. Aug 05, 2014
  16. Jul 23, 2014
    • Bryant's avatar
      Removing all SLUGS autopilot-specific code. · 9d8d4c5b
      Bryant authored
      SLUGS has maintained their patches out-of-tree for a long while now.
      These will eventually get merged back in, but it'll be easier to evaluate them as fresh commits instead of modifications to this old & dead code, so we'll delete this for now.
      9d8d4c5b
  17. Jul 15, 2014
  18. Jul 01, 2014
  19. May 12, 2014
  20. May 11, 2014
  21. Apr 27, 2014
  22. Mar 15, 2014
  23. Mar 13, 2014
  24. Mar 04, 2014
  25. Feb 22, 2014
    • 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 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
  26. Feb 21, 2014
  27. Feb 20, 2014
  28. Jan 12, 2014
  29. Jan 08, 2014
  30. Dec 11, 2013
  31. Oct 14, 2013
Loading