5206 Commits (6219f5c06fb1d4eb75b28554f5cea7384e88fac5)
 

Author SHA1 Message Date
Don Gagne fff84f17f6 Merge pull request #1191 from DonLakeFlyer/SetupUI 10 years ago
dogmaphobic 795d72a304 No longer forcing .log extension 10 years ago
Don Gagne af38a105df Re-implemented Setup View 10 years ago
Don Gagne 1da6c502ec Remove unused VehicleComponentSummaryItem 10 years ago
Don Gagne 5476a45e4c Remove unused files 10 years ago
dogmaphobic 1b813145f0 More work on filter description consistency. 10 years ago
dogmaphobic e3136fc485 Fixing grammar in file filters (and making them consistent). 10 years ago
dogmaphobic 53751dfe89 Adding some TODO items 10 years ago
dogmaphobic 18c2e01a9f Fixing indentation. 10 years ago
dogmaphobic 714bbbf99d Documenting the strict flag. 10 years ago
dogmaphobic 18a2d165c4 Merge branch 'master' into issue1182 10 years ago
dogmaphobic 25408fd15c Updating file extensions. 10 years ago
Don Gagne d652eeb944 Merge pull request #1187 from dogmaphobic/issue1185 10 years ago
Don Gagne 9bd7680f80 Merge pull request #1184 from dogmaphobic/issue1173 10 years ago
dogmaphobic 71a346e126 Fixing suffix extraction from regex 10 years ago
dogmaphobic 9b6b87788a Adding and/or fixing even more and more captions. 10 years ago
dogmaphobic 2b8196b104 Adding and/or fixing even more captions. 10 years ago
dogmaphobic 81b4fd3a39 Adding and/or fixing captions. 10 years ago
dogmaphobic e993032a2c Adding missing braces. 10 years ago
dogmaphobic 4e8f2739cc Fixing typo. 10 years ago
dogmaphobic 5ebb3ed22e Merge remote-tracking branch 'mavlink/master' into issue1185 10 years ago
Don Gagne 28b6c0703a Merge pull request #1186 from DonLakeFlyer/FirmwareCrash 10 years ago
Don Gagne 7679f75f53 Fix crash when no UAS 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
Don Gagne 808a835d60 Merge pull request #1183 from DonLakeFlyer/SettingsFix 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
Don Gagne 3165ab6085 Fixing bogus push for merge hell 10 years ago
Don Gagne 9d73e721b9 Merge pull request #1159 from DonLakeFlyer/MainWindowDockWidget 10 years ago
Don Gagne f171e0aa31 Bogus commit to get around merge 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
Don Gagne 0c23e83e80 Fix compiler warning 10 years ago
Don Gagne 48663c8a4f New MainWindow central and dock widget architecture 10 years ago
Don Gagne f486e7ea65 SetupView no longer created at boot 10 years ago
Don Gagne 4be5d98422 Hip dock widgeta show up automatically 10 years ago
Don Gagne bbb5b84c19 Remove title bar on/off support 10 years ago
Don Gagne 04d214d6dd Set initial size smaller 10 years ago
Don Gagne fb33b0386c Delete unused files 10 years ago
Don Gagne 3908e1c741 Merge pull request #1178 from mavlink/local-3d-fix 10 years ago
dogmaphobic 6ee1a42384 Initial work on enforcing extension. 10 years ago
Bryant Mairs c245ce3e6c Fix Qt documentation links to point to Qt5. 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 0262ce2107 Removing unnecessary double semi-colon from single type filters in file dialogs 10 years ago
dogmaphobic 7d4831d017 Tweaking the documentation for QFileDialog and replacing the doxygen "@" escape to be consistent with the rest of the code. 10 years ago
dogmaphobic 32495fc404 Added default suffixes to these functions: 10 years ago
dogmaphobic 20e6c7486b Making sure to tell users to leave selectedFilter NULL as it is not yet implemented. 10 years ago
dogmaphobic 6eeefe9c3b Documenting QGCFileDialog.h 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