Vladimir Zidar
9f12a27f53
LP-523 Move object id and instance_size members from UAVOData structure into UAVObjType and keep only pointer to it. UAVObjType contains init_callback too to allow resetting data to default values.
2017-06-07 00:47:47 +02:00
Vladimir Zidar
e44114d794
LP-512 Uncrustify
2017-06-02 11:46:39 +02:00
Vladimir Zidar
48ebb8359e
LP-512 GCS: Added missing board images
2017-05-30 23:22:44 +02:00
Vladimir Zidar
4eeb983f2d
LP-512 Addressed remainging PR comments.
2017-05-30 16:31:39 +02:00
Vladimir Zidar
916188dd11
LP-512 Added support for tinyFISH FC
2017-05-29 21:12:28 +02:00
Vladimir Zidar
b523f69f0e
LP-512 Addressed most of the PR comments.
2017-05-26 01:06:31 +02:00
Vladimir Zidar
77918c51a1
LP-512 Uncrustify
2017-05-25 22:08:39 +02:00
Vladimir Zidar
faf0ae7c04
LP-512 PikoBLX board added
2017-05-25 22:08:38 +02:00
Vladimir Zidar
fdf7e8858a
LP-512 Added F3 boards to uploader widget
2017-05-25 22:08:34 +02:00
Vladimir Zidar
5435dbd464
LP-512 Initial F3 support
2017-05-25 22:08:16 +02:00
Philippe Renon
239aad83ba
Merged in filnet/librepilot/LP-517_uavtalk_logging_qt5_8_0 (pull request #423 )
...
LP-517 uavtalk logging qt5 8 0
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
2017-05-15 20:19:16 +00:00
Philippe Renon
03ec59b6a6
Merged in filnet/librepilot/LP-513_gcs_remove_unused_code (pull request #417 )
...
LP-513 gcs remove unused code
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2017-05-15 19:49:35 +00:00
Laurent Lalanne
0f8f560b36
LP-505 Oplm Gui: Add missing image
2017-05-15 21:31:53 +02:00
Lalanne Laurent
6875c664f7
Merged in f5soh/librepilot/LP-505_OPLM_Gui (pull request #420 )
...
LP-505 OPLM Gui
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2017-05-15 18:59:29 +00:00
Lalanne Laurent
9f0d7ea4aa
Merged in f5soh/librepilot/LP-510_Update_oplm_panel (pull request #416 )
...
LP-510 Fix OPLM panel display and SMeter
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2017-05-15 18:58:45 +00:00
Philippe Renon
3b8bfabf28
LP-517 gcs: fix uavtalk logging UI state handling
...
fix issues affecting the UI
fix LP-271 : it was not possible to log after a replay
remove the possibility to log while replaying
more translation aware
2017-05-12 09:41:58 +02:00
Philippe Renon
5220cb0d6f
LP-517 gcs: make uavtalk log file more robust and thread safe
2017-05-12 09:41:56 +02:00
Philippe Renon
f4b53b75c1
LP-517 gcs: declare uavtalk log file as a sequential device
...
fixes spurious "UAVTalk - error : bad type" errors when replaying a log file
2017-05-12 09:41:55 +02:00
Philippe Renon
8c744a331d
LP-517 gcs: fix uavtalk logging timer threading issues
...
make sure QTimer stop and start are always called from owner thread
2017-05-12 09:41:53 +02:00
Philippe Renon
faf0fe758a
LP-517 gcs: fix double free when stopping uavtalk logging
2017-05-12 09:41:52 +02:00
Philippe Renon
44869bb934
LP-517 gcs: flush when writing to uavtalk log to avoid device full errors
...
UAVTalk checks that (io->bytesToWrite() < TX_BUFFER_SIZE)
and, since upgrading to Qt 5.8.0, that test fails when writting to log file
Apparently Qt 5.8.0 has increased the file buffer size or made some change to file handling
Flushing after each write works around this issue.
2017-05-12 09:41:50 +02:00
Philippe Renon
8e87f8b793
LP-517 gcs: rework main sequencing to allow file logging of application shutdown
2017-05-12 09:41:49 +02:00
Laurent Lalanne
289285cadb
LP-505 Use clear() for OpenLRS settings reset
2017-05-10 15:13:32 +02:00
Laurent Lalanne
ba5e5695db
LP-505 Handle OpenLRS unbinding
2017-05-09 22:53:01 +02:00
Laurent Lalanne
eb59d7381f
LP-505 Check customID and coordID changes - Use isEmpty()
2017-05-07 22:01:12 +02:00
Laurent Lalanne
d3280b0bbf
LP-505 Add erase/unbind button icon - Cleanup names and logic
2017-05-07 13:07:21 +02:00
Laurent Lalanne
b42d6d0ecf
LP-505 Change the channel tooltip according to the RFBand used.
2017-05-07 13:07:21 +02:00
Laurent Lalanne
f2cc267435
LP-505 Disable serial-telemetry options per stream/vcp used
2017-05-07 13:07:20 +02:00
Laurent Lalanne
cac8807941
LP-505 Fix AuxStreamFlexi typo
2017-05-07 13:07:20 +02:00
Laurent Lalanne
0b8fea6fe7
LP-505 Refine OPLM uart/speed visibility
2017-05-07 13:07:20 +02:00
Laurent Lalanne
faaa60862f
LP-505 Refactor OPlink tab GUI
2017-05-07 13:07:09 +02:00
Laurent Lalanne
1d04b95323
LP-510 Changes from review - Add some limits and conditions for Rssi and S-Meter
2017-05-05 19:44:18 +02:00
Vladimir Zidar
50fce728f8
LP-479 Addressed PR comments
2017-04-25 14:10:08 +02:00
Vladimir Zidar
3a102d3a64
LP-479 The ui->actuatorValue does not have limits (it is used as label only) so use ui->actuatorMax instead.
2017-04-25 14:10:08 +02:00
Vladimir Zidar
1ebfb701f6
LP-479 Initial DShot implementation, F4 & F1
2017-04-25 14:10:07 +02:00
Philippe Renon
4c2659e92f
LP-513 gcs: remove QtCreator cruft
2017-04-24 21:55:16 +02:00
Philippe Renon
2d6d0b6974
LP-513 gcs: remove unused libs/qtconcurrent
2017-04-24 09:34:10 +02:00
Laurent Lalanne
c16eb9821b
LP-510 Fix OPLM panel display and SMeter
2017-04-23 02:44:59 +02:00
Brian Webb
dc5eef0cb5
LP-499 Adds support for bridging either radio primary, radio auxilary, and/or VCP to any of the output ports (main, flexi, VCP, HID). Also adds the ability to configure the com speed of the UARTs independent of the air data rate.
2017-04-22 09:36:04 -07:00
Philippe Renon
a9ca744293
Merged in filnet/librepilot/LP-491_upgrade_to_qt_5_8 (pull request #404 )
...
LP-491 upgrade to qt 5 8
Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
2017-04-17 09:35:54 +00:00
Philippe Renon
8e2fbd03d3
Merged in filnet/librepilot/LP-494_uavobjectbrowser_bitfield_init_value (pull request #401 )
...
LP-494 UAVObjectBrowser: properly initialize multi-element enum/bitfield field
Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
2017-04-17 09:33:47 +00:00
Philippe Renon
133d21280e
Merged in filnet/librepilot/LP-493_uavobjectbrowser_restore_highlight (pull request #399 )
...
LP-493 uavobjectbrowser: properly restore highlight color and other attributes when changing view options
Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
2017-04-17 09:32:47 +00:00
Philippe Renon
07e948cb05
Merged in filnet/librepilot/LP-503_support_older_osg (pull request #412 )
...
LP-503 osg: support older version to make Tea CI happy
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
2017-04-17 09:30:53 +00:00
Philippe Renon
88f4f7c382
Merged in filnet/librepilot/LP-496_stab_bank_action_fixes (pull request #406 )
...
LP-496 fix actions on stabilization bank settings on not active tab
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Brian Webb <webbbn@gmail.com>
Approved-by: Vladimir Zidar <mr_w@mindnever.org>
2017-04-17 09:29:27 +00:00
Philippe Renon
0b8c7e7134
LP-503 osg: support older version to make Tea CI happy
2017-04-02 14:19:51 +02:00
Eric Price
faf51bb13b
Merged in corvusvcorax/librepilot/LP-500_HoTT_Telemetry_Bridge (pull request #409 )
...
LP-500 HoTT Telemetry Bridge
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Eric Price <corvuscorax@cybertrench.com>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2017-03-30 18:02:29 +00:00
Eric Price
49cea31566
Merged in corvusvcorax/librepilot/debug_pathdesired_in_map (pull request #408 )
...
LP-498 Display currently active PathDesired end coordinate in opmap
Approved-by: Eric Price <corvuscorax@cybertrench.com>
Approved-by: Fredrik Arvidsson <fredrik@arvidssons.org>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2017-03-30 18:01:58 +00:00
Philippe Renon
6a9ec75439
LP-491 fix link a3867 hasn't been detected!
2017-03-28 22:12:52 +02:00
Philippe Renon
07b30ba290
LP-491 fix a gcs crash at exit when using -log option
2017-03-28 22:12:51 +02:00
Philippe Renon
29005473d4
LP-491 gcs: remove dead code
2017-03-28 22:12:50 +02:00