28 Commits (8f8d79f7a61fc5d3d1da39371516a59fda10d9f1)

Author SHA1 Message Date
Lorenz Meier 78550907fe Adjust license terms in all headers to reflect new dual-license 9 years ago
Lorenz Meier f49c93db01 Remove splash screen 10 years ago
Don Gagne 57c34c1cd0 Convert all ui to a single Qml container 10 years ago
Don Gagne 9010541154 More header fixes for Mobile build 10 years ago
Don Gagne e5fe1e5071 Add missing include 10 years ago
dogmaphobic fe015311bb First stab at iOS builds 10 years ago
dogmaphobic bcb6a113ae Mobile Menu Bar 10 years ago
dogmaphobic 6af9a17078 More Android work... 10 years ago
dogmaphobic 59ad9be767 First android commit. 10 years ago
dogmaphobic af995353ed Blind attempt at fixing Linux build. 10 years ago
dogmaphobic 71a346e126 Fixing suffix extraction from regex 10 years ago
dogmaphobic 77f442fd86 Changing the defaultSuffix argument from a pointer to a const. 10 years ago
dogmaphobic 209d354cd3 Removed the “selectedFilter” argument from the QGCFileDialog functions along with references to it in unit tests. 10 years ago
dogmaphobic 189299f354 Appending required extension when it is not the one used (when in strict mode). 10 years ago
dogmaphobic 98bf2379a6 Remove erroneous use of QFileDialog::selectNameFilter(). No filters are to be selected. The argument selectedFilter is a pointer to a String to receive the filter selected/used by the user. 10 years ago
dogmaphobic 1e8545f750 Adding code to check and see if a given file has a proper extension (when the strict flag is set). 10 years ago
dogmaphobic 6ee1a42384 Initial work on enforcing extension. 10 years ago
dogmaphobic 3e44cd1b3e Fixing a case of an elusive, braceless conditional. 10 years ago
dogmaphobic d7c89e954f Adding braces around conditional oneliners 10 years ago
dogmaphobic 32495fc404 Added default suffixes to these functions: 10 years ago
dogmaphobic eeafd468a7 Added appropriate AcceptMode to AcceptSave so the OpenFileSave shows the proper Save button instead of the default Open button. 10 years ago
dogmaphobic a3f5bd797e Fixing missing argument in Debug builds 10 years ago
dogmaphobic fcf4fda2ca WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use. 10 years ago
Don Gagne d3ad49f3d5 Moving more things off of MainWindow 10 years ago
Don Gagne a312b9560e Hide splash screen now handled by QGCFileDialog|QGCMessageBox apis 11 years ago
Don Gagne fccb5c126e Hide splash screen now handled by QGCFileDialog|QGCMessageBox apis 11 years ago
Don Gagne c673310810 Fix broken native dialogs 11 years ago
Don Gagne e8c7680dae Fix compiler warning 11 years ago
Don Gagne 1b4239d39b QGCFileDialog UnitTest support 11 years ago