Don Gagne
20ac1f34c3
Merge pull request #853 from DonLakeFlyer/ReleaseUT
...
Remove unit tests from Windows Release-only builds
11 years ago
Don Gagne
4d3d923ca9
Document how to build Release-only Windows build
11 years ago
Don Gagne
cebae8cce8
Remove UnitTests from Windows Release builds
11 years ago
Don Gagne
9973760013
Merge pull request #852 from DonLakeFlyer/OSXInstall
...
Pretty volume name
11 years ago
Don Gagne
6cea3c5639
Pretty volume name
11 years ago
Don Gagne
cdbb6118de
Merge pull request #851 from DonLakeFlyer/OSX-Install
...
Need to try this through the TeamCity install builds and then get feedback so merging
11 years ago
Don Gagne
51e190b86d
Split hdiutil step separate from macdeployqt
...
hdiutil called from inside macdelpoyqt was failing. Managed to get it
not to fail by changing layout to SPUD instead of GPTSPUD.
Unfortunately know idea why this works!
11 years ago
Don Gagne
95f92dc3a7
Merge pull request #845 from Susurrus/joystick2
...
Second pass at moving joystick settings into general settings dialog window
This has been sitting for comment for a couple days. Code review is good and change makes sense. Merging.
11 years ago
Lorenz Meier
158bfc91fc
Merge pull request #849 from DonLakeFlyer/FTP
...
Modified to use new FILE_TRANSFER_PROTOCOL message
11 years ago
Don Gagne
85e81a84a4
Had to give up on bitfields
11 years ago
Don Gagne
f12a2f741d
Make sure hdr.size is always set
...
Otherwise we can end up generating strange CRCs.
11 years ago
Don Gagne
80956e429e
Better debugging for Windows failure
11 years ago
Don Gagne
b066ee2046
Modified to use new FILE_TRANSFER_PROTOCOL message
...
- Also corrected system/component id usage
- Switched to new Qt5 connect api
11 years ago
Bryant
a30a180dbe
Altered text to use 'controllers' instead of 'joysticks' to be more generic.
11 years ago
Bryant
69d3ebb78f
Moved joystick settings into the main settings page.
...
No major functionality changes.
11 years ago
Lorenz Meier
3e0ca9f652
Remove unfinished view mode
11 years ago
Lorenz Meier
ee85f3b09a
Do not instantiate specific modes we do not support well
11 years ago
Bryant Mairs
7cfc2708e7
Replace 0 with NULL constant.
11 years ago
Lorenz Meier
5c5f6cc022
Hide modes we do not actually support well
11 years ago
Lorenz Meier
ce8a3e33c5
Merge pull request #843 from DonLakeFlyer/RCCompWarnings
...
Fix unit test crash rom Pull 840
11 years ago
Don Gagne
bb8a167ccf
Fix unit test crash
11 years ago
Lorenz Meier
8890e39406
Merge pull request #842 from DonLakeFlyer/RCCompWarnings
...
Fix Linux compiler warnings from Pull 840
11 years ago
Don Gagne
4b13904f82
Fix Linux compiler warnings
11 years ago
Lorenz Meier
d4b826c393
Merge pull request #840 from DonLakeFlyer/RCCalFixes
...
Updated RC Cal validation rules
11 years ago
Don Gagne
e39b779ad0
Updated validation rules
...
Also uses new min/max/invalid widget display
11 years ago
Don Gagne
42d9a74e66
Added min/max invalid display
11 years ago
Lorenz Meier
1898be3f0e
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
7cedaf9505
Fixed tool headings
11 years ago
Lorenz Meier
900171a36d
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
82c3cd9726
Fixed time stamp handling for attitude SP
11 years ago
Lorenz Meier
343d40f0e8
Merge pull request #837 from mavlink/altitude
...
handle wgs84 altitude correctly, AMSL also displayed in ft
11 years ago
Lorenz Meier
91f5bce0cc
Position SP update
11 years ago
Lorenz Meier
3386bc7e5d
Hiding airspeed calib for multicopters
11 years ago
Lorenz Meier
4e11890823
Adding viper config
11 years ago
Lorenz Meier
578adc855c
updating MAVLink
11 years ago
Lorenz Meier
e3132e655e
Merge pull request #836 from DonLakeFlyer/RCWidget
...
RC Calibration Updates
11 years ago
Thomas Gubler
de83949b53
fix unused variable warning
11 years ago
Lorenz Meier
768e240867
Merge pull request #838 from mavlink/attitudeplots
...
emit roll, pitch and yaw setpoints for plotting
11 years ago
Thomas Gubler
76b5784c19
emit roll, pitch and yaw setpoints for plotting
11 years ago
Thomas Gubler
af1056d593
handle wgs84 altitude correctly
...
also adds AMSL output in ft
11 years ago
Don Gagne
0b1f2f6368
RCCalibration updates
...
- Updated to use RCChannelWidget
- Removed attitude control widgets
- Previous calibration values now shown when not actively calibrating
11 years ago
Don Gagne
091cc1ebca
Update to new QGCRadioChannelDisplay API
11 years ago
Don Gagne
fc8c216a3e
Added new RCChannelWidget
11 years ago
Don Gagne
19dc3af7cb
New rc calibration channel widget
...
Left QGCRadioChannelDisplay alone so that I didn’t need to modify all
the other APM board code which uses this control. Also new control only
support horizontal orientation, with no plans to add vertical.
11 years ago
Lorenz Meier
6836a23a15
Merge pull request #834 from DonLakeFlyer/ThreadingFixes
...
Threading fixes
11 years ago
Don Gagne
51ef451faf
Handle file open correctly
...
Path through code allowed for xmlfile to be used when file was not
opened. Also changed qWarning->qDebug to allow QT_FAIL_WARNINGS to be
used to find bugs.
11 years ago
Don Gagne
4346e969c2
Handle load failure correctly
11 years ago
Don Gagne
e993561f05
Fix override of QWidget update signal
11 years ago
Don Gagne
d18e03947d
Make sure timer start/stop happens on class thread
11 years ago
Don Gagne
a02485c9a9
Change from qDebug to qWarning
...
This allows us to run with QT_FAIL_WARNINGS to find bugs. Also temp
comment out of failed signal connection.
11 years ago