Skip to content
  1. Aug 19, 2016
  2. Jul 12, 2016
  3. May 31, 2016
  4. May 06, 2016
  5. May 05, 2016
  6. Apr 10, 2016
  7. Feb 14, 2016
  8. Feb 12, 2016
  9. Jan 20, 2016
  10. Jan 10, 2016
  11. Jan 05, 2016
  12. Nov 21, 2015
  13. Oct 30, 2015
  14. Oct 16, 2015
  15. Oct 13, 2015
  16. Oct 05, 2015
  17. Sep 03, 2015
  18. Aug 30, 2015
  19. Aug 29, 2015
  20. Aug 26, 2015
    • Don Gagne's avatar
      New FirmwarePlugin support · a298165f
      Don Gagne authored
      - FirmwarePlugin is the new place for code which is specific to
      firmware flight stack
      - FirmwarePlugin currently supports flight mode apis
      - Modify code to use new FirmwarePlugin support
      a298165f
  21. Jul 02, 2015
  22. Jun 09, 2015
  23. May 31, 2015
  24. Apr 29, 2015
  25. Apr 02, 2015
    • Don Gagne's avatar
      Resource restructuring · d5146cd2
      Don Gagne authored
      - All resources are either under src or under resources dirs
      - Removed files top level directory
      - Move flightgear files to top level dir
      d5146cd2
  26. Mar 22, 2015
  27. Mar 04, 2015
  28. Feb 26, 2015
  29. Feb 17, 2015
  30. Feb 13, 2015
  31. Feb 02, 2015
  32. Dec 30, 2014
  33. Dec 12, 2014
  34. Dec 10, 2014
  35. 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
Loading