summaryrefslogtreecommitdiff
path: root/live.cpp
AgeCommit message (Collapse)Author
2007-09-17- Moved images from compiled in image dir to data dir 'img'.Dieter Hametner
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup.
2007-08-19- First attempt to implement a backward compatible scheme of the newDieter Hametner
VDR 1.5.7 localization scheme.
2007-05-25- about box, first summitSascha Volkenandt
2007-04-26Added OSD configThomas Keil
2007-01-18- added status monitor to reload timers when a recording starts or stopsSascha Volkenandt
2007-01-16- rewritten task manager to make it more generalSascha Volkenandt
2007-01-13- added service to switch channels by channel-idSascha Volkenandt
2007-01-05- removed obsolete interfacing codeSascha Volkenandt
2007-01-05- added method to update internal timers from main threadSascha Volkenandt
2007-01-05- moved initialization of configDirectory to Plugin::Start()Sascha Volkenandt
2007-01-04- removed thread-unsafe call of cPlugin::ConfigDirectory and replaced it ↵Sascha Volkenandt
with Plugin::GetConfigDirectory - implemented proper shutdown of server thread on vdr termination
2007-01-04- optimized interface to access plugin objects from websiteSascha Volkenandt
- moved website code to pagelib subdirectory - introduced TimerManager that will help working on timers from a background thread
2007-01-03- renamed Setup::Get() to LiveSetup()Sascha Volkenandt
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp
2007-01-03- added internationalizationSascha Volkenandt
2007-01-02- updated plugin-descriptionSascha Volkenandt
2007-01-02- added options -i and -p to specify port and (possibly multiple) ip(s)Sascha Volkenandt
- moved commandline-helpstring to setup class to ease maintaining - added default library directory /usr/local/lib
2007-01-02- initial checkinSascha Volkenandt