Corvus Corax
e1394febb0
LP-295 fixed file headers for all touched files
2016-04-25 18:45:35 +02:00
Corvus Corax
5bd491ac57
Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
2016-04-25 17:22:21 +02:00
Lalanne Laurent
4ada670272
Merged in mkaduk/librepilot/LP-286_taulabs_uavbrowser_filter (pull request #226 )
...
LP-286 Port TauLabs filter in UAVobjectbrowser
2016-04-24 15:22:17 +02:00
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
Corvus Corax
5285689541
Merge branch 'next' into corvuscorax/OP-1900_fixedwingautotakeoff_rebaserc6
2016-04-23 02:08:13 +02:00
Philippe Renon
02ab505731
uncrustify
2016-04-17 20:08:44 +02:00
Philippe Renon
c1d0d03ba0
LP-29 remove osx workaround in welcome plugin (should work now...)
2016-04-14 21:35:03 +02:00
Philippe Renon
2c7333935d
LP-29 add ability to change vehicle model using up and down arrow key
...
wip : needs a proper UI to let user change model
2016-04-14 21:35:03 +02:00
Laurent Lalanne
25dad0957c
LP-285 Set Accessory neutral to middle range
2016-04-10 19:27:05 +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
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
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
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
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
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
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
Laurent Lalanne
ade1844a9a
LP-258 Unlock stabilization tabs while realtime update running
2016-03-16 18:33:46 +01:00
Heikko
c5dfedbee3
LP-257 fix for unused param warning
2016-03-14 21:14:06 +02:00
Lalanne Laurent
feee98b305
Merged in f5soh/librepilot/LP-206_AlwaysStabilizeWhenArmed_switch (pull request #190 )
...
LP-206 Add Always stabilized accessory switch
2016-03-12 20:34:00 +01:00
Laurent Lalanne
6735314852
Uncrustify all
2016-03-12 17:30:24 +01:00
Laurent Lalanne
1244eea220
LP-235 Fix: Go to Arming tab after Tx Wizard
2016-03-07 18:26:19 +01:00
Laurent Lalanne
406c381071
LP-206 Add Always stabilized accessory switch - Fix: Allow Accessory3 for arming
2016-03-07 18:26:10 +01:00
Philippe Renon
a93f182582
LP-29 add state save/restore to PFD Qml gadget
2016-03-07 08:24:36 +01:00
Philippe Renon
f11e9c6e41
LP-29 expose PfdContext to Qml as "pfdContext" instead of "qmlWidget"
2016-03-07 08:24:36 +01:00
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
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