summaryrefslogtreecommitdiff
path: root/settings.c
AgeCommit message (Collapse)Author
2010-01-06fix bug #223 by adding a command line option to enable automatic fw loadingChristian Gmeiner
By default the vdr-dxr3-plugin does not load the fw automatically any more, as on recent linux systems the fw gets loaded when the em8300 driver module gets loaded. So we dont need to load the fw. But for older systems there is the command option -f/--firmware-loading to tell the plugin to load the firmware at startup.
2010-01-04rework cSettings class to use a new way for setters and gettersChristian Gmeiner
The basic idea behind this commit is to get rid of those bad looking getters and setters, where we have no logic used by them.
2010-01-04rename cDxr3ConfigData class to cSettingsChristian Gmeiner
2010-01-04rename dxr3configdata.[ch] to settings.[ch]Christian Gmeiner