- Feb 03, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- Feb 02, 2015
-
-
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.
-
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).
-
dogmaphobic authored
-
dogmaphobic authored
-
- Jan 31, 2015
-
-
Bryant Mairs authored
-
- Jan 30, 2015
-
-
dogmaphobic authored
Tweaking the documentation for QFileDialog and replacing the doxygen "@" escape to be consistent with the rest of the code.
-
- Jan 29, 2015
-
-
dogmaphobic authored
-
- Jan 28, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use.
-
- Dec 01, 2014
-
-
Don Gagne authored
-
- Nov 24, 2014
-
-
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.
-