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

13790 Commits

Author SHA1 Message Date
Philippe Renon
3be5120d18 LP-29 osgearth integration : fixed unused parameter errors on osx 2015-07-20 00:00:32 +02:00
Laurent Lalanne
f0cc2a0c15 LP-48 changes from review (2) + Missing changes 2015-07-19 23:45:44 +02:00
Laurent Lalanne
ac9c7f7502 LP-48 Changes from review. Tks James. 2015-07-19 22:27:16 +02:00
Laurent Lalanne
e66a0b26fc LP-48 French translation update 2015-07-19 21:21:02 +02:00
Laurent Lalanne
71bb81a999 LP-48 Update strings 2015-07-19 21:19:54 +02:00
James Duley
a61773e3af Fixed missing QDataStream includes to make compilation on qt 5.5 work 2015-07-20 03:44:45 +12:00
James Duley
4efb8cd5c7 Merge pull request #42 from parched/add_config
Added option for config file.
2015-07-19 15:39:43 +01:00
James Duley
5b9bdb40cd Merge pull request #36 from parched/win_install_fixes
Win install fixes
2015-07-19 15:32:55 +01:00
James Duley
1934dbc427 Make names configurable with config file 2015-07-20 00:33:27 +12:00
a*morale
a66a725fcb Merge pull request #38 from skarlsso/skarlsso/LP-37_memory_wasted_in_pvPortMallocGeneric
LP-37 Fix alignment bug in in pvPortMallocGeneric
2015-07-19 14:09:06 +02:00
a*morale
1d0ac6667f Merge pull request #31 from skarlsso/skarlsso/LP-26_update_welcome_page_plugin
skarlsso/LP-26_update_welcome_page_plugin
2015-07-19 14:08:31 +02:00
Alessio Morale
6a60910e19 LP-05: fix for toplevel makefile changes 2015-07-19 14:07:48 +02:00
Stefan Karlsson
ce026c227a LP-26 Update Websites links 2015-07-19 13:54:23 +02:00
Stefan Karlsson
ec8590d17d LP-26 Fix spelling 2015-07-19 13:33:14 +02:00
Stefan Karlsson
d81ae88e2e LP-26 Change "OpenPilot Websites" to "Websites" 2015-07-19 13:32:16 +02:00
a*morale
67b2d0ec50 Merge pull request #35 from paul-jewell/menu_item_change4
Removed OpenPilot reference in About Menu
2015-07-19 13:17:39 +02:00
a*morale
f15c3baab1 Merge pull request #27 from m-thread/m-thread/LP-16_Vehicle_Templates_Enhancements
LP-16 Vehicle templates enhancements
2015-07-19 13:04:52 +02:00
Alessio Morale
ed9ea44ea3 Merge branch 'AlessioMorale-amorale/LP05-Readd_CC_rebased' into next 2015-07-19 13:01:32 +02:00
Alessio Morale
b18ac301fb Merge branch 'laurent/LP05-CC_Wizard_Artwork' of git://github.com/f5soh/LibrePilot into AlessioMorale-amorale/LP05-Readd_CC_rebased 2015-07-19 12:59:56 +02:00
Alessio Morale
18bc25aac6 Merge branch 'amorale/LP05-Readd_CC_rebased' of https://github.com/AlessioMorale/LibrePilot into AlessioMorale-amorale/LP05-Readd_CC_rebased
Conflicts:
	ground/openpilotgcs/src/plugins/setupwizard/vehicleconfigurationhelper.cpp
2015-07-19 12:59:50 +02:00
James Duley
9097c8b118 Added options to make config file 2015-07-19 02:22:58 +12:00
James Duley
b18523d690 Added option for config file.
Things the can be added to config file are:
export PATH := /usr/lib/ccache/bin:$(PATH)
GCS_OPTS := XXX
etc
2015-07-19 02:19:20 +12:00
Philippe Renon
727924ea85 LP-29 osgearth integration : added osgearth library (provides Qml items) 2015-07-17 22:55:25 +02:00
Philippe Renon
7b97bfdc28 LP-29 osgearth integration : added /workspace to .gitignore 2015-07-17 22:45:13 +02:00
Philippe Renon
884ef19631 LP-29 osgearth integration : new quickwidgetproxy to easily switch between QQuickView and QQuickWidget 2015-07-17 22:43:42 +02:00
Philippe Renon
0cdf0c0681 LP-29 osgearth integration : added utility to get common GCS directories 2015-07-17 22:40:27 +02:00
Stefan Karlsson
d57e838ab1 LP-37 Fix alignment bug in in pvPortMallocGeneric
The allocation size was incremented by 'alignment' bytes when
'xWantedSize' was 'alignment' aligned, but not 'portBYTE_ALIGNMENT'
aligned.
2015-07-17 17:04:18 +02:00
James Duley
fce0f0cfd0 Fixed OpenPilot dirs in Win installer 2015-07-17 10:31:47 +12:00
James Duley
e0895f783e Removed OpenPilot prefix for Win start menu links 2015-07-17 10:29:44 +12:00
James Duley
c475c7862f replace multiple share dir installs on Win with one 2015-07-17 10:26:47 +12:00
Paul Jewell
d4d8a6fa5c Removed OpenPilot reference in About Menu 2015-07-16 23:25:32 +01:00
James Duley
24c144ca69 Merge pull request #25 from paul-jewell/udevdir_fix2
Removed reference to unused udevdir in package/Linux.mk
2015-07-16 22:08:22 +01:00
Stefan Karlsson
b26391d585 LP-26 Show forum news on the welcome page 2015-07-16 19:32:30 +02:00
Stefan Karlsson
abcf2edd56 LP-26 Show GitHub commits on the welcome page 2015-07-16 19:30:38 +02:00
m_thread
23abeef9f9 LP-16 Updated whats_this.txt files. 2015-07-16 16:57:13 +02:00
m_thread
4918f61054 LP-16 Uncrustified. 2015-07-16 16:53:29 +02:00
m_thread
fd3eaa2fef LP-16 Buttons not shown when widget is in Wizard. 2015-07-16 16:48:34 +02:00
m_thread
ba8b01cc6b Merge branch 'next' into m-thread/LP-16_Vehicle_Templates_Enhancements 2015-07-16 14:28:51 +02:00
m_thread
ad1c033cad LP-16 Added code for adding/importing template to local storage. 2015-07-16 12:53:06 +02:00
m_thread
9b7e5b3ae2 LP-16 Fixed small errors. 2015-07-16 11:23:32 +02:00
a*morale
01a56796c3 Merge pull request #17 from f5soh/laurent/LP-03_Artwork_icons_splashscreen
Laurent/lp 03 artwork icons splashscreen
2015-07-16 11:18:29 +02:00
Laurent Lalanne
ef6b664ac8 LP-05 Add CC artwork for connection-diagram 2015-07-16 10:31:43 +02:00
a*morale
feee18134e Merge pull request #15 from skarlsso/skarlsso/LP-10_cleanup_build_warnings_on_osx
Skarlsso/lp 10 cleanup build warnings on osx
2015-07-16 09:27:16 +02:00
Paul Jewell
ad3fb571d7 Removed reference to unused udevdir in package/Linux.mk 2015-07-16 05:49:59 +01:00
Alessio Morale
711ef272c1 LP-5 - Use a single Task for telemetry when no radio is available 2015-07-16 01:01:02 +02:00
Alessio Morale
5e9a034e6e LP-5 - Uncrustification 2015-07-15 22:53:48 +02:00
m_thread
72938ec954 LP-16 Added code to delete 'local' vehicle templates. 2015-07-15 15:34:15 +02:00
m_thread
da6b0715f7 LP-16 Updated code to use new vehicle template path and extension. 2015-07-15 10:30:36 +02:00
m_thread
c193b53d3a LP-16 Moved vehicle template files. 2015-07-15 10:29:43 +02:00
LibrePilot Packager
402d9a0c64 Merge branch 'pull_requests_paulj' into next 2015-07-15 08:08:29 +01:00