1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-14 21:23:52 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/config
2013-03-10 18:51:15 +01:00
..
cfg_vehicletypes Merge remote-tracking branch 'origin/rel-12.10.2' into next 2012-11-19 01:52:15 +02:00
images OP-856 Removed redundant code. Changed image of Revolution board to one with white PCB. 2013-03-04 08:04:55 +01:00
airframe.ui [OP-749] Fix GCS Tricopter config typo: "Tricopter Yaw MOTOR channel" (should be a servo) 2012-11-26 17:37:38 +02: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
autotune.ui AutoTune UI: add warning to reboot the board (something is better than nothing) 2012-11-14 17:49:37 +02: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
camerastabilization.ui First version. Passes simple tests. 2013-01-30 18:57:32 -05:00
cc_hw_settings.ui reworked ALL the ui pages in windows so they work there, so pushing this for now, it just needs love in osx 2012-09-08 18:35:14 -07:00
ccattitude.ui OP-716 Corrected a spelling error. 2012-11-21 07:22:26 +01:00
ccpm.ui Add support for coaxial helicopter. 2012-09-24 19:17:38 +02:00
config_cc_hw_widget.cpp console: add debug console via USB CDC/VCP interface 2012-10-11 00:51:09 -04:00
config_cc_hw_widget.h Merge branch 'next' of ssh://git.openpilot.org:22/OpenPilot into pt/gcs_uavobj_widget_framework 2012-02-11 22:29:03 +00:00
config_dependencies.pri Moved framework to its own plugin 2012-02-05 18:16:38 +00:00
config_global.h Moved framework to its own plugin 2012-02-05 18:16:38 +00:00
Config.pluginspec OP-39 Added correct dependencies to SetupWizard plugin specification. 2012-10-02 23:17:56 +02:00
config.pri Moved framework to its own plugin 2012-02-05 18:16:38 +00:00
config.pro OP-856 Basic renaming from PRO to Revolution 2013-02-26 07:37:14 +01:00
configautotunewidget.cpp GCS-Auto Tuning 2012-09-22 23:17:06 +01:00
configautotunewidget.h GCS- Fixes compile error 2012-09-24 13:38:14 +01:00
configcamerastabilizationwidget.cpp First version. Passes simple tests. 2013-01-30 18:57:32 -05:00
configcamerastabilizationwidget.h CameraStab UI: fix spacing and add comments according to OP coding style guidelines 2012-08-15 10:31:19 +03:00
configccattitudewidget.cpp OP-716 Corrected a spelling error. 2012-11-21 07:22:26 +01:00
configccattitudewidget.h OP-716 Replaced AccelTau checkbox with numeric spinbox. Max value was set to 0,20 and min value to 0,00, step size 0,01. Added tooltip hinting to set to 0 to disable. 2012-11-20 19:25:57 +01: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 Moved framework to its own plugin 2012-02-05 18:16:38 +00:00
configgadget.qrc OP-856 Basic implementation of hardware settings page. 2013-02-28 08:13:21 +01: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 OP-39 Added reboot page to wizard. User needing to reboot should NOT forget it now. 2012-09-16 23:03:15 +02:00
configgadgetfactory.h OP-39 Added reboot page to wizard. User needing to reboot should NOT forget it now. 2012-09-16 23:03:15 +02: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-856 Basic implementation of hardware settings page. 2013-02-28 08:13:21 +01:00
configgadgetwidget.h RFM22B/RM: Added rfm22b com device, moved remaining functionality in the radio module to the rfm22 driver, and simplified configuration of the PipX/OPLink. The radio device now presents itself completely as a com device, both in RadioComBridge (OPLink devices) and Telemetry (RM). Also change the PipXStatus and PipXSettings UAVOs to OPLinkStatus/OPLinkSettings. 2012-12-11 17:43:53 -07:00
configinputwidget.cpp [OP-724] Remove LPF from throttle input channel (not necessary) 2012-12-02 13:50:03 +02:00
configinputwidget.h Added support for Mode 3 and Mode 4 to the TX Configuration Wizard. Fixed a number of bugs and issues in the wizard. Made some changes to wizard text and layouts as well. 2012-11-11 00:31:06 +02:00
configoutputwidget.cpp Fixed several compile warning complaints. 2012-08-21 16:18:58 +01:00
configoutputwidget.h Remove the connection to refreshWidgetValues() in output widget. Mike was 2012-06-11 13:24:37 -05:00
configpipxtremewidget.cpp Added PPM output to OPLink firmware 2013-01-04 06:51:27 -07:00
configpipxtremewidget.h RFM22B/RM: Added rfm22b com device, moved remaining functionality in the radio module to the rfm22 driver, and simplified configuration of the PipX/OPLink. The radio device now presents itself completely as a com device, both in RadioComBridge (OPLink devices) and Telemetry (RM). Also change the PipXStatus and PipXSettings UAVOs to OPLinkStatus/OPLinkSettings. 2012-12-11 17:43:53 -07:00
configplugin.cpp OP-39 Added code to jump from the SetupWizard directly to the InputWizard in the ConfigurationPlugin to complete the vehicle setup and realize the 1-2-Fly idea. 2012-08-03 18:31:47 +02:00
configplugin.h More the system task priority down and increase the timeout for erasing the 2012-06-11 12:03:32 -05:00
configrevohwwidget.cpp OP-856 Changed USB GUI. Changed the rules for validation of configurations. 2013-03-10 18:51:15 +01:00
configrevohwwidget.h OP-856 Changed USB GUI. Changed the rules for validation of configurations. 2013-03-10 18:51:15 +01:00
configrevohwwidget.ui OP-856 Changed USB GUI. Changed the rules for validation of configurations. 2013-03-10 18:51:15 +01:00
configrevowidget.cpp OP-796 defaults USE_PATHPLANNER to enabled 2013-01-14 01:28:33 +01:00
configrevowidget.h Disable offset nulling while performing GCS mag calibration. 2012-07-25 11:26:37 -05:00
configstabilizationwidget.cpp OP-794 Revert "GCS Stabilization: Force the apply button to always be there as I can't find expert mode" 2013-01-11 01:10:11 +01:00
configstabilizationwidget.h Made the scroll event filter a member of the parent class. 2012-04-26 12:29:00 +01:00
configtxpidwidget.cpp GCS - More fixes to the dirty status of the config widgets 2012-08-01 15:17:05 +01:00
configtxpidwidget.h Made the scroll event filter a member of the parent class. 2012-04-26 12:29:00 +01:00
configvehicletypewidget.cpp GCS-Fixes custom mixer saving bug 2012-10-13 17:45:41 +01:00
configvehicletypewidget.h Added swapping of artwork when multirotor direction reversed. 2012-09-24 22:01:19 +02:00
dblspindelegate.cpp mixercurve, dblspindelegate names 2012-07-09 09:07:22 -07:00
dblspindelegate.h mixercurve, dblspindelegate names 2012-07-09 09:07:22 -07: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 OP-502 If a board is not connected, the "Save" button is grayed out. The "Apply" button is still enable, which enables creating configurations purely offline. 2011-06-07 16:56:16 +02:00
defaultattitudewidget.h Moved framework to its own plugin 2012-02-05 18:16:38 +00:00
defaulthwsettings.ui Added new hw config tab to the config gadget. 2011-07-19 14:50:42 +01:00
defaulthwsettingswidget.cpp Fixed included file case. 2011-07-25 14:18:09 +01:00
defaulthwsettingswidget.h Moved framework to its own plugin 2012-02-05 18:16:38 +00:00
fancytabwidget.cpp Added "changes not saved" message warning to config gadget 2011-08-02 17:06:17 +01:00
fancytabwidget.h Added "changes not saved" message warning to config gadget 2011-08-02 17:06:17 +01: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 [OP-728] Improve tooltip text for GCS arm timeout field 2012-11-18 20:55:54 +02:00
inputchannelform.cpp Merge remote-tracking branch 'origin/brian/rfm22_autoconf' into next 2013-01-31 13:40:32 +00:00
inputchannelform.h Made the scroll event filter a member of the parent class. 2012-04-26 12:29:00 +01:00
inputchannelform.ui [OP-724] Add manual control input filtering (useful for camera gimbal) 2012-11-29 17:39:07 +02: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
mixercurve.cpp GCS-Review comments changes 2012-09-12 11:09:30 +01:00
mixercurve.h GCS-Review comments changes 2012-09-12 11:09:30 +01:00
mixercurve.ui almost done fixing any spacing isues, changed the font so its bigger, added some new stylesheet properties to linux and osx 2012-08-28 23:27:36 -07:00
output.ui just doing local commits so I can grab it in my own branch, just spacing changes and a little rearrangement 2012-09-22 11:09:08 -07:00
outputchannelform.cpp reworked ALL the ui pages in windows so they work there, so pushing this for now, it just needs love in osx 2012-09-08 18:35:14 -07:00
outputchannelform.h Made the scroll event filter a member of the parent class. 2012-04-26 12:29:00 +01:00
outputchannelform.ui reworked ALL the ui pages in windows so they work there, so pushing this for now, it just needs love in osx 2012-09-08 18:35:14 -07:00
pipxtreme.ui Added PPM output to OPLink firmware 2013-01-04 06:51:27 -07:00
revosensors.ui Get the sensor noise measurement working again, but through GCS now 2012-06-13 22:11:00 -05:00
stabilization.ui couple little tweaks, is perfect on linux and windows, close enough on osx 2012-09-24 23:46:34 -07:00
twostep.cpp Fixed problems that blocked compiling on Windows 2011-04-11 10:07:06 +00:00
txpid.ui couple little tweaks, is perfect on linux and windows, close enough on osx 2012-09-24 23:46:34 -07: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