Don Gagne
8890d874a8
Merge pull request #2697 from DonLakeFlyer/MissionEdit
...
Mission editor fixes
9 years ago
Don Gagne
251bbf80ab
Support V110 (APM) and V120 (PX4) formats
...
- Fix: Version error message not being displayed
- Correct handling of APM and PX4 files with respect to home position
in first slot
- Emit newItemsFromVehicle signal so editor can fit map viewport on
load from vehicle
9 years ago
Don Gagne
950aaab059
Fit map viewport to mission items
9 years ago
Don Gagne
4639220169
Merge pull request #2691 from DonLakeFlyer/ItemInsert
...
Add support for mission item insert in hamburger
9 years ago
Don Gagne
939db7318f
Merge remote-tracking branch 'origin/ItemInsert' into ItemInsert
9 years ago
Don Gagne
3ad581bdfb
Add support for mission item insert
9 years ago
Don Gagne
94c26ac4bd
Merge pull request #2690 from DonLakeFlyer/JoystickCheck
...
Warn about joystick on APM stack
9 years ago
Peter Barker
b7f30d365f
Document the use of Vagrant
9 years ago
Peter Barker
97670c449d
Add a Vagrantfile
9 years ago
Don Gagne
570db278a4
Merge pull request #2689 from DonLakeFlyer/AddItem
...
Add mission item no longer times out
9 years ago
Don Gagne
2f7978dd54
Merge pull request #2688 from DonLakeFlyer/SDCardPrompt
...
Prompt for missing SD Card
9 years ago
Don Gagne
bb8a90da9f
Merge pull request #2686 from DonLakeFlyer/Airframe
...
Fix bad resource in Airframe Icons
9 years ago
Don Gagne
9cc6d2f06a
Merge pull request #2684 from DonLakeFlyer/Firmware
...
Firmware upgrade usability
9 years ago
Don Gagne
608810cfc8
Add support for mission item insert
9 years ago
Don Gagne
66db08edda
Merge pull request #2565 from nopeppermint/master
...
correct spelling mistakes
9 years ago
Don Gagne
921868dce0
Warn about joystick on APM stack
9 years ago
Don Gagne
b4b196bdec
Add mission item no longer times out
9 years ago
Don Gagne
891e1d5648
Prompt for missing SD Card
9 years ago
Don Gagne
6f846d58bc
Fix Summary View on vehicle disconnect
9 years ago
Don Gagne
affe459d3c
Fix bad resource
9 years ago
Don Gagne
82ee17269c
Don't switch to summary view is vehicle goes way
...
This provides a better workflow for firmware upgrade
9 years ago
Don Gagne
3d01dc7a4a
Better wording for unplug
9 years ago
Don Gagne
529f8ddea9
Merge pull request #2682 from tcanabrava/fixBitMask
...
bitwise and, not boolean and, to check for bitmasks.
9 years ago
Don Gagne
9ed0ab6e2a
Merge pull request #2677 from DonLakeFlyer/InfoView
...
Info View: Fix multi-vehicle handling
9 years ago
Tomaz Canabrava
206929ab0b
bitwise and, not boolean and, to check for bitmasks.
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Gus Grubba
e34413a4e1
Merge pull request #2675 from dogmaphobic/windowVSFix
...
Adding full path to windeployqt.
9 years ago
Don Gagne
8bb1f9d72f
Merge pull request #2676 from DonLakeFlyer/MultipleVehicles
...
Fix multiple vehicles on same link
9 years ago
nopeppermint
5fa40b0f3c
remove corrections in non src directory
9 years ago
nopeppermint
79b4494527
remove corrections in non src directory
9 years ago
nopeppermint
132ca9e586
remove corrections in non src directory
9 years ago
Don Gagne
3a17aa6451
Fix multi-vehicle handling
9 years ago
Don Gagne
fcb1ce1a40
Fix multiple vehicles on same link
...
- Also fix vehicle selector dropdown in toolbar
9 years ago
Gus Grubba
9c9298e3d2
Adding full path to windeployqt.
9 years ago
Don Gagne
b867851a43
Merge pull request #2672 from tcanabrava/apm_stuff_v2
...
Apm stuff v2
9 years ago
Don Gagne
922cbc192d
Merge pull request #2667 from cfelipesouza/master
...
Airframe Configuration Icons
9 years ago
Tomaz Canabrava
860cb89fa4
Change the if/else chain for failure to a single goto call
...
I know that some people belive that goto's are devil's work
but sometimes (like chaining if/elses for failures) it can
actually simplify the code for a better readability and
improved speed.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
a9c57c5563
use QStringLiteral for QString creation of constants and QLatin1Literal for comparisson
...
Strings can be expensive to create, all the issues with allocation,
copy of the char members, conversion to UTF-16. QStringLiteral creates
one in compile time.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
01f6ea7c5c
Const-correctness
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
0d60190064
don't virtual a class that shouldn't be inheritable, use final instead
...
virtual marks a method for inclusion on a v-table, but we don't want
the methods of classes that won't be inheritable to have a v-table,
we want, however, to issue a warning if somebody try to inherit
that specific class and reimplement those methods.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Carlos Felipe
86f55d6c0f
Airframe Configuration Icons
...
Uploaded new .svg icons referring to Airframe Configuration screen.
Deleted .png files.
Signed-off-by: Carlos Felipe <carlos.felipe@intel.com>
9 years ago
Tomaz Canabrava
df4043b5f1
Simplify creation of Plugin Members
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Gus Grubba
d13f930e89
Merge pull request #2668 from dogmaphobic/esp8266Test
...
Using proper Fact testing to test if the WiFi Bridge is present.
9 years ago
dogmaphobic
ebbcd773a4
Using proper Fact testing to test if the WiFi Bridge is present.
9 years ago
Don Gagne
c0393e63a1
Merge pull request #2660 from DonLakeFlyer/VirtualJoystick
...
Virtual joystick improvments
9 years ago
Don Gagne
a0b03086aa
Merge pull request #2658 from DonLakeFlyer/RadioTrigger
...
Add missing Radio Component trigger
9 years ago
Don Gagne
78fac391f5
Merge pull request #2657 from DonLakeFlyer/QGCFlickable
...
New QGCFlickable control
9 years ago
Don Gagne
b946e88944
ThumbStick improvements
...
- Positions are bounded to rectangle
- No longer re-centers if thumbs go outside bounds
- ThumbPad moves to meet first thumb position, this prevents
inadvertent movement as you put your thumb down
9 years ago
Don Gagne
08921496ff
Add MANUAL_CONTROL output
9 years ago
Don Gagne
bbe0569b71
Merge pull request #2659 from DonLakeFlyer/MissingMockParams
...
Add missing MockLink params
9 years ago
Don Gagne
ce647f7ee7
Add missing MockLink params
9 years ago