1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-07 18:46:06 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/config
2011-04-26 00:53:37 +02:00
..
images Add help icon to config gadget, had this hanging around for a while, just getting ready for move to Git. 2011-04-17 09:04:09 +00:00
ahrs.ui OP-371 Update all config dialog buttons to Apply/Save instead of Save to RAM/SD. 2011-04-08 20:17:41 +00:00
airframe.ui OP-371 Update all config dialog buttons to Apply/Save instead of Save to RAM/SD. 2011-04-08 20:17:41 +00:00
alignment-calibration.cpp OP-191: Merge from full-calibration branch. Add an implementation of TWOSTEP, including bias-only, bias + scale factor, and bias + scale factor + orthogonality calibration methods. 2011-03-21 00:45:40 +00:00
assertions.h OP-191: Merge from full-calibration branch. Add an implementation of TWOSTEP, including bias-only, bias + scale factor, and bias + scale factor + orthogonality calibration methods. 2011-03-21 00:45:40 +00:00
calibration.h OP-191: Merge from full-calibration branch. Add an implementation of TWOSTEP, including bias-only, bias + scale factor, and bias + scale factor + orthogonality calibration methods. 2011-03-21 00:45:40 +00:00
ccattitude.ui CC-24: Rotate the CC board at any angle relative to "flat and level" with GCS 2011-04-15 06:37:16 +00:00
ccpm.ui OP-299 Swashplate Levelling UI 2011-02-14 05:46:45 +00:00
Config.pluginspec CC-39 Have GCS detect whether the board is a CC or an OP, and update the INS calibration widget accordingly. 2011-03-28 21:15:44 +00:00
config.pro CC-24: Rotate the CC board at any angle relative to "flat and level" with GCS 2011-04-15 06:37:16 +00:00
configahrswidget.cpp OP-191: Refactor some routines that will be common to both coarse and fine calibraiton; 2011-04-10 18:29:53 +00:00
configahrswidget.h Fixed problems that blocked compiling on Windows 2011-04-11 10:07:06 +00:00
configairframewidget.cpp Fix tricopter configuration. 2946 for a second rudder had a bug. 2011-04-11 18:47:50 +00:00
configairframewidget.h Added 2nd rudder to fixed wing config. This is necessary for flying wings, in particular, that have rudders on the wingtips. 2011-03-03 05:33:51 +00:00
configccattitudewidget.cpp CC-24: Rotate the CC board at any angle relative to "flat and level" with GCS 2011-04-15 06:37:16 +00:00
configccattitudewidget.h CC-24: Rotate the CC board at any angle relative to "flat and level" with GCS 2011-04-15 06:37:16 +00:00
configccpmwidget.cpp OP-299 Swashplate Levelling UI 2011-02-14 05:46:45 +00:00
configccpmwidget.h OP-299 Swashplate Levelling UI 2011-02-14 05:46:45 +00:00
configfactory.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadget.cpp OP-306 Update all Gadgets so that they destroy their widgets properly when they die. 2011-02-01 23:01:52 +00:00
configgadget.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadget.qrc Add help icon to config gadget, had this hanging around for a while, just getting ready for move to Git. 2011-04-17 09:04:09 +00:00
configgadgetconfiguration.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadgetconfiguration.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadgetfactory.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadgetfactory.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadgetoptionspage.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadgetoptionspage.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configgadgetwidget.cpp OP-357 Config gadget now checks whether the autopilot is connected already when it is instanciated. 2011-03-31 20:48:43 +00:00
configgadgetwidget.h CC-39 Have GCS detect whether the board is a CC or an OP, and update the INS calibration widget accordingly. 2011-03-28 21:15:44 +00:00
configinputwidget.cpp OP-347 Implement the option to reverse the input controls on the config gadget: this is mostly useful for people with TX which do not offer this option. Tested on my small hex. 2011-04-03 06:47:07 +00:00
configinputwidget.h OP-347 Implement the option to reverse the input controls on the config gadget: this is mostly useful for people with TX which do not offer this option. Tested on my small hex. 2011-04-03 06:47:07 +00:00
configoutputwidget.cpp Fixed min/max code error. 2011-04-02 12:49:58 +00:00
configoutputwidget.h Added the option to link output channels when in "Test Output" mode - useful for testing quads, hexes etc. 2011-04-02 11:58:19 +00:00
configplugin.cpp Forgot a small change to make sure that in case the request times out, we get an error. 2011-04-26 00:53:37 +02:00
configplugin.h Forgot a small change to make sure that in case the request times out, we get an error. 2011-04-26 00:53:37 +02:00
configstabilizationwidget.cpp OP-146 Max angles can now be adjusted from the stabilization config dialog. 2011-02-25 23:05:23 +00:00
configstabilizationwidget.h OP-146 Stabilization configuration: can now update stab settings in real time on the airframe, and link roll/pitch for easier adjustment... 2011-02-25 21:17:07 +00:00
configtaskwidget.cpp OP-349 CC-32: Improved the object save confirmation logic. It's got a lot of 2011-03-29 01:29:56 +00:00
configtaskwidget.h OP-349 CC-32: Improved the object save confirmation logic. It's got a lot of 2011-03-29 01:29:56 +00:00
configtelemetrywidget.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
configtelemetrywidget.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
defaultattitude.ui CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
defaultattitudewidget.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
defaultattitudewidget.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
fancytabwidget.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
fancytabwidget.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
gyro-calibration.cpp OP-191: Merge from full-calibration branch. Add an implementation of TWOSTEP, including bias-only, bias + scale factor, and bias + scale factor + orthogonality calibration methods. 2011-03-21 00:45:40 +00:00
input.ui CC-24: Rotate the CC board at any angle relative to "flat and level" with GCS 2011-04-15 06:37:16 +00:00
legacy-calibration.cpp OP-191: Merge from full-calibration branch. Add an implementation of TWOSTEP, including bias-only, bias + scale factor, and bias + scale factor + orthogonality calibration methods. 2011-03-21 00:45:40 +00:00
mixercurveline.cpp build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
mixercurveline.h build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
mixercurvepoint.cpp build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
mixercurvepoint.h build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
mixercurvewidget.cpp CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
mixercurvewidget.h CC-33 Now the config panel only shows the relevant panel once the board is connected. 2011-03-29 20:32:09 +00:00
output.ui OP-371 Update all config dialog buttons to Apply/Save instead of Save to RAM/SD. 2011-04-08 20:17:41 +00:00
stabilization.ui OP-371 Update all config dialog buttons to Apply/Save instead of Save to RAM/SD. 2011-04-08 20:17:41 +00:00
telemetry.ui OP-371 Update all config dialog buttons to Apply/Save instead of Save to RAM/SD. 2011-04-08 20:17:41 +00:00
twostep.cpp Fixed problems that blocked compiling on Windows 2011-04-11 10:07:06 +00:00
vernier.ui OP-146 Stabilization config interface: this is a work in progress, and a pure mock-up of the UI, I would like feedback. 2011-02-22 22:03:32 +00:00