Mateusz Kaduk
1c67853bfd
LP-286 Clean-up spelling, headers and uncrustify
2016-04-24 09:13:17 +02:00
Mateusz Kaduk
f0b3156abe
LP-286 TauLabs acknowledgements for parts of the code
2016-04-23 23:07:22 +02:00
Philippe Renon
29b33453f3
LP-286 minor optimization: replace map contains+get with get
2016-04-23 23:07:22 +02:00
Philippe Renon
947dbf88ab
LP-286 rephrase filter placeholder text
2016-04-23 23:07:22 +02:00
Philippe Renon
6328b8a593
LP-286 minor code cleanups
...
remove unused class members
reorganize some methods
2016-04-23 23:07:22 +02:00
Philippe Renon
fa0686eba1
LP-286 change proxy model source instead of recreating it
...
this also fixes a leak of the previous proxy model
2016-04-23 23:07:22 +02:00
Philippe Renon
8db244b30a
LP-286 get TreeItem using data() method instead of internalPointer() method
...
not only it is not legal to use internalPointer() outside of the model class
but it also requires to do nasty index juggling when using a proxy model
2016-04-23 23:06:50 +02:00
Philippe Renon
0f339dfef0
LP-286 make uavobject model data() method return the TreeItem when called with Qt::UserRole
...
also cleaned up data() method (use switch instead of if mumble jumble)
2016-04-23 22:55:38 +02:00
Mateusz Kaduk
e550317fdf
LP-286 Port TauLabs filter in UAVobjectbrowser
2016-04-23 22:54:58 +02:00
Lalanne Laurent
d3f150f5a8
Merged in filnet/librepilot/LP-208_windows_packaging (pull request #215 )
...
Lp 208_windows_packaging
2016-04-04 21:36:53 +02:00
Lalanne Laurent
9ca699b1be
Merged in filnet/librepilot/LP-277_opmap_compile_warning (pull request #219 )
...
Lp 277_opmap_compile_warning
2016-04-04 21:36:40 +02:00
Philippe Renon
fadf20631a
Merged in skarlsso/librepilot/skarlsso/LP-275_OSX_build_errors (pull request #217 )
...
skarlsso/LP-275_OSX_build_errors
2016-04-04 21:28:46 +02:00
Philippe Renon
bde5648f51
Merged in mindnever/librepilot/LP-268-OPLink_add-tx-and-rx-packet-rates (pull request #210 )
...
Lp 268 oplink_add tx and rx packet rates
2016-04-04 21:28:25 +02:00
Philippe Renon
8f6d933a67
Merged in f5soh/librepilot/LP-274_Attitude_board_rotation_values (pull request #216 )
...
LP-274 Allow CC3D a decimal input BoardRotation like Revo
2016-04-04 21:27:59 +02:00
Philippe Renon
a1606567c7
Merged in pfcoperez/librepilot/iot_streamservice (pull request #212 )
...
[LP-269] UAVObjects updates stream services for IoT analysis
2016-04-04 21:27:44 +02:00
Philippe Renon
d916fde887
Merged in f5soh/librepilot/LP-273_Reset_Mag_Alarm (pull request #214 )
...
LP-273 Reinit Mag alarm while switching to Complementary
2016-04-04 21:26:38 +02:00
Philippe Renon
9cfa3bd44a
Merged in f5soh/librepilot/LP-154_CruiseControl_default_100 (pull request #208 )
...
LP-254 Set CruiseControlMaxThrust default to 100
2016-04-04 21:26:23 +02:00
Philippe Renon
3f206619db
Merged in f5soh/librepilot/LP-228_Import_config_reboot (pull request #199 )
...
LP-228 CC3D reboot while import config file
2016-04-04 21:26:09 +02:00
Philippe Renon
acd23858f8
Merged in f5soh/librepilot/LP-263_GCS_config_update (pull request #205 )
...
LP-263 GCS default config updates
2016-04-04 21:25:28 +02:00
Philippe Renon
9e8538a95c
Merged in f5soh/librepilot/LP-267_Enable_all_fusionalgo_gui (pull request #211 )
...
LP-267 Disable limits for Fusion Algorithm (GUI)
2016-04-04 21:25:09 +02:00
Pablo Fco. Pérez Hidalgo
53c32251f2
LP-269 StreamService plugin which enables a TCP/IP stream whereby any connection to 7891 port gets served with all asynchronous changes on UAV data objects in JSON format.
2016-04-04 06:52:34 +02:00
Philippe Renon
af93346e1e
LP-277 remove dubious destroy loop in Tile::Clear()
...
- the foreach was generating a compiler warning 'img.QByteArray::d' may be used uninitialized
- explictly destroying the list elements is useless as clearing the list does it implicitly
2016-04-04 00:13:15 +02:00
Philippe Renon
1ceb6d7143
LP-277 silence OPMap log output
...
it is just too verbose...
2016-04-04 00:13:08 +02:00
Stefan Karlsson
05b0d551f3
Uncrustify
2016-04-03 20:21:44 +02:00
Stefan Karlsson
9e08eb7e43
LP-275 Workaround QT 5.6 QMap bug
2016-04-03 20:19:24 +02:00
Stefan Karlsson
e066056236
LP-275 Fix deprecated GCS UAVO setters
2016-04-03 20:16:07 +02:00
Philippe Renon
94ab92216d
LP-208 fix CONTRIBUTING.md format
2016-04-03 14:34:37 +02:00
Philippe Renon
4da4ec12ad
LP-208 msys2: fix dependency issues
...
- catch up with msys2 package changes (qt5.6, etc.)
- use LP provided gdal-minimal (to pull less dependencies)
- update CONTRIBUTING.md accordingly
- enable use of osgearth by default
- enable use of osg/osgearth debug builds
2016-04-03 14:34:29 +02:00
Laurent Lalanne
8d1609051b
LP-274 Allow CC3D a decimal input BoardRotation like Revo
2016-04-03 13:49:46 +02:00
Fredrik Arvidsson
3498f3c981
Merged in f5soh/librepilot/LP-266_Remove_90deg_pitch_limit (pull request #207 )
...
LP-266 pitch virtual board rotation in gui is limited to 90 degrees
2016-04-03 13:33:33 +02:00
Philippe Renon
38a0dfc0de
LP-208 msys2: copy only necessary osg/osgearth plugins to distribution
2016-04-02 19:00:32 +02:00
Lalanne Laurent
8e1f7c5f61
Merged in f5soh/librepilot/LP-258_Realtime_update_lock_tabs (pull request #200 )
...
LP-258 Unlock stabilization tabs while realtime update running
2016-04-02 16:48:26 +02:00
Laurent Lalanne
b1747c58c2
LP-273 Reinit Mag alarm while switching to Complementary
2016-04-02 00:11:01 +02:00
Philippe Renon
bbb93658be
Merged in m_thread/librepilot/thread/Qt-5.6_Support_Mac (pull request #209 )
...
LP-208 Qt 5.6.0
2016-03-30 23:56:46 +02:00
Fredrik Arvidsson
ae71602930
LP-208 Some minor changes suggested in the code review.
2016-03-30 13:42:33 +02:00
Fredrik Arvidsson
52110c397c
LP-208 Some minor changes suggested in the code review.
2016-03-30 11:28:01 +02:00
Fredrik Arvidsson
dc3f0edaf5
LP-208 Some minor changes suggested in the code review.
2016-03-30 10:17:55 +02:00
Vladimir Zidar
35b673f9b4
LP-268 Changed pps unit to packet/s
2016-03-28 16:03:21 +02:00
Vladimir Zidar
8c1b008da1
LP-268 Uncrustified.
2016-03-28 16:03:16 +02:00
Vladimir Zidar
4159449021
LP-268 This adds TX and RX data rates to OPLinkStatus UAVO and fixes small issue in rfm22b driver with rx_seq not being updated.
2016-03-28 16:02:28 +02:00
Laurent Lalanne
76477e46a3
LP-254 Set CruiseControlMaxThrust default to 100
2016-03-25 22:00:46 +01:00
Philippe Renon
2df5b1ea0f
Merged in f5soh/librepilot/LP-261_Update_maps (pull request #203 )
...
Lp 261_update_maps
2016-03-25 21:46:07 +01:00
Laurent Lalanne
e0c56db4e5
LP-267 Disable limits for Fusion Algorithm (GUI)
2016-03-25 17:48:51 +01:00
Fredrik Arvidsson
c3c6ec4393
LP-208 Fixing OSG/OSGE related Qt 5.6 issues.
2016-03-24 22:23:39 +01:00
Fredrik Arvidsson
c4e0a9ebad
Merge branch 'thread/Qt-5.6_Support_Mac' of bitbucket.org:m_thread/librepilot into thread/Qt-5.6_Support_Mac
2016-03-24 19:42:22 +01:00
Fredrik Arvidsson
0b2e384d45
LP-208 Fixed Linux Qt 5.6 issues.
2016-03-24 19:30:36 +01:00
Fredrik Arvidsson
159e220e8f
LP-208 Changed some variable names in make files. Updated text in installer script.
2016-03-24 16:11:52 +01:00
Fredrik Arvidsson
4e74160d3f
LP-208 Changed Qt download paths to get Qt 5.6.0 release.
...
Updated MD5 paths to grab the md5sums.txt file instead of a file with the same name as the binary installer. The md5sums.txt file contains all md5 checksums for the file in the same directory.
Updated tools.mk to grep in the md5 file for the row with the name of the file of interest.
Added makefile variables for the Qt version for easier upgrades in the future.
Updated the qt installer script to use Qt5.6
Removed Linux x32 installer since it is not provided anymore.
Fixed compiler errors caused by Qt5.6 using C++11 as default.
2016-03-24 15:01:26 +01:00
Laurent Lalanne
3d20a70ec3
LP-266 Set virtual Pitch rotation limit to 180°
2016-03-23 23:08:37 +01:00
Lalanne Laurent
5a97420cf3
Merged in f5soh/librepilot/LP-206_keep_uavo_compatibility_osd (pull request #206 )
...
LP-206 Keep UAVO order for Armed and FlightMode (OSD compatibility)
2016-03-23 14:05:30 +01:00