1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

14117 Commits

Author SHA1 Message Date
Philippe Renon
d5e97fffe1 LP-2 fix MAC_QT_INSTALL_TEMPLATE 2015-12-02 09:05:14 +01:00
Philippe Renon
3d8493a38a LP-2 remove LINUX_QT_INSTALL_TEMPLATE 2015-12-02 09:05:14 +01:00
Philippe Renon
90e81e6b5a LP-2 install Qt using a silent install script
tested on windows and linux 64.
2015-12-02 09:05:14 +01:00
Philippe Renon
3131c59eb4 LP-2 attempt at installing qt 5.5.1 using QtIFW devtool utility
devtool can be used to extract components and run operations
unfortunately the QtPatch operation is not available
attempt still commited for future reference
2015-12-02 09:05:14 +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
e8816c86c8 LP-2 upgraded to Qt 5.5.1 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
7ad68f7d1b LP-183 sanitize uavobject definition files
changed FALSE/TRUE enums to False/True
other minor enum cleanups
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
5bc247925a Merged in james-duley/librepilot/LP-177_make_deb_use_prebuilt_FW (pull request #121)
LP-177 make deb src use precompiled firmware
2015-12-01 22:02:51 +01:00
Philippe Renon
e966d1af54 Merged in f5soh/librepilot/LP-182_Telemetry_issue (pull request #122)
LP-182 Set telemetry port baudrate settings or still to default 57600.
2015-12-01 21:57:59 +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
db5e1f5030 Merged in alessiomorale/librepilot/LP-168_fix_readme (pull request #128)
[LP-168] - Fix readme to reflect the same content as GitHub page
2015-12-01 21:57:12 +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
Philippe Renon
396877238b LP-29 osgearth does not need the OSG_WINDOWING_SYSTEM cmake build option 2015-11-30 22:23:43 +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
d2d1b9a5f9 LP-183 sanitize uavobject definition files
changed FALSE/TRUE enums to False/True
other minor enum cleanups
2015-11-29 16:53:57 +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
9a9a917ddd LP-177 make deb src use precompiled firmware
removing the gcc-arm-none-eabi dependency
2015-11-26 22:01:54 +00:00
James Duley
01d43ff7b4 Merged in james-duley/librepilot/LP-185_fix_deb_dist (pull request #127)
LP-185 fix debian dist detection in packaging
2015-11-26 22:01:11 +00:00
Lalanne Laurent
8a58ac17ba Merged in f5soh/librepilot/LP-181_Qt5.5_pfd_update (pull request #120)
LP-181 Qt5.5 PFD update
2015-11-26 19:48:54 +01:00
James Duley
0fe3b971b8 Merged in james-duley/librepilot/qt5.5_compat (pull request #124)
Qt5.5 compatibility
2015-11-26 18:24:25 +00: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
364558441e Merged in filnet/librepilot/LP-30_fix_osg_mac_compile (pull request #126)
patch osg to fix mac compile error
2015-11-25 17:02:28 +01:00
Alessio Morale
4edcc7133b [LP-168] - Fix readme to reflect the same content as GitHub page 2015-11-25 10:12:06 +01: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