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

119 Commits

Author SHA1 Message Date
Stefan Karlsson
7252fb4207 REVONANO - Fix Auto Upload 2015-05-18 21:29:58 +02:00
abeck70
92e50c2ead OP-1810 FOC
Squashed commit for clean commit as discussed in code review
Uncrustify
2015-05-13 17:19:51 +10:00
m_thread
f42afa61cd OP-1628 Fixed a bug introduced in refactoring. 2015-02-05 10:05:47 +01:00
m_thread
87bd6243b4 OP-1628 Uncrustify 2015-02-05 09:55:31 +01:00
m_thread
a24fd253b4 OP-1628 Fixed review comments. 2015-02-03 22:24:57 +01:00
m_thread
31a6a32fce OP-1628 Added special handling for OPLink boards and Upgrade/Reboot functionality. 2015-02-02 00:14:02 +01:00
m_thread
8ffc77f537 OP-1628 Fixed some review issues. Updated some text. 2015-01-27 08:43:06 +01:00
m_thread
205a2d7b7a OP-1628 Uncrustify 2015-01-26 23:03:39 +01:00
m_thread
d8ab9e6175 OP-1628 Added better timeouts and failure mode descriptions. 2015-01-26 22:59:41 +01:00
m_thread
b24f154ad4 OP-1628 Added handling of autoupdate when board connection is in progress. 2015-01-23 00:44:50 +01:00
m_thread
e313d1ec67 OP-1628 Uncrustify 2015-01-20 00:01:03 +01:00
m_thread
85fb2b41b6 OP-1628 Some smaller changes tryingto addressthe modal dialog issues in Qt... 2015-01-15 09:42:58 +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
82c65b6b3f OP-1628 Added software reboot to wizard. 2014-12-29 14:50:20 +01: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
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
m_thread
da0c3917c1 OP-1628 Made Auto update go in to boot loader mode and then update.
This removes the need to power-cycle or connect/reconnect the board when
updating firmware.
2014-12-08 15:04:28 +01:00
Stefan Karlsson
dd86e7f9c4 OP-1493 Update BOARD_REVISION for discoveryf4bare and fix AutoUpdate 2014-09-15 23:30:17 +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
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
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
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
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
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
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
Philippe Renon
e0115a25b0 OP-1122 OP-1125 cleaned up GCS side uavtalk includes 2013-12-11 22:22:28 +01:00
Philippe Renon
a2ba33f28a [OP-835] Qt 5.1.0 - migrated GCS plugins 2013-09-15 23:37:20 +02:00
Fredrik Arvidsson
b088d757d6 OP-1024 Fixes Uploader GUI and adds timer to automatically close AutoUpdate panel after 7s. 2013-06-25 15:51:33 +02:00
Philippe Renon
218d197aa8 OP-983 fixed minor spelling issues in GCS 2013-06-02 12:42:15 +02:00
Oleg Semyonov
444431579e OP-770: add/rename some version-info.py template variables 2013-05-25 23:02:29 +02:00
Oleg Semyonov
a408d9748c Uncrustification 2013-05-20 00:02:34 +03:00
Fredrik Arvidsson
864300d975 OP-893 Added Auto Update functionality to the firmware page. 2013-05-19 23:00:44 +02:00
Sexy Pony
900f643bbd Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
Oleg Semyonov
5274a6c6fa OP-955: rename version_info related files an directories 2013-05-18 20:28:52 +02:00
Fredrik Arvidsson
62ee55fbb8 OP-955 Moved generated version info to its own lib. Updated code using version info in all referenced places. 2013-05-18 14:28:46 +02:00
Oleg Semyonov
f9f721a76a Reset executable bits from non-executable files (Windows legacy) 2013-04-24 01:18:46 +03:00
Oleg Semyonov
fb207bdaf7 OP-896: rename SensorTest to RevoProto 2013-04-24 00:57:33 +03:00
Oleg Semyonov
406339eb49 Merge branch 'amorale/next_precheck' into os/OP-899_board-config-rework-rebased-3
Conflicts:
	flight/Libraries/inc/op_dfu.h
	flight/Libraries/op_dfu.c
	flight/targets/Bootloaders/CopterControl/inc/op_dfu.h
	flight/targets/Bootloaders/OSD/op_dfu.c
	flight/targets/boards/coptercontrol/bootloader/inc/op_dfu.h
	flight/targets/boards/coptercontrol/bootloader/op_dfu.c
	flight/targets/boards/oplinkmini/bootloader/inc/op_dfu.h
	flight/targets/boards/oplinkmini/bootloader/op_dfu.c
	flight/targets/boards/osd/bootloader/inc/op_dfu.h
	flight/targets/boards/osd/bootloader/op_dfu.c
	flight/targets/boards/revolution/bootloader/inc/op_dfu.h
	flight/targets/boards/revolution/bootloader/op_dfu.c
	flight/targets/boards/sensortest/bootloader/inc/op_dfu.h
	flight/targets/boards/sensortest/bootloader/op_dfu.c
	make/boot-defs.mk
2013-04-24 00:37:39 +03:00
Alessio Morale
57ca1639cc Merge branch 'amorale/amorale/OP-874_gcs_rescue_erase_settings_merged' into next
Conflicts:
	flight/Libraries/op_dfu.c
	flight/PiOS/STM32F10x/pios_iap.c
	flight/PiOS/inc/pios_iap.h
	flight/targets/BootloaderUpdater/main.c
	flight/targets/Bootloaders/CopterControl/inc/op_dfu.h
	flight/targets/Bootloaders/CopterControl/op_dfu.c
	flight/targets/Bootloaders/OSD/inc/op_dfu.h
	flight/targets/Bootloaders/PipXtreme/op_dfu.c
	flight/targets/Bootloaders/RevoMini/inc/op_dfu.h
	flight/targets/Bootloaders/RevoMini/op_dfu.c
	flight/targets/Bootloaders/Revolution/inc/op_dfu.h
	flight/targets/Bootloaders/Revolution/op_dfu.c
	ground/openpilotgcs/src/plugins/uploader/uploader.ui
	make/apps-defs.mk
	make/boot-defs.mk
2013-04-23 23:14:11 +02:00
Oleg Semyonov
399cafe7d7 OP-896: rename RevoMini to Revolution 2013-04-24 00:07:05 +03:00