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

15500 Commits

Author SHA1 Message Date
Philippe Renon
e215e6fd2e LP-567 use common timestamp when updating an object and its field
this ensures that highlihhting will be synchronized
2018-04-12 09:19:14 +02:00
Philippe Renon
f27258a598 LP-567 rewrite uavobjecttreemodel to better handle dynamic changes
don't rebuild the model when toggling options (categories, meta, scientific notation)
fixes a number of issues when adding/removing/removing items dynamically
for example, new object instances would not appear if added dynamically

selection and expansion states are not lost when toogling options
note that toggling categories is not really well behaved concerning expansion state...
2018-04-12 09:19:13 +02:00
Philippe Renon
a02bea9aed LP-567 simplify highlight management
it is now the HighlightManager that will emit the highlight related signals
TreeItem don't need to be QObjects anymore

also fix crashes after changing display options and rebuilding the tree model
2018-04-12 09:19:12 +02:00
Philippe Renon
3f7dcab185 LP-567 telemetry: fix typo in comments 2018-04-12 09:19:11 +02:00
Philippe Renon
5c746fb28a LP-567 uavtalk: show object id has hex in log message 2018-04-12 09:19:10 +02:00
Philippe Renon
d28cf2a070 LP-567 fix spurious Settings node expand when selecting a Data item
was due a regression in the parent() method
2018-04-12 09:19:09 +02:00
Philippe Renon
0a40850574 LP-567 avoid too many QString creations when generating string/hex for array fields 2018-04-12 09:19:08 +02:00
Philippe Renon
32ce9bfea9 LP-567 don't create a QSpinBox each time BrowserItemDelegate::sizeHint() is called 2018-04-12 09:19:07 +02:00
Philippe Renon
9f71b941ed LP-567 factorize common code up into FieldTreeItem
derived classes are simpler
2018-04-12 09:19:06 +02:00
Philippe Renon
6ded0d0b7a LP-567 improve treeitem const correcteness 2018-04-12 09:19:05 +02:00
Philippe Renon
849f7845a1 LP-567 fix performance issue (high CPU) when highlighting items
we now emit data changes column by column
emitting a dataChanged that spans multiple columns kills performance (CPU shoots up)
this is probably because we configure the sort/filter proxy to be dynamic
this happens when calling setDynamicSortFilter(true) on it which we do
2018-04-12 09:19:03 +02:00
Philippe Renon
4c40d7f620 LP-567 uavobjectbrowser: change updated timeout to 300ms 2018-04-12 09:19:02 +02:00
Philippe Renon
ca1ebc7cba LP-567 uavobjectbrowser: improve highlight handling
keep track of when to check highlight and schedule timer accordingly
old way would do that at a fixed periodicity leading to aliasing
2018-04-12 09:19:01 +02:00
Lalanne Laurent
1ab7956c1a Merged in f5soh/librepilot/LP-582_Revonano_flexi_i2c (pull request #497)
LP-582 RevoNano: Fix missing flexi I2C

Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Lalanne Laurent <f5soh@free.fr>
2018-04-06 15:35:10 +00:00
Lalanne Laurent
de7f4548ee Merged in f5soh/librepilot/LP-575_fedora_package (pull request #491)
LP-575 Fedora 26 and 27: remove unused qtquick, fix debugfiles error

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-04-06 15:31:34 +00:00
Lalanne Laurent
1af07c9958 Merged in f5soh/librepilot/LP-306_Artful_Ubuntu_PPA_fix (pull request #493)
LP-306 Launchpad: Build-deps for Ubuntu Artful

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-04-06 15:31:18 +00:00
Lalanne Laurent
4e5a20b1a2 Merged in f5soh/librepilot/LP-564_python_manualControl (pull request #481)
LP-564 Add ManualControlCommand example to python example script

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-04-06 15:28:45 +00:00
Vladimir Zidar
b8239e3cf8 Merged in mindnever/librepilot/LP-584_Fix_ADC_on_servo_outputs (pull request #500)
LP-584 Fix ADC on servo outputs

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Vladimir Zidar <mr_w@mindnever.org>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-03-11 12:23:33 +00:00
Vladimir Zidar
784efc12cf Merged in mindnever/librepilot/LP-556-Allow_BoardId_and_Revision_spoofing (pull request #475)
LP-556 Allow BoardId and Revision spoofing

Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Vladimir Zidar <mr_w@mindnever.org>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Lalanne Laurent <f5soh@free.fr>
2018-03-11 12:23:18 +00:00
Lalanne Laurent
578e7adb94 Merged in f5soh/librepilot/LP-569_PosHold_YawControl (pull request #485)
LP-569 Ignore YawControl while using PosHold, AutoTakeOff and AutoCruize

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Paul Jewell <paul@teulu.org>
2018-03-11 12:22:52 +00:00
Vladimir Zidar
af47e00815 LP-584 Fix servo driver to not touch unused pins in _disable() function. Fix adc channel for servo6 on revolution & sparky2 targets. 2018-03-11 00:41:50 +01:00
Laurent Lalanne
0ae0687c9e LP-582 RevoNano: Fix missing flexi I2C 2018-02-25 21:31:07 +01:00
Vladimir Zidar
c3d9c27a58 LP-556 Removed unneeded includes. 2018-02-13 11:38:25 +01:00
Vladimir Zidar
6c9c6cb3f3 LP-556 Change settings uavo to have two fields matching FirmwareIAPObj. 2018-02-12 04:27:07 +01:00
Vladimir Zidar
51923bb67f LP-556 Allow DiscoveryF4Bare to spoof own board id through FirmwareIAPObj. 2018-02-12 04:26:18 +01:00
Laurent Lalanne
8da3811f2b LP-306 Launchpad: Build-deps for Ubuntu Artful 2018-02-11 09:25:15 +01:00
Laurent Lalanne
cdf017afaf LP-575 Fedora 26 and 27: remove unused qtquick, fix debugfiles error 2018-01-31 17:03:55 +01:00
Philippe Renon
4c9c3c202c Merged in filnet/librepilot/LP-565_make_pfd_saved_model_file_relative_to_gcs_data_dir (pull request #483)
LP-565 make pfd saved model file relative to gcs data dir

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-01-24 20:40:13 +00:00
Philippe Renon
0f186cad43 Merged in filnet/librepilot/LP-561_fix_gcs_gadget_clone (pull request #482)
LP-561 fix gcs gadget clone

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-01-24 20:14:38 +00:00
Philippe Renon
fcf25d1e5d Merged in filnet/librepilot/misc_fixes (pull request #484)
Misc fixes

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Paul Jewell <paul@teulu.org>
2018-01-24 20:13:30 +00:00
Lalanne Laurent
371760d938 Merged in f5soh/librepilot/LP-559_Artwork_for_boards (pull request #477)
LP-559 Artwork for boards

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-01-24 20:04:36 +00:00
Lalanne Laurent
dc012a1503 Merged in f5soh/librepilot/LP-563_Reduce_telemetry (pull request #480)
LP-563 Reduce telemetry bandwidth

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2018-01-24 20:04:26 +00:00
Lalanne Laurent
45d2913d8b Merged in f5soh/librepilot/LP-560_BaroOffset (pull request #479)
LP-560 Add better filtering before set the baroOffset value

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2018-01-24 20:04:11 +00:00
Lalanne Laurent
606cf8c2f4 Merged in f5soh/librepilot/LP-40_OSX_Travis (pull request #472)
LP-40 Add OSX build to Travis

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2018-01-24 20:03:55 +00:00
Lalanne Laurent
199c730199 Merged in f5soh/librepilot/LP-48_next102017 (pull request #470)
LP-48 Typos and French translation update

Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Paul Jewell <teulupaul@gmail.com>
2018-01-24 20:01:39 +00:00
Lalanne Laurent
a353661820 Merged in f5soh/librepilot/LP-550_Flight_Modules_fixes (pull request #463)
LP-550 Flight Modules fixes

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2018-01-24 20:01:19 +00:00
Laurent Lalanne
5be3aad67b LP-569 Ignore YawControl while using PosHold, AutoTakeOff and AutoCruize 2017-12-17 18:53:40 +01:00
Philippe Renon
1a3fb1f682 gcscontrol: remove cruft 2017-12-10 19:43:21 +01:00
Philippe Renon
61e5de4e8d remove obsolete winx86 scripts and utilities 2017-12-10 19:43:14 +01:00
Philippe Renon
bbf2b38232 gcs utils: remove cruft 2017-12-10 16:22:59 +01:00
Philippe Renon
ce27a0b035 LP-109 fix copy/paste errors in gstreamer pipelines 2017-12-10 16:22:58 +01:00
Philippe Renon
cf74719278 LP-565 pfd gadget: simplify insert/removeDataPath related code 2017-12-10 16:21:37 +01:00
Philippe Renon
01c87ce56b LP-565 pfd gadget: make saved model file path relative to GCS data path 2017-12-10 16:21:36 +01:00
Philippe Renon
95a2d2867c LP-561 scope gadget: fix regression that prevented cloning of curves 2017-12-10 16:19:49 +01:00
Philippe Renon
ab005828a1 LP-561 pfd gadget: fix regression that prevented cloning of units 2017-12-10 16:19:48 +01:00
Laurent Lalanne
2e8c357f27 LP-564 Add comments about ArmedField.ARMED 2017-12-10 10:55:03 +01:00
Laurent Lalanne
f8d32a35e6 LP-564 Python script : Handle Thrust value and Connected state for safety reasons 2017-12-10 10:54:59 +01:00
Laurent Lalanne
7ae7a7b3db LP-564 Add ManualControlCommand example to python example script 2017-12-10 01:16:55 +01:00
Laurent Lalanne
43c4718798 LP-563 CameraDesired is updated continuouslly, check gimbal outputs. 2017-12-03 18:30:55 +01:00
Laurent Lalanne
37353469b8 LP-563 Move advanced UAVOs using throttled update 2017-12-03 18:30:50 +01:00