1. 28 May, 2015 1 commit
  2. 26 May, 2015 1 commit
  3. 22 May, 2015 1 commit
  4. 14 May, 2015 1 commit
  5. 13 May, 2015 1 commit
  6. 12 May, 2015 1 commit
  7. 05 May, 2015 1 commit
  8. 04 May, 2015 1 commit
  9. 01 May, 2015 1 commit
  10. 30 Apr, 2015 1 commit
  11. 29 Apr, 2015 4 commits
  12. 28 Apr, 2015 2 commits
  13. 27 Apr, 2015 1 commit
  14. 22 Apr, 2015 1 commit
  15. 20 Apr, 2015 1 commit
  16. 14 Apr, 2015 1 commit
  17. 02 Apr, 2015 1 commit
    • 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. 01 Apr, 2015 2 commits
  19. 13 Mar, 2015 1 commit
  20. 09 Mar, 2015 1 commit
    • 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. 07 Mar, 2015 1 commit
  22. 19 Feb, 2015 1 commit
  23. 18 Feb, 2015 1 commit
  24. 17 Feb, 2015 5 commits
  25. 13 Feb, 2015 1 commit
  26. 07 Feb, 2015 1 commit
  27. 04 Feb, 2015 2 commits
  28. 03 Feb, 2015 1 commit
  29. 02 Feb, 2015 2 commits
    • 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