Lorenz Meier
8dcf6c4dd6
SerialLink: Continue to run the app event loop while connecting
...
The earlier sleep calls disabled the app event queue, leading to "beachballing" in Mac OS and a visible boot delay / jitter. Running the event loop actively while waiting prevents the UI from freezing.
7 years ago
Lorenz Meier
5c56bd037a
Serial links: Do not connect to known system peripherals
...
We were connecting to system peripherals before, which adds boot delay as QGC re-tries opening the port. We were also opening serial ports two times on Mac OS: Once as /dev/cu.usbmodem1 and once as /dev/tty.usbmodem1 - since the cu.usbmodem alias was already open, the 2nd opening always failed, leading to further boot delay.
7 years ago
Gus Grubba
870f7cb976
Merge pull request #5914 from mavlink/singleFirmware
...
Single firmware
7 years ago
Gus Grubba
2dd6afd439
Fix wording for custom firmware.
...
Remove zip experiment.
7 years ago
Gus Grubba
4a3e6e97af
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into singleFirmware
7 years ago
Don Gagne
0aad76c599
Merge pull request #5913 from DonLakeFlyer/FWLandingPatternOverrides
...
Fixed Window landing pattern defaults override support
7 years ago
Don Gagne
0092cf2c2a
Mobile fix
7 years ago
Don Gagne
be0b4164cd
Allow core plugin overrides of defaults
7 years ago
Don Gagne
7adde14bb2
New constructor for create from metadata and plugin override
7 years ago
Don Gagne
a5c6b0dade
Merge pull request #5900 from patrickelectric/corrections
...
Code correction, Qt5.10 compatibility
7 years ago
Gus Grubba
5922c95360
Merge pull request #5909 from mavlink/customMobileFileDlg
...
Allow custom plugins to define the use of mobile file dialog
7 years ago
Don Gagne
96ca8e478a
Merge pull request #5911 from DonLakeFlyer/CameraCalcFixesVersioning
...
Fixes to CameraCalc loading plus versioning
7 years ago
Gus Grubba
868eb627f9
Merge pull request #5906 from mavlink/disableAPMDialect
...
Allow disabling the Ardupilot MAVLink dialect
7 years ago
Gus Grubba
651f110b47
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into customMobileFileDlg
7 years ago
Gus Grubba
37bc967009
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into disableAPMDialect
7 years ago
Gus Grubba
66e0e71d4f
Merge pull request #5912 from mavlink/macPackage
...
Simplify Mac package creation
7 years ago
Gus Grubba
fc2ed714f7
Simplify Mac package creation
7 years ago
Don Gagne
ef991095b4
Merge pull request #5903 from bluerobotics/temperature-units
...
Add temperature units setting
7 years ago
DonLakeFlyer
e6718b1488
Fixes to CameraCalc loading plus versioning
7 years ago
Don Gagne
b8dd8c445b
Merge pull request #5910 from mavlink/rtcm_sequence_number
...
RTCMMavlink: fix sequence numbers
7 years ago
Beat Küng
d7f5411e2c
RTCMMavlink: fix sequence numbers
...
sequence numbers are only increased after a new RTCM message, while only
the fragment id is incremented within a fragmented message.
7 years ago
Gus Grubba
8343b39a74
Allow custom plugins to define the use of mobile file dialog regardless of the actual platform.
7 years ago
PX4 Jenkins
a88e1c458f
Update PX4 Firmware metadata Thu Dec 21 23:37:05 EST 2017
7 years ago
Gus Grubba
e67c357c1c
Allow disabling the Ardupilot dialect (and using either common or a different dialect altogether).
7 years ago
Gus Grubba
dbd23672ea
Single firmware wording
7 years ago
PX4 Jenkins
f58fe00187
Update PX4 Firmware metadata Wed Dec 20 23:37:05 EST 2017
7 years ago
Jacob Walser
babbfbd1f7
Add temperature units setting
7 years ago
Don Gagne
d7e1b7071f
Merge pull request #5898 from bluerobotics/sub-lights-step-update
...
Update new lights step parameter setup for ArduSub
7 years ago
Don Gagne
4bd968c2fa
Merge pull request #5896 from bluerobotics/sub-default-params-update
...
Add ArduSub 3.5.2 default params for BlueROV2
7 years ago
Don Gagne
48aaf56a1e
Merge pull request #5894 from mavlink/pr-mission-error-suppress
...
Suppress mission ack error until target_system is properly handled
7 years ago
PX4 Jenkins
0b3d5c443b
Update PX4 Firmware metadata Tue Dec 19 23:37:06 EST 2017
7 years ago
sanderux
faabf2d890
Mission Ack error to debug output
7 years ago
Don Gagne
093ea12e31
Merge pull request #5899 from bluerobotics/pr-date-time-fact
...
Add clock facts to widget
7 years ago
Patrick José Pereira
dff51b8d89
QGeoTiledMappingManagerEngineQGC: Solve problem with Qt5.10
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
Patrick José Pereira
a701991c5b
Move code to use QT_VERSION_CHECK
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
Patrick José Pereira
09a9deb3c6
FlightDisplay/qmldir: Solve some file name typos
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
dheideman
878d94a50b
Add clock facts to widget
7 years ago
Jacob Walser
772940852e
Update new lights step parameter setup for ArduSub
7 years ago
Jacob Walser
1715d347d1
Add ArduSub 3.5.2 default params for BlueROV2
7 years ago
sanderux
d77ec03c6b
Suppress mission ack error until target_system is properly handled
7 years ago
Don Gagne
71a57cb2c5
Merge pull request #5879 from patrickelectric/video_update
...
QGCPipable: Only show popup icon in video
7 years ago
Don Gagne
5c23f13811
Merge pull request #5884 from bluerobotics/pr-input-hold-indicator
...
Add input hold and rangefinder indicators for Sub vehicles
7 years ago
Don Gagne
6ae0542cd4
Merge pull request #5885 from bluerobotics/pr-arming-volt-param
...
Add ARMING_VOLT_MIN parameter to Power setup page
7 years ago
Don Gagne
935b0b2e41
Merge pull request #5888 from bluerobotics/power
...
Add new Fact with current consumption in Watts
7 years ago
Don Gagne
2a6b2b9eb6
Merge pull request #5891 from patrickelectric/remove_alt
...
VisualMissionItem: Remove terrain altitude information for sub and boat
7 years ago
Don Gagne
d1580378e9
Merge pull request #5890 from DonLakeFlyer/MemoryReduction
...
Reduce memory footprint of Plan/Fly mission handling
7 years ago
Patrick José Pereira
0d989e6013
VisualMissionItem: Remove terrain altitude information for sub and boat
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
DonLakeFlyer
5f0128d35c
Reduce memory footprint of Plan/Fly mission handling
7 years ago
Patrick José Pereira
cbe4ba6c7c
Add new Fact with current consumption in Watts
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
Don Gagne
dcb1c826da
Merge pull request #5883 from DonLakeFlyer/SpeedGimbalCarryOver
...
Carry over speed/gimbal for defaults from previous items
7 years ago