Philippe Renon
e9f14544f9
OP-1346 GCS was not allowing setting the ResponseTime for the Collective input channel.
...
Worse GCS would then shift the values (Accessory0 would go to Collective, Accessory1 to Accessory0,
Accessory2 to Accessory1 and Accessory2 would always be zero)
2014-05-12 22:42:01 +02:00
Philippe Renon
6804e5fe8e
OP-1331 factored common code between InputChannelForm and OutputChannelForm into new abstract class ChannelForm
2014-05-12 22:30:50 +02:00
Philippe Renon
38b0617596
OP-1331 uncrustified
2014-05-11 22:08:35 +02:00
Philippe Renon
7affc8d12f
OP-1331 OP-1335 BITFIELD was removed by mistake from UAVObjectField::isNumeric() (self review)
2014-05-11 18:53:49 +02:00
Philippe Renon
88100a72c2
OP-1331 OP-1335 revisited GComboBox to integer binding (less hacky now ;) )
2014-05-11 18:48:39 +02:00
Philippe Renon
9cf24a9731
OP-1331 minor tweaks to output channel form
2014-05-11 17:46:37 +02:00
Philippe Renon
b6a297c40f
OP-1159 Removed "Rev" checkboxes on input tab for channels on which it doesn't have an effect
2014-05-11 17:42:44 +02:00
Philippe Renon
048ca0787f
OP-1343 GCS Config - Input Channel Response Time was not saved + Made visible only for relevant channels.
2014-05-11 17:32:04 +02:00
Philippe Renon
fcc16367eb
OP-1331 fixed compilation error in configgadgetwidet introduced with last commit
2014-05-11 16:30:31 +02:00
Philippe Renon
9012f0aa89
OP-1331 commented out useless GCS logging
2014-05-11 16:20:07 +02:00
Philippe Renon
274c6aadad
OP-1331 trying new approach to address input/output channel configuration grid alignment issues.
...
New approach is to move the individual widgets to the parent grid layout in order to have them all under the same constraints.
This wip to have feedback on other OSes.
2014-05-10 20:40:14 +02:00
Philippe Renon
da3d9d61fc
OP-1331 fixed alignment issues in Config Output channel list (mostly by fixing the size of items).
...
Includes other minor UI cleanups (spin box text right aligned, ...)
2014-05-08 18:31:09 +02:00
Philippe Renon
fed7fba84f
OP-1331 fixed alignment issues in Config Input channel list (mostly by fixing the size of items).
...
Removed hidden channelNumber spin box. Included other minor UI cleanups (spin box text right aligned, ...).
2014-05-08 18:31:01 +02:00
Philippe Renon
07a828f971
OP-1331 OP-1335 Added support in ConfigTaskWidget to bind a GComboBox to an integer property
2014-05-08 17:55:20 +02:00
Philippe Renon
4cee34a0ef
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
2014-05-08 00:29:44 +02:00
Philippe Renon
cc1c4db786
Merge branch 'filnet/OP-1174_beautify_uploader_gadget_popups' into next
2014-05-08 00:28:26 +02:00
Corvus Corax
3f5f77d878
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into next
2014-05-07 18:32:59 +02:00
Corvus Corax
5528d79a05
OP-1309 bugfix update - correct initial loading of StabBank
2014-05-07 18:23:56 +02:00
m_thread
a0e661b77e
Disabled malfunctioning PIOS_QUATERNION_STABILIZATION option.
2014-05-07 14:19:20 +02:00
Cliff Geerdes
ed4d4e3a51
Merge branch 'theothercliff/OP-1323_GCS_font_fixes' into next
2014-05-06 22:06:12 -04:00
Cliff Geerdes
ead576bab4
OP-1323 GCS label font tweaks
2014-05-06 21:52:32 -04:00
Corvus Corax
b42cd8e862
Merge remote-tracking branch 'origin/Bertrand/OP-1303_Add_PathPlan_Alarm_In_SystemHealth' into next
2014-05-06 16:58:17 +02:00
Corvus Corax
e6875a7e13
Merge branch 'corvuscorax/OP-1259_Cruise_Control_Tweaks' into next
2014-05-06 16:32:27 +02:00
Philippe Renon
e3e92efc70
OP-1174 uncrustified
2014-05-05 00:05:51 +02:00
Philippe Renon
1e803c292b
OP-1174 beautified various uploader popups
2014-05-04 22:53:14 +02:00
Philippe Renon
f38de84aa2
OP-1174 changed title of firmware mismatch popup
2014-05-04 22:52:09 +02:00
Philippe Renon
bcb16f7618
OP-1174 minor uploader ui tweaks : Status text now has minimum size to avoid jumps of the toolbar buttons. Capitalized Erase Settings button.
2014-05-04 22:51:24 +02:00
Philippe Renon
a60a46489b
Merge branch 'corvuscorax/OP-1259_Cruise_Control_Tweaks' of ssh://git.openpilot.org/OpenPilot into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 18:27:39 +02:00
Philippe Renon
465f57215c
OP-1309 restored tab index to 0 in input.ui
2014-05-04 18:22:28 +02:00
Philippe Renon
8abd540eb9
OP-1309 fixed label alignment issue in input.ui affecting Stabilization Modes
2014-05-04 12:47:40 +02:00
Corvus Corax
08a627db6f
Merge remote-tracking branch 'origin/Bertrand/OP-1314_Fix_Airspeed_Stack_Size' into next
2014-05-04 12:34:07 +02:00
Corvus Corax
4d9de8f56b
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 12:18:47 +02:00
Corvus Corax
d3bf817434
OP-1309 fix typo in stabilizedhandler (manualcontrol) for stabi flightmode 4-6
2014-05-04 12:17:34 +02:00
Corvus Corax
2b00cb31a4
Merge branch 'next' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 12:12:51 +02:00
Corvus Corax
64d18c1a31
Merge branch 'corvuscorax/OP-1316_fix-gravity-constants' into next
2014-05-04 12:07:22 +02:00
Corvus Corax
aee6a3b85b
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 12:04:43 +02:00
Corvus Corax
fb41258e57
OP-1309 fixed missing assignment in manualcontrol FM switch
2014-05-04 12:03:56 +02:00
Corvus Corax
6b25c06a03
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 11:39:34 +02:00
Corvus Corax
942b53a66b
OP-1309 removed unnecessary NUMELEM run time check from sanitychecks and put it into manualcontrol.h as a compile time static assert
2014-05-04 11:38:10 +02:00
Corvus Corax
23654cf565
Merge branch 'next' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 11:21:52 +02:00
Corvus Corax
5965a5a96e
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-04 11:21:23 +02:00
Corvus Corax
80468fda0b
OP-1309 Updated sanitycheck to reflect new modes for flight side config validation
2014-05-04 11:19:58 +02:00
Corvus Corax
e476addf80
Merge remote-tracking branch 'origin/andrecillo/OP-1315_Unable_to_arm_UAV' into next
2014-05-03 22:25:18 +02:00
Corvus Corax
8ec8c4e235
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-03 18:40:10 +02:00
Corvus Corax
0509595137
OP-1309 present for Laurent: 3 more Stabilized modes (and a bit of cleanup)
2014-05-03 18:38:45 +02:00
Philippe Renon
1bca36ab8d
OP-1174 auto update wizard : removed now (hopefully) uneeded workarounds
2014-05-03 17:42:19 +02:00
Philippe Renon
5b64459eb3
OP-1174 changed fw version check popup from QErrorMessage to QMessageBox. This allows to use a warning icon, etc... And opens the door to more improvments.
2014-05-03 17:41:01 +02:00
Corvus Corax
0d070a5857
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-03 17:27:17 +02:00
Corvus Corax
69b5f41e58
OP-1309 correctly set StabilizationMode.Thrust in all other modules that set StabilizationDesired (Autotune,Pathfollowers)
2014-05-03 17:25:53 +02:00
Corvus Corax
e6a69c2f78
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
2014-05-03 15:59:03 +02:00