..
images
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
ahrs.ui
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
airframe.ui
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
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-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
configahrswidget.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
configahrswidget.h
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
configairframewidget.cpp
OP-38 Further updates to config plugin, please test!
2010-08-26 14:23:40 +00:00
configairframewidget.h
OP-38 Split the various settings widgets into separate classes, for easier extension by others.
2010-08-20 21:18:20 +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
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
configgadgetconfiguration.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
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
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
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
Servo input config was missing the accessory inputs. Changed the plugin to remove any hardcoded value, so it should be safe for future new channel assignement types
2010-09-11 09:05:42 +00:00
configservowidget.h
OP-38 Ground / Config Gadget: implemented channel reversal for output channels.
2010-09-08 21:31:09 +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
OP-160 Curve widget: 1st working version. Use "initCurve" with a list of double to create a curve, and connect to the curveUpdated signal to
2010-09-19 08:49:48 +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-160 Small progress on the widget, points move vertically only now. Next commit will be fully functional.
2010-09-19 05:47:18 +00:00
mixercurvepoint.h
OP-160 Small progress on the widget, points move vertically only now. Next commit will be fully functional.
2010-09-19 05:47:18 +00:00
mixercurvewidget.cpp
OP-160 Curve widget: 1st working version. Use "initCurve" with a list of double to create a curve, and connect to the curveUpdated signal to
2010-09-19 08:49:48 +00:00
mixercurvewidget.h
OP-160 Curve widget: 1st working version. Use "initCurve" with a list of double to create a curve, and connect to the curveUpdated signal to
2010-09-19 08:49:48 +00:00
settingswidget.ui
OP-38 Ground / Config Gadget: implemented channel reversal for output channels.
2010-09-08 21:31:09 +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