summaryrefslogtreecommitdiff
path: root/settings.h
AgeCommit message (Collapse)Author
2010-03-06add basic PulseAudio audio suppport - NOT TESTED!Christian Gmeiner
requested by loswillios
2010-02-05make it possible to swich audio driver via command line optsChristian Gmeiner
This makes it easier to test both audio drivers
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-04update licenceChristian Gmeiner
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