1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-11 19:24:10 +01:00
LibrePilot/ground/src
cranphin f826ee0a20 Use QSettings key/properties instead of byte arrays for plugin configurations.
I've left in the reading of the byte arrays for now, so people can load their old config files, on the next save they'll be converted. This should be removed at some point in the not too far future though, since it's a lot of duplicate code in each plugin.

I've converted all the plugins, it's certainly possible I made a typo somewhere, I tried to test as much as I could, sorry if I broke something though :)


git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1599 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-09-12 16:24:54 +00:00
..
app Fixed path to *.qm files 2010-08-24 22:06:02 +00:00
experimental Flight: Tweaked the throttle handling and VTOL use of it to make sure engines can be shut off easily in stabilization mode. 2010-09-12 02:54:49 +00:00
libs Solved (please confirm) modelview crashing on non-existing files 2010-09-09 21:18:43 +00:00
plugins Use QSettings key/properties instead of byte arrays for plugin configurations. 2010-09-12 16:24:54 +00:00
shared Flight/Stabilization: Make the derivative account for the sampling time (dAngle/dt) for the PID loop since integral does and also make the integral bounds uavobject settings. It was originally bounded by constant/Ki but I'm not sure why as you change the gain of the error integral you also want to decrease the maximum error it can cause. 2010-09-12 02:54:41 +00:00
openpilotgcslibrary.pri Build system branding 2010-02-03 23:52:51 +00:00
openpilotgcsplugin.pri Build system branding 2010-02-03 23:52:51 +00:00
rpath.pri Build system branding 2010-02-03 23:52:51 +00:00
src.pro fix case issue 2010-02-01 16:17:22 +00:00