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.
...
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.
10 years ago
dogmaphobic
209d354cd3
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).
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
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:
...
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.
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