Anton Erasmus
|
f3e48e718d
|
Add airspeed sensor to airship (#9235)
|
5 years ago |
DonLakeFlyer
|
1313a69852
|
Less twitchy value grid width sizing
|
5 years ago |
DonLakeFlyer
|
d6cd32a538
|
Unified photo/video control which works with mavlink cameras and just video stream
|
5 years ago |
DonLakeFlyer
|
93d5ee9f39
|
Move Vibration to Analyze
|
5 years ago |
DonLakeFlyer
|
b0d48d4795
|
Telemetry Values bar at center bottom
|
5 years ago |
DonLakeFlyer
|
04ae69bad6
|
Ready To Fly support based on MAV_SYS_STATUS_PREARM_CHECK
|
5 years ago |
DonLakeFlyer
|
2262446170
|
Tweaks to iOS storage location to support display in Files app
|
5 years ago |
DoinLakeFlyer
|
20664925b0
|
Modified support for multiple first run pages. Added first run for offline vehicle settings.
|
5 years ago |
DoinLakeFlyer
|
ea3f13d069
|
Added configurable value grid to toolbar
|
5 years ago |
DoinLakeFlyer
|
ac08dd5a25
|
Re-architect toolbar for better customization capabilities. Also use less real estate.
|
5 years ago |
DoinLakeFlyer
|
7644653c89
|
Rework Fly View into separate layers which can be customized at each layer.
|
5 years ago |
DoinLakeFlyer
|
d68e558649
|
Major update to simplify and document the custom build example
|
5 years ago |
Andrew Voznytsa
|
73651e1d18
|
Enable overriding video sink release op (completes video sink customization API)
|
5 years ago |
DoinLakeFlyer
|
00fa796f5e
|
Support for reusable InstrumentValueArea control
|
5 years ago |
DonLakeFlyer
|
ef1911ddd5
|
Refactor instrument value controls
|
5 years ago |
DoinLakeFlyer
|
c7262637ef
|
New value editing dialogs
|
5 years ago |
DoinLakeFlyer
|
3f6425f96f
|
Icon support for values display
|
5 years ago |
Stefan Dunca
|
6c0716312d
|
Add first time wizard so user can change/confirm the default locales
|
5 years ago |
DoinLakeFlyer
|
60d7580839
|
New grid based values page editor support
|
5 years ago |
Andrew Voznytsa
|
bf928283d7
|
Make VideoReceiver standalone
|
5 years ago |
DoinLakeFlyer
|
1d000e147d
|
Support for built-in preset delete prevention
|
5 years ago |
Gus Grubba
|
7c24fa63db
|
Expose API to prevent QGC from saving the application window size and position on close (or restoring it on open).
|
5 years ago |
Gus Grubba
|
e666acf924
|
Bringing preflight checklist to mainline QGC
|
5 years ago |
Gus Grubba
|
f6c49f99f5
|
More code documentation
|
5 years ago |
Gus Grubba
|
988a6eb132
|
Replace email address
|
5 years ago |
Gus Grubba
|
21c6252978
|
Update copyright date
|
5 years ago |
Gus Grubba
|
c18132c8f9
|
Disable MAVLink inspector for platforms that do not support it.
Move analyze page list model to the core plugin.
|
5 years ago |
Gus Grubba
|
73ea13a134
|
Add ROI option
|
6 years ago |
Gus Grubba
|
20bf53f552
|
Remove unused pairing settings
|
6 years ago |
Gus Grubba
|
604e12f645
|
Add link pairing
|
6 years ago |
murata
|
91a97b2882
|
api: Change NULL or 0 to nullptr
|
6 years ago |
Gus Grubba
|
2647db0e79
|
Show how to implement custom video manager
|
6 years ago |
Gus Grubba
|
27a9339bce
|
Move PreflightCheckList to custom builds only. The model, which used to be implemented within BuiltinPreFlightCheckModel is now within the control itself. It is up to the implementer to define a proper model.
|
6 years ago |
Gus Grubba
|
4d91312730
|
Pay attention to the current camera auto stream capabilities directly rather than just camera changes.
|
6 years ago |
Gus Grubba
|
d3676e3627
|
Video camera widget only available when using manual video streaming configuration.
|
6 years ago |
Gus Grubba
|
c2ccfda072
|
Allow plugin control of map scale visibility
|
6 years ago |
Gus Grubba
|
a08427a3d2
|
Allow plugins to enable/disable multiple vehicles selector
|
6 years ago |
Gus Grubba
|
44afaa8685
|
Moving QmtTest to the Settings Panel (in debug builds only). This used to be a separate "QtWidget".
|
6 years ago |
Gus Grubba
|
abe955a518
|
Expose toolbar to plugin (replaceable)
Restore QGC to its normal UI layout (buttons on toolbar)
|
6 years ago |
Gus Grubba
|
e1161ae081
|
Handling Plan View
|
6 years ago |
Gus Grubba
|
e55deea4d3
|
Get rid of QGCView, QGCViewPanel and FactPanel. All messages and dialogs are now handled in the root window.
|
6 years ago |
Gus Grubba
|
1c4fdc2e36
|
First shot at it
|
6 years ago |
Matej Frančeškin
|
4c989f9368
|
Microhard: Added settings panel similar to Taisync
|
6 years ago |
Stefan Dunca
|
80d9f884d4
|
Feature: add option to hide MAVLink Logging from settings
|
6 years ago |
Gus Grubba
|
661dbe4d7c
|
CP - Allow plugin to control mainQmlWidgetHolder creation.
|
6 years ago |
Don Gagne
|
bde5c03d6a
|
Support custom build override of available complex items
|
6 years ago |
Gus Grubba
|
352c53b183
|
On desktop (Ethernet connection), the ground unit pushes UDP directly, which makes the use of an actual "Link" not possible. Instead, I've moved all of Taisync support to a "manager" owned by QGCToolbox.
Added a Taisync settings with some basics already wired and running.
|
7 years ago |
Daniel Agar
|
9fa08020b5
|
cmake create api library in src/api
|
7 years ago |
Don Gagne
|
a88bef0ab1
|
Allow custom builds to turn off firmware version check
|
7 years ago |
Patrick José Pereira
|
7a7b7cfb1b
|
Move from Q_ENUMS to Q_ENUM
Q_ENUMS is deprecated and should not be usued.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |