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

13087 Commits

Author SHA1 Message Date
m_thread
1e1b97bd77 OP-1763 Added function to save template in default location. 2015-03-18 11:51:06 +01:00
samguns
8b1e7dee58 OP-1781 Uncrustify code 2015-03-18 15:47:10 +08:00
m_thread
48ef30850f OP-1763 Moved and consolidated template folder code. 2015-03-18 08:36:56 +01:00
samguns
97fd54b25d OP-1781 I think it's almost done, ready for a thoroughly test and review 2015-03-18 14:58:46 +08:00
Alessio Morale
bcffde5465 OP-1793 - Filter temperature to reduce the noise injected into pressure measuremenent. 2015-03-18 05:29:39 +01:00
Alessio Morale
8eaf7f9918 OP-1793 - Fix enabling condition for baro temp correction 2015-03-18 04:44:02 +01:00
Alessio Morale
a6b43ecef0 OP-1793 - Apply accel bias before scaling 2015-03-18 04:43:30 +01:00
m_thread
8eedfcec49 OP-1763 Added import functionality to the template dialog.
Added new tab and gui with template selector widget to the export
template dialog.
Renamed dialog menu to export/import vehicle wizard settings.
Added code to upload and save template data to board.
2015-03-18 00:32:42 +01:00
m_thread
2b0d357df3 OP-1763 Extracted template selector functionality as a widget for reuse. 2015-03-17 23:13:29 +01:00
m_thread
5b08f02aae Merge remote-tracking branch 'origin/next' into thread/OP-1763_CloudConfigs_outside_of_Wizard 2015-03-17 22:25:10 +01:00
m_thread
52984119f0 OP-1777 Moved Qt include statement. 2015-03-17 22:18:14 +01:00
James Duley
26266f1dee OP-1790: fix up packging make dependencies 2015-03-18 10:18:04 +13:00
Steve Evans
ba217a3d7d OP-1289 Revise naming of mainQueue to queue
As per review comments

+review OPReview-985
2015-03-17 20:52:08 +00:00
James Duley
feef238337 OP-1790: remove debain rules hack and build package without clean 2015-03-17 21:43:53 +13:00
James Duley
7c580b693f OP-1790: debian package doesn't depend on package dir 2015-03-17 21:16:33 +13:00
James Duley
c24bee2e28 OP-1790: make packaging debug build error part of package rule 2015-03-17 21:15:44 +13:00
samguns
22e0b88a8f OP-1781 Add UI stuff and basic definitions 2015-03-17 15:51:06 +08:00
James Duley
0ba38d4fd2 Revert "OP-1695 Ubuntu PPA: actually put debs in PACKAGE_DIR"
This reverts commit 6bfe1e66a7.
2015-03-17 18:14:25 +13:00
James Duley
7df759117e OP-1790: removed "(testing - unstable)" from deb changlelog 2015-03-17 18:11:04 +13:00
m_thread
4c58675fc3 OP-1777 Adding dependecy to VersionInfo lib. 2015-03-16 21:43:06 +01:00
m_thread
dda065db64 OP-1777 Attempting to fix build issues in Win and Mac builds. 2015-03-16 21:37:46 +01:00
m_thread
e4e3125e72 OP-1777 Uncrustify 2015-03-16 20:41:38 +01:00
m_thread
6a89427aa8 OP-1777 Added handling of network issues.
Changed local time to timezone.
Re-factored some functions.
2015-03-16 20:38:56 +01:00
m_thread
14f2bb6ce9 OP-1777 Added caching of collected data hash to avoid sending duplicate redundant data.
Changed some text.
Changed nag-dialog text to use html for formatting to make it easier to
translate and maintain.
Removed timestamp from hash.
2015-03-16 14:53:37 +01:00
m_thread
d948b1ca1c OP-1777 Added caching of collected data hash. 2015-03-16 14:51:36 +01:00
m_thread
8bf717fec2 OP-1777 Changed some text. 2015-03-16 14:51:04 +01:00
David Ankers
be9f4aec6a Add Atom hardware files 2015-03-16 14:41:55 +11:00
Steve Evans
45005a167f OP-1289 Revise naming of the two channels of data and associated functions
The code now uses a "local" prefix to refer to the telemetry channel
associated with a port on the FC and a "radio" prefix to refer to the
telemetry channel associated with the OPLink/USB.

+review OPReview-985
2015-03-15 23:11:42 +00:00
m_thread
efccabfe8f OP-1777 Renamed some parameters. 2015-03-15 23:21:43 +01:00
Steve Evans
12d3bdbe8a OP-1289 add per channel port selection routines
+review OPReview-985
2015-03-15 18:19:19 +00:00
Alessio Morale
4e9d092b03 OP-1776 - Disable radioRx task if radio is not enabled, fix for comments 2015-03-15 16:26:56 +01:00
Alessio Morale
7c9f6c0ed5 OP-1776 - Missing change from review 2015-03-15 14:36:23 +01:00
m_thread
f1e1507b06 OP-1777 Added more settings information.
Re-factored field access code.
Added hash for integrity checks.
2015-03-15 12:18:14 +01:00
Steve Evans
5952cfa275 Year is 2015 2015-03-15 00:48:36 +00:00
Steve Evans
6bb732fb02 OP-1289 Need Revo to send two telemetry streams for OSD and GCS 2015-03-14 23:58:18 +00:00
Alessio Morale
bb0e03e387 OP-1776 - Further cleanup/optimization for ProcessTelemetryStream* functions 2015-03-14 14:39:02 +01:00
Alessio Morale
a418ca349f OP-1776 - Fixes from review 2015-03-14 13:46:08 +01:00
abeck70
5c9b6fac29 OP-1769 uncrustify 2015-03-14 12:15:59 +11:00
abeck70
50cbc0cdb3 Merge branch 'abeck/OP-1769-Ground' into next 2015-03-14 12:07:46 +11:00
abeck70
5e7a3c30e1 OP-1769 ground actuator
code review comment addressed to reduce code size
2015-03-14 12:01:30 +11:00
abeck70
616cd466d2 OP-1769 align tank throttle curve 2015-03-14 10:04:54 +11:00
m_thread
0a87b30572 OP-1777 Fixed a compiler error. 2015-03-13 07:21:27 +01:00
m_thread
daad175c52 OP-1777 Added some board specific settings information. 2015-03-13 00:15:33 +01:00
m_thread
6c8f5a35ed Merge remote-tracking branch 'origin/next' into thread/OP-1777_Usage_statistics 2015-03-12 23:04:14 +01:00
abeck70
ea47436091 Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1769-Ground 2015-03-12 22:34:43 +11:00
abeck70
ad44b313fc Release 15.02 Merge branch 'master' into next
Conflicts:
	ground/openpilotgcs/src/plugins/setupwizard/pages/outputcalibrationpage.h
2015-03-12 21:45:00 +11:00
abeck70
d4c4c68131 Release 15.02
Update whatsnew and uncrustify.
2015-03-12 21:33:30 +11:00
abeck70
827075c31c Merge remote-tracking branch 'origin/rel-15.02' 2015-03-12 21:20:25 +11:00
m_thread
1d988d9dca Merge branch 'next' into thread/OP-1777_Usage_statistics 2015-03-12 10:38:56 +01:00
abeck70
0bd6a28b20 Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1769-Ground 2015-03-12 18:51:25 +11:00