Don Gagne
2c1e6a377f
Merge pull request #2564 from rjehangir/master
...
Prioritize real joystick over virtual joystick.
9 years ago
Don Gagne
6737807660
Merge pull request #2554 from ChukRhodes/master
...
R.Pi2 Support
9 years ago
Gus Grubba
557a92465b
Merge pull request #2570 from dogmaphobic/gpsFixes
...
GPS Indicator fixes.
9 years ago
dogmaphobic
5e051cb088
GPS Indicator fixes.
9 years ago
Lorenz Meier
6006dc32be
Param retry logic: Allow more retries
9 years ago
Rustom Jehangir
57d83dbd5f
Prioritize real joystick over virtual joystick.
...
Added conditional statement to disable the virtualTabletJoystick output if a real joystick is connected and enabled. Without this, two different sets of values would be sent and would appear highly sporadic.
9 years ago
Don Gagne
f2b95f1bdc
Merge pull request #2558 from NaterGator/winreleasefix
...
Fix default (non installer) release builds on Windows by removing VS …
9 years ago
Don Gagne
e5a104cc19
Merge pull request #2550 from DonLakeFlyer/ParamSearch
...
Fix QgcView::showDialogDefaultWidth reference
9 years ago
Don Gagne
9f37a7908b
Merge pull request #2557 from NaterGator/fontfix
...
Fix ugly font rendering in Windows
9 years ago
Gus Grubba
62eed38a1b
Merge pull request #2562 from dogmaphobic/fixHDOP
...
Fix GPS indicator so it handles non existing HDOP/VDOP values.
9 years ago
dogmaphobic
85cf1f599d
Fix GPS indicator so it handles non existing HDOP/VDOP values.
9 years ago
Nate Weibley
060a4df306
Fix default (non installer) release builds on Windows by removing VS hacks
9 years ago
Nate Weibley
41a6243a87
Fix font rendering issues via whole integer window geometry
9 years ago
Nate Weibley
eb7cf56920
Revert "Fix ugly font rendering in Windows"
...
This reverts commit bf31c80831
.
9 years ago
Nate Weibley
bf31c80831
Fix ugly font rendering in Windows
9 years ago
Lorenz Meier
0d962e0a66
XPlane HIL: Fix max datagram size
9 years ago
ChukRhodes
30bcc9042e
Merge remote-tracking branch 'refs/remotes/mavlink/master'
9 years ago
ChukRhodes
c15917447a
R.Pi2 Support
...
Allows QGC to run on Raspberry Pi 2 with direct framebuffer (X/startx
not needed). Memory split seems to need 128 for GPU. Qt5 needs to be
configured with "-opengl es2 -qpa eglfs -device linux-rasp-pi2-g++".
9 years ago
Don Gagne
e399baa799
Fix QgcView::showDialogDefaultWidth reference
9 years ago
Don Gagne
e5a83d8d61
Merge pull request #2546 from UAVenture/vtol_cmd_update
...
Use correct parameter for VTOL transition mode
9 years ago
Don Gagne
682ae3e9f7
Merge pull request #2545 from DonLakeFlyer/AddItemTimeout
...
Mission Editor: Add item button times out too early
9 years ago
Gus Grubba
0b750e07d4
Merge pull request #2547 from dogmaphobic/apmLogFix
...
APM Log Download "Fix"
9 years ago
dogmaphobic
762aa96516
Set file extension based on firmware type.
9 years ago
dogmaphobic
c5e4c18379
APM Log Download "Fix"
9 years ago
Andreas Antener
7d41d6a446
use correct parameter for transition mode
9 years ago
Lorenz Meier
ca2d5812f1
Update airframe default file
9 years ago
Don Gagne
83f7d7bc70
Add item button timeout out too early
9 years ago
Don Gagne
94008c9955
Merge pull request #2541 from DonLakeFlyer/MissionFixes
...
Mission fixes
9 years ago
DonLakeFlyer
b9c80cc130
Fix fake home position
9 years ago
DonLakeFlyer
98fcdb9eee
Not showing H for home
9 years ago
Don Gagne
93568afecf
Merge pull request #2539 from DonLakeFlyer/DeleteAllDirty
...
Set dirty bit when RemoveAllItems
9 years ago
Don Gagne
fd1e047d79
Merge pull request #2537 from DonLakeFlyer/MissionProtocol
...
Mission protocol robustness rework
9 years ago
Don Gagne
0c5c6c5d46
Set dirty bit when RemoveAllItems
9 years ago
Don Gagne
5a48f92b36
Merge pull request #2535 from DonLakeFlyer/HIL
...
HIL fixes
9 years ago
Don Gagne
4131c134d2
Mission protocol robustness rework
9 years ago
Don Gagne
12025fd383
Fix HIL shutdown crash
9 years ago
Don Gagne
ff6edbdc53
No checkmarks in flight mode dropdown
...
Selected flight mode is controller by firmware. Use selecting flight
mode cannot set the check, or it will be wrong if firmware declines
change.
9 years ago
Gus Grubba
5a2251ba9c
Merge pull request #2533 from dogmaphobic/logHandling
...
Log handling
9 years ago
dogmaphobic
776ee94083
Stupid case error.
9 years ago
dogmaphobic
d18a6b85f4
Merge remote-tracking branch 'MavLink/master' into logHandling
...
* MavLink/master:
Warn on unsupported APM version
APM stack does not support RC cal start/stop
Harden code for missing params, handle APM special case
Fix default comp id detection
PX4 Firmware no longer requires mavlink USB start
Standard sizing for QGCView::showDialog
Standard sizing for QGCView::showDialog
UAS Object: Avoid spamming the console on successful commands
linux include required libraries
Show enumStringValue if available
Use combo box if enums available
Set proper default mode for VTOL
Teach mission manager about transition command
Support camera and VTOL transition commands
Better light disabled text color
Add better button highlight color for light theme
Change selected flight mode color
Update README.md
Simplifying Airframe config
Fixing crash bug.
Conflicts:
src/ui/MainWindow.cc
9 years ago
dogmaphobic
939ee6f45a
Implemented Log Download
9 years ago
Don Gagne
d8c45c772a
Merge pull request #2530 from DonLakeFlyer/VersionWarning
...
Warn on unsupported APM version
9 years ago
Don Gagne
046b0ae224
Merge pull request #2529 from DonLakeFlyer/RadioConfig
...
Harden code for missing params, handle APM special case
9 years ago
Don Gagne
a067300d86
Warn on unsupported APM version
9 years ago
Don Gagne
bb240c26f0
APM stack does not support RC cal start/stop
9 years ago
Don Gagne
7f58b6ef10
Harden code for missing params, handle APM special case
9 years ago
Don Gagne
7f43851eb0
Merge pull request #2523 from DonLakeFlyer/DefaultCompId
...
Fix default comp id detection
9 years ago
Don Gagne
94a0e98f32
Fix default comp id detection
9 years ago
Don Gagne
a8fbcbabe4
Merge pull request #2391 from dagar/linux_libs
...
linux include required libraries
9 years ago
Don Gagne
996c282c44
Merge pull request #2517 from DonLakeFlyer/USBStart
...
PX4 Firmware no longer requires mavlink USB start
9 years ago