dogmaphobic
|
71a346e126
|
Fixing suffix extraction from regex
|
10 years ago |
dogmaphobic
|
189299f354
|
Appending required extension when it is not the one used (when in strict mode).
Added a dialog asking the user about overwritting an existing file.
|
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:
QGCApplication::saveTempFlightDataLogOnMainThread()
MainWindow::startVideoCapture()
QGCBaseParamWidget::saveParametersToFile()
QGCDataPlot2D::savePlot()
QGCDataPlot2D::saveCsvLog()
WaypointList::saveWaypoints()
QGCToolWidget::exportWidget()
LinechartWidget::startLogging()
Making sure defaultSuffix doesn’t start with a dot (i.e. “.bar”)
QGCFileDialog::getSaveFileName()
Assert if defaultSuffix contains a dot (i.e. “.bar”)
UnitTest::_getSaveFileName()
|
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
Moving methods from MainWindow to QGCApplication so that more things
can run without a window. Helpful for testing.
|
11 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 |