dogmaphobic
cd825cd870
Cleaning old cruft.
9 years ago
Gus Grubba
5084a7aa4d
Merge pull request #2191 from dogmaphobic/preferences
...
Separate Settings Panel
9 years ago
Gus Grubba
0a48bfe938
Merge pull request #2187 from dogmaphobic/fixCheckBox
...
Fix checkbox aligment.
9 years ago
dogmaphobic
a8ffba6e30
Separate Settings Panel
9 years ago
Lorenz Meier
b05aa3fb36
Update the PX4 airframe meta copy
9 years ago
Gus Grubba
7977df2958
Merge pull request #2188 from dogmaphobic/preferencesPanel
...
The debug dialog is temporary and it only shows in debug builds. I was trying to collect data on screen size and density for various devices. I might leave it there a little longer (still only for debug builds) until we're comfortable with the UI across all devices.
Yes, we need to group these settings a little better. I think it's just a matter of shuffling things around. One *Root* setting window that branches off into *General*, *Vehicle*, *Joystick*, etc. I will wait for @DonLakeFlyer to be back so we can figure this out.
In the mean time, I will merge this in as is as it provides a service regardless.
9 years ago
dogmaphobic
f25ac82e77
Bogus changes to force a new build.
9 years ago
dogmaphobic
c069252d9e
Started preferences panel
9 years ago
dogmaphobic
26a5997d1c
Fix checkbox aligment.
9 years ago
Gus Grubba
3dacace27e
Merge pull request #2185 from dogmaphobic/uiTweaks
...
Ui tweaks
Looks like it finally passed!
9 years ago
Lorenz Meier
2f8cd513a1
Merge pull request #2186 from mavlink/joystickfix
...
Disable COM_RC_IN_MODE magic handling, as its causing confusion on al…
9 years ago
dogmaphobic
0fedd4fa6c
Token change to force new build.
9 years ago
Lorenz Meier
09bf9fdb70
Disable COM_RC_IN_MODE magic handling, as its causing confusion on all autopilot stacks. This is a developer thing which is actually much easier to not expose, even for the involved developers.
9 years ago
dogmaphobic
1df6ada0c8
Fixing QGCCheckBox
9 years ago
dogmaphobic
7800404210
Airframe Panel tweaks.
9 years ago
dogmaphobic
f970a839b3
UI Tweaks
9 years ago
Gus Grubba
fb371f36a2
Merge pull request #2184 from dogmaphobic/armDialog
...
Adding a confirmation dialog for when arming vehicle.
9 years ago
dogmaphobic
deeecc744a
Adding a confirmation dialog for when arming vehicle.
9 years ago
Gus Grubba
c6b66c4694
Merge pull request #2179 from mavlink/toolbarWork
...
Toolbar work
9 years ago
Daniel Agar
1a960233af
android only update AndroidManifest if versionCode not empty
9 years ago
Lorenz Meier
29facda306
Workaround for broken Travis
9 years ago
dogmaphobic
97a07325a0
Merge remote-tracking branch 'mavlink/master' into toolbarWork
...
* mavlink/master: (30 commits)
android lower minSdkVersion to 16
Update README.md
Fix G constant, emit updates more regularly
QGC: Fix excessive noise terms
check for new and old flightgear path
set correct path to flightgear executable on osx
fix android auto versionName update
travis-ci try installing PyOpenSSL with pip
travis-ci add python-openssl for google play publish
travis-ci run doxygen config last
travis-ci pip install --user
travis-ci install google-api-python-client
fix travis decrypt google play credentials
android auto version and deploy to google play
update android version
Remove Flightgear and JSBSim and only leave the option which actually works.
Wait after window close to prevent qml warnings
Restructure to prevent shutdown warnings
QT_FATAL_WARNINGS back on
Remove remaining singletons
...
Conflicts:
src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc
9 years ago
dogmaphobic
da8d8bb581
Main Toolbar Work
9 years ago
Daniel Agar
a120ffe7d1
Merge pull request #2177 from dagar/android_min_sdk
...
android lower minSdkVersion to 16
9 years ago
Daniel Agar
bd05aaf39e
android lower minSdkVersion to 16
9 years ago
Daniel Agar
609f578096
Update README.md
...
-simplify clone step
9 years ago
Lorenz Meier
82788b731c
Fix G constant, emit updates more regularly
9 years ago
Lorenz Meier
583c61d78c
Merge pull request #2175 from UAVenture/mac_flightgear_path
...
Update path to executable for FlightGear on OSX
9 years ago
Lorenz Meier
e4f8eea278
QGC: Fix excessive noise terms
9 years ago
Andreas Antener
0aff4103df
check for new and old flightgear path
9 years ago
Andreas Antener
b723939af3
set correct path to flightgear executable on osx
9 years ago
Daniel Agar
9ebd2bafa3
fix android auto versionName update
9 years ago
Daniel Agar
075d5af22d
travis-ci try installing PyOpenSSL with pip
9 years ago
Daniel Agar
c60e93c2d7
travis-ci add python-openssl for google play publish
9 years ago
Daniel Agar
5382fbcff8
travis-ci run doxygen config last
9 years ago
Daniel Agar
57eef458ec
travis-ci pip install --user
9 years ago
Daniel Agar
9c8d9519a1
travis-ci install google-api-python-client
9 years ago
Daniel Agar
d95703b033
fix travis decrypt google play credentials
9 years ago
Daniel Agar
e6211b8799
android auto version and deploy to google play
9 years ago
Daniel Agar
8b1199ed2a
update android version
9 years ago
Lorenz Meier
39edb2efc0
Merge pull request #2173 from mavlink/flightgear_simplified
...
Remove Flightgear and JSBSim and only leave options which work
9 years ago
Lorenz Meier
351e33cf8e
Remove Flightgear and JSBSim and only leave the option which actually works.
9 years ago
Don Gagne
2cd9ce2dd2
Merge pull request #2170 from DonLakeFlyer/UT
...
Unit Tests that will run with QT_FATAL_WARNINGS=1
9 years ago
Don Gagne
099c7a0ad9
Merge pull request #2169 from DonLakeFlyer/EvilSingletons
...
Remove remaining singletons
9 years ago
Don Gagne
bd42dc42b5
Merge pull request #2168 from DonLakeFlyer/HeartbeatLogging
...
Start logging on heartbeat
9 years ago
Don Gagne
d6288eeb58
Merge pull request #2167 from DonLakeFlyer/Missions
...
View tweaks
9 years ago
Don Gagne
73d508b2d1
Wait after window close to prevent qml warnings
9 years ago
Don Gagne
0f240fc6ac
Restructure to prevent shutdown warnings
9 years ago
Don Gagne
73bd95c7f8
QT_FATAL_WARNINGS back on
9 years ago
Don Gagne
e4e71de748
Remove remaining singletons
9 years ago