1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
Commit Graph

14795 Commits

Author SHA1 Message Date
Philippe Renon
bbd166045e LP-245 config: properly display hex in QLabel too 2016-09-23 10:01:59 +02:00
Philippe Renon
7fd393bb79 LP-245 config: display hex zero as an empty string
this is needed to see placeholder text
2016-09-23 10:01:59 +02:00
Philippe Renon
7eeb381fd3 LP-245 config: clean up variant to widget handling code 2016-09-23 10:01:59 +02:00
Philippe Renon
ce4b74824c LP-245 fix spelling mistake in uploader (impacts translation) 2016-09-23 10:01:59 +02:00
Philippe Renon
1e7aa58e95 LP-245 centralize oplink connection handling in new UAVTalk OPLinkManager
removes duplication of logic in uploader and config plugins

connect logic remains the same:
once a device is connected, oplink connection is notifued upon having a valid OPLinkStatus.BoradType

disconnection logic is changes:
used to be based on timeout on OPLinkStatus update loss
no oplink disconnection is notified as soon as a device is disconnected
TODO : are there cases where the timeout is still needed ?
2016-09-23 10:01:59 +02:00
Philippe Renon
25020f230a LP-245 config: consolidate update from widgets logic in base class 2016-09-23 10:00:58 +02:00
Philippe Renon
6c210e4ef0 LP-245 config: consolidate widget refresh logic in base class
remove error prone duplication of dirty flag handling in derived classes
side effect is that some derived classes now get behavior that they used to override
2016-09-23 10:00:58 +02:00
Philippe Renon
c9d7761f0e LP-245 config: fixed spurious unsaved data prompts in GCS config gadget 2016-09-23 10:00:58 +02:00
Philippe Renon
78b8580613 uncrustify 2016-09-21 22:04:52 +02:00
Alessio Morale
e5c180977c Merged in filnet/librepilot/LP-410_silence_gcs_logs (pull request #328)
LP-410 silence gcs logs
2016-09-21 21:23:42 +02:00
Alessio Morale
d9bb4b0698 Merged in filnet/librepilot/update_credits (pull request #197)
update CREDITS.txt
2016-09-21 21:23:04 +02:00
Alessio Morale
0db6582482 Merged in f5soh/librepilot/LP-315_Update_vehicle_templates (pull request #245)
LP-315 Update vehicle templates
2016-09-21 21:22:25 +02:00
Philippe Renon
039200b403 Merged in f5soh/librepilot/LP-333_I2C_Pullups_rel-16.09 (pull request #326)
LP-333 I2C Pullups for flexiport and i2cport
2016-09-21 21:12:12 +02:00
Philippe Renon
3eae592c7f Merged in marcus_proest/librepilot/LP-409-make-fw_dist-fails-on-windows (pull request #327)
LP-409 Added --force-local to tar command of make target fw_dist
2016-09-21 21:09:39 +02:00
Philippe Renon
e7c4b4b302 Merged in mindnever/librepilot/LP-401_Fix_Reboot_is_required_after_AutoTune_is_set_in_FMS (pull request #322)
LP-401 Fix for missing reboot-required after FMS was configured with autotune
2016-09-21 21:07:41 +02:00
Philippe Renon
6d49cb765e Merged in paul_jewell/librepilot/LP-400_fix_doxygen_ground_build (pull request #321)
LP-400 Add missing packages to Doxyfile.ground
2016-09-21 21:07:22 +02:00
Philippe Renon
8931cd48f5 LP-410 misc log silencing 2016-09-20 09:13:37 +02:00
Philippe Renon
7e99441005 LP-410 silence osg log output 2016-09-20 09:13:30 +02:00
marcus_proest
8468dfc035 LP-409 Added --force-local to tar command of make target fw_dist 2016-09-19 20:22:30 +02:00
Cliff Geerdes
8cfc867e1d LP-333 I2C Pullups for flexiport and i2cport 2016-09-18 20:27:23 +02:00
Philippe Renon
255863222e update CREDITS.txt 2016-09-08 20:47:42 +02:00
Philippe Renon
d49f5687d7 update CREDITS.txt 2016-09-08 20:47:42 +02:00
Vladimir Zidar
4e427f69db LP-401 Add sanity check for FlightModeSettings to bring up reboot-required alarm if flightmode has autotune, but no autotune modules started. 2016-09-07 00:58:46 +02:00
paul Jewell
1e3dec28ab LP-400 Add missing packages to Doxyfile.ground 2016-09-06 22:59:53 +02:00
Laurent Lalanne
d8d71750e8 LP-315 Templates: Add EPP indoor "Fizz" - FixedWing, one aileron servo 2016-09-05 22:37:42 +02:00
Laurent Lalanne
40910906a2 LP-315 Templates: Add basic Eachine ER250 template 2016-09-05 22:37:42 +02:00
Laurent Lalanne
b3fcdef620 LP-315 Templates: Update throttle curves for multirotors 2016-09-05 22:37:42 +02:00
Laurent Lalanne
8eebea761a LP-315 Templates: Fix Fixed wing motor outputs 2016-09-05 22:37:41 +02:00
Laurent Lalanne
a8f09d277e Update WHATSNEW.txt for rel-16.09 RC1 2016-09-04 21:17:33 +02:00
Lalanne Laurent
bf5cff319a Merged in mindnever/librepilot/LP-382_fix_MSP_stack_overflow_on_PID_save (pull request #314)
LP-382 Use ObjectPersistence UAVO instead of stack hungry UAVObjSave()
2016-09-04 19:53:22 +02:00
Philippe Renon
f43467a052 Merged in f5soh/librepilot/LP-396_Enable_Yaw_Acro+_GUI (pull request #320)
LP-396 Add Acro+ stabilization for Yaw axis
2016-09-04 19:42:55 +02:00
Alessio Morale
46fcec001b Merged in filnet/librepilot/LP-32_complement_osgearth_readme (pull request #311)
LP-32 improve osgearth readme
2016-09-04 13:59:04 +02:00
Alessio Morale
279eaf42ca Merged in f5soh/librepilot/LP-388_AuxMag_calibration_wrong_initial_settings (pull request #306)
LP-388 Workaround for 2 telemetry errors while calibrating AuxMag
2016-09-04 13:54:19 +02:00
Alessio Morale
d1cbab5c86 Merged in filnet/librepilot/LP-313_uavobjectbrowser_always_shows_metadata_when_filtering (pull request #312)
LP-313 fix uavobjectbrowser always showing metadata when filtering
2016-09-04 13:52:36 +02:00
Alessio Morale
9b73838c52 Merged in f5soh/librepilot/LP-392_Gyro_init_GUI (pull request #310)
LP-392 Attitude tab : initGyroWhenBoardSteady and zeroGyroBiasOnArming to Revo
2016-09-04 13:50:22 +02:00
Laurent Lalanne
e2068cbb8e LP-396 Add Acro+ stabilization for Yaw axis 2016-09-04 13:10:04 +02:00
Lalanne Laurent
9b7f5fda3d Merged in alessiomorale/librepilot/LP-395_raise_BoardSteadyMaxVariance (pull request #318)
LP-395 - Raise BoardSteadyMaxVariance to support some boards with noisier gyros
2016-09-04 12:45:46 +02:00
Lalanne Laurent
f182931c6b Merged in paul_jewell/librepilot/LP-330_fix_copyright_symbol (pull request #313)
Changed (c) to (C) for consistency
2016-09-04 12:44:17 +02:00
Laurent Lalanne
0c4c67fd23 LP-390 Fix telemetry error for vehicle wizard 2016-09-03 22:11:47 +02:00
Laurent Lalanne
b33d655ec2 LP-390 Tx wizard: identifyLimits, save only when needed - Prevent Rx glitches - Fixes for Output and Hardware pages 2016-09-03 22:10:18 +02:00
Laurent Lalanne
b16e4838eb LP-388 Use UAVObjectUpdaterHelper and avoid telemetry errors 2016-09-03 22:10:17 +02:00
Philippe Renon
daba66d32f LP-388 allow to bulk set data on UAVO without emitting update events
this addresses some uavo synchronous update calls issues where update requests were issued twice
2016-09-03 22:10:17 +02:00
Alessio Morale
9ffb775bb4 LP-395 - Raise BoardSteadyMaxVariance to support some boards with noisier gyros 2016-09-03 21:54:13 +02:00
Lalanne Laurent
11cb9f7b8d Merged in marcus_proest/librepilot/LP-394-upload-build-results-from-tea-ci (pull request #317)
add tea-ci upload to bintray and slack notification
2016-09-03 21:17:22 +02:00
Lalanne Laurent
4d33fb36cc Merged in f5soh/librepilot/LP-272_Altitude_hold_settings (pull request #308)
LP-272 Altitude hold settings
2016-09-03 21:10:10 +02:00
Lalanne Laurent
0500a6b22a Merged in corvusvcorax/librepilot/simposixfix (pull request #316)
fixed length type in pios/posix pios_com.c to size_t (was still uint16_t)
2016-09-03 21:09:40 +02:00
MarcProe
59608d1d45 LP-394 change api keys and remove api key exposal 2016-09-03 12:24:35 +02:00
MarcProe
68ff92d039 LP-394 add tea-ci upload to bintray and slack notification 2016-09-03 12:24:19 +02:00
Corvus Corax
1af73aad8a fixed length type in pios/posix pios_com.c to size_t (was still uint16_t) 2016-09-02 21:28:23 +02:00
Vladimir Zidar
27146b6dcd LP-382 Use ObjectPersistence UAVO instead of stack hungry UAVObjSave() 2016-09-01 13:47:46 +02:00