Don Gagne
04d214d6dd
Set initial size smaller
...
This way the dock doesn’t end up too wide
10 years ago
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
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:
...
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
Don Gagne
39e39c1b21
Merge pull request #1161 from DonLakeFlyer/Stable_V2.2
...
Fix RCCal throttle trim problem
10 years ago
Don Gagne
2d326c3f59
Disable UASUnitTest
...
See Issue #1105
10 years ago
Don Gagne
2c51837f10
Carry over RCCal fix to Stable
10 years ago
Don Gagne
456c972a7e
Bumped Stable build number +1
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
255b676a4f
Fix compiler warning
10 years ago
Don Gagne
4d40f2984a
New MainWindow central and dock widget architecture
...
- Central widget no longer stacked. Views are added/removed to layout
to switch view
- Dock Widgets are globals with single instance of each type
- Both central views and dock widgets are just-in-time created saving
lots of memory
10 years ago
Don Gagne
78507bfe6a
SetupView no longer created at boot
...
UAS may be around at constructor time
10 years ago
Don Gagne
dd8b0a3a71
Hip dock widgeta show up automatically
...
No need to force them to show
10 years ago
Don Gagne
561202d84f
Remove title bar on/off support
10 years ago
Don Gagne
69c79dbf90
Set initial size smaller
...
This way the dock doesn’t end up too wide
10 years ago
Don Gagne
4499f8f5d2
Delete unused files
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