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

7138 Commits

Author SHA1 Message Date
Philippe Renon
de1a0ce49a Merged in m_thread/librepilot/thread/LP-235_Failsafe_Flight_Mode (pull request #189)
LP-235 Changed the contents and logic of the Failsafe flight mode setting.
2016-03-05 17:23:17 +01:00
Fredrik Arvidsson
c45915b597 LP-235 Using constant instead of hard coded channel count. 2016-03-05 15:35:13 +01:00
Fredrik Arvidsson
1dd5b3e246 LP-235 Changed the contents and logic of the Failsafe flight mode setting.
Uncrustification.
2016-03-03 23:03:25 +01:00
Philippe Renon
9d2d90e44d remove global widgets dependency from plugins.pri
cleanup related pro files and includes
2016-03-03 19:29:45 +01:00
Fredrik Arvidsson
f4b3b89953 Merged in m_thread/librepilot/thread/LP-249_Bug_fix (pull request #188)
LP-249 Fixed bug.
2016-03-03 16:38:51 +01:00
Fredrik Arvidsson
4dd174f77b LP-249 Fixed bug. 2016-03-03 16:26:54 +01:00
Lalanne Laurent
e56e4cedb3 Merged in f5soh/librepilot/LP-232_Fmode_display_config_error (pull request #177)
LP-232 Display flight mode alarm while setup
2016-03-03 15:36:36 +01:00
Lalanne Laurent
07f2bb3bc4 Merged in filnet/librepilot/filnet/LP-29_osgearth_integration (pull request #179)
LP-29 fix osg attitude handling issue when pitch close to +/-90 (thank you @liftbag for reporting it)
2016-03-03 15:35:22 +01:00
Lalanne Laurent
98a83a5cf2 Merged in f5soh/librepilot/LP-247_Wizard_naza_gps (pull request #186)
LP-247 Add Naza GPS to Wizard
2016-03-03 15:28:09 +01:00
Fredrik Arvidsson
618c4bfe5c Merged in f5soh/librepilot/LP-240_AuxMag_Settings_GUI (pull request #183)
LP-240 Add GUI tab for external Magnetometer
2016-03-03 15:25:49 +01:00
Fredrik Arvidsson
044c357be8 Merged in m_thread/librepilot/thread/LP-235_Failsafe_Settings_GUI (pull request #187)
LP-235 Failsafe settings GUI
2016-03-03 08:53:51 +01:00
Fredrik Arvidsson
3469b4d0cb LP-235 Changed faulty tool tips. 2016-03-02 10:47:18 +01:00
Fredrik Arvidsson
24e2c400ef LP-235 Fixed UI related issue. 2016-03-02 10:08:28 +01:00
Fredrik Arvidsson
41adb3e4c4 LP-235 Changed type of text field to avoid HTML encoding. 2016-03-02 10:06:52 +01:00
Fredrik Arvidsson
0f7f268a0a LP-235 Added some default buttons as widgets so that they are greyed out when board is disconnected. 2016-03-02 09:12:00 +01:00
Fredrik Arvidsson
8a96904e8a LP-235 Changed so that the correct channels are laid out in GUI. Added default button to reset values. Re-factored some repeated code. 2016-03-02 09:07:30 +01:00
Laurent Lalanne
e5b03868df LP-247 Add Naza GPS to Wizard 2016-02-28 12:27:38 +01:00
Laurent Lalanne
91e5863939 LP-240 Changes from review 2016-02-26 23:31:18 +01:00
Laurent Lalanne
8211efe804 LP-240 Add Mag error display in percent - Lower rates for telemetry 2016-02-26 10:12:10 +01:00
Laurent Lalanne
1aaf9b9f0e LP-240 Remove delay (diff sliders working) on enter tab - Apply default metadata 2016-02-26 00:49:23 +01:00
Philippe Renon
0e9016da5f LP-29 don't switch off lights when terrain is present
this will work only with osgearth version greater than 2.7
2016-02-25 23:34:13 +01:00
Philippe Renon
a59740a5ff LP-29 improve initialization of scene graph
addresses issue with initial camera position
2016-02-25 23:28:44 +01:00
Laurent Lalanne
e1dadbce02 LP-240 Change names to Auxiliary - Disable auxMag alarm if not available. 2016-02-25 22:54:27 +01:00
Philippe Renon
6c6f184d28 LP-29 simplify viewport resizing handling and other cleanups 2016-02-24 22:49:55 +01:00
Philippe Renon
9c42319e36 LP-29 add OSGShapeNode and remove OSGCubeNode
OSGShape node supports cube, sphere, torus and 3D axis
2016-02-24 22:49:53 +01:00
Philippe Renon
c75299c4ec LP-29 remove problematic calls to traverse (update only applies to current node) 2016-02-24 22:49:52 +01:00
Philippe Renon
d2c8d6c657 LP-29 made OSGTransform node position/attitude handling more consistent 2016-02-24 22:49:46 +01:00
Laurent Lalanne
9c4b7498cd LP-240 Add aux/onboard Mag alarms, max deviation level settings. Renamed Tab to "Mag settings" 2016-02-24 16:33:03 +01:00
Laurent Lalanne
45c42537b1 LP-240 Add GUI tab for external Magnetometer 2016-02-24 01:30:56 +01:00
Fredrik Arvidsson
98d416c493 LP-235 Adding GUI for failsafe configuration.
TODO: Fix text in Failsafe tab to have information about how failsafe works and is intended to be configured.
2016-02-24 00:16:03 +01:00
Philippe Renon
bdb42246e8 LP-29 fix osg attitude handling issue when pitch close to +/-90 (thank you @liftbag for reporting it) 2016-02-22 23:40:37 +01:00
Philippe Renon
e4b4d21ce1 LP-230 we are in 2016 for more than a month now... 2016-02-22 23:36:40 +01:00
Philippe Renon
60c417685f LP-230 add copyright notice 2016-02-22 23:21:48 +01:00
Laurent Lalanne
0d43a030de LP-230 PFD : Missed Uninitialized state for Gps and Attitude alarms. 2016-02-22 21:38:02 +01:00
Laurent Lalanne
35612b41f3 LP-230 Waypoint fixes velocity, altitude and heading needed for auto modes 2016-02-22 20:27:01 +01:00
Laurent Lalanne
59808be4e2 LP-230 Import UAVTalk.* from javacript file 2016-02-22 20:27:00 +01:00
Laurent Lalanne
076961a603 LP-230 Remove magic number using enumCount 2016-02-22 20:27:00 +01:00
Laurent Lalanne
220eb033d9 LP-230 UAVObject generator : Add enum count. Thanks @filnet 2016-02-22 20:26:54 +01:00
Laurent Lalanne
08e6dd8cc6 LP-230 PFD: Create and centralize functions + fixes 2016-02-20 19:23:54 +01:00
Laurent Lalanne
9c176fc7f6 LP-230 PFD panels : Adjust field's position 2016-02-20 19:23:54 +01:00
Laurent Lalanne
7948d481fe LP-230 Add DJI Gps and Mag type to system panel. Add OPLM Link state to OPLM panel.
Display DOP without unit. Remove small OP logo over System icon.
2016-02-20 19:23:54 +01:00
Laurent Lalanne
ec0067ffcb LP-232 Hide configAlarmStatus label when disconnected 2016-02-17 16:21:17 +01:00
Laurent Lalanne
7c70da1123 LP-232 Display Flight Mode alarm into Flight mode tab 2016-02-17 15:18:36 +01:00
Philippe Renon
ed8b834e37 hotfix : enable auto scaling for high dpi devices on windows only 2016-02-12 22:27:01 +01:00
Philippe Renon
ed225b1935 LP-29 osgearth: minor code cleanups 2016-02-09 00:13:38 +01:00
Philippe Renon
05d806f6f1 LP-29 upgrade to osg 3.5.1 to match version used on windows 2016-02-09 00:13:38 +01:00
James Duley
16d52016e1 hotfix: use msys2 osg, disable osgearth by default 2016-01-31 12:02:58 +00:00
Philippe Renon
24fd463bfd Merged in filnet/librepilot/LP-216_high_dpi (pull request #165)
LP-216 enable auto scaling on high dpi devices
2016-01-30 15:28:21 +01:00
Philippe Renon
b7f2f2cb47 LP-216 enable auto scaling on high dpi devices 2016-01-24 21:12:39 +01:00
Laurent Lalanne
a46bf079de LP-214 Add Fpv Camera tilt compensation 2016-01-24 21:12:35 +01:00
Fredrik Arvidsson
e17d809120 Merge branch 'next' into thread/LP-104_LP-196_HoTT_and_Ex.Bus_Support 2016-01-24 21:11:35 +01:00
Lalanne Laurent
da884f5432 Merged in f5soh/librepilot/LP-214_Camera_tilt_compensation (pull request #158)
LP-214 Camera tilt compensation
2016-01-24 17:56:59 +01:00
Laurent Lalanne
f20adf00f5 LP-214 Add Fpv Camera tilt compensation 2016-01-24 16:35:32 +01:00
Laurent Lalanne
0fe61b1677 LP-209 Define correct Oplink name for auto-load local firmware build 2016-01-24 16:15:15 +01:00
Philippe Renon
85e2ff40f6 Merged in f5soh/librepilot/LP-94_Revo_Attitude_wiki_link (pull request #160)
LP-94 Revo Attitude tab : Add help link to wiki page.
2016-01-24 13:55:52 +01:00
Philippe Renon
58dd4de1c6 windows: don't build both debug and release
somehow only windows does that and needs to be told not to
2016-01-23 14:41:43 +01:00
Philippe Renon
e3926b9c08 LP-218 revert to using mesa opengl32.dll (msys2 provided one crashes GCS) 2016-01-23 14:41:33 +01:00
Philippe Renon
e42539347b windows: remove obsolete sdl_install and openssl_install make targets (now provided by msys2) 2016-01-23 01:55:34 +01:00
Philippe Renon
d222361663 cleanup all copydata.pro files 2016-01-23 01:55:34 +01:00
Philippe Renon
9c25180483 LP-29 minor comment fix on how to enable OSG debug logging 2016-01-20 08:18:21 +01:00
Laurent Lalanne
400af92fd8 LP-94 Revo Attitude tab : Add help link to wiki page. 2016-01-20 02:31:31 +01:00
Philippe Renon
62c8f4c4ad LP-29 remove modelview sources 2016-01-19 22:44:17 +01:00
Philippe Renon
80dafbe446 LP-29 remove glc_lib sources 2016-01-19 22:43:26 +01:00
Fredrik Arvidsson
b26b861007 Merge remote-tracking branch 'libre/next' into thread/LP-104_LP-196_HoTT_and_Ex.Bus_Support 2016-01-16 12:34:09 +01:00
Fredrik Arvidsson
0d660d33ad LP-104 LP-196 Changes to address review comments and then uncrustification. 2016-01-16 12:19:34 +01:00
James Duley
f89031dc6c Fix osg 3.2 compat 2016-01-16 00:07:58 +00:00
James Duley
72560638c8 Rework osg config options 2016-01-15 23:41:09 +00:00
James Duley
6dd13bc698 fix some pfd paths 2016-01-15 23:00:03 +00:00
Philippe Renon
38d1472f94 LP-29 changed PFD Panels animation type from Easing.InOutExpo and Easing.OutExpo 2016-01-15 21:28:12 +01:00
Philippe Renon
f5a1498b36 LP-29 make dependency on osgQt and osgearthQt optional 2016-01-15 08:55:46 +01:00
Philippe Renon
3cc581a002 LP-29 clean white spaces in PFDWorldView 2016-01-15 08:54:34 +01:00
Philippe Renon
9acb3d6595 LP-29 fix PFD pitch alignement on behalf of Laurent
introduce a scale factor so pitch aligns on dash and not on text
2016-01-15 08:51:32 +01:00
Philippe Renon
2d59530f6e LP-29 further adaptations to msys2
fix list of mingw provided dependencies
fix path handling
other related cleanups
2016-01-14 03:02:17 +01:00
Philippe Renon
b4f4cd48f0 LP-29 fixed typos 2016-01-12 02:37:13 +01:00
Philippe Renon
c0613fe6d0 Adapted osgearth branch to msys2
Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration

# Conflicts:
#	Makefile
#	ground/gcs/src/libs/osgearth/copydata.pro
#	make/tools.mk
2016-01-12 02:32:16 +01:00
Philippe Renon
48a665c78a LP-29 remove unused font 2016-01-10 22:34:03 +01:00
Philippe Renon
3d7558c28b LP-29 split osg and osgearth SDKs and make osgearth optional 2016-01-10 22:33:57 +01:00
James Duley
294f22d422 Merged in james-duley/librepilot/LP-187_use_Msys2 (pull request #132)
LP-187 Use MSYS2
2016-01-10 17:17:33 +00:00
James Duley
02e03259d3 LP-187 MSYS2: dont't explicitly specifiy qt spec 2016-01-10 17:11:46 +00:00
James Duley
df04a87831 LP-187 MSYS2: correct copy data dlls for msys2 2016-01-10 17:11:46 +00:00
Laurent Lalanne
3579e89af3 LP-194 Still Yaw attitude slider, remove. 2016-01-10 13:37:17 +01:00
Laurent Lalanne
2b3d5d6ee0 LP-104 LP-196 Wizard Input page: change layout 2016-01-09 22:33:11 +01:00
Laurent Lalanne
9f947ca9a4 LP-196 SetupWizard : Add Jeti EX.Bus support 2016-01-09 21:44:50 +01:00
Laurent Lalanne
bb8fdd3d62 Merge remote-tracking branch 'bitbucket_mthread/thread/LP-104_LP-196_HoTT_and_Ex.Bus_Support' into LP-104_HoTT_wizard_next 2016-01-09 20:39:08 +01:00
Fredrik Arvidsson
d32cc0e7fb Merge branch 'thread/LP-104_LP-196_HoTT_and_Ex.Bus_Support_15.09' into thread/LP-104_LP-196_HoTT_and_Ex.Bus_Support 2016-01-09 19:18:48 +01:00
Fredrik Arvidsson
41b95231db LP-104 LP-196 Updated some constants after refactoring. 2016-01-09 19:13:17 +01:00
Fredrik Arvidsson
02c981388a Merge branch 'thread/LP-196_Jeti_Ex_Bus_15.09' into thread/LP-104_LP-196_HoTT_and_Ex.Bus_Support_15.09
# Conflicts:
#	flight/targets/boards/coptercontrol/board_hw_defs.c
#	flight/targets/boards/coptercontrol/firmware/pios_board.c
#	flight/targets/boards/revolution/board_hw_defs.c
#	flight/targets/boards/revolution/firmware/inc/pios_config.h
#	flight/targets/boards/revolution/firmware/pios_board.c
#	flight/targets/boards/revonano/firmware/inc/pios_config.h
#	flight/targets/boards/revonano/firmware/pios_board.c
#	shared/uavobjectdefinition/hwsettings.xml
#	shared/uavobjectdefinition/manualcontrolsettings.xml
#	shared/uavobjectdefinition/receiveractivity.xml
2016-01-09 16:59:24 +01:00
Lalanne Laurent
f86152b723 Merged in f5soh/librepilot/LP-194_Hidde_Attitude_Yaw (pull request #144)
LP-194 Stabilization tab: Remove Attitude Yaw, Cleanup/rename
2016-01-09 12:58:57 +01:00
Laurent Lalanne
93a6b99dab Merge remote-tracking branch 'origin/next' into LP-201_Y6_mixer 2016-01-09 12:48:01 +01:00
Fredrik Arvidsson
bc80c66c2b LP-196 Removed some leftover code and definitions. 2016-01-07 14:22:52 +01:00
Fredrik Arvidsson
359266ab7a LP-104 Removed support for HoTT on Main port on coptercontrol target since it does not work. 2016-01-07 13:01:46 +01:00
Philippe Renon
72c7623a1b Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration
# Conflicts:
#	ground/gcs/src/libs/osgearth/osgearth.pro
2016-01-06 22:16:32 +01:00
Philippe Renon
6b39fc0800 uncrustify 2016-01-04 21:41:45 +01:00
Philippe Renon
f7271df0e5 LP-30 fixed windows debug build 2016-01-04 21:36:38 +01:00
Fredrik Arvidsson
e07ded404e LP-196 Added Jeti receiver modes to input configuration code. 2015-12-31 16:20:14 +01:00
Laurent Lalanne
c837062ebc LP-201 Set new default mixer values for Y6 2015-12-22 13:06:07 +01:00
Philippe Renon
6e1224dd38 LP-183 introduce an underscore between property name and element name when concatenating digits if not 2015-12-21 21:50:55 +01:00
Laurent Lalanne
5a31dcec09 LP-104 SetupWizard : Add Revo support for HoTT 2015-12-21 00:19:33 +01:00
Laurent Lalanne
3cc34e6475 LP-104 Graupner Hott support for Wizard. Artwork and CC3D input 2015-12-20 23:37:51 +01:00
Laurent Lalanne
24c03378f0 Merge remote-tracking branch 'bitbucket_mthread/thread/LP-104_HOTT_SUMD_Support_15.09' into LP-104_HoTT_wizard_next 2015-12-20 22:17:00 +01:00
Philippe Renon
cefcacbbcf Merged in filnet/librepilot (pull request #141)
LP-183 fix GCS regression caused by UAVObject generator changes
2015-12-20 20:44:06 +01:00
Philippe Renon
8df41f5863 Merged in f5soh/librepilot/LP-197_Qt-5.5.1_Fr_translation_broken (pull request #137)
LP-197 Broken translation with Qt-5.5.1
2015-12-20 20:43:33 +01:00
Philippe Renon
fa95dfe075 Merged in f5soh/librepilot/LP-200_Remove_Opie (pull request #143)
LP-200 Remove hidden Opie from About dialog
2015-12-20 20:42:33 +01:00
Philippe Renon
886c2ccb47 Merged in leafarB/librepilot (pull request #138)
Next
2015-12-20 20:41:23 +01:00
Laurent Lalanne
faa35dd970 LP-194 Stabilization tab: Remove Attitude Yaw, Cleanup/rename
Fix for basic/advanced tab and Rate values
2015-12-20 19:38:29 +01:00
Philippe Renon
0137460d0b LP-183 promote int8 and uint8 to their 16 bits equivalents
applies only to new Qml friendly properties
int16 will be silently cast to and from int8 !!!
2015-12-20 16:53:00 +01:00
Laurent Lalanne
b011009a47 LP-200 Remove hidden Opie from About dialog 2015-12-20 14:07:42 +01:00
Fredrik Arvidsson
e27f651590 LP-104 Adding support to GCS for HoTT configuration 2015-12-20 11:57:46 +01:00
Rafael Bachmann
605374f492 uncrustify 2015-12-19 13:52:25 +01:00
Rafael Bachmann
f5c23ba32d const-correct msgLogfileOpenFailed() 2015-12-19 13:48:54 +01:00
Philippe Renon
1b486aafb2 LP-183 fix GCS regression caused by UAVObject TRUE/FALSE enum case change 2015-12-18 21:35:05 +01:00
Rafael Bachmann
142f8a9578 add logfile name to error message. 2015-12-17 19:12:09 +01:00
Rafael Bachmann
d23824dd0e add error message when opening log file fails 2015-12-17 19:00:14 +01:00
Laurent Lalanne
6c8c643f48 LP-197 Add priority for Gcs translation file use
(Qt-5.5.1 qt_fr.qm file broken)
2015-12-17 17:43:37 +01:00
Lalanne Laurent
3faa8d621a Merged in f5soh/librepilot/LP-191_Txwizard_more_robust (pull request #133)
LP-191 Receiver activity : Increase min range value and allow all Sbus channels scanning.
2015-12-17 16:54:06 +01:00
Philippe Renon
6cac60f32d Merged in filnet/librepilot/shared/LP-2_qt5_5_upgrade (pull request #136)
LP-2_qt5_5_upgrade
2015-12-16 23:01:25 +01:00
Philippe Renon
5f36bad0b2 Merged in f5soh/librepilot/LP-193_Remove_png_warnings (pull request #134)
LP-193 Remove sRGB profiles from png files used on Gcs.
2015-12-16 23:00:41 +01:00
Philippe Renon
e843cac384 LP-2 osgearth copydata.pro: use scope to copy proper libs on linux 32/64 2015-12-14 22:14:22 +01:00
Philippe Renon
0f87f2d740 LP-2 fix copydata.pro for linux 32 using scope
apparently only linux 64 is using the new gstreamer base multimedia backend
linux 32 is still using the previous backend
2015-12-14 22:14:22 +01:00
Alessio Morale
2522f4bd93 Merged in f5soh/librepilot/laurent/LP-160_Set_default_AccelTau (pull request #97)
LP-160 Set default value for AccelTau
2015-12-13 19:12:07 +01:00
Laurent Lalanne
00f6f110cd LP-193 Remove sRGB profiles from png files used on Gcs. 2015-12-10 17:47:48 +01:00
Philippe Renon
95ea26c396 Merge branch 'next' of bitbucket.org:librepilot/librepilot into filnet/LP-29_osgearth_integration
# Conflicts:
#	ground/gcs/src/libs/osgearth/osgearth.pro
2015-12-10 00:17:10 +01:00
Philippe Renon
67b143a73d Merged in filnet/librepilot/shared/LP-2_qt5_5_upgrade (pull request #112)
shared/LP-2_qt5_5_upgrade
2015-12-09 22:04:19 +01:00
Philippe Renon
fabdea9eee LP-29 redirect osg logging to Qt (commented out for now) 2015-12-09 08:35:48 +01:00
Philippe Renon
f62e99b147 LP-29 import common.js from uav.js 2015-12-09 08:33:00 +01:00
Philippe Renon
3e10e89cec LP-29 use QOpenGLWidget in place of depecrated QGLWidget 2015-12-09 08:32:04 +01:00
Philippe Renon
596286604e LP-29 add TODOs 2015-12-09 08:28:11 +01:00
Philippe Renon
77613ddd9e LP-29 uncrustified 2015-12-09 08:27:38 +01:00
Philippe Renon
531c2dc32b LP-29 remove pfdqmlgadgetwidget hacks 2015-12-09 08:27:25 +01:00
Philippe Renon
26a3df4715 LP-29 remove OSGViewport hack
apparently not necessary anymore
2015-12-09 08:20:44 +01:00
Philippe Renon
7461159c69 LP-29 improve OSGViewport rendering loop
update scene in the Renderer synchronize method
2015-12-09 08:19:55 +01:00
Philippe Renon
f9694acfd1 Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration
# Conflicts:
#	ground/gcs/src/plugins/pfdqml/pfdqmlgadgetwidget.cpp
#	ground/gcs/src/share/qml/pfd/Compass.qml
#	ground/gcs/src/share/qml/pfd/Info.qml
#	ground/gcs/src/share/qml/pfd/Panels.qml
#	ground/gcs/src/share/qml/pfd/VsiScale.qml
#	ground/gcs/src/share/qml/pfd/Warnings.qml
2015-12-08 01:22:12 +01:00
Philippe Renon
783cf7d981 LP-183 removed unused settingsutil (not related to LP-183...) 2015-12-06 12:56:00 +01:00
Philippe Renon
9c4c906765 LP-183 move toLowerCamelCase method to new string utility 2015-12-06 12:22:38 +01:00
Laurent Lalanne
63534e8014 LP-191 Little fix : OPlink has 8 channels 2015-12-04 21:23:33 +01:00
Philippe Renon
a1ac5fb532 LP-29 compile with libc++ on osx to fix issues when linking with osg 2015-12-02 23:16:05 +01:00
Philippe Renon
2f18791a43 LP-29 don't take device pixel ratio into account 2015-12-02 23:09:38 +01:00
Philippe Renon
a4f8380c13 LP-29 silence OSGViewport::createFramebufferObject method 2015-12-02 23:08:49 +01:00
Philippe Renon
57f0320605 LP-183 also alias TakeOffLocation to make things more explicit 2015-12-02 22:18:32 +01:00
Philippe Renon
26a4c027c7 LP-183 drive by bug fixing in Panels.qml and Compass.qml 2015-12-02 22:17:47 +01:00
Philippe Renon
0dc76168a3 LP-2 remove unused windows specific utility method winGetDLLVersion (additionally had compile warnings) 2015-12-02 21:41:19 +01:00
Philippe Renon
b03833e96b LP-2 make some of the code changes backward compatible with Qt 5.4.1 2015-12-02 21:33:45 +01:00
Philippe Renon
8c3d576306 LP-2 add missing linux libraries to GCS copydata.pro 2015-12-02 09:05:14 +01:00
Philippe Renon
a9053ed157 LP-2 remove deprecated Qt5Declarative 2015-12-02 09:05:14 +01:00
Philippe Renon
8c47101562 LP-2 minor osg/Qt cleanup 2015-12-02 09:05:14 +01:00
Philippe Renon
f3b06daf4c LP-2 temporarilly disable glc_lib (and moldeview) as it does not link with Qt 5.5.x 2015-12-02 09:05:14 +01:00
Philippe Renon
d0d3a56292 LP-2 fixed compilation warnings about missing QtInfoMsg in switch/case 2015-12-02 09:05:14 +01:00
Philippe Renon
067261ed3f LP-2 upgraded to Qt 5.5.0 (excluding sdk installer) 2015-12-02 09:05:14 +01:00
Philippe Renon
d33747e065 LP-183 remove non existing "AltitudeHoldDesired" 2015-12-02 08:52:37 +01:00
Philippe Renon
f5953bc68c LP-183 remove backward compatible upper case name used for exposing UAV objects to Qml 2015-12-02 08:52:37 +01:00
Philippe Renon
71c7ba4d56 LP-183 convert Qml files to use new UAV object syntax 2015-12-02 08:52:37 +01:00
Philippe Renon
0c2f89a33d LP-183 pfd: expose UAVTalk objects to Qml with lower camel case names (systemSettings vs SystemSettings)
it is more compliant to the Qt naming convention
will solve a conflict in the Qml namespace when SystemSetting is both a type and a context value.
use of non compliant name should be discouraged
2015-12-02 08:52:37 +01:00
Philippe Renon
d2121d7e86 LP-183 cleanup uavobject includes 2015-12-02 08:52:37 +01:00
Philippe Renon
0017ce2acf LP-183 generated UAV objects are now more Qt and Qml friendly
use lower camel case for properties and getters
introduce better enums and expose them to Qml
backward compatibilty is preserved for now
2015-12-02 08:52:37 +01:00
Philippe Renon
39d7f932d7 Merged in f5soh/librepilot/laurent/LP-179_Highlight_stabilization_modes (pull request #116)
LP-179 Highlight stabilized mode used
2015-12-01 21:57:38 +01:00
Philippe Renon
0756c0aa76 Merged in f5soh/librepilot/laurent/LP-178_Accessory_mapping (pull request #113)
LP-178 Add Accessory > Output mapping for fixed Wing.
2015-12-01 21:56:46 +01:00
Philippe Renon
7d06944a81 LP-29 remove duplicate osg lib on mac 2015-11-30 22:24:32 +01:00
Laurent Lalanne
ba86b78031 LP-178 Remove QString() 2015-11-29 20:18:27 +01:00
Philippe Renon
35aab3003b LP-29 move common.js one directory up 2015-11-29 20:14:07 +01:00
Philippe Renon
12bfee2df3 LP-29 move common uav related functions to uav.js 2015-11-29 20:13:32 +01:00
Philippe Renon
9b100bea4a Merge remote-tracking branch 'origin/LP-183_more_qml_friendly_gcs_uav_object_generator' into filnet/LP-29_osgearth_integration 2015-11-29 19:38:57 +01:00
Philippe Renon
7cb8a9740a LP-183 remove non existing "AltitudeHoldDesired" 2015-11-29 16:53:59 +01:00
Philippe Renon
e4e4b23600 LP-183 remove backward compatible upper case name used for exposing UAV objects to Qml 2015-11-29 16:53:58 +01:00
Philippe Renon
96088ce831 LP-183 convert Qml files to use new UAV object syntax 2015-11-29 16:53:58 +01:00
Philippe Renon
664891e040 LP-183 pfd: expose UAVTalk objects to Qml with lower camel case names (systemSettings vs SystemSettings)
it is more compliant to the Qt naming convention
will solve a conflict in the Qml namespace when SystemSetting is both a type and a context value.
use of non compliant name should be discouraged
2015-11-29 16:53:57 +01:00
Philippe Renon
287b4ceb5d LP-183 cleanup uavobject includes 2015-11-29 16:53:38 +01:00
Philippe Renon
df350cda44 LP-183 generated UAV objects are now more Qt and Qml friendly
use lower camel case for properties and getters
introduce better enums and expose them to Qml
backward compatibilty is preserved for now
2015-11-29 16:53:33 +01:00
Laurent Lalanne
0f1b662f7b LP-179 Remove border and set background color for comboboxes 2015-11-28 01:03:11 +01:00
Laurent Lalanne
990e7eb3c9 LP-179 Highlight stabilized mode used 2015-11-28 01:03:11 +01:00
James Duley
50d44a3992 LP-187 MSYS2: fix windows header using extern
rather than explicitly redeclaring
2015-11-26 09:03:56 +00:00
Philippe Renon
f1598e0a51 LP-2 remove unused variable 2015-11-25 09:09:55 +00:00
Philippe Renon
b629a7f69f LP-2 remove unused <QtDesigner/QDesignerExportWidget> import that was causing a deprecated warning 2015-11-25 09:09:55 +00:00
Philippe Renon
6d934fc177 LP-2 removed unused classes that fail to link with Qt 5.5 2015-11-25 09:09:55 +00:00
Philippe Renon
2df89769c9 LP-2 fixed compilation errors around usage of isinf() and isnan() 2015-11-25 09:09:55 +00:00
Philippe Renon
e22061cc8e LP-2 fixed warning about unused variable 2015-11-25 09:02:37 +00:00
Laurent Lalanne
bd8f03398e LP-181 Compatible Qt5.4 / Qt5.5 - Added file for javascript functions 2015-11-22 22:27:26 +00:00
Laurent Lalanne
8537443282 LP-181 PFD update works only with Qt5.5 2015-11-22 22:27:26 +00:00
Philippe Renon
bc5e02e3af LP-30 uncrustify 2015-11-21 15:40:30 +01:00
Philippe Renon
5315af05a3 LP-30 fix minor OSGSky date issue 2015-11-21 15:39:34 +01:00
Philippe Renon
b873d37a8f LP-30 global enum cleanup 2015-11-21 15:37:39 +01:00
Philippe Renon
a79fd612ac LP-29 enable FragDepth when using LogarithmicDepthBuffer (fixes heavy z-fighting on the craft model) 2015-11-11 00:24:07 +01:00
Philippe Renon
0a374d2904 LP-29 remove AutoClipPlaneHandler (it is not recommended to use it
See http://forum.osgearth.org/Performance-issue-when-looking-at-horizon-td7588307.html
2015-11-11 00:22:57 +01:00
Philippe Renon
3ee0564421 LP-29 fixed some debug logs 2015-11-07 12:46:16 +01:00
Philippe Renon
859cf0996c LP-29 replace pfd by qml in share copydata.pro 2015-11-07 12:44:21 +01:00
Philippe Renon
bbd214ed31 Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration 2015-11-06 23:21:35 +01:00
Philippe Renon
db926f289d uncrustified 2015-11-06 22:03:37 +01:00
Philippe Renon
3dbdd76225 LP-174 add missing EXPORT to TextBubbleSlider 2015-11-06 22:02:32 +01:00
Philippe Renon
58c880d706 Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration 2015-11-06 09:22:48 +01:00
Lalanne Laurent
077a9bf5cd Merged in f5soh/librepilot/laurent/LP-174_Add_values_to_Rcinput (pull request #109)
LP-174 Add values to RCinput
2015-11-05 18:17:03 +01:00
Lalanne Laurent
8d6b89818f Merged in f5soh/librepilot/laurent/LP-120_Wizard_I2C_mag (pull request #110)
LP-120 Add GPS+I2c mag to wizard
2015-11-05 18:13:51 +01:00
Lalanne Laurent
4e6a67fe82 Merged in f5soh/librepilot/laurent/LP-165_Txpid_acro+_ranges (pull request #102)
LP-165 TxPID Acro+ ranges
2015-11-05 18:12:39 +01:00
Lalanne Laurent
93fc480a2d Merged in f5soh/librepilot/laurent/LP-147_Detect_flight_mode_num (pull request #93)
LP-147 Transmitter wizard : Add flightmode number detection and artwork
2015-11-05 18:11:43 +01:00
Laurent Lalanne
eba2d98f9a LP-160 Set default value for AccelTau - Remove unused const 2015-11-05 17:58:21 +01:00
Laurent Lalanne
96eed683ee LP-165 Set TxPID Acro+ range to 0-100 2015-11-05 17:50:41 +01:00
Laurent Lalanne
6a11bbb6fd LP-178 Add Accessory > Output mapping for fixed Wing.
Two outputs per accessory can be set for spoiler control.
2015-11-05 15:14:45 +01:00
Philippe Renon
783322fd09 Merged in james-duley/librepilot/LP-167_fix_stable_version_check (pull request #105)
LP-167 fix stable version check
2015-11-05 09:34:06 +01:00
Laurent Lalanne
0f4eaf5b24 LP-174 Set Defgroup like others files in directory 2015-11-04 19:06:58 +01:00
Philippe Renon
b0fcfe8ffd LP-29 disable lighting when a map is used 2015-11-03 22:53:24 +01:00
Philippe Renon
c33c3c9b99 LP-29 remove commented out code and other minor cleanups 2015-11-02 21:33:09 +01:00
Philippe Renon
d9a0a3e84a LP-29 simplify resize logic (also fixes some resizing issues) 2015-11-02 21:32:50 +01:00
Laurent Lalanne
06a10fb070 LP-174 Move textbubbleslider to libs/utils, centralize fonts 2015-11-01 16:08:45 +01:00
Laurent Lalanne
7b3a0e504b LP-120 Add conditions for GPS+I2C - SRXL fixes 2015-10-31 15:11:33 +01:00
Laurent Lalanne
89b992176e LP-120 Auxmag wizard initial support 2015-10-31 14:03:59 +01:00
Laurent Lalanne
9eb8f45e0d LP-174 : Add Rcinput value display - UI and style changes, embed font.
All credit for the textbubbleslider files goes to Taulabs and Kenn Sebesta
2015-10-31 12:13:07 +01:00
lilvinz
e68ad5dbd8 TextBubbleSlider: removed QDESIGNER_WIDGET_EXPORT 2015-10-30 19:15:41 +01:00
Kenn Sebesta
e3d2760f83 Added text-bubble slider. This is an extension of QSlider which displays the slider value in the handle. 2015-10-30 18:40:34 +01:00
Fredrik Arvidsson
adae92b675 LP-171 Added code to disable signal from being triggered while stabilisation bank is changed. 2015-10-28 22:50:46 +01:00
Cliff Geerdes
e0a805518f LP-73 uncrustify 2015-10-25 23:59:52 -04:00
James Duley
48e077f265 LP-167 fix stable version check 2015-10-25 18:35:09 +00:00
Cliff Geerdes
d5bdc41fb9 LP-73 finish the merge with next 2015-10-24 13:14:52 -04:00
Cliff Geerdes
911400924e LP-73 convert BoardRotation to int 2015-10-24 12:18:09 -04:00
Philippe Renon
1a5b4a157e LP-29 disable handling of not yet available osgearth debug libraries 2015-10-24 17:05:48 +02:00
Philippe Renon
f80fb8a02b LP-29 move osgearth dependencies form osgearth.pro to new osgearth_dependencies.pri 2015-10-24 17:04:42 +02:00
Philippe Renon
ca03e2f076 Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration 2015-10-24 16:48:45 +02:00
Philippe Renon
06517dcd0b Merged in filnet/librepilot/filnet/LP-29_osgearth_artwork (pull request #68)
LP-29 moved background images one directory up
2015-10-24 16:36:48 +02:00
a*morale
33fd073248 Merge branch 'master' into next 2015-10-21 22:07:09 +02:00
Fredrik Arvidsson
c8b3d046d3 LP-162 Added AccelTau to usage tracking data. 2015-10-21 17:27:58 +02:00
Laurent Lalanne
1c0de087e7 LP-147 Change label to "Flight Modes" 2015-10-19 23:36:25 +02:00
Fredrik Arvidsson
bd476165c0 LP-156 Updated templates. 2015-10-16 21:42:07 +02:00
Lalanne Laurent
eceec3eddc Merged in f5soh/librepilot/laurent/LP-153_HwWidget_typo (pull request #95)
LP-153 Fix typo
2015-10-16 21:33:10 +02:00
Laurent Lalanne
cba54b204f LP-153 Fix typo 2015-10-16 15:15:35 +02:00
Laurent Lalanne
b1078252bb LP-147 Transmitter wizard : Add flightmode number detection and artwork
changes
2015-10-16 01:12:53 +02:00
Stefan Karlsson
6504ce448e LP-155 Workaround failing callback deregistration
Deregistration of hid_device_removal_callback fails because the call to
IOHIDDeviceRegisterRemovalCallback doesn't deregister it as it should.

This causes crashes when hid_device_removal_callback is called after
the read_thread has been shutdown.

This patch works around this problem by:

1) Letting the 'dev' hid_device, so that the callback can safely
   read the struct, even after the read_thread has been shut down
   and the memory should have been freed.

2) Making sure that the two racing callbacks that previously
   called CFRunLoopStop, hid_device_removal_callback and
   perform_signal_callback, now synchronize and make sure
    that CFRunLoopStop is only called once.
2015-10-15 22:11:53 +02:00
Fredrik Arvidsson
aa209dbf8d LP-156 Updated templates. 2015-10-15 21:57:06 +02:00
Stefan Karlsson
295562694b LP-155 Fix OPHID_DEBUG warning 2015-10-15 21:08:49 +02:00
Alessio Morale
1a8bf2cd9e Merged in f5soh/librepilot/laurent/LP-110_Elevon_motor_output4_fix (pull request #89)
LP-110 Elevon frame : Really move motor to Output4
2015-10-09 09:43:02 +02:00
Alessio Morale
33d5a21e9f Merged in paul_jewell/librepilot/LP-142_Fix_remaining_Wiki_links (pull request #88)
LP-142 Fixed remaining OpenPilot Wiki Links
2015-10-09 09:42:49 +02:00
Alessio Morale
a7462f06eb Merged in filnet/librepilot/filnet/LP-139_fix_missing_pfd_svg_warning (pull request #84)
LP-139 fixed erroneous warning about missing pfd.svg
2015-10-09 09:40:38 +02:00
Paul Jewell
ea8d18dffd Fixed remaining OpenPilot Wiki Links 2015-10-07 06:18:47 +01:00
Laurent Lalanne
5ab2f8026c LP-110 Elevon frame : really move motor from output3 to output4 2015-10-06 18:30:58 +02:00
Paul Jewell
919f765189 Added wiki link for stabilization configuration page 2015-10-04 15:00:16 +01:00
Philippe Renon
88dcb62ed6 LP-139 fixed erroneous warning about missing pfd.svg 2015-10-02 22:11:05 +02:00
Cliff Geerdes
92fd745003 LP-135 remove a blank line for code review 2015-09-30 15:31:08 -04:00
physicsboy0709
5f9f298a1d modified: ground/gcs/src/plugins/uploader/op_dfu.cpp 2015-09-29 12:48:21 -04:00
Cliff Geerdes
554a190f78 LP-135 simple port of fix to 15.09 2015-09-29 02:09:18 -04:00
Laurent Lalanne
b7d5405ce1 LP-48 Update translations for rel-15.09 2015-09-27 20:53:01 +02:00
Laurent Lalanne
c9b0bbb4e4 LP-67 Change label and tooltips to EasyTune name 2015-09-27 16:53:12 +02:00
Paul Jewell
bdf89acf22 Fix Google Maps version 2015-09-26 20:00:51 +01:00
a*morale
26559a0934 Merged in paul_jewell/librepilot/revert_usage_disable (pull request #55) 2015-09-24 21:58:51 +02:00
Alessio Morale
fd7455a727 Merged in rbekken/librepilot/usagetracker (pull request #62)
GCS: Add backend for usage tracker.
2015-09-24 21:53:32 +02:00
Fredrik Arvidsson
fab46ba294 Merged in paul_jewell/librepilot/LP102-fix-about-plugin-links (pull request #71)
LP-102 Changed Developer and URL lines to LibrePilot
2015-09-24 07:18:09 +02:00
Paul Jewell
51f9291cf4 Added LP details to pluginspec files for LP modified plugins 2015-09-23 21:53:15 +01:00
Roy Bekken
b6b7adcbdb GCS: Add backend for usagetracker.
Collect statistics about the usage of our software and hardware
     to enable us to make things better for you.
2015-09-23 17:10:01 +02:00
Philippe Renon
67bba60f52 Merged in filnet/librepilot/filnet/LP-125_path_utils_should_return_absolute_pathes (pull request #67)
LP-125 PathUtils now returns absolute pathes again
2015-09-22 15:31:15 +02:00
Philippe Renon
0bb71cd5df LP-125 PathUtils now returns absolute pathes again 2015-09-21 23:12:43 +02:00
Alessio Morale
e068c0026a Merged in alessiomorale/librepilot/amorale/LP-124_rename_txpid_easytune_options (pull request #65)
Amorale/lp 124_rename_txpid_easytune_options
2015-09-21 12:34:54 +02:00
Philippe Renon
53c0c1cb13 LP-29 moved background images one directory up 2015-09-19 18:35:08 +02:00
Alessio Morale
abf40a47eb LP-124 - Fix renamed fields/options in GCS 2015-09-19 15:31:08 +02:00
Philippe Renon
18725597f4 Merge branch 'next' of bitbucket.org:librepilot/librepilot into filnet/LP-29_osgearth_integration
Conflicts:
	artwork/3D Model/boards/coptercontrol/coptercontrol.3ds
	artwork/3D Model/multi/easy_quad/easy_quad_x.3ds
	artwork/3D Model/multi/mikrokopter/mk_l4-me.3ds
	artwork/3D Model/multi/ricoo/ricoo.3ds
	artwork/3D Model/multi/test_quad/test_quad_x.3ds
	ground/gcs/src/share/models/boards/coptercontrol/coptercontrol.3ds
	ground/gcs/src/share/models/multi/easy_quad/easy_quad_x.3ds
	ground/gcs/src/share/models/multi/mikrokopter/mk_l4-me.3ds
	ground/gcs/src/share/models/multi/ricoo/ricoo.3ds
	ground/gcs/src/share/models/multi/test_quad/test_quad_x.3ds
2015-09-19 14:42:38 +02:00
Alessio Morale
1b4ad5c2a1 uncrustification 2015-09-19 12:07:45 +02:00
Paul Jewell
55f3c91e9f Moved question mark to code & added missing define 2015-09-18 06:54:50 +01:00
Paul Jewell
0a45bc6a4e Moved usagetracker defines to usagetracker.pri 2015-09-18 06:18:16 +01:00
Paul Jewell
7a97e5fbbb Moved definition of usagetracker url to top level Makefile 2015-09-16 22:00:09 +01:00
Paul Jewell
1a6ff50d20 Made usage tracker fully functional, with LP URL 2015-09-16 22:00:09 +01:00
Philippe Renon
24a5bdfa49 Merge remote-tracking branch 'origin/next' into filnet/LP-29_osgearth_integration
Conflicts:
	ground/gcs/src/libs/osgearth/copydata.pro
2015-09-16 22:55:54 +02:00
Philippe Renon
3174995dde Merged in filnet/librepilot (pull request #60)
LP-29 osgearth packaging fixes
2015-09-16 22:40:43 +02:00
Philippe Renon
66901c2be7 LP-29 fixed osgearth copydata.pro for mac and linux 2015-09-16 21:19:43 +02:00
Philippe Renon
e743682311 LP-29 moved osg RPATHDIR definition to libs/osgearth/osgearth.pro 2015-09-16 21:19:43 +02:00
Paul Jewell
3961d4a293 Modified GeneralSettings::collectUsageData() to return false 2015-09-16 20:03:00 +01:00
Paul Jewell
3aa7e2bb24 Revert "Merged in paul_jewell/librepilot/LP-53_disable_usage_tracker_plugin (pull request #43)"
This reverts commit c00ea092bc, reversing
changes made to d207f848ee.
2015-09-16 20:03:00 +01:00
Alessio Morale
26289e63ae Merged in m_thread/librepilot/thread/LP-70_CC_Wizard_Restrictions (pull request #61)
Thread/lp 70_cc_wizard_restrictions
2015-09-15 23:22:12 +02:00
Alessio Morale
b8c101f6c7 Merged in f5soh/librepilot/laurent/LP-99_Fix_firmware_path (pull request #57)
LP-99 Fix firmware path not found
2015-09-15 23:21:49 +02:00
Alessio Morale
3e7a53beaf Merged in f5soh/librepilot/laurent/LP-114_Add_accessory_input_channel (pull request #54)
LP-114 Add accessory input channel
2015-09-15 23:21:04 +02:00
Alessio Morale
83b7ed9063 Merged in f5soh/librepilot/laurent/LP-110_Wizard_high_rate_servo_normal_esc (pull request #47)
LP-110 Wizard : Ground and plane motors move to output 4
2015-09-15 23:20:40 +02:00
Fredrik Arvidsson
e8399c9c57 LP-70 Fixed bug. 2015-09-14 23:28:11 +02:00
unknown
e227b7497d LP-70 Added restrictions to CC/CC3D/Nano when configuring OneShot125 2015-09-14 22:41:41 +02:00
Philippe Renon
466f4bb695 LP-29 disabled warnings on mac (mac treats warnings are errors...) 2015-09-14 21:16:34 +02:00
Philippe Renon
506ae69b50 LP-29 restored AutoClipPlaneCullCallback feature 2015-09-13 16:47:40 +02:00
Laurent Lalanne
f8ebb36278 LP-99 Fix firmware path not found 2015-09-13 10:38:24 +02:00
Philippe Renon
e3979b0024 LP-29 moved osg RPATHDIR definition to libs/osgearth/osgearth.pro 2015-09-12 18:19:57 +02:00
Philippe Renon
865e3b3f13 LP-29 fixed osgearth copydata.pro for linux 2015-09-12 18:18:55 +02:00
Philippe Renon
4696378573 LP-29 disabled warnings on mac (mac treats warnings are errors...) 2015-09-12 18:04:16 +02:00
Philippe Renon
41258ac254 LP-29 fixed artwork/models file case that were messed when committing from windows :( 2015-09-12 18:01:38 +02:00
Laurent Lalanne
c65b735d8a LP-114 Allow Accessory display name in Output tab when Accessory is used
in Custom table
2015-09-11 00:04:31 +02:00
Laurent Lalanne
8885180fde LP-114 Add Accessory3 as input - TxWizard and Multirotor Accessory
mapping
2015-09-11 00:04:31 +02:00
Philippe Renon
7a65021190 LP-29 fixed compilation warning 2015-09-05 18:55:43 +02:00
Philippe Renon
7ece271878 LP-29 removed ModelView configurations 2015-09-05 17:08:49 +02:00
Philippe Renon
4a5e4d21b8 LP-29 display plain (non terrain) PFD for now (until osgearth is stabilized on all OSes) 2015-09-05 17:08:28 +02:00
Philippe Renon
b335725aa3 LP-29 WelcomeMode must use QQuickWidget instead of QQuickWindow in order to avoid conflicts with new PFDQml 2015-09-05 16:00:29 +02:00
Philippe Renon
ad83ecca41 LP-29 added EarthView.qml and CubeView.qml 2015-09-05 16:00:29 +02:00
Philippe Renon
edade72b01 LP-29 disabled compilation of modelview and qmlview plugins (will remove plugins later) 2015-09-05 16:00:29 +02:00
Philippe Renon
611738437e LP-29 disabled compilation of glc_lib (will remove lib later) 2015-09-05 16:00:28 +02:00
Philippe Renon
6d2d9961ea LP-29 updated default GCS condiguration to reflect osgearth related changes 2015-09-05 16:00:28 +02:00
Philippe Renon
57c8146a5b LP-29 moved background images to share root 2015-09-05 16:00:27 +02:00
Philippe Renon
10aaafb678 LP-29 added ModelView qml files 2015-09-05 16:00:26 +02:00
Philippe Renon
98eb9b259e LP-29 3D models cleanup (standardized scale and orientation) 2015-09-05 16:00:26 +02:00
Philippe Renon
c60d8efd32 LP-29 added osgearth resources 2015-09-05 16:00:21 +02:00
Philippe Renon
1aa024b007 LP-29 removed old PFD qml files 2015-09-05 16:00:21 +02:00
Philippe Renon
fbdea40501 LP-29 new PFD qml files adding terrain support 2015-09-05 16:00:20 +02:00
Philippe Renon
396b91ffad LP-29 Added terrain related options to PFD
Started turning PFD into a generic qml viewer (replaces ModelView)
Note that PFD has one remaining dependency with osgearth lib but that is temporary
2015-09-05 16:00:20 +02:00
Philippe Renon
882c3d54b1 Merged in filnet/librepilot/filnet/LP-29_osgearth_integration (pull request #48)
LP-29 removed deprecated osgearthview plugin
2015-09-05 15:22:47 +02:00
a*morale
792835c009 Uncrustify 2015-09-05 11:49:43 +02:00
Philippe Renon
b9bb1b46f6 LP-29 removed deprecated osgearthview plugin 2015-09-05 00:26:53 +02:00
Laurent Lalanne
83f31f63ee LP-110 Wizard : Ground and plane motors move to output 4 2015-09-04 18:09:19 +02:00
Alessio Morale
1f09d36638 Merged in f5soh/librepilot/laurent/LP-44_Free_memory_CC3D (pull request #40)
LP-44 Save RAM
2015-09-04 09:47:33 +02:00
Alessio Morale
c46aa40e15 Merged in f5soh/librepilot/laurent/LP-106_Setup_Wizard_Refresh (pull request #42)
LP-106 Setup Wizard Refresh
2015-09-04 09:47:08 +02:00
Alessio Morale
136d8af3a6 Merged in filnet/librepilot/filnet/LP-29_osgearth_integration (pull request #12)
LP-29_osgearth_integration
2015-09-04 09:46:21 +02:00
Alessio Morale
d67a18ff1a Merged in alessiomorale/librepilot/amorale/LP-93_zero_gyro_bias_with_temp_cal (pull request #35)
LP-93 - zero gyro bias after temp calibration
2015-09-04 09:45:40 +02:00
Alessio Morale
529105489d Merged in paul_jewell/librepilot/LP-94-set-up-wiki-link-in-gcs (pull request #38)
Removed openpilot hard coding from wiki buttons in GCS
2015-09-04 09:45:13 +02:00
Laurent Lalanne
69125e8e9d LP-44 Save RAM : Use float UAVO type only when needed. 184bytes saved 2015-09-03 07:26:06 +02:00
Philippe Renon
a7428ed9ad LP-29 uncrustified 2015-08-30 22:16:06 +02:00
Philippe Renon
723ab39d59 LP-29 merged gcsdirs into pathutils and related cleanups 2015-08-30 22:14:58 +02:00
Philippe Renon
7b1c49c8bc LP-29 osgearth copydata is now conditionned by copyosg variable + minor review comments 2015-08-30 21:49:04 +02:00
Philippe Renon
e380620587 LP-29 added LibrePilot copyright 2015-08-30 18:19:45 +02:00
Philippe Renon
13bc18c45f LP-29 added back osg library dir to RPATHDIR 2015-08-29 19:50:59 +02:00
Philippe Renon
1ec5ff4d3e LP-29 removed obsolete osg libraries 2015-08-29 19:45:20 +02:00
Philippe Renon
61626338ff LP-29 fixed erroneous merges 2015-08-29 18:51:48 +02:00
Philippe Renon
955eecf33d Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration
Conflicts:
	ground/gcs/gcs.pri
	ground/gcs/gcs.pro
	ground/gcs/openpilotgcs.pri
	ground/gcs/openpilotgcs.pro
	ground/gcs/src/app/gcs.icns
	ground/gcs/src/app/gcs.ico
	ground/gcs/src/app/librepilotgcs.icns
	ground/gcs/src/app/librepilotgcs.ico
	ground/gcs/src/app/librepilotgcs.rc
	ground/gcs/src/app/openpilotgcs.icns
	ground/gcs/src/library.pri
	ground/gcs/src/openpilotgcslibrary.pri
	ground/gcs/src/openpilotgcsplugin.pri
	ground/gcs/src/plugin.pri
	ground/gcs/src/plugins/config/airframe.ui
	ground/gcs/src/plugins/config/images/calibration/board-dwn.png
	ground/gcs/src/plugins/config/images/calibration/board-enu.png
	ground/gcs/src/plugins/config/images/calibration/board-ned.png
	ground/gcs/src/plugins/config/images/calibration/board-suw.png
	ground/gcs/src/plugins/config/images/calibration/board-swd.png
	ground/gcs/src/plugins/config/images/calibration/board-use.png
	ground/gcs/src/plugins/config/images/calibration/board-wds.png
	ground/gcs/src/plugins/config/images/calibration/empty.png
	ground/gcs/src/plugins/config/images/calibration/plane-dwn.png
	ground/gcs/src/plugins/config/images/calibration/plane-enu.png
	ground/gcs/src/plugins/config/images/calibration/plane-horizontal-rotated.png
	ground/gcs/src/plugins/config/images/calibration/plane-ned.png
	ground/gcs/src/plugins/config/images/calibration/plane-suw.png
	ground/gcs/src/plugins/config/images/calibration/plane-swd.png
	ground/gcs/src/plugins/config/images/calibration/plane-use.png
	ground/gcs/src/plugins/config/images/calibration/plane-wds.png
	ground/gcs/src/plugins/setupwizard/vehicletemplateselectorwidget.ui
	ground/gcs/src/plugins/systemhealth/html/GPS-Error.html
	ground/gcs/src/plugins/systemhealth/html/fr/GPS-Error.html
	ground/gcs/src/share/cloudconfig/custom/whats_this.txt
	ground/gcs/src/share/cloudconfig/fixedwing/SoniModelMako-FixedWing-Elevon-7134e8ae5ce.optmpl
	ground/gcs/src/share/cloudconfig/fixedwing/Toro900-VoilureFixe-Elevon-d4a58d2cd50.optmpl
	ground/gcs/src/share/cloudconfig/fixedwing/whats_this.txt
	ground/gcs/src/share/cloudconfig/helicopter/whats_this.txt
	ground/gcs/src/share/cloudconfig/multirotor/(RACE)FPV260HobbyKin-Multirotor-QuadrocopterX-0482b7a25f7.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/(STOCK)HobbyKingFPV2-Multirotor-QuadrocopterX-0bb44b68883.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/ARRISX-SPEEDFPV250-Unsupported-2cbaaa14a01.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/BlackOutB330-Multirotor-QuadrocopterX-e9980c55302.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/BlackOutMiniH-Multirotor-QuadrocopterX-d415c242154.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/DJIF450-Multirotor-QuadrocopterX-cfa8ec67993.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/DroneframesDRQ250-cf-rc5 Multirotor-QuadrocopterX-425b90123f1.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/DroneframesDRQ430G-revo-rc5Multirotor-QuadrocopterX-fae90503b3f.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/EmaxNighthawk-Multirotor-QuadrocopterX-9a3aa9d9726.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/FlipFPVPro-Multirotor-QuadrocopterX-9eb7b719244.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/FlipFpvPro-Multirotor-QuadrocopterX-c117d151f95.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/FlipSport-Multirotor-QuadrocopterX-c27ae7b79ca.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/FlyingCinemaCinetan-Multirotor-QuadrocopterX-2c3f9181872.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/FlyingCinemaTankitoM-Multirotor-QuadrocopterX-385d9ac9ae1.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericHexa-Multirotor-Hexacopter+-c50a904f4a3.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericHexaH-Multirotor-HexacopterH-6cc3fed9073.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericHexaX-Multirotor-HexacopterX-b3b8c1d2f3c.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericHexaY6-Multirotor-HexacopterY6-0b5dc6bae4f.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericQuad+-Multirotor-Quadrocopter+-a87a4226820.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericQuadX-Multirotor-QuadrocopterX-5fce7315a5b.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GenericTricopter-Multirotor-Tricopter-5f46bc37c31.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/GuerrillaDronesToadQ-Multirotor-QuadrocopterX-8f838e43432.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/HKingDYS250CarbonFib-Multirotor-QuadrocopterX-969354c51c1.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/HKingDYS320CarbonFib-Multirotor-QuadrocopterX-0b41edda68f.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/HoverThingsFLIPFPV-Multirotor-QuadrocopterX-32bf14a10fc.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/InventorsSparrowRace-Multirotor-QuadrocopterX-314fff867fd.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/QAV250-Multirotor-QuadrocopterX-181dab0df01.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/QAV400-Multirotor-QuadrocopterX-90a90b9fb50.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/QAV500-Multirotor-QuadrocopterX-6da440c4d7c.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/QUADI250-Multirotor-QuadrocopterX-c6c6cfc4cf9.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/RCExplorerV3Tricopte-Multirotor-Tricopter-dcbce3f069c.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/RD290MiniHexfpv-Multirotor-HexacopterX-6587232be1a.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/XhoverMXP230Elite-Multirotor-QuadrocopterX-3b169a4fd1b.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/ZMR250( Attitude mode)-ChineseQAV250-Multirotor-QuadrocopterX-5d318c0526c (1).optmpl
	ground/gcs/src/share/cloudconfig/multirotor/ZMR250(4s race)-Multirotor-QuadrocopterX-fac61e7adb8.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/ZMR250(Race acro +)-Multirotor-QuadrocopterX-895b222d670.optmpl
	ground/gcs/src/share/cloudconfig/multirotor/whats_this.txt
	ground/gcs/src/share/cloudconfig/surface/whats_this.txt
	ground/gcs/src/share/translations/gcs_de.ts
	ground/gcs/src/share/translations/gcs_es.ts
	ground/gcs/src/share/translations/gcs_fr.ts
	ground/gcs/src/share/translations/gcs_ru.ts
	ground/gcs/src/share/translations/gcs_zh_CN.ts
	ground/gcs/src/share/translations/openpilotgcs_de.ts
	ground/gcs/src/share/translations/openpilotgcs_es.ts
	ground/gcs/src/share/translations/openpilotgcs_fr.ts
	ground/gcs/src/share/translations/openpilotgcs_ru.ts
	ground/gcs/src/share/translations/openpilotgcs_zh_CN.ts
	ground/gcs/src/share/vehicletemplates/custom/whats_this.txt
	ground/gcs/src/share/vehicletemplates/fixedwing/SoniModelMako-FixedWing-Elevon-7134e8ae5ce.optmpl
	ground/gcs/src/share/vehicletemplates/fixedwing/Toro900-VoilureFixe-Elevon-d4a58d2cd50.optmpl
	ground/gcs/src/share/vehicletemplates/fixedwing/whats_this.txt
	ground/gcs/src/share/vehicletemplates/helicopter/whats_this.txt
	ground/gcs/src/share/vehicletemplates/multirotor/(RACE)FPV260HobbyKin-Multirotor-QuadrocopterX-0482b7a25f7.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/(STOCK)HobbyKingFPV2-Multirotor-QuadrocopterX-0bb44b68883.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/ARRISX-SPEEDFPV250-Unsupported-2cbaaa14a01.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/BlackOutB330-Multirotor-QuadrocopterX-e9980c55302.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/BlackOutMiniH-Multirotor-QuadrocopterX-d415c242154.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/DJIF450-Multirotor-QuadrocopterX-cfa8ec67993.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/DroneframesDRQ250-cf-rc5 Multirotor-QuadrocopterX-425b90123f1.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/DroneframesDRQ430G-revo-rc5Multirotor-QuadrocopterX-fae90503b3f.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/EmaxNighthawk-Multirotor-QuadrocopterX-9a3aa9d9726.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/FlipFPVPro-Multirotor-QuadrocopterX-9eb7b719244.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/FlipFpvPro-Multirotor-QuadrocopterX-c117d151f95.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/FlipSport-Multirotor-QuadrocopterX-c27ae7b79ca.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/FlyingCinemaCinetan-Multirotor-QuadrocopterX-2c3f9181872.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/FlyingCinemaTankitoM-Multirotor-QuadrocopterX-385d9ac9ae1.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericHexa-Multirotor-Hexacopter+-c50a904f4a3.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericHexaH-Multirotor-HexacopterH-6cc3fed9073.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericHexaX-Multirotor-HexacopterX-b3b8c1d2f3c.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericHexaY6-Multirotor-HexacopterY6-0b5dc6bae4f.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericQuad+-Multirotor-Quadrocopter+-a87a4226820.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericQuadX-Multirotor-QuadrocopterX-5fce7315a5b.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GenericTricopter-Multirotor-Tricopter-5f46bc37c31.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/GuerrillaDronesToadQ-Multirotor-QuadrocopterX-8f838e43432.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/HKingDYS250CarbonFib-Multirotor-QuadrocopterX-969354c51c1.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/HKingDYS320CarbonFib-Multirotor-QuadrocopterX-0b41edda68f.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/HoverThingsFLIPFPV-Multirotor-QuadrocopterX-32bf14a10fc.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/InventorsSparrowRace-Multirotor-QuadrocopterX-314fff867fd.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/QAV250-Multirotor-QuadrocopterX-181dab0df01.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/QAV400-Multirotor-QuadrocopterX-90a90b9fb50.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/QAV500-Multirotor-QuadrocopterX-6da440c4d7c.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/QUADI250-Multirotor-QuadrocopterX-c6c6cfc4cf9.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/RCExplorerV3Tricopte-Multirotor-Tricopter-dcbce3f069c.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/RD290MiniHexfpv-Multirotor-HexacopterX-6587232be1a.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/XhoverMXP230Elite-Multirotor-QuadrocopterX-3b169a4fd1b.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/ZMR250( Attitude mode)-ChineseQAV250-Multirotor-QuadrocopterX-5d318c0526c (1).optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/ZMR250(4s race)-Multirotor-QuadrocopterX-fac61e7adb8.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/ZMR250(Race acro +)-Multirotor-QuadrocopterX-895b222d670.optmpl
	ground/gcs/src/share/vehicletemplates/multirotor/whats_this.txt
	ground/openpilotgcs/openpilotgcs.pri
	ground/openpilotgcs/openpilotgcs.pro
	ground/openpilotgcs/src/app/librepilotgcs.icns
	ground/openpilotgcs/src/app/librepilotgcs.ico
	ground/openpilotgcs/src/openpilotgcslibrary.pri
	ground/openpilotgcs/src/openpilotgcsplugin.pri
	ground/openpilotgcs/src/share/cloudconfig/custom/whats_this.txt
	ground/openpilotgcs/src/share/cloudconfig/fixedwing/SoniModelMako-FixedWing-Elevon-7134e8ae5ce.optmpl
	ground/openpilotgcs/src/share/cloudconfig/fixedwing/Toro900-VoilureFixe-Elevon-d4a58d2cd50.optmpl
	ground/openpilotgcs/src/share/cloudconfig/fixedwing/whats_this.txt
	ground/openpilotgcs/src/share/cloudconfig/helicopter/whats_this.txt
	ground/openpilotgcs/src/share/cloudconfig/multirotor/(RACE)FPV260HobbyKin-Multirotor-QuadrocopterX-0482b7a25f7.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/(STOCK)HobbyKingFPV2-Multirotor-QuadrocopterX-0bb44b68883.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/ARRISX-SPEEDFPV250-Unsupported-2cbaaa14a01.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/BlackOutB330-Multirotor-QuadrocopterX-e9980c55302.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/BlackOutMiniH-Multirotor-QuadrocopterX-d415c242154.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/DJIF450-Multirotor-QuadrocopterX-cfa8ec67993.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/DroneframesDRQ250-cf-rc5 Multirotor-QuadrocopterX-425b90123f1.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/DroneframesDRQ430G-revo-rc5Multirotor-QuadrocopterX-fae90503b3f.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/EmaxNighthawk-Multirotor-QuadrocopterX-9a3aa9d9726.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/FlipFPVPro-Multirotor-QuadrocopterX-9eb7b719244.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/FlipFpvPro-Multirotor-QuadrocopterX-c117d151f95.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/FlipSport-Multirotor-QuadrocopterX-c27ae7b79ca.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/FlyingCinemaCinetan-Multirotor-QuadrocopterX-2c3f9181872.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/FlyingCinemaTankitoM-Multirotor-QuadrocopterX-385d9ac9ae1.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericHexa-Multirotor-Hexacopter+-c50a904f4a3.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericHexaH-Multirotor-HexacopterH-6cc3fed9073.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericHexaX-Multirotor-HexacopterX-b3b8c1d2f3c.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericHexaY6-Multirotor-HexacopterY6-0b5dc6bae4f.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericQuad+-Multirotor-Quadrocopter+-a87a4226820.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericQuadX-Multirotor-QuadrocopterX-5fce7315a5b.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GenericTricopter-Multirotor-Tricopter-5f46bc37c31.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/GuerrillaDronesToadQ-Multirotor-QuadrocopterX-8f838e43432.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/HKingDYS250CarbonFib-Multirotor-QuadrocopterX-969354c51c1.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/HKingDYS320CarbonFib-Multirotor-QuadrocopterX-0b41edda68f.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/HoverThingsFLIPFPV-Multirotor-QuadrocopterX-32bf14a10fc.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/InventorsSparrowRace-Multirotor-QuadrocopterX-314fff867fd.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/QAV250-Multirotor-QuadrocopterX-181dab0df01.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/QAV400-Multirotor-QuadrocopterX-90a90b9fb50.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/QAV500-Multirotor-QuadrocopterX-6da440c4d7c.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/QUADI250-Multirotor-QuadrocopterX-c6c6cfc4cf9.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/RCExplorerV3Tricopte-Multirotor-Tricopter-dcbce3f069c.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/RD290MiniHexfpv-Multirotor-HexacopterX-6587232be1a.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/XhoverMXP230Elite-Multirotor-QuadrocopterX-3b169a4fd1b.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/ZMR250( Attitude mode)-ChineseQAV250-Multirotor-QuadrocopterX-5d318c0526c (1).optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/ZMR250(4s race)-Multirotor-QuadrocopterX-fac61e7adb8.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/ZMR250(Race acro +)-Multirotor-QuadrocopterX-895b222d670.optmpl
	ground/openpilotgcs/src/share/cloudconfig/multirotor/whats_this.txt
	ground/openpilotgcs/src/share/translations/openpilotgcs_de.ts
	ground/openpilotgcs/src/share/translations/openpilotgcs_es.ts
	ground/openpilotgcs/src/share/translations/openpilotgcs_fr.ts
	ground/openpilotgcs/src/share/translations/openpilotgcs_ru.ts
	ground/openpilotgcs/src/share/translations/openpilotgcs_zh_CN.ts
	make/tools.mk
2015-08-29 17:03:48 +02:00
Philippe Renon
badffb82e3 LP-29 renamed ground/openpilotgcs to gcs 2015-08-29 15:29:51 +02:00
Laurent Lalanne
6b4c5821cd LP-106 Wizard refresh : Add CC3D to connection diagram 2015-08-29 15:00:25 +02:00
Laurent Lalanne
66aab9553e LP-106 Add board picture to wizard controller page - Resize connection
diagram button
2015-08-29 15:00:24 +02:00
Laurent Lalanne
a8bdf53ef8 LP-106 Setup Wizard refresh : Add dual servo setup (dual aileron or
vtail)
2015-08-29 15:00:24 +02:00
Paul Jewell
21702104d1 Commented out code and ui for usage data collection 2015-08-28 19:11:37 +01:00
James Duley
d207f848ee Merged in f5soh/librepilot/laurent/LP-98_SystemHealth_refresh (pull request #36)
LP-98 SystemHealth refresh
2015-08-26 20:07:55 +01:00
Laurent Lalanne
87829b8cb8 LP-98 Add logreplay layer to SystemHealth 2015-08-21 20:58:56 +02:00
Laurent Lalanne
d2ba9ce52a LP-98 Refresh / fix some text in alarms 2015-08-21 20:58:31 +02:00
Alessio Morale
538a137bf6 Merged in f5soh/librepilot/laurent/LP-92_Feed_forward_remove (pull request #33)
Laurent/lp 92_feed_forward_remove
2015-08-21 13:35:10 +02:00
Alessio Morale
43ca4b01af Merged in rbekken/librepilot/copyright_update (pull request #32)
Update all changed files against GIT log with copyright headers consistency.
2015-08-21 13:34:37 +02:00
Alessio Morale
044f1604cd LP-67 - Fix tooltips 2015-08-21 13:00:51 +02:00
Paul Jewell
170d47ad39 Updated Copyright message on changed files 2015-08-19 22:11:08 +01:00
Paul Jewell
c912505798 Removed openpilot hard coding from wiki buttons in GCS 2015-08-19 21:15:32 +01:00
Roy Bekken
ad84547637 Update all changed files against GIT log with copyright headers consistency. 2015-08-19 16:15:58 +02:00
Alessio Morale
08aaaa518b LP-93 - zero gyro bias after temp calibration 2015-08-14 14:22:18 +02:00
Laurent Lalanne
670dbfe9ce LP-92 Remove Feed Forward : flight / ground 2015-08-14 10:54:12 +02:00
Alessio Morale
2f93596c9c LP-67 - Add "Default" buttons 2015-08-14 10:24:20 +02:00
Alessio Morale
b5f8bb75f7 LP-67 - UI cleanup, enable boxes only if appropriate. 2015-08-14 10:24:20 +02:00
Alessio Morale
d7eff39f4c LP-67 - Initial UI 2015-08-14 10:24:18 +02:00
James Duley
faa5d0fb4a Merged in f5soh/librepilot/laurent/LP-3_Artwork_refresh (pull request #27)
Laurent/lp 3_artwork_refresh
2015-08-09 21:23:36 +01:00
James Duley
e36a53485f Merged in rbekken/librepilot/Remove_OP_From_GCS_DIR (pull request #21)
LP-1 - Rebranding
2015-08-09 21:22:01 +01:00
James Duley
03077231dc Merged in rbekken/librepilot/update_fix (pull request #19)
Fix welcome page update link.
2015-08-09 21:20:36 +01:00
James Duley
3769b8a1ae Merged in rbekken/librepilot/bug (pull request #18)
uavobjectgenerator: Fix logic error.
2015-08-09 21:01:58 +01:00
Laurent Lalanne
191f34d3e1 LP-3 Calibration images now transparent so background can be changed 2015-08-08 13:18:42 +02:00
Laurent Lalanne
8562c608e8 LP-3 Refresh artwork : CC3D view for HW tab 2015-08-07 23:50:47 +02:00
Laurent Lalanne
3adda639e1 LP-84 Revonano board name for uploader 2015-08-04 22:52:31 +02:00
Roy Bekken
dcb81a4066 LP-1 - Rebranding
-Remove OP from GCS directory structure; additions.
2015-08-04 16:55:12 +02:00
Roy Bekken
505d0873a5 Fix welcome page update link. 2015-08-03 19:47:04 +02:00
Roy Bekken
003558be45 uavobjectgenerator
- Fix logic error and add description to usage().
- Update Copyright.
2015-08-03 16:10:24 +02:00
LibrePilot Packager
d91edc6ffa renamed librepilotgcs files in app to just gcs
also removed openpilotgcs file in app too.

Change-Id: I097e398e7426e77a284f7588124a6907ae6f5211
2015-08-02 19:37:20 +01:00
LibrePilot Packager
b10fad23b3 LP-1: moved openpilotgcsplugin.pri to plugin.pri
Change-Id: I2959c63fccaaca605c2e2747878b34de5040a9c2
2015-08-02 19:37:11 +01:00
LibrePilot Packager
c02ccfef0a LP-1: moved openpilotgcslibrary.pri to library.pri
Change-Id: Ie4eb9f6f64288e7c4b8d961ad4a2cc6b86e7fde8
2015-08-02 19:36:51 +01:00
LibrePilot Packager
8500c38c3d LP-1: moved openpilotgcs.pri to gcs.pri
Change-Id: I8d3f0a6b7420cef2988cb04b526ca81fc66c5d7c
2015-08-02 19:36:39 +01:00
James Duley
c14cacb043 LP-1 rebranding: move ground/{openpilotgcs => gcs}
and associated pro file.

Change-Id: Icc200217f2db27635c7aa2e5b182f9b273925647
2015-08-02 19:20:02 +01:00
James Duley
50ee70f492 LP-61 addtional make config options: added libbasename & GCS_LIBRARY_BASENAME
Change-Id: Ied2f50b3f87d40ef7fb0bbad0fff4cd0fd9bb8a9
2015-08-02 11:36:42 +01:00
Roy Bekken
c756efbf7f LP-1 - Code Rebranding
Damn You Broken Auto Correct!
2015-07-31 16:51:04 +02:00
alessio morale
58602bebbe Merged in f5soh/librepilot/laurent/LP-65_Heli_tab_refresh (pull request #6)
LP-65 Heli tab : Custom values refreshed - Check unused/duplicate output channels
2015-07-31 14:44:01 +02:00
alessio morale
05494eebcc Merged in f5soh/librepilot/laurent/LP-66_FixedWing_Roll_differential (pull request #9)
LP-66 - Add differential Roll mixing to Fixed Wing frames
2015-07-31 14:38:28 +02:00
alessio morale
582ed4297c Merged in LP-56_split_acroplus_factors (pull request #2)
LP-56 split acroplus factors
2015-07-31 14:34:42 +02:00
James Duley
321c60b34c Merged in paul_jewell/librepilot/LP-58-splash-screen-doesnt-display (pull request #4)
LP-58 - Added processEvents() to display splashscreen promptly
2015-07-30 21:36:54 +01:00
Philippe Renon
14a0c1da12 LP-29 osgearth integration : fixed comment encoding issues in OSGCamera 2015-07-30 21:51:23 +02:00
Roy Bekken
a968e7594d LP-1 – Code Rebranding
Drop prefix for download and tools variables.
2015-07-30 21:47:13 +02:00
Alessio Morale
13f02e7d9d LP-56 - Better txpid option namings, fix tabs-spaces, tooltips. headers, variable namings 2015-07-30 18:23:55 +02:00
Laurent Lalanne
1d11f7c014 LP-65 Changes from review 2015-07-30 17:31:12 +02:00
Laurent Lalanne
50be8730c0 LP-66 Add some channel checking - Fix second rudder for FixedWing 2015-07-30 14:24:57 +02:00
Laurent Lalanne
b0c8cc4385 LP-65 Update copyright headers 2015-07-30 10:13:32 +02:00
Laurent Lalanne
0c1fc1d9a0 LP-66 Remove extra spaces 2015-07-30 10:08:02 +02:00
Roy Bekken
f6116d7349 LP-1 – Code Rebranding
Rename variables for local tools and installation directory.
2015-07-29 14:49:09 +02:00
Laurent Lalanne
d0306f77e8 LP-66 Fixed wing : Roll differential mixing, GUI part 2015-07-29 06:38:10 +02:00
Laurent Lalanne
538e0925a8 LP-65 Heli tab : Custom values refreshed - Check unused/duplicate output channels 2015-07-28 12:24:46 +02:00
Alessio Morale
3490057f69 LP-56 - Add link checkbox for acro+ roll/pitch factors 2015-07-27 23:25:38 +02:00
Alessio Morale
7b3aed3de9 LP-56 - Allows a single txpid instance to handle Roll&Pitch
Also populate combos with current txpid values
2015-07-27 22:45:33 +02:00
Paul Jewell
1f1a22d8be Added processEvents() to display splashscreen promptly 2015-07-26 22:51:26 +01:00
Alessio Morale
383a4731c7 LP-56 - UI support 2015-07-25 12:02:58 +02:00
Alessio Morale
e01798d1ed LP-41 - Add support for ccache
- explicitly define QMAKE_CC & CXX as "ccache <compiler>"
- use ccache for uavobjectgenerator
- Handle CCACHE setting with configuration options

To enable ccache you need to configure it like
  make CCACHE=/path/to/ccache config_append
2015-07-22 20:40:43 +02:00
a*morale
2422706ba4 Merge pull request #47 from parched/qt5_5_compilation_fix
Fixed missing QDataStream includes to make compilation on qt 5.5 work
2015-07-20 23:09:15 +02:00
a*morale
6f41779c80 Merge pull request #49 from f5soh/laurent/LP-48_Update_rebranding_strings_translations
Laurent/lp 48 update rebranding strings translations
2015-07-20 23:06:50 +02:00
Philippe Renon
9d97cbad1c LP-29 osgearth integration : upgrade to osg 3.4-rc5 and osgearth 2.7rc2 2015-07-20 23:05:41 +02:00
Laurent Lalanne
b5a0c81196 LP-51 Fix merge issue for Revo / Revonano HW config display 2015-07-20 01:33:47 +02:00
Laurent Lalanne
9d4a075d97 LP-48 Small changes 2015-07-20 00:30:10 +02:00
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
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
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
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
Philippe Renon
727924ea85 LP-29 osgearth integration : added osgearth library (provides Qml items) 2015-07-17 22:55:25 +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
Paul Jewell
d4d8a6fa5c Removed OpenPilot reference in About Menu 2015-07-16 23:25:32 +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
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