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

4491 Commits

Author SHA1 Message Date
Laurent Lalanne
4d6baf47f9 Updates, re-read and some problems inside source code are reported with a flag "Typo" in translator comments. 2014-01-18 17:51:38 +01:00
Laurent Lalanne
ae679d5a04 Fixes in config.pro with original from next 2014-01-18 03:59:56 +01:00
Laurent Lalanne
0b27657dcf Merge remote-tracking branch 'origin/next' into translations_next 2014-01-18 02:39:06 +01:00
Laurent Lalanne
94f29cdb10 Cruize Control text updated 2014-01-18 01:43:45 +01:00
Corvus Corax
91d5a865da uncrustification 2014-01-18 00:32:50 +01:00
Laurent Lalanne
96555373e7 Merge remote-tracking branch 'origin/next' into translations_next 2014-01-18 00:03:13 +01:00
Laurent Lalanne
43703dd6d9 Updates about "Windup" 2014-01-18 00:02:00 +01:00
m_thread
83b3a9bf12 OP-1154 Gui Fiddling. 2014-01-17 14:20:18 +01:00
m_thread
234626444e Merge remote-tracking branch 'origin/next' into thread/OP-1154_Cruise_Control_automatically_increase_copter_throttle_per 2014-01-17 13:16:15 +01:00
m_thread
cc551d4acb OP-1154 Fixed values from not loading in comboboxes properly. 2014-01-17 11:01:05 +01:00
Cliff Geerdes
42dda77264 OP-1154 neated up input page, tooltips, labels were cut off, etc. 2014-01-17 01:07:43 -05:00
Fredrik Arvidsson
60465bbd7d OP-984 Missed something :/ 2014-01-17 01:23:17 +01:00
Fredrik Arvidsson
2e2bd096d0 OP-984 Moved Cruise control settings to input config page. Added PID bank settings per flight mode switch position.
Field CruiseControlFlightModeSwitchPosEnable needs to be changed to an array of booleans to work with gui.
2014-01-17 01:15:02 +01:00
Laurent Lalanne
a162d885a8 Accentuations missed in capital letters 2014-01-16 23:19:54 +01:00
Cliff Geerdes
bfb5a248a0 OP-1154 enables for individual flight mode switch positions 2014-01-16 16:51:19 -05:00
Laurent Lalanne
e0098b8f54 Updated new strings in Next 2014-01-16 19:59:59 +01:00
Laurent Lalanne
8c4e45a893 Merge remote-tracking branch 'origin/next' into translations_next 2014-01-16 19:18:44 +01:00
Philippe Renon
9229da9c89 Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next 2014-01-16 19:02:39 +01:00
Philippe Renon
b69621ba11 OP-984 fixed jumping PID Tab in stabilization config panel 2014-01-16 19:01:44 +01:00
Corvus Corax
41202a0227 Merge branch 'corvuscorax/OP-1022_AH_improvements_amorale' into next 2014-01-15 22:47:42 +01:00
Philippe Renon
694747cd27 Merge remote-tracking branch 'origin/next' into filnet/OP-1122_gcs_waypoint_editor_stabilization
Conflicts:
	ground/openpilotgcs/src/plugins/uavobjectwidgetutils/configtaskwidget.cpp
2014-01-15 20:12:08 +01:00
Corvus Corax
eb8d57cf31 uncrustification 2014-01-15 18:47:47 +01:00
Corvus Corax
9997f14d68 Merge remote-tracking branch 'origin/next' into corvuscorax/OP-1022_AH_improvements_amorale 2014-01-15 18:45:09 +01:00
Philippe Renon
d43b220dc0 OP-1122 uncrustified gcs and flight 2014-01-14 22:46:01 +01:00
Philippe Renon
c8cb666271 OP-1122 fixed wrong Timeout legend in waypoint editor (was (ms) instead of (s))
+review OPReview-609
2014-01-14 21:08:27 +01:00
Philippe Renon
96588ab13e OP-1122 OP-1145 fixed logging helper as per review
+review OPReview-604
2014-01-14 21:05:27 +01:00
Philippe Renon
7f2c24db2b OP-1122 OP-1158 - renamed uavobject FlightPlan to PathPlan
+review OPReview-609
2014-01-14 21:05:16 +01:00
Corvus Corax
07d5c8e4d2 OP-1022 fixed the config plugin widget to represent new simpler settings layout 2014-01-14 00:26:27 +01:00
Philippe Renon
a64720a9f1 OP-1122 OP-1158 added flight plan CRC consistency checks (in GCS and fixedwingpathfollower module)
- need to do the same in vtolpathfollower module)
- addressed an issue that could cause unwanted waypoints to be used (path follower was looping over all instanciated wp)
2014-01-12 19:42:12 +01:00
Philippe Renon
ff8a001a51 Merge remote-tracking branch 'origin/next' into filnet/OP-1122_gcs_waypoint_editor_stabilization
Conflicts:
	ground/openpilotgcs/src/plugins/config/configpipxtremewidget.cpp
	ground/openpilotgcs/src/plugins/uavobjectutil/uavobjectutilmanager.cpp
2014-01-12 16:29:17 +01:00
Philippe Renon
aa24f2193a OP-1122 OP-1158 renamed FlightPlanInfo uavobject to FlightPlan 2014-01-12 15:23:21 +01:00
Philippe Renon
78fabdd4c3 OP-1122 OP-1158 added facility to update a CRC with uavobject data (ground side) 2014-01-12 15:08:12 +01:00
Fredrik Arvidsson
b43cf9a7fe OP-984 Commented out some annoying debug prints. 2014-01-11 16:14:12 +01:00
Fredrik Arvidsson
38a709a0da OP-984 Fixed false dirty indication. Added some constant. 2014-01-11 15:44:07 +01:00
Fredrik Arvidsson
b14c8bd4d2 OP-984 Gui fixes 2014-01-11 15:23:11 +01:00
Fredrik Arvidsson
92c7e96fc8 Merge remote-tracking branch 'origin/LesNewell/OP-984_PID_banks' into thread/OP-984_PID_banks_GUI
Conflicts:
	ground/openpilotgcs/src/plugins/config/stabilization.ui
2014-01-11 09:41:36 +01:00
Corvus Corax
4c078f3dd8 Merge branch 'next' into corvuscorax/OP-1022_AH_improvements_amorale 2014-01-11 09:40:34 +01:00
Laurent Lalanne
b0614259dc Translations fixes 2014-01-10 23:51:57 +01:00
Les Newell
49cf33ee59 Merge branch 'next' into LesNewell/OP-984_PID_banks
Conflicts:
	flight/modules/Stabilization/stabilization.c
2014-01-10 19:32:44 +00:00
Les Newell
8eb2eefec7 Merge branch 'LesNewell/OP-984_PID_banks' into next 2014-01-10 15:24:28 +00:00
Alessio Morale
6d3dca6ee3 Merge remote-tracking branch 'origin/theothercliff/OP-1117_multi_wii_horizon_flight_mode_only' into next 2014-01-10 10:43:53 +01:00
Philippe Renon
9c7fcbe47c [OP-1105] uncrustified 2014-01-09 21:17:44 +01:00
Fredrik Arvidsson
3d8e3eb823 OP-984 Uncrustify. 2014-01-09 19:52:56 +01:00
Fredrik Arvidsson
cd5fb01d7e Merge remote-tracking branch 'origin/next' into thread/OP-984_PID_banks_GUI 2014-01-09 19:29:53 +01:00
m_thread
41506803e6 OP-984 Some gui fiddling. 2014-01-09 19:00:24 +01:00
m_thread
68573af710 OP-984 Feature complete. 2014-01-09 13:34:11 +01:00
m_thread
088197ac69 OP-984 Added backing store for values when switching between uavos. 2014-01-09 13:02:03 +01:00
Fredrik Arvidsson
a3c03b0244 OP-984 Minor changes. 2014-01-09 09:39:47 +01:00
Philippe Renon
e716d97803 OP-1122 OP-1120 moved CRC8 utility from uavtalk.cpp to new utils/crc.cpp 2014-01-09 01:10:18 +01:00
Philippe Renon
f422a1d639 OP-1122 OP-1145 made ground uavtalk code more similar to its flight side version 2014-01-09 01:07:25 +01:00