Skip to content
  1. May 28, 2015
  2. May 26, 2015
  3. May 22, 2015
  4. May 14, 2015
  5. May 13, 2015
  6. May 12, 2015
  7. May 05, 2015
  8. May 04, 2015
  9. May 01, 2015
  10. Apr 30, 2015
  11. Apr 29, 2015
  12. Apr 28, 2015
  13. Apr 27, 2015
  14. Apr 22, 2015
  15. Apr 20, 2015
  16. Apr 14, 2015
  17. 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
  18. Apr 01, 2015
  19. Mar 13, 2015
  20. Mar 09, 2015
    • dogmaphobic's avatar
      Created new ScreenTools exported control for QML code to obtain screen DPI... · b6cf543e
      dogmaphobic authored
      Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets.
      Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality.
      Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
      b6cf543e
  21. Mar 07, 2015
  22. Feb 19, 2015
  23. Feb 18, 2015
  24. Feb 17, 2015
  25. Feb 13, 2015
  26. Feb 07, 2015
  27. Feb 04, 2015
  28. Feb 03, 2015
  29. Feb 02, 2015
    • dogmaphobic's avatar
      Changing the defaultSuffix argument from a pointer to a const. · 77f442fd
      dogmaphobic authored
      Changing the order of the QGCFileDialog::getSaveFileName() function. The idea was to expand the existing QFileDialog version but as we removed the selectedFilter, we might as well make this more intuitive. The options argument is the one trully optional and should be last.
      Adding an example to the documentation on how to go about figuring out what file type was returned by these functions.
      77f442fd
    • dogmaphobic's avatar
      Removed the “selectedFilter” argument from the QGCFileDialog functions along... · 209d354c
      dogmaphobic authored
      Removed the “selectedFilter” argument from the QGCFileDialog functions along with references to it in unit tests.
      Fixed function declarations and prototypes formatting while at it.
      Changed the caption of a few file save dialogs with a more descriptive text (explicitly telling what is being saved).
      209d354c
Loading