Don Gagne
d4d0561be4
Merge pull request #1226 from DonLakeFlyer/README
...
Add missing qml modules to README
10 years ago
Lorenz Meier
2c39564396
MAVLink version update
10 years ago
Don Gagne
b5228271ce
Add missing qml modules
10 years ago
Lorenz Meier
bbda859b37
Merge pull request #1223 from DonLakeFlyer/CalFix
...
Support two param sets for calibration
10 years ago
Don Gagne
9933b08485
Merge pull request #1225 from DonLakeFlyer/SetupViewMVC
...
Change SetupView to MVC model
10 years ago
Don Gagne
e47267e298
Change to MVC model
10 years ago
Don Gagne
a21bd1d969
Merge pull request #1220 from DonLakeFlyer/BlackFix
...
Set Column component size correctly
10 years ago
Don Gagne
64672e34d3
Request all sensor parameters before/after cal
...
Include support for both param sets
10 years ago
Susurrus
e388f8be76
Merge pull request #1213 from mavlink/comm_fix
...
Fix setting the baud rate.
10 years ago
Don Gagne
96e5674dd8
Support two param sets for calibration
...
The parameters for calibration were changed in the latest master. QGC
needs to work with both. Hacked in for now, waiting on a true parameter
re-mapping implementation.
10 years ago
Don Gagne
d6c39c380e
Merge pull request #1188 from dogmaphobic/issue1182
...
File extensions need consistency. Issue #1182 .
10 years ago
Don Gagne
41fa62eb1d
Set Column component size correctly
10 years ago
Don Gagne
72167dd020
Merge pull request #1216 from DonLakeFlyer/ResolutionWork
...
Rework setup buttons to fit in lower resolution displays
10 years ago
Don Gagne
503f9aa934
Rework setup button to fit in lower resolution displays
10 years ago
Don Gagne
8197e5c55e
Merge pull request #1204 from DonLakeFlyer/QmlControls
...
Qml controls
10 years ago
Don Gagne
7ee56ba4f9
Merge pull request #1203 from DonLakeFlyer/Readme
...
Add missing qml module
10 years ago
Susurrus
93e33c9dc6
Merge pull request #1210 from senden9/patch-1
...
fix style in README
10 years ago
Bryant
5730af5c63
Fix setting the baud rate.
...
There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
around the 'is_cdc' variable, as I can't really follow what it's for.
10 years ago
Stefano Probst
a842cfa914
fix style in README
...
Fix the formatting at "Initialize submodules".
10 years ago
Don Gagne
f8181f89c8
New set of Qml Controls
...
Controls respect QGCPalette settings. Also added test window.
10 years ago
Don Gagne
35a89d527a
WIP on Firmware Upgrade conversion to Qml
10 years ago
Don Gagne
50cef5034c
Updated for new Palette import
10 years ago
Don Gagne
f45cd1d439
Add new Qml Control test window/menu
10 years ago
Don Gagne
70a55798bb
Move Palette registration out of FactSystem
...
Since this is generic Qml support not specific to FactSystem
10 years ago
Don Gagne
f7eb2306f2
Moved qml controls closer to c++ source in tree
10 years ago
Don Gagne
ddb9619729
Add missing qml module
...
Only seems to be missing in some cases but can’t hurt if already
installed.
10 years ago
dogmaphobic
9a1080ab0a
Changing the order as RC loss is more important and should be up on top.
10 years ago
dogmaphobic
1717173eca
Oops... Forgot them hardcoded.
10 years ago
dogmaphobic
cb627b615e
When enabling the warnings, I realized the dialog was too small for them.
10 years ago
dogmaphobic
ea6c6a911d
Reworking the layout of the "Return Home" Safety Dialog.
10 years ago
Don Gagne
cdaa02968c
Coding style examples
10 years ago
Don Gagne
c152d25773
Merge pull request #1197 from DonLakeFlyer/QMLPalette
...
Add Light/Dark theme support to QML
10 years ago
dogmaphobic
af995353ed
Blind attempt at fixing Linux build.
10 years ago
Don Gagne
5fd125d9d6
Add Light/Dark theme support to QML
10 years ago
Don Gagne
fff84f17f6
Merge pull request #1191 from DonLakeFlyer/SetupUI
...
Back to non-modal, no pop-up Setup View
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
...
Fixing braces
Changing data plot save files to csv only
Fixing LinechartWidget::startLogging() as it no longer needs to worry about a proper file name being set.
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
...
Conflicts:
src/QGCApplication.cc
src/QGCFileDialog.cc
src/QGCFileDialog.h
src/ui/MainWindow.cc
src/ui/QGCBaseParamWidget.cc
src/ui/WaypointList.cc
src/ui/designer/QGCToolWidget.cc
src/ui/linechart/LinechartWidget.cc
Merging master
Applied changes to file open/save dialogs.
10 years ago
dogmaphobic
25408fd15c
Updating file extensions.
10 years ago
Don Gagne
d652eeb944
Merge pull request #1187 from dogmaphobic/issue1185
...
Removing unused selectedFilter argument from QGXFileDialog methods.
10 years ago
Don Gagne
9bd7680f80
Merge pull request #1184 from dogmaphobic/issue1173
...
Remove erroneous use of QFileDialog::selectNameFilter()
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