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

4092 Commits

Author SHA1 Message Date
m_thread
3246cf9756 OP-706 Added support for isKnown for Settings objects in UAVOBrowser. 2014-10-17 00:47:59 +02:00
m_thread
1e08528d54 OP-706 Added code to handle isKnown for requested and retrieved UAVObjects. 2014-10-17 00:47:14 +02:00
m_thread
1a28d17eff OP-706 Added isKnown to UAVObject with signal on change. 2014-10-17 00:46:31 +02:00
m_thread
77ebb4fe74 Conflicts:
ground/openpilotgcs/src/plugins/uavobjectbrowser/uavobjectbrowserconfiguration.cpp
	ground/openpilotgcs/src/plugins/uavobjectbrowser/uavobjectbrowserwidget.cpp
	ground/openpilotgcs/src/plugins/uavobjectbrowser/uavobjectbrowserwidget.h
2014-10-16 00:11:19 +02:00
m_thread
01344ac2c7 OP-706 Uncrustify 2014-10-15 23:36:54 +02:00
m_thread
33e9a6f956 OP-706 Added support for visualizing unknown objects in UAVO browser.
Added settings for unknown object color to configuration and configuration GUI.
2014-10-15 23:32:42 +02:00
m_thread
666765f168 OP-706 Added information about if an UAVO is known or not on the flight/remote side of GCS. 2014-10-15 23:30:57 +02:00
m_thread
f687a6d01c OP-1538 Added mustache template and rendering code. 2014-10-15 00:42:23 +02:00
m_thread
2d17d64406 OP-1538 Fixed some runtime warnings and debug logging. 2014-10-15 00:41:17 +02:00
m_thread
26eff1bb4e OP-1538 Added Mustache template renderer by Robert Knight.
Added #include "utils_global.h"
Added QTCREATOR_UTILS_EXPORT to all public classes in header file.
See file header comments for Original Authors Copyright information.
See https://github.com/robertknight/qt-mustache
See http://mustache.github.io/
2014-10-15 00:40:09 +02:00
Alessio Morale
3f9f11670c Merge remote-tracking branch 'origin/thread/OP-1457_Hide_FF_in_FW' into next 2014-10-14 21:47:52 +02:00
Alessio Morale
15cd40a907 Merge remote-tracking branch 'origin/skarlsso/OP-1534_add_expo_and_acro_insanity_factor_to_txpid' into next 2014-10-14 21:43:59 +02:00
Alessio Morale
7968bcdb00 Merge remote-tracking branch 'origin/skarlsso/OP-1528_telemetry_on_flexi-io' into next 2014-10-14 21:17:37 +02:00
m_thread
d4d6789198 OP-1538 Small formatting changes. 2014-10-14 16:40:07 +02:00
m_thread
a69d9fe5f1 Merge remote-tracking branch 'origin/laurent/OP-1538_Embedded_Documentation' into thread/OP-1538_Embedded_Documentation 2014-10-14 09:51:34 +02:00
m_thread
3dd9503454 OP-1538 Changed the way splitter state is changed.
Fixed some formatting colors.
2014-10-14 09:51:02 +02:00
Laurent Lalanne
70703d59b4 OP-1538 All cells with color 2014-10-14 08:34:52 +02:00
Laurent Lalanne
80fb6565b3 OP-1538 Added table format + colors 2014-10-13 21:52:12 +02:00
Fredrik Arvidsson
638588c182 Merge remote-tracking branch 'origin/next' into thread/OP-1538_Embedded_Documentation 2014-10-13 17:48:42 +02:00
Fredrik Arvidsson
429a45b5be OP-1538 Added some Vogon poetry. 2014-10-13 17:47:40 +02:00
m_thread
a69932fa35 OP-1457 Disabling Feed Forward tab when vehicle is Fixed Wing. 2014-10-13 16:42:29 +02:00
Fredrik Arvidsson
01e9f9565a OP-1538 Added saving of splitter sizes. 2014-10-12 14:52:57 +02:00
Fredrik Arvidsson
ef15064b26 OP-1538 Added description to fields in the UAVObject description files.
Descriptions can be added to fields either as attributes or child nodes.
Descriptions are not mandatory at this stage.
The description shows up when hovering over objects and fields in the UAVObject browser.

Added example descriptions to a few fields in the UAVO descriptor files.
2014-10-11 16:12:58 +02:00
Stefan Karlsson
bedb749f72 OP-1534 Add expo and acro insanity factor to TxPID 2014-10-10 17:57:24 +02:00
m_thread
bb4d271799 OP-1525 Made the Expo magic number a constant and changed it to 1.00695f.
Changed n the firmware code to match the GCS side.
2014-10-10 12:26:22 +02:00
m_thread
4a6c25720e OP-1525 Fixed tab order and Uncrustified code. 2014-10-10 00:32:56 +02:00
m_thread
e867c339e3 OP-1525 Minor margin fix. 2014-10-10 00:05:44 +02:00
m_thread
3acbc74f3a OP-1525 Fiddling with Qwt plot setup and layout. 2014-10-10 00:00:36 +02:00
Fredrik Arvidsson
1a85fff153 OP-1525 Changed some colors and sizes. 2014-10-09 20:48:24 +02:00
Fredrik Arvidsson
0f8336a351 OP-1525 Changed some minor gui stuff. 2014-10-09 20:09:16 +02:00
m_thread
3a6f11dd61 OP-1525 Fixed stupid bug. 2014-10-09 13:02:46 +02:00
Fredrik Arvidsson
b0374005af OP-1525 Adding expo curves for all axis. 2014-10-09 08:30:41 +02:00
m_thread
63de0cd6ac OP-1525 Uncrustify. 2014-10-08 00:57:57 +02:00
m_thread
b794c87d3b Merge remote-tracking branch 'origin/next' into thread/OP-1525_Acro_GUI 2014-10-08 00:56:24 +02:00
m_thread
3727de5de4 OP-1525 Added curve and slider for StickExpo.
Added Piro comp setting.
2014-10-08 00:55:35 +02:00
Fredrik Larsson
8367c8557c Merge remote-tracking branch 'origin/laurent/OP-1526_Reverse_all_motors_not_working' into next 2014-10-08 03:22:26 +11:00
m_thread
53cd70981b OP-1525 Added gui for Acro+ factor setting.
Changed name of PID banks to Settings Banks.
Cleaned up the Stabilization configuration GUI.
2014-10-07 17:40:01 +02:00
Stefan Karlsson
0555f7e0ec OP-1528 Add GUI support for Telemetry and Telemetry+PPM over the Flexi-IO port. 2014-10-07 00:44:06 +02:00
m_thread
f6effc6f2f Merge remote-tracking branch 'origin/next' into thread/OP-1524_Chars_In_UAVOBrowser 2014-10-06 23:57:02 +02:00
Laurent Lalanne
46e089fded OP-1526 Better fix : if ReverseAllMotors is checked, store MixerValueYaw as negative value. 2014-10-06 10:46:20 +02:00
Laurent Lalanne
58ff8aae02 OP-1526 Do not reverse Yaw tricopter servo with Reverse All motors, the only change is servo neutral. No changes on mixers, ReverveAllMotors is not stored for tricopter. 2014-10-06 00:27:27 +02:00
Laurent Lalanne
a6d26b0217 OP-1526 Oups... wrong erase 2014-10-06 00:07:34 +02:00
Laurent Lalanne
82bb814bea OP-1526 Apply reverse all motors, tricopter fixes and HexacopterH cleannup 2014-10-05 23:50:35 +02:00
Corvus Corax
b01eb1d3e4 uncrustification 2014-10-03 23:14:38 +02:00
Fredrik Larsson
c350c2a94c Merge remote-tracking branch 'origin/thread/OP-1517_FW_Wizard_Fixes' into next 2014-10-04 03:33:17 +10:00
m_thread
0aa8c47b48 OP-1524 Added Array tree node value preview. 2014-10-03 18:00:59 +02:00
m_thread
5c2a013433 OP-1524 Added CharFieldTreeItem and the check for the 'char' unit in array fields. 2014-10-03 16:44:00 +02:00
Alessio Morale
e553014596 Merge branch 'amorale/OP-1476_1477_1275_GPSV9_pios_firmware_bootloader' into next 2014-10-03 00:37:55 +02:00
m_thread
a7a7d32ec8 OP-1517 Small adjustments. 2014-10-02 21:25:38 +02:00
m_thread
3aed610c36 OP-1512 Changed wording in ESC calibration dialog. 2014-10-02 18:32:10 +02:00