Don Gagne
|
fb33b0386c
|
Delete unused files
|
10 years ago |
Don Gagne
|
3908e1c741
|
Merge pull request #1178 from mavlink/local-3d-fix
Made Q3D emit updateWidget so that local view updates correctly.
|
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:
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
|
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 |
dogmaphobic
|
db7470f7df
|
Revert premature assumption that adding support for selected filters in Open Save would not affect all other file dialog operations. As is, unit tests requires all or nothing.
|
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 |
jayceelock
|
28d17cbe83
|
Adding Mint install instructions for QT5.3
|
10 years ago |
James Goppert
|
d24787544d
|
Made Q3D emit updateWidget so that local view updates correctly.
|
10 years ago |
Lorenz Meier
|
1eba9577fb
|
Merge pull request #1155 from thomasgubler/rcparamtune
Rc param tune
|
10 years ago |
Thomas Gubler
|
29d0fa442c
|
MockUAS: add missing functions
|
10 years ago |
Thomas Gubler
|
ef7e7774b8
|
fix reorder and unused errors
|
10 years ago |
Thomas Gubler
|
aaba8342ab
|
remove debug output
|
10 years ago |
Thomas Gubler
|
f48f62cf50
|
make sure mavlink param_id string has the correct length
|
10 years ago |
Thomas Gubler
|
6d95cdc1b4
|
Merge pull request #1151 from mavlink/vimycm
Vim YouCompleteMe config
|
10 years ago |
Thomas Gubler
|
da9ac793c1
|
update mavlink c library
|
10 years ago |
Don Gagne
|
299e9e7ce4
|
Merge pull request #1150 from DonLakeFlyer/Connect
Rework Connect toolbar button usage
|
10 years ago |
Don Gagne
|
4bfc1f3bca
|
Switched WiFi to UDP
|
10 years ago |
Don Gagne
|
b8a79875af
|
Merge pull request #1153 from DonLakeFlyer/QQuickWidgetFix
Don't use native widget siblings
|
10 years ago |
Don Gagne
|
b85b9a21ca
|
Disable Google Earth
Adding Issue #1157 to put back
|
10 years ago |
Thomas Gubler
|
d1d7a92015
|
rc2param: min and max value
|
10 years ago |
Thomas Gubler
|
cab3d7bae9
|
add context menu to refresh a single param
|
10 years ago |
Thomas Gubler
|
6bc001e6c3
|
send rc to paramter map prototype
|
10 years ago |
Don Gagne
|
746ba82d2c
|
Remove bad ICC
|
10 years ago |
Don Gagne
|
63e7b8b7ed
|
Fix inner root qml object sizing
|
10 years ago |
Don Gagne
|
103d669f72
|
Remove bad ICC from splash png
|
10 years ago |
Don Gagne
|
33f9fae21d
|
Don't use native widget siblings
QQuickWidget can’t handle this
|
10 years ago |
Thomas Gubler
|
da5a503698
|
Vim YouCompleteMe config
|
10 years ago |
Don Gagne
|
c81927fae7
|
Rework Connect toolbar button usage
Now works for more than Serial links
|
10 years ago |
Don Gagne
|
cf777949b8
|
Merge pull request #1149 from DonLakeFlyer/AppStyle
Move ui style from MainWindow to QGCApplication
|
10 years ago |
Don Gagne
|
fb197a75bc
|
Move ui style from MainWindow to QGCApplication
|
10 years ago |
Don Gagne
|
4127e96ea8
|
Merge pull request #1148 from DonLakeFlyer/MainWindowReorg
Moving more things off of MainWindow
|
10 years ago |
Don Gagne
|
ebb14758ad
|
Move messagebox from MainWindow
|
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
|
d2cc809e84
|
Merge pull request #1146 from DonLakeFlyer/Setup
Setup work
|
10 years ago |
Don Gagne
|
e3acbf3b0b
|
Setup prereq and armed checks
|
10 years ago |
Don Gagne
|
348285b0f9
|
Emit signal after parameter updated
Emitting signal beforehand can lead to subtle bugs where code expects
value to be updated and it is not.
|
10 years ago |
Don Gagne
|
1b40a17bfe
|
Fix setupCompleteChanged notification
|
10 years ago |
Don Gagne
|
8d7280049f
|
Add setup prereq support
|
10 years ago |
Don Gagne
|
1d5a457ac2
|
Merge pull request #1145 from DonLakeFlyer/SummaryQml
Summary buttons in Qml
|
10 years ago |
Don Gagne
|
b65b4d567c
|
Fix compiler warning
|
10 years ago |
Don Gagne
|
41cfbfabf5
|
Fix compiler warnings
|
10 years ago |
Don Gagne
|
55843932eb
|
Summary button content now comes from QML
|
10 years ago |