Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-26 | Adds support for the newly introduced ResourceDirectory. | Dieter Hametner | |
This is taken from a patch provided in ticket #1064. | |||
2011-02-12 | Canonicalized the config directory. | Rolf Ahrenberg | |
2010-04-11 | Removed CVS specific tag, because it modifies the file at cvs checkin and ↵cvs-commit-369 | Dieter Hametner | |
complicates thus the bridging between git and cvs. | |||
2009-09-07 | new user management within setup that also handles different user rights | Christian Wieninger | |
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 new | Dieter Hametner | |
VDR 1.5.7 localization scheme. | |||
2007-05-25 | - about box, first summit | Sascha Volkenandt | |
2007-04-26 | Added OSD config | Thomas Keil | |
2007-01-18 | - added status monitor to reload timers when a recording starts or stops | Sascha Volkenandt | |
2007-01-16 | - rewritten task manager to make it more general | Sascha Volkenandt | |
2007-01-13 | - added service to switch channels by channel-id | Sascha Volkenandt | |
2007-01-05 | - removed obsolete interfacing code | Sascha Volkenandt | |
2007-01-05 | - added method to update internal timers from main thread | Sascha 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 website | Sascha 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 internationalization | Sascha Volkenandt | |
2007-01-02 | - updated plugin-description | Sascha 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 checkin | Sascha Volkenandt | |