Don Gagne
bf6b4a2dd8
Small screen updates
9 years ago
Don Gagne
0cec774147
Merge pull request #3494 from DonLakeFlyer/PowerSmallScreen
...
Power small screen
9 years ago
Don Gagne
52a18d7204
Merge pull request #3493 from DonLakeFlyer/GeneralSettingSizing
...
General setting sizing
9 years ago
Don Gagne
4f85d75341
Small screen fixes
9 years ago
Don Gagne
07712487a9
Use correct font
9 years ago
Don Gagne
fd091a62bb
Small screen updates
9 years ago
Don Gagne
d69e608913
Shorter names for real estate saving
9 years ago
Don Gagne
d009c11768
Merge pull request #3491 from DonLakeFlyer/PlanViewSmallScreen
...
Plan view small screen fixes
9 years ago
Don Gagne
c93ab24d39
Shorter text field width to save real estate
9 years ago
Don Gagne
637774f73b
Shorter units naming to save real estate
9 years ago
Don Gagne
bcb0ee0bc1
Don't use numeric keyboard on iOS
...
Doesn’t have a done key which doesn’t work with our user model. May
find a better fix later.
9 years ago
Don Gagne
27611359a5
Bump height for mobile
9 years ago
Don Gagne
2d5b2dbbbe
iOS uses 12 point for all devices
9 years ago
Don Gagne
9bef08305a
Merge pull request #3487 from dogmaphobic/iosSmallScreenTweak
...
Tweaks for small screens on iOS.
9 years ago
dogmaphobic
f5f8c0b0b8
Tweaks for small screens on iOS.
9 years ago
Don Gagne
21978bb469
Merge pull request #3477 from DonLakeFlyer/OSXGStreamerInstall
...
Install gstreamer on OSX travis
9 years ago
Don Gagne
e594d7d313
Merge pull request #3463 from NaterGator/missionplan-tweaks
...
Mission Plan Tweaks
9 years ago
Lorenz Meier
76ae866645
Removed unused Eigen header ( #3478 )
9 years ago
Don Gagne
557aa07a7d
Install gstreamer on OSX
9 years ago
Don Gagne
51521fb92d
Merge pull request #3476 from DonLakeFlyer/TravisOSXGStreamer
...
Download gstreamer for OS X travis builds
9 years ago
Don Gagne
323a9ae730
Merge pull request #3475 from DonLakeFlyer/QStringFix
...
Fix string replacement
9 years ago
Don Gagne
f18634c323
Download gstreamer for osx
9 years ago
Don Gagne
0e17f9dc8d
Fix string replacement
9 years ago
Gus Grubba
e6cf9822c8
Merge pull request #3474 from dogmaphobic/appStoreIcon
...
App store icon
9 years ago
dogmaphobic
1b0e8258d9
Icon for iOS App Store. [ci skip]
9 years ago
dogmaphobic
ffab4658af
Merge branch 'master' of https://github.com/dogmaphobic/qgroundcontrol
...
# By Gus Grubba
# Via Gus Grubba
* 'master' of https://github.com/dogmaphobic/qgroundcontrol :
Update README.md
9 years ago
Gus Grubba
247e069105
Merge pull request #3473 from dogmaphobic/nameUpdate
...
Update README.md
9 years ago
Gus Grubba
4b5f4bb01f
Update README.md
...
Updated name to make consistent with App Store
9 years ago
Gus Grubba
af0cb0ed2f
Update README.md
...
Updated name to make consistent with App Store
9 years ago
Don Gagne
2a00db6b89
Merge pull request #3464 from NaterGator/linkfix
...
Obligate LinkInterfaces to implement getLinkConfiguration. …
9 years ago
Gus Grubba
b4a94ef303
Merge pull request #3472 from dogmaphobic/iosAppStore
...
Ios app store
9 years ago
dogmaphobic
f9d6c73665
Merge remote-tracking branch 'Mavlink/master' into iosAppStore
...
* Mavlink/master:
Fix github json download failure argument string
9 years ago
dogmaphobic
3cef9ab2c4
Added missing icon for iPad Pro.
...
Updated App Store certificate (public) UUID.
9 years ago
dogmaphobic
c6e83cef6a
Changing bundle id.
9 years ago
Nate Weibley
0669604a14
Fix github json download failure argument string
...
Bug noted in #3465
9 years ago
dogmaphobic
0ddc6eedda
Merge remote-tracking branch 'Mavlink/master' into iosAppStore
...
* Mavlink/master:
Improving coding style
Updating mavlink v1.0 ref
Removing AndroidJoystick (requires Qt5.6)
GPSFact.json: add RTK float & fixed types
gps: use a read buffer size of 1024
gps: update drivers submodule
gps read callback: avoid sleep, don't wait when data already available
gps: use GPS_RTCM_DATA mavlink message for RTCM, use fragmentation if needed
gps: update submodule
gps: use an inline function for usleep instead of #define
GPSProvider: add SIMULATE_RTCM_OUTPUT to enable simulated RTCM output (currently disabled)
Sync with official
Fixing syntax
Android Joystick support
Fixing syntax
Android Joystick support
Fixing syntax
Android Joystick support
9 years ago
dogmaphobic
133ff1427d
Initial App Store build settings.
9 years ago
dogmaphobic
39054f6539
Removing spurious debug message.
9 years ago
dogmaphobic
1134684b4e
Messages are in English. If you have the iOS device set to another language, things get spoken all wrong.
9 years ago
Nate Weibley
5bb7acfb68
Don't show items in the altitude status preview that don't specify a coordinate
9 years ago
Nate Weibley
ec6a9a7147
Obligate LinkInterfaces to implement getLinkConfiguration. 11ab9aa031
introduced a bug where TCP links would cause a crash loading the sensors page
9 years ago
Nate Weibley
d6d8f48691
Fixing some spacing consistency issues
9 years ago
Nate Weibley
05852c3b25
Tweaks to mission editor model views. Helps to address #3456
9 years ago
Don Gagne
ce7035b419
Merge pull request #3459 from gregd72002/JoystickRestructure
...
Joystick restructure
9 years ago
Lorenz Meier
397465f0f4
Merge pull request #3457 from bkueng/mavlink_rtcm_message
...
GPS RTK: use GPS_RTCM_DATA mavlink message
9 years ago
Don Gagne
1ce17f0197
Merge pull request #3444 from DonLakeFlyer/ArmNoGPS
...
Allow arm with no GPS lock
9 years ago
Don Gagne
64cda494da
Merge pull request #3434 from thedevleon/enable_roi_and_mount_for_px4
...
Enable ROI and MOUNT support for PX4
9 years ago
Gregory Dymarek
92422bd562
Improving coding style
9 years ago
Gregory Dymarek
6e33df1aec
Updating mavlink v1.0 ref
9 years ago
Gregory Dymarek
907520b00d
Removing AndroidJoystick (requires Qt5.6)
9 years ago