1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-10 20:52:11 +01:00

273 Commits

Author SHA1 Message Date
abeck70
d4c4c68131 Release 15.02
Update whatsnew and uncrustify.
2015-03-12 21:33:30 +11:00
m_thread
efd66c375e Merge branch 'thread/OP-1747_Max_Output_Rates' into rel-15.02 2015-03-08 09:22:12 +01:00
m_thread
840cc86a8d Uncrustify 2015-03-06 00:37:36 +01:00
m_thread
1a21b8fce6 OP-1761 Fixing a type 2015-03-06 00:10:21 +01:00
m_thread
25c52d6430 OP-1761 Changed code to not allow PWMSync to be configured if CC or CC3D and > Hexa 2015-03-06 00:05:38 +01:00
m_thread
d4c562eb11 OP-1747 Updated code in SetupWizard to use different max rate outputs for pwm and OneShot125. 2015-03-05 21:45:08 +01:00
m_thread
ed6b9a4e9c Goto final/end page automatically after successfull save in wizard. 2015-02-28 14:46:38 +01:00
m_thread
c358f975c4 Uncrustify 2015-02-28 09:47:23 +01:00
m_thread
a8b6e1f959 OP-1755 Added additional location for cloudconfigs. 2015-02-28 00:14:51 +01:00
m_thread
ae0e79172f Uncrustify 2015-02-23 00:00:11 +01:00
m_thread
423191eae1 Merge remote-tracking branch 'origin/next' into thread/OP-1685_cc_oneshot_support
Conflicts:
	ground/openpilotgcs/src/plugins/config/configoutputwidget.cpp
	ground/openpilotgcs/src/plugins/config/output.ui
2015-02-22 23:59:01 +01:00
m_thread
d8ef4c3044 OP-1685 Added code to disable oneshot as an alternative in certain conditions. 2015-02-22 17:30:49 +01:00
Laurent Lalanne
0947ab6433 Merge branch 'laurent/OP-1723_Allow_RcCar_reverse' into next 2015-02-18 22:17:40 +01:00
m_thread
899cf3aa1d OP-1685 Added more OneShot code to wizard. 2015-02-18 12:03:43 +01:00
Laurent Lalanne
6ba3aa0424 OP-1723 Changes for review - Fix for FW dual aileron (output6 not set to 1500) 2015-02-17 13:35:47 +01:00
m_thread
821573144a OP-1685 Adding new artwork for oneshot esc. Adding more configuration logic. 2015-02-17 01:08:23 +01:00
Laurent Lalanne
d76affcae3 OP-1723 English typo 2015-02-16 01:22:04 +01:00
Laurent Lalanne
60f9e96571 OP-1723 keep only tr() 2015-02-16 00:11:29 +01:00
Laurent Lalanne
f4e11fa6ef OP-1723 Missing tr() - removed debug code 2015-02-15 21:35:39 +01:00
Laurent Lalanne
b6937764aa OP-1718 Set all servos outputs to 1500 before plug battery for Esc calibration (Tricopter) 2015-02-15 20:51:49 +01:00
Laurent Lalanne
c645738bc5 OP-1723 Ground wizard, reversable motor support - Fixes default outputs levels issue (OP-1718) 2015-02-15 18:32:01 +01:00
m_thread
a17553ce30 OP-1685 Adding support for synched and oneshot in Vehicle Setup Wizard. 2015-02-12 23:55:44 +01:00
Alessio Morale
a4da83a1be OP-1685 - Add OneShot compatible configurations 2015-02-11 22:33:57 +01:00
m_thread
8ffc77f537 OP-1628 Fixed some review issues. Updated some text. 2015-01-27 08:43:06 +01:00
m_thread
514d38216b OP-1628 Handling dialog 'modality' and z-order in a less bad but still bad way. 2015-01-19 23:14:54 +01:00
m_thread
230d7eaef5 OP-1628 Removed reboot page in wizard and replaced it with reboot dialog. Still some quirks to fix. 2015-01-09 00:42:43 +01:00
m_thread
61b2b0f07a OP-1628 Fixed button enablement glitch. Added style sheet to reboot page progress bar. 2014-12-29 18:03:20 +01:00
m_thread
9614397694 OP-1628 Uncrustify 2014-12-29 14:51:12 +01:00
m_thread
82c65b6b3f OP-1628 Added software reboot to wizard. 2014-12-29 14:50:20 +01:00
m_thread
a1e8d7efed Merge remote-tracking branch 'origin/next' into thread/OP-1628_Reboot_Board_In_Wizard 2014-12-28 09:48:27 +01:00
James Duley
f6c9183dbf OP-1653 Qt 5.2.1 backward compatibilty: used QStringLiteral for json value 2014-12-19 14:59:41 +13:00
Laurent Lalanne
49a53757f7 OP-1643 Small fixes, typo 2014-12-19 10:15:36 +11:00
Laurent Lalanne
c213e923ca OP-1643 First commit : Add ground vehicle to setup wizard 2014-12-19 10:14:53 +11:00
m_thread
35a11d5a71 OP-1628 Uncrustify 2014-12-16 18:26:52 +01:00
m_thread
8d4adeae13 OP-1628 The autoupdater should wait for board to boot and connect before returning. 2014-12-16 14:18:43 +01:00
m_thread
db22fb7aa7 OP-1628 Added support for 'old' style auto update if board not connected. 2014-12-09 01:15:49 +01:00
m_thread
ff1ad84302 OP-1628 Uncrustify 2014-12-09 00:50:26 +01:00
m_thread
cb1d9586eb OP-1628 Added timeout to autoupdater. Added exception handling. 2014-12-09 00:48:30 +01:00
m_thread
da62ef0dd6 OP-1628 Initial reboot code. 2014-12-09 00:47:34 +01:00
m_thread
57beb3d36c OP-1629 Added option to erase when autoupdating formware.
Option added to Wizard and Uploader plugin.
2014-12-08 16:36:17 +01:00
Fredrik Larsson
69d146988b Merge remote-tracking branch 'origin/laurent/OP-1620_FixedWing_Vtail_wizard' into next 2014-12-03 17:49:16 +11:00
Alessio Morale
99d73426b8 Uncrustify 2014-11-27 12:05:59 +01:00
Laurent Lalanne
01cb489378 Remove QuadH from setup wizard 2014-11-24 00:51:40 +01:00
Fredrik Larsson
eaebe3eb30 Update this with help of FredrikA 2014-11-24 08:56:01 +11:00
Fredrik Larsson
ea5c0db322 Don't translate list items and sort the list 2014-11-24 06:30:54 +11:00
Fredrik Larsson
d334f90157 Use path utils to search for CloudConfigs 2014-11-23 08:13:02 +11:00
Fredrik Larsson
53464c948d Make wizard match the firmware changes 2014-11-22 08:57:12 +11:00
Laurent Lalanne
c1c0c87677 OP-1620 Added Vtail frame to setup Wizard 2014-11-17 00:27:16 +01:00
m_thread
c3b5216e3d OP-1556 Adding support for multiple channels in OutputCalibrationUtil. 2014-11-06 22:32:21 +01:00
Alessio Morale
236b8e5f78 Uncrustify 2014-11-03 23:09:26 +01:00