Skip to content
Snippets Groups Projects
  1. Apr 20, 2015
  2. 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
  3. Dec 26, 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. Oct 18, 2013
  6. Oct 14, 2013
  7. May 31, 2013
  8. May 21, 2013
  9. Dec 10, 2012
  10. Feb 16, 2012
    • Bryant Mairs's avatar
      Added logging of useful values from the HEARTBEAT and SYS_STATUS messages to the realtime plotter. · 5114ff8e
      Bryant Mairs authored
      Removed some dead code.
      Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details.
      I also added some more details on the types of units expected by valueChanged().
      5114ff8e
  11. Nov 26, 2011
  12. Nov 21, 2011
  13. Nov 12, 2011
  14. Sep 20, 2011
  15. Jul 11, 2011
  16. Mar 30, 2011
  17. Feb 08, 2011
  18. Jan 26, 2011
  19. Jan 21, 2011
  20. Jan 09, 2011
  21. Jan 08, 2011
  22. Jan 07, 2011
  23. Jan 06, 2011
  24. Jan 05, 2011
  25. Jan 02, 2011
  26. Dec 27, 2010
  27. Dec 25, 2010
  28. Dec 21, 2010
  29. Nov 24, 2010
  30. Aug 22, 2010
  31. Jul 24, 2010
  32. Jun 18, 2010
  33. Jun 13, 2010
  34. Jun 08, 2010
  35. Jun 07, 2010
Loading