1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-14 21:23:52 +01:00
LibrePilot/ground/src/plugins/config
pip 4f5bfead3b Stopped slider going to maximum if the maximum value is manually changed .. way too dangerous if motor outputs enabled
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2483 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-01-19 18:15:03 +00:00
..
images Config gadget: Forward-pointing arrow on multirotor shapes in case those were ambiguous, and more tooltips for the servo config tabs. 2010-12-07 21:40:54 +00:00
ahrs.ui OP-233 Further work on Temperature compensation for gyros (GCS config). Everyting is in place to sample data and compute the regression. 2011-01-06 23:43:03 +00:00
airframe.ui Modified all channel naming internally to use Channel 1 to Channel 8, instead of the previous convention of Channel0 to Channel7. 2010-12-13 23:54:30 +00:00
ccpm.ui Modified all channel naming internally to use Channel 1 to Channel 8, instead of the previous convention of Channel0 to Channel7. 2010-12-13 23:54:30 +00:00
Config.pluginspec OP-38 Updated pluginspec requirements - those are ignored on Linux but required on Windows, it seems. 2010-08-27 14:19:42 +00:00
config.pro OP-138 : integration of Andrew's Heli mixer UI into the config widget. Not very well integrated, but the code is there, will improve over the next few days. 2010-10-10 08:02:44 +00:00
configahrswidget.cpp OP-254 Do not reset accel bias before running the calibration, only correct it: should improve precision and lead to better results (and improving each time the procedure is launched again). 2011-01-12 21:21:06 +00:00
configahrswidget.h OP-233 Further work on Temperature compensation for gyros (GCS config). Everyting is in place to sample data and compute the regression. 2011-01-06 23:43:03 +00:00
configairframewidget.cpp Modified all channel naming internally to use Channel 1 to Channel 8, instead of the previous convention of Channel0 to Channel7. 2010-12-13 23:54:30 +00:00
configairframewidget.h OP-138 Finishing touches to the custom mixer editor (curve reset buttons, value displays, etc.) 2010-10-30 10:16:01 +00:00
configccpmwidget.cpp Modified all channel naming internally to use Channel 1 to Channel 8, instead of the previous convention of Channel0 to Channel7. 2010-12-13 23:54:30 +00:00
configccpmwidget.h OP-138 Minor changes to UI layouts to scale better. 2010-11-11 07:34:27 +00:00
configfactory.h More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
configgadget.cpp OP-38 Output settings now done, to be validated on real HW and tested by more users. "Test" checkboxes not active yet. 2010-08-07 22:32:57 +00:00
configgadget.h More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
configgadget.qrc Added ccpm_setup.svp to config resource file 2010-10-04 04:08:29 +00:00
configgadgetconfiguration.cpp Get rid of yet more compile-time warnings. 2010-11-14 15:25:14 +00:00
configgadgetconfiguration.h GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change. 2010-09-22 19:57:02 +00:00
configgadgetfactory.cpp GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change. 2010-09-22 19:57:02 +00:00
configgadgetfactory.h GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change. 2010-09-22 19:57:02 +00:00
configgadgetoptionspage.cpp Get rid of yet more compile-time warnings. 2010-11-14 15:25:14 +00:00
configgadgetoptionspage.h More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
configgadgetwidget.cpp OP-38 Icon for AHRS in the config gadget. Quick hack with Eagle3D, still, better than nothing. 2010-08-26 20:29:51 +00:00
configgadgetwidget.h OP-38 Further updates to config plugin, please test! 2010-08-26 14:23:40 +00:00
configplugin.cpp More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
configplugin.h More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
configservowidget.cpp Stopped slider going to maximum if the maximum value is manually changed .. way too dangerous if motor outputs enabled 2011-01-19 18:15:03 +00:00
configservowidget.h Modified all channel naming internally to use Channel 1 to Channel 8, instead of the previous convention of Channel0 to Channel7. 2010-12-13 23:54:30 +00:00
configtaskwidget.cpp OP-38 Ground/Config Gadget : another try at making AHRS settings more intuitive. And the Object queue now works (...) 2010-09-07 20:08:29 +00:00
configtaskwidget.h OP-38 Ground/Config gadget: implementation of a queue to manage successive ObjectPersistence updates, will solve several issues (two updates 2010-09-07 19:31:19 +00:00
configtelemetrywidget.cpp OP-38 Further updates to config plugin, please test! 2010-08-26 14:23:40 +00:00
configtelemetrywidget.h OP-38 Split the various settings widgets into separate classes, for easier extension by others. 2010-08-20 21:18:20 +00:00
fancytabwidget.cpp OP-38 Fix: FancyTabWidget is not part of the API of coreplugin: though gcc on Linux is fine with it, it does not work on Windows with the Windows toolchain and it is not clean anyway. For this reason, added a copy of fancytabwidget to the config plugin directly. 2010-08-10 13:04:14 +00:00
fancytabwidget.h OP-38 Fix: FancyTabWidget is not part of the API of coreplugin: though gcc on Linux is fine with it, it does not work on Windows with the Windows toolchain and it is not clean anyway. For this reason, added a copy of fancytabwidget to the config plugin directly. 2010-08-10 13:04:14 +00:00
mixercurveline.cpp Get rid of yet more compile-time warnings. 2010-11-14 15:25:14 +00:00
mixercurveline.h OP-160 Rough draft of mixer curve widget, for comments. I will make it look nicer later, this is just for seeing what can be done. 2010-09-17 20:49:24 +00:00
mixercurvepoint.cpp OP-138 Added Reset button for curves, and display of value when moving a curve point. 2010-10-01 08:40:46 +00:00
mixercurvepoint.h OP-138 Start of the new Mixer configuration interface, for fixed wing only. This does not work yet, takes a long time to fully implement. 2010-09-24 20:39:37 +00:00
mixercurvewidget.cpp Updated MixerCurveWidget so that it can have ranges other than 0 to 1. 2010-11-03 03:38:22 +00:00
mixercurvewidget.h Updated MixerCurveWidget so that it can have ranges other than 0 to 1. 2010-11-03 03:38:22 +00:00
settingswidget.ui OP-233 Start reorganizing the UI for AHRS config, since it is becoming way to busy with all the calibration capabilities. Now using tabs, let me know if you like it. This is a work in progress. 2011-01-05 20:39:23 +00:00
telemetry.ui OP-38 Config gadget: you can now test your servo outputs by checking the "Test Outputs" checkbox and moving the sliders. You will need up to date 2010-08-19 11:48:16 +00:00