Laurent Lalanne
c90bf0f8e0
OP-1432 Reverse_all_motors_gui_fix : Fixes all Hexacopters error when Gcs load "Reverse all motors" parameter.
2014-08-09 04:26:16 +02:00
m_thread
717de29648
OP-1400 Upgraded make and copydata files to use Qt 5.3.1 Opensource.
2014-08-08 13:48:36 +02:00
Gasté Olivier
dfb21482f4
DSM protocol improvement
...
added item in DSM protocol in GCS
2014-08-08 13:14:39 +02:00
Stefan Karlsson
4754e62a8e
OP-1423 Use the TxPIDSettings::PIDsOptions enum instead of string comparisons
2014-08-05 19:31:26 +02:00
Laurent Lalanne
8821754b4a
OP-1425 Small_typo_KpKi : Fix typo + french translation / updated translation for error messages
2014-08-05 12:49:35 +02:00
Alessio Morale
6884e9f378
Merge remote-tracking branch 'origin/amorale/OP-1395_flight_log_enhancements' into next
2014-08-02 20:41:58 +02:00
Stefan Karlsson
b285df98c7
OP-1423 Populate TxPID Min/Max fields with the current values from the Stabilization page
2014-08-01 13:37:41 +02:00
Stefan Karlsson
04d9d3191d
OP-1397 Fix StabilizationSettingsBankX type for defaultValueForPidOption
2014-08-01 10:50:52 +02:00
Stefan Karlsson
f9343d9959
OP-1397 Fetch default values for GyroTau
2014-08-01 09:41:13 +02:00
Stefan Karlsson
12589abe7e
OP-1397 Read default values for selected PID option from StabilizationSettingsBankX
2014-07-31 00:02:07 +02:00
Stefan Karlsson
3e4737949a
OP-1397 Make sure the Min/MaxPIDx widgit limits get set before the values are populated
2014-07-31 00:01:09 +02:00
Stefan Karlsson
0416c39cdb
OP-1397 Limit the Attitude Responsiveness values to 180 degrees
2014-07-31 00:00:33 +02:00
Stefan Karlsson
14770876cd
OP-1397 Change spinbox properties when a Responsiveness item is selected
2014-07-30 23:50:10 +02:00
Alessio Morale
33439a8781
Merge remote-tracking branch 'origin/amorale/OP-1419_mag_r2c2_factor_not_saved' into rel-14.06
2014-07-29 00:58:23 +02:00
Alessio Morale
61cdd530c6
Merge remote-tracking branch 'origin/laurent/OP-1337_French_translations_updates' into rel-14.06
2014-07-29 00:55:10 +02:00
Alessio Morale
5f8900f18f
OP-1419 - Uses MAG_TRANSFORM_NUMELEM instead
2014-07-27 20:40:17 +02:00
Alessio Morale
401aeee9eb
OP-1419 - fix mag factor r2c2 not saved
2014-07-27 20:25:57 +02:00
Laurent Lalanne
e7ce7ae4f7
OP-1337 French_translations_updates : Typo
2014-07-27 12:55:22 +02:00
Laurent Lalanne
6d096cad4a
OP-1337 French_translations_updates : Calibration help text again
2014-07-27 12:43:03 +02:00
Alessio Morale
4de36902d0
OP-1358 Update level trim code to use the newly provided fields
2014-07-21 11:01:11 +02:00
Alessio Morale
25c54ac16d
Merge remote-tracking branch 'origin/laurent/OP-1063_Multi_config_Hexa_fixes' into rel-14.06
2014-07-16 20:07:31 +02:00
Alessio Morale
f6ab4cdfb1
Merge remote-tracking branch 'origin/filnet/OP-1383_fixed_GCS_crashes_when_using_serial_connections' into rel-14.06
2014-07-16 20:00:32 +02:00
Alessio Morale
cacccd985e
Merge remote-tracking branch 'origin/filnet/OP-1393_SerialPlugin_destructor_generates_valgrind_error' into rel-14.06
2014-07-16 19:57:44 +02:00
Philippe Renon
859cb59df9
OP-1383 minor improvment to original fix + better comment
2014-07-15 00:02:16 +02:00
Philippe Renon
ef785bd060
OP-1383 follow up cleanup - ConnectionManager should not readily expose internal QIODevice
2014-07-14 22:09:53 +02:00
Philippe Renon
e261404206
OP-1383 follow up cleanup - improved closeDevice making sure that m_deviceOpened is always set back to false
2014-07-14 22:07:44 +02:00
Philippe Renon
3e5240062a
OP-1383 fixed Qt warning about QSerialPort parenting and thread ownership (seems to fix a crash on Windows when using serial connections)
2014-07-14 22:04:47 +02:00
Philippe Renon
89bc0b13f2
OP-1398 OP-1399 Windows Qt 5.3.1 upgrade - workaround for QSerialPortInfo::availablePorts() returning spurious ports (QTBUG-39748)
2014-07-14 20:03:19 +02:00
Philippe Renon
e196a1f01b
OP-1398 OP-1399 Windows Qt 5.3.1 upgrade - removed duplicate method declarations in ophid header (were added in standard hidsdi.h header?)
2014-07-14 18:26:41 +02:00
Philippe Renon
c60417badb
OP-1398 OP-1399 Windows Qt 5.3.1 upgrade - updated ICU version from 51 to 52 in copydata.pro
2014-07-14 18:26:40 +02:00
Laurent Lalanne
d2471361bb
OP-1063 Multi_config_Hexa_fixes : Uncrustify
2014-07-14 15:59:26 +02:00
Laurent Lalanne
748a522b5d
OP-1063 Multi_config_Hexa_fixes : Commented mixer matrix, cleanup.
2014-07-14 15:50:48 +02:00
Laurent Lalanne
8c86b6d629
OP-1063 tr() missing - fix comments
2014-07-14 13:04:20 +02:00
Alessio Morale
6c8e4c8fad
uncrustify
2014-07-14 11:17:42 +02:00
Alessio Morale
dd19818e1b
Merge branch 'amorale/OP-1347_flight_logs_segfault' into rel-14.06
2014-07-14 11:07:54 +02:00
Alessio Morale
9af1d500f7
OP-1395 - Remove Qt::Dialog flag as it is misbehaving in linux
2014-07-14 11:06:35 +02:00
Alessio Morale
19a891c296
Merge remote-tracking branch 'origin/laurent/OP-1354_Current_voltage_fixes_and_more_in_PFD' into rel-14.06
2014-07-14 10:56:40 +02:00
Alessio Morale
167f392384
Merge remote-tracking branch 'origin/laurent/OP-1337_French_translations_updates' into rel-14.06
2014-07-14 10:33:11 +02:00
Alessio Morale
b86905e6fa
Merge remote-tracking branch 'origin/laurent/OP-1390_OpenGL_for_old_graphics' into rel-14.06
2014-07-14 10:19:15 +02:00
Alessio Morale
2acb60921b
Merge remote-tracking branch 'origin/rodneygrainger/OP-1391_fix_to_prevent_arming_if_unsafe_due_to_thrust_mode' into rel-14.06
2014-07-14 10:08:52 +02:00
Laurent Lalanne
c26e33964a
OP-1063 Multi_config_Hexa_fixes Added OctoX, define new mixer table for Octo(p) and OctoX. New motor definition for OctoX (NNE, ENE...) Fixes for svg frames. Defined default settings for OctoP/X in setupwizard (but disabled)
2014-07-13 13:58:18 +02:00
Laurent Lalanne
5b3f2513c6
Merge branches 'laurent/OP-1063_Multi_config_Hexa_fixes' and 'laurent/OP-1063_Multi_config_Hexa_fixes' of ssh://git.openpilot.org/OpenPilot into laurent/OP-1063_Multi_config_Hexa_fixes
...
Added Svg OctoX frame
2014-07-13 11:07:40 +02:00
Laurent Lalanne
711aa7f7d6
OP-1063_Multi_config_Hexa_fixes Added OctoX Svg
2014-07-13 11:01:06 +02:00
Laurent Lalanne
64eb77ed8b
OP-1063 Multi_config_Hexa_fixes Svg file : Added HexaX_reverse and fixed gradients
...
SetupWizard : Updated Hexa, HexaX and HexaH default values, default
Throttle curve at 90% max
Fixed a previous bug sign in HexaH (and HexaX because previously copied)
: Bug was in M4 Roll and M6 Yaw.
2014-07-13 10:30:45 +02:00
Laurent Lalanne
0c0ae36413
OP-1063 Multi_config_Hexa_fixes Svg file : Added HexX_reverse and fixed gradients
...
SetupWizard : Updated Hexa, HexaC and HexaH default values, default Throttle curve at 90% max
Fixed a previous bug sign in HexaH (and HexaX because previously copied) : Bug was in M4 Roll and M6 Yaw.
2014-07-13 01:39:50 +02:00
Alessio Morale
fd307479e8
OP-1395 - Change labels for better readability remove trailing spaces from translated strings
2014-07-10 22:12:25 +02:00
Alessio Morale
ca12105527
OP-1395 - missing uncrustification
2014-07-10 22:05:12 +02:00
Laurent Lalanne
748190935d
OP-1063 Multi_config_Hexa_fixes : Mixer matrix settings for Hexa, HexaX, HexaH.
...
New mixer values (60/40) for Pitch and Roll, read from values stored in board.
Svg fixes
2014-07-10 16:33:11 +02:00
Laurent Lalanne
a46480a99b
OP-1063 Multi_config_Hexa_fixes : Added real HexaX, renamed HexaX > HexaH
...
Added artwork in config and wizard svg. Cleanup on svg connection diagram (layers)
DO NOT USE until mixers are fixed
2014-07-10 06:01:28 +02:00
Alessio Morale
c01047920a
OP-1395 - Remove Qt::Dialog flag as it is misbehaving in linux
2014-07-09 23:06:14 +02:00
Alessio Morale
e53be4f8ec
OP-1395 - Fix log entries downloaded counter in dialog
2014-07-09 19:49:14 +02:00
Alessio Morale
dc11ff51b1
OP-1395 - fix typo in Flight log dialog
2014-07-09 08:40:31 +02:00
Alessio Morale
0b16d33b88
Merge branch 'amorale/OP-1347_flight_logs_segfault' into amorale/OP-1395_flight_log_enhancements
2014-07-08 18:27:25 +02:00
Alessio Morale
5284419cda
OP-1347 - Add title/icon, cleanup and fix modality
2014-07-08 15:13:52 +02:00
Alessio Morale
80169e998f
OP-1395 - Handles and unpack multiple uavos in single Debug Log Slot, default interval set to 500ms,
2014-07-08 02:51:50 +02:00
Alessio Morale
3f60e75d2c
OP-1347 - Get rid of QDialog and all QWidget stuffs.
...
Todo: make it modal, the problem right now is with its parent being an QWidget
2014-07-07 16:50:03 +02:00
James Duley
95676043d7
on linux check whether QT_INSTALL_LIBS are /usr/lib/* set copyqt to 0 if that is the case
2014-07-07 08:43:04 +12:00
Philippe Renon
352f0112e9
OP-1393 fixed valgrind error reported in SerialPlugin destructor
2014-07-06 17:56:34 +02:00
Laurent Lalanne
fc1b49fe01
OP-1354 PFD fixes for telemetry rates display / Telemetry status. Sumdist only displayed if connected via OPLM
2014-07-06 14:53:43 +02:00
Laurent Lalanne
145a69c9f5
OP-1337 Typos fixes in code + Translation update
2014-07-05 18:51:16 +02:00
Laurent Lalanne
05e7339ecc
OP-1390 Copy only opengl32.dll 32bit version
2014-07-05 14:12:27 +02:00
James Duley
90b84b210e
Revert "removed so version number from linux icu libs"
...
it breaks the build with qt_sdk_install
This reverts commit d437976287
.
2014-07-05 23:40:37 +12:00
dwillis
4e78d3cafa
OP-792
...
Clear bound combo box lists on board disconnect to ensure that we get
new options added on the next connected signal. This ensures that
different board types always get the correct options when connected.
2014-07-05 01:44:55 +01:00
Laurent Lalanne
db63158bc6
OP-1390 Updated wiki link for download, removed extra space added.
2014-07-04 18:36:43 +02:00
Laurent Lalanne
99db0c5025
OP-1390 First commit - Need valid download link
2014-07-04 17:21:39 +02:00
James Duley
455c33fb29
check whether python is python 2 use python2 if not
2014-07-04 14:43:15 +12:00
dwillis
5c085823cf
OP-792
...
Make sure m_currentBoardId is initialized to a known value that we can
use to check to see if we actually have a board id or not. Only set up
limits for UAVObjects bound to combo box if we have a board id that is
not set to the default value.
2014-07-04 01:18:24 +01:00
Philippe Renon
01b01052a8
Merge remote-tracking branch 'origin/filnet/OP-1384_revo_board_rotation_is_cleared_by_other_calibration_steps' into next
2014-07-03 22:38:14 +02:00
James Duley
d437976287
removed so version number from linux icu libs
2014-07-03 19:40:41 +12:00
Philippe Renon
f345adae44
OPO-1384 thermal calibration ui : changed label Variance back to Gradient
2014-07-03 00:54:00 +02:00
Philippe Renon
20df4b7903
OP-1384 updated calibration help text
2014-07-03 00:51:49 +02:00
Philippe Renon
0ccf4e2ea2
OP-1384 minor changes to thermal calibration textual instructions
2014-07-03 00:23:51 +02:00
Philippe Renon
4de8575fa9
OP-1384 gyro calibration will not zero revo board rotation anymore
2014-07-03 00:22:40 +02:00
Alessio Morale
4389f767f3
uncrustify
2014-07-02 23:27:58 +02:00
Alessio Morale
1c4d48b663
Merge remote-tracking branch 'origin/filnet/OP-1376_calibration_results_not_saved_to_SD' into rel-14.06
2014-06-30 23:10:17 +02:00
Alessio Morale
5b4a086193
Merge remote-tracking branch 'origin/laurent/OP-1337_French_translations_updates' into rel-14.06
2014-06-30 23:07:25 +02:00
Philippe Renon
1497d45eee
OP-1377 calibration config panel Apply button is now visible only in Expert mode
2014-06-29 21:11:34 +02:00
Philippe Renon
645f1a16ac
OP-1376 calibration config panel now propoperly saves result to board SD
2014-06-29 21:10:04 +02:00
Laurent Lalanne
dcaa9e19ca
OP-1337 Translations fixes
2014-06-28 14:17:32 +02:00
Alessio Morale
0587a2b368
Merge remote-tracking branch 'origin/laurent/OP-1339_System_Health_fixes' into next
2014-06-28 11:36:25 +02:00
Laurent Lalanne
1ed2dbfe29
OP-1337 Little typo error
2014-06-28 11:06:33 +02:00
Alessio Morale
1b823b7b92
Merge remote-tracking branch 'origin/Bertrand/OP-1308_Set_Same_Logic_To_Alarms' into next
...
Conflicts:
flight/libraries/sanitycheck.c
flight/modules/StateEstimation/filtermag.c
flight/modules/System/systemmod.c
2014-06-26 20:31:27 +02:00
Alessio Morale
b16f8c54e2
Merge remote-tracking branch 'origin/laurent/OP-1337_French_translations_updates' into next
2014-06-26 19:41:01 +02:00
Alessio Morale
cf6d5be009
Merge remote-tracking branch 'origin/laurent/OP-1354_Current_voltage_fixes_and_more_in_PFD' into next
2014-06-26 19:39:49 +02:00
Laurent Lalanne
75160750fb
OP-1337 Translations updates
2014-06-22 22:53:28 +02:00
Laurent Lalanne
8895cae3eb
Merge branch 'next' into laurent/OP-1337_French_translations_updates
...
Conflicts:
ground/openpilotgcs/src/plugins/config/calibration/thermal/compensationcalculationtransition.h
2014-06-22 22:06:35 +02:00
Alessio Morale
7fc58a6b2b
Merge remote-tracking branch 'origin/filnet/OP-1351_calibration_ui_polishing' into next
2014-06-22 20:51:41 +02:00
Laurent Lalanne
c6245260ec
OP-1354 Removed commented code
2014-06-22 20:37:22 +02:00
Laurent Lalanne
f02f12631d
OP-1354 Sumdist reset
2014-06-22 17:06:09 +02:00
Alessio Morale
f30dd414ac
Merge branch 'amorale/OP-1227_cc_high_cpu_utilization' into next
2014-06-22 16:06:08 +02:00
Laurent Lalanne
6bdb2fe0b3
OP-1354 Waypoint heading/distance info, basic distance counter.
2014-06-21 21:19:21 +02:00
Laurent Lalanne
56e3b43e9f
OP-1354 Missing WaypointActive
2014-06-21 13:20:09 +02:00
Laurent Lalanne
7e62aa4161
OP-1354 Added waypoint info : wp# / wp count and mode
2014-06-21 13:09:23 +02:00
Laurent Lalanne
ae0e92b9a0
OP-1354 Compass-waypoint visibility, Home info animation.
2014-06-21 01:31:50 +02:00
Laurent Lalanne
21fcbf024d
OP-1354 ETA for home based on current velocity and distance, time conversions/formating
2014-06-20 20:33:43 +02:00
Laurent Lalanne
1921f929f3
OP-1354 Fixed pitch0 line, some centering. Added Home info : distance/bearing to home
2014-06-20 18:26:31 +02:00
Laurent Lalanne
8e2efe0c5f
OP-1354 Added compass-home (Enabled if TakeOffLocation.Status is Valid) and compass-waypoint (Currently disabled)
2014-06-20 00:50:44 +02:00
Laurent Lalanne
5dc0cb7d8e
OP-1354 Fixes center-arrows position on resize, disable sideslip moving (flicker issue on SmoothedAnimation)
2014-06-19 20:50:47 +02:00
Laurent Lalanne
29d0d31e09
OP-1354 PFD fixes : World size (grey background appears when board is tilted) + Removed empty foreground item (add flickering on render)
2014-06-19 00:49:45 +02:00
Laurent Lalanne
98af0a544f
OP-1354 Current_voltage_fixes_and_more_in_PFD : Minor changes to remove some glitches
2014-06-17 19:37:09 +02:00
Laurent Lalanne
529cf301b0
Merge branch 'next' into laurent/OP-1354_Current_voltage_fixes_and_more_in_PFD
2014-06-17 17:17:23 +02:00
Laurent Lalanne
8988e4901b
OP-1354 Current_voltage_fixes_and_more_in_PFD : Solid border with round corners, better resizing
2014-06-17 14:29:24 +02:00
Philippe Renon
d775eb536a
OP-1351 changed some thermal calibration instruction messages from Warn to Info
2014-06-16 23:06:06 +02:00
Philippe Renon
0f439baff2
OP-1351 six point calibration would not clear instruction text when displaying home location not set error message
2014-06-16 23:05:19 +02:00
Laurent Lalanne
a46a1e09fb
OP-1339 System Health fixes : Alignments, text center, text sizes, round corners over layers, red cross.
2014-06-16 22:03:23 +02:00
Alessio Morale
dfdce20044
Merge remote-tracking branch 'origin/Bertrand/OP-1339_System_Health_Improvement' into next
2014-06-16 10:04:55 +02:00
Alessio Morale
3932d0a8bd
Merge remote-tracking branch 'origin/laurent/OP-1354_Current_voltage_fixes_and_more_in_PFD' into next
2014-06-16 10:04:07 +02:00
Philippe Renon
bd127320d7
OP-1351 thermal calibration - fixed glitch in time display
2014-06-14 22:24:07 +02:00
Philippe Renon
7eea7113e3
OP-1351 six point calibration - replaced unset home location error popup wiht instruction message
2014-06-14 18:41:53 +02:00
Philippe Renon
440741f616
OP-1351 fixed an instruction message
2014-06-14 18:19:18 +02:00
Philippe Renon
48978b523c
OP-1351 minor cleanups
2014-06-14 18:14:10 +02:00
Philippe Renon
6e43858f50
OP-1351 commented out thermal rise simulation
2014-06-14 18:13:17 +02:00
Philippe Renon
51bfb49e8c
OP-1351 add more helpful instruction to thermal calibration (end condition, estimated time, ...)
2014-06-14 18:11:43 +02:00
Philippe Renon
1e0028cc2f
OP-1531 thermal calibration now displays the acquired temperature range + cleaned up display and handling of temp and variance.
2014-06-13 00:40:55 +02:00
Philippe Renon
bc7087da1a
OP-1351 added missing tr() call for thermal calibration estimated time message
2014-06-12 21:11:45 +02:00
Philippe Renon
67ff2e58b8
OP-1351 now use Newton's law of cooling to simulate temperature rise
2014-06-11 21:35:07 +02:00
Laurent Lalanne
4ecc78a353
OP-1337 Simplified tooltip message for DelayComp/CC inverted mode
2014-06-11 07:56:16 +02:00
Philippe Renon
e596f2ea90
OP-1351 thermal calibration - added Debug message type and used it to stop displaying some status messages
2014-06-11 01:07:00 +02:00
Alessio Morale
2396350f2f
OP-1365 Flight code instrumentation API: Implementation of UAVObject wrapper layer
2014-06-06 22:19:27 +02:00
Philippe Renon
4a6c417bda
OP-1351 fixed inversed calibration instruction text
2014-06-01 20:50:46 +02:00
Philippe Renon
b348dbdd1c
OP-1351 moved calibration help text to its own tab (plenty of room to add more help..)
2014-06-01 19:28:15 +02:00
Philippe Renon
bfff7f73ed
OP-1351 made instruction text more consistent accross calibration steps
2014-06-01 17:41:05 +02:00
Philippe Renon
e434fc6db9
OP-1351 display thermal calibration estimated duration in instruction text box
2014-06-01 17:21:03 +02:00
Philippe Renon
b13e5548c1
OP-1351 made sure that progress bar won't show 100% when calibration failed
2014-06-01 17:20:17 +02:00
Philippe Renon
99444babeb
OP-1351 simplified thermal progress bar handling and made it indeterminate when target duration not yet estimated
2014-06-01 16:03:31 +02:00
Philippe Renon
e0a61603bf
OP-1351 fixed compilation error caused by duplicate method
2014-06-01 15:01:02 +02:00
Philippe Renon
d70c78109f
OP-1351 fixed issue with buttons initial enabled state
2014-06-01 14:31:21 +02:00
Philippe Renon
2a1e2436eb
OP-1351 added progress bar for sixpoint calibration
2014-06-01 12:49:57 +02:00
Philippe Renon
0b108ecf04
OP-1351 Apply and Save logic for thermal calibration now works as expected
2014-06-01 01:08:21 +02:00
Philippe Renon
149f7e79d9
OP-1351 add acquiring flag to avoid spurious samples at the end of thermal calibration acquisition
2014-05-31 20:15:10 +02:00
Philippe Renon
bdbe9d7f68
OP-1351 fixed early closing of debug log file causing some qt warnings and loss of debug output
2014-05-31 19:44:09 +02:00
Philippe Renon
489f59b65d
OP-1351 fixed issue that caused thermal calibration to progress bar to move back
2014-05-31 19:42:53 +02:00
Philippe Renon
5182ccc2eb
OP-1351 initial cleanup of thermal calibration + added attempt at simulating the temperature rise
2014-05-31 19:42:40 +02:00
Philippe Renon
14e8e769c8
OP-1351 made help icon size consistent accross configuration panels
2014-05-30 19:06:34 +02:00
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
Laurent Lalanne
e3f426d758
OP-1354 Removed pitch0 line from Pitch-scale, fixed RoolScale position (based on radius) + center of rotation.
2014-05-27 22:16:05 +02:00
Laurent Lalanne
08dce43934
OP-1354 Background color (Consumed energy alarm) only displayed with value is > 0
2014-05-27 00:03:52 +02:00
Laurent Lalanne
f8ce7f0624
OP-1354 Added ConsumedEnergy alarm on Pfd : Color changes based on EstimatedFlightTime : 2mn - Orange / 1min Red
2014-05-26 19:57:33 +02:00
Corvus Corax
bf16738fd3
Merge branch 'next' into amorale/OP-1350_takeoff_location_handling
2014-05-26 17:16:47 +02:00
Laurent Lalanne
6a9f588082
OP-1354 Updates battery values : Fixes blinking pfd
2014-05-26 16:56:18 +02:00
Laurent Lalanne
9dc02fde61
OP-1354 Current voltage fixes and more in PFD
...
Bottom text position (warning alarms)
2014-05-26 13:55:44 +02:00