Philippe Renon
111dcd704f
OP-1351 SixPointCalibrationModel will now only save relevant parts of uavobjects to avoid stomping irrelevant parts
2014-05-30 19:06:34 +02:00
Philippe Renon
ac61ed35d2
OP-1351 use two instances of SixPointCalibrationModel (one for accel and one for mag calibration) to avoid apply/save issues when using only one
2014-05-30 19:06:29 +02:00
Philippe Renon
9f50859978
OP-1351 Apply and Save logic for board level calibration now works as expected
2014-05-30 18:07:23 +02:00
Philippe Renon
20708f0058
OP-1351 Apply and Save logic for sxi point calibration now works as expected
2014-05-30 15:11:37 +02:00
Philippe Renon
934a11bd96
OP-1351 Apply and Save logic for gyro bias calibration now works as expected
2014-05-30 15:09:07 +02:00
Philippe Renon
bd6bd043d1
OP-1351 thermal calibration - fixed duplicate signal warning
2014-05-29 00:26:37 +02:00
Philippe Renon
9cced08f82
OP-1351 reviewed instructions text for all calibration steps
2014-05-28 23:43:11 +02:00
Philippe Renon
60700cab7f
OP-1351 improved instructions handling for thermal calibration (removed duplicates, specified instruction types)
2014-05-28 23:07:31 +02:00
Laurent Lalanne
534a3d2282
OP-1337_French_translations_updates Changes/Updates in uavconfiginfo.cpp (not sure is currently used)
2014-05-28 20:43:38 +02:00
Laurent Lalanne
94150fc2d3
Merge branch 'next' into laurent/OP-1337_French_translations_updates
2014-05-28 20:03:14 +02:00
Corvus Corax
bf16738fd3
Merge branch 'next' into amorale/OP-1350_takeoff_location_handling
2014-05-26 17:16:47 +02:00
Philippe Renon
c9b64d6399
OP-1351 reverted use of QToolbox + tried to better handle resizing of visual help
2014-05-25 22:48:36 +02:00
Philippe Renon
0f72ca05e9
OP-1351 cleaned up instruction handling code (less hacky)
2014-05-25 20:14:26 +02:00
Philippe Renon
48558f75e6
OP-1351 disable other calibration steps when running thermal calibration
2014-05-25 18:46:51 +02:00
Laurent Lalanne
8bc4b5e7f3
OP-1354 Current voltage fixes and more in PFD
...
First commit
Fix Current, Voltage and ConsumedEnergy on Pfd (i hope)
Added Throttle bargraph and Telemetry Tx/Rx + Telemetry status
Top panel with more space for future information / Compass moved
2014-05-25 05:46:06 +02:00
Philippe Renon
9a1a43186a
OP-1351 attempt at using a QToolbox for the calibration steps UI (wip to get early feedback)
2014-05-23 09:15:24 +02:00
Philippe Renon
297671ae68
OP-1351 temperature (absolute and variance) are displayed again. cleaned up related code.
2014-05-22 21:22:54 +02:00
Philippe Renon
4feaa72998
OP-1351 thermal calibration step now uses instruction panel like all other steps (WIP).
...
Display of temp and temp variation currently broken.
2014-05-21 23:14:09 +02:00
Philippe Renon
e8b7a025ba
OP-1351 calibration ui : Moved instruction panel below button panel to free
...
space for visual help. Made visual help image respect aspect ration. Text
panels are now non editable, reworked help text and step names.
2014-05-21 23:14:08 +02:00
Philippe Renon
eee02bafe6
first version (resizing should go to image, might need a split pane)
2014-05-21 23:14:08 +02:00
Corvus Corax
718a35c376
OP-1353 Fix Position and Velocity in Flightgear HITL bridge
2014-05-19 00:18:57 +02:00
Laurent Lalanne
2f3cca7478
Merge remote-tracking branch 'origin/next' into laurent/OP-1337_French_translations_updates
2014-05-17 10:50:47 +02:00
Philippe Renon
fe60509ffa
OP-1331 uncrustified
2014-05-16 23:53:04 +02:00
Philippe Renon
846146ca80
Merge branch 'filnet/OP-1331_alignment_issue_in_input_output_channel_config' into next
...
Conflicts:
ground/openpilotgcs/src/plugins/config/configgadgetwidget.cpp
2014-05-16 23:51:13 +02:00
Alessio Morale
37d2ace282
OP-1350 add uavo to GCS
2014-05-16 02:16:45 +02:00
Philippe Renon
9fe0c6516c
OP-1331 slightly increased min width of Input Channel Function combobox
2014-05-15 00:20:45 +02:00
Philippe Renon
ced787d716
OP-1331 fixed regression in widget binding framework (handling of scale was broken)
2014-05-14 23:37:40 +02:00
Philippe Renon
b74e1c19bf
OP-1331 slightly increased min width of Input Channel Type and Number comboboxes
2014-05-14 22:11:15 +02:00
Philippe Renon
c32026b906
OP-1331 hopefully last tweaks for input/output channel alignment on CliffOS (most component width are now self adjusting)
2014-05-13 22:52:10 +02:00
Philippe Renon
513ba37746
OP-1348 Congig gadget would briefly flash next widget when replacing the currently selected widget
2014-05-13 22:04:01 +02:00
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
Laurent Lalanne
7aa221e7ca
OP-1337 French translations updates
...
Update for help link related to Oplink (source code and translation)
Previously old wiki Pixtreme page
2014-05-12 19:57:39 +02:00
Laurent Lalanne
fb58c001cf
OP-1337 French translations updates
...
SystemHealt alarms : Little update and changes on Receiver-Critical to match recent changes in next (six stabilization modes)
2014-05-11 23:14:43 +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
3a02149d1d
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
2014-05-11 14:56:56 +02:00
Philippe Renon
40ed1fc570
OP-1174 fixed GCS telemetry build dependency issue
2014-05-11 14:20:31 +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
Laurent Lalanne
b30b1ad395
OP-1337 French translations updates
...
Dot missing, added in source code and translation updated.
2014-05-10 13:48:12 +02:00
Laurent Lalanne
048ac1e383
OP-1337 French translations updates
...
Add tr() for Wiki links and allow FR pages from wiki
2014-05-10 11:56:24 +02:00
Laurent Lalanne
7fafb44bfb
OP-1337 French translations updates
...
Typo fix in importexportgadgetwidget.cpp : to file...
2014-05-09 22:44:26 +02:00
Alessio Morale
7a85c0939c
Merge branch 'amorale/OP-975_calibration_process_changes' into next
2014-05-08 22:56:16 +02:00
Bertrand Oresve
fd1b786868
Merge branch 'next'
...
Conflicts:
flight/libraries/sanitycheck.c
flight/modules/Stabilization/stabilization.c
2014-05-08 21:36:54 +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
cc1c4db786
Merge branch 'filnet/OP-1174_beautify_uploader_gadget_popups' into next
2014-05-08 00:28:26 +02:00
Alessio Morale
96904bdf50
OP-975 Use GyroSensor UAVO when available for gyro calibration (on revo GyroState is biased by EKF gyrobias, so it reads almost always 0)
2014-05-07 22:34:27 +02:00
Alessio Morale
bd7b1f8d57
OP-975 some visual enhancemets to UI (moving save button for level, adding spacers, showing percentage to progressbar)
2014-05-07 21:07:08 +02:00
Alessio Morale
7451e3d0a5
OP-975 fix some help text.
2014-05-07 21:03:08 +02:00
Cliff Geerdes
ead576bab4
OP-1323 GCS label font tweaks
2014-05-06 21:52:32 -04: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
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
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
Alessio Morale
1395bd524c
OP-975 fix help, make instruction text more visible
2014-05-03 19:45:22 +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
Alessio Morale
c15b415499
OP-975 have differenet set of messages for accel only(ignore orientation on xy plane) and mag calibration.
2014-05-03 18:40:04 +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
Philippe Renon
8c0560418d
OP-1174 moved firmware version check (again) from uploader plugin to telemetry plugin
2014-05-03 14:32:46 +02:00
Philippe Renon
6fe1c9acd2
OP-1174 OP-1285 Fixed uploader gadget button tooltip. Was wrongly indicating that the erase feature is available from BL version 4 and earlier instead of later.
2014-05-02 23:46:30 +02:00
Philippe Renon
81b7063f04
OP-1174 OP-1131 moved firmware version check from uploader gadget to uploader plugin - removed test code
2014-05-02 23:42:28 +02:00
Philippe Renon
40dcd94b5c
OP-1174 OP-1131 moved firmware version check from uploader gadget to uploader plugin.
...
This ensures that the check is always done even if the uploader gadget is not displayed.
2014-05-02 23:36:05 +02:00
Corvus Corax
c63540b2ec
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
...
Conflicts:
flight/modules/Stabilization/stabilization.c
shared/uavobjectdefinition/stabilizationsettings.xml
2014-05-02 18:25:57 +02:00
Philippe Renon
4b379a1816
OP-1174 unrelated cleanup :)
2014-05-02 08:56:09 +02:00
Philippe Renon
f4f3f74948
OP-1174 uploader gadget - now wait for all boards to be disconnected (used to wait for *one* board to be disconnected).
...
This was acheived by reusing new ConnectionWaiter.
2014-05-02 08:55:46 +02:00
Philippe Renon
9573e141aa
OP-1174 auto update wizard - error messages are now shown in red
2014-05-02 08:53:40 +02:00
Philippe Renon
6dd88da492
OP-1174 uploader gadget - made all strings translatable
2014-05-01 23:48:17 +02:00
Philippe Renon
9132e3d44f
OP-1174 uploader gadget - removed deprecated code and minor renaming
2014-05-01 23:21:57 +02:00
Philippe Renon
fababeeeee
OP-1174 wizard upgrade page - made all strings translatable
2014-05-01 23:19:50 +02:00
Philippe Renon
7fef044325
OP-1174 wizard upgrade page - removed now uneeded fix that caused the wizard dialog to flicker
2014-05-01 23:14:35 +02:00
Corvus Corax
f7a2e31809
Merge branch 'next' into theothercliff/OP-1259_Cruise_Control_Tweaks
...
Conflicts:
flight/pios/stm32f10x/inc/usb_conf.h
2014-05-01 22:58:10 +02:00
Philippe Renon
e8cb96f90d
OP-1174 uploader gadget - removed popup to disconnect when using auto update.
...
Fix also applies to vehicule setup wizard autoupdate page
Instead of using a popup that requires user to click Ok, GCS will wait untill all boards are disconnected
This fix induces lots of cleanups.
2014-05-01 22:48:22 +02:00
Corvus Corax
e47cad8ab8
OP-1309 changed default maximum rate for yaw (was too low, old Stabi ignored that setting)
2014-05-01 19:33:03 +02:00
Philippe Renon
39205e350f
OP-1174 uploader gadget - added comments and cleaned up logging
2014-05-01 17:19:33 +02:00
Philippe Renon
c981da5f09
OP-1174 uploader gadget - make sure UI is updated before modal popup is executed
2014-05-01 17:19:24 +02:00
Philippe Renon
3ebe4a7c77
OP-1174 uploader gadget - refactored duplicated code into new "sleep" method
2014-05-01 17:19:23 +02:00
Philippe Renon
b13b72acad
OP-1174 uploader gadget - fixed spelling mistake and simplfied erase button logic
2014-05-01 17:18:58 +02:00
Philippe Renon
ef9eaaba35
OP-1174 added timing out dialog used for board disconnect and connect detection (no need to click ok anymore when disconnecting while rescuing)
2014-05-01 16:37:12 +02:00
Corvus Corax
6993570cc9
OP-1309 integrated AltitudeHold into new Stabilization
2014-05-01 11:48:38 +02:00
Corvus Corax
3ada1da71a
uncrustify
2014-04-30 22:20:07 +02:00
Cliff Geerdes
5ee2930181
OP-1259 Removed inverted flight pitch and yaw reverse option
2014-04-29 20:24:49 -04:00
Alessio Morale
cd27914a56
OP-975 Use Fitting algorithm for mag calibration, continously acquiring sample during the whole process
2014-04-27 18:35:30 +02:00
Alessio Morale
b7e53f782b
OP-975 Implement fitting along axis (no rotation)
2014-04-27 18:25:04 +02:00
Alessio Morale
a00b633972
OP-975 fix some text, make it translatable
2014-04-27 12:59:39 +02:00
Alessio Morale
bb35a8fc97
OP-975 remove "magic strings", cleanup
2014-04-27 12:58:59 +02:00
Alessio Morale
76b19f8c35
OP-975 Employ a new sequence that is optimal for magnetometer calibration. Updated all images
2014-04-27 12:13:49 +02:00