- 14 Oct, 2013 1 commit
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- 12 Sep, 2013 1 commit
-
-
Jean Cyr authored
-
- 16 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 14 Aug, 2013 1 commit
-
-
Anton Babushkin authored
-
- 13 Aug, 2013 2 commits
-
-
tstellanova authored
-
tstellanova authored
-
- 08 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 06 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 03 Aug, 2013 2 commits
-
-
tstellanova authored
-
Lorenz Meier authored
-
- 01 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 21 Jun, 2013 1 commit
-
-
Bryant authored
Vastly improved the joystick documentation, removed some redundant/unnecessary code, and fixed a couple of small bugs. This code should be ready for live testing.
-
- 19 Jun, 2013 1 commit
-
-
Bryant authored
The default UAS.cc now lists available actions that it can be commanded. These are polled by the Joystick Configuration window for each joystick button so that they can be assigned to trigger this action. Button presses don't yet trigger these actions, nor are they stored and reloaded on UAS switch.
-
- 17 Jun, 2013 1 commit
-
-
Bryant authored
The UASInterface now defines a systemCanReverse() function for indicating if the UAS is capable of commanding a reverse thrust.
-
- 10 Jun, 2013 1 commit
-
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- 07 Jun, 2013 1 commit
-
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- 06 Jun, 2013 1 commit
-
-
dongfang authored
Impl. Lorenz suggestions wrt one velocityChanged, altitudeChanged, speedChanged signal per reference frame. Impl. CDI on compass disk.
-
- 03 Jun, 2013 1 commit
-
-
dongfang authored
-
- 24 May, 2013 1 commit
-
-
dongfang authored
-
- 15 May, 2013 1 commit
-
-
Michael Carpenter authored
Changes for new calibration in APM 3.0 (Re: https://github.com/diydrones/MissionPlanner/issues/38), and change in some of the serial timeouts
-
- 08 May, 2013 1 commit
-
-
Michael Carpenter authored
Fix for crash when removing item from QuickView, and addition of more generic signal/slot combonation for property updates
-
- 25 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 02 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 23 Dec, 2012 1 commit
-
-
Lorenz Meier authored
-
- 21 Nov, 2012 1 commit
-
-
Lorenz Meier authored
-
- 07 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 06 Sep, 2012 1 commit
-
-
Lorenz Meier authored
Removed a lot of verbose debug output, added connection indication to main menu bar to improve situational awareness of operator
-
- 05 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 18 Jul, 2012 2 commits
- 23 May, 2012 1 commit
-
-
pixhawk authored
-
- 23 Feb, 2012 1 commit
-
-
hengli authored
Added remote OpenGL drawing in 3D view. Any external application can draw to the 3D view via the protobuf implementation of GLOverlay messages.
-
- 16 Feb, 2012 2 commits
-
-
Bryant Mairs authored
Removed some dead code. Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details. I also added some more details on the types of units expected by valueChanged().
-
Bryant Mairs authored
Exposed HEARTBEAT.system_status and HEARTBEAT.base_mode to the realtime plotter widget via the valueChanged signal.
-
- 13 Feb, 2012 1 commit
-
-
hengli authored
-
- 10 Feb, 2012 2 commits
- 08 Feb, 2012 2 commits
- 29 Jan, 2012 1 commit
-
-
Lionel Heng authored
-