1. 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
  2. 31 Jan, 2015 1 commit
  3. 30 Jan, 2015 1 commit
  4. 29 Jan, 2015 1 commit
  5. 28 Jan, 2015 2 commits
  6. 01 Dec, 2014 1 commit
  7. 24 Nov, 2014 1 commit
    • Don Gagne's avatar
      New QGCFileDialog apis · a6870045
      Don Gagne authored
      Using QFileDialog directly on OS X can hang intermittently due to Qt
      bug. QGCFileDialog works around this by not using the native dialogs.
      a6870045