.. |
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-220 1st attempt at "horizontal bias calibration" for the AHRS. Very basic calculation over 100 samples, be my guest to make it more sophisticated if necessary, all the basics are there, you just have to plug a better algo!
|
2010-12-22 15:31:37 +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-220 1st attempt at "horizontal bias calibration" for the AHRS. Very basic calculation over 100 samples, be my guest to make it more sophisticated if necessary, all the basics are there, you just have to plug a better algo!
|
2010-12-22 15:31:37 +00:00 |
configahrswidget.h
|
OP-220 1st attempt at "horizontal bias calibration" for the AHRS. Very basic calculation over 100 samples, be my guest to make it more sophisticated if necessary, all the basics are there, you just have to plug a better algo!
|
2010-12-22 15:31:37 +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
|
GCS/Config gadget: problem with GCS crashing on input channel assignement should be fixed. Was triggered whenever no input channel was assigned to flight mode, as Corvus found out, thanks!
|
2010-12-23 22:28:24 +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
|
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 |
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 |