summaryrefslogtreecommitdiff
path: root/tasks.cpp
AgeCommit message (Collapse)Author
2017-05-14Remove more dead codeJasmin Jessich
2017-04-01VDR-2.3.1 compatibility patch by Nachteule.Rolf Ahrenberg
http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1280013-vdr-live-vdr-2-3-1/#post1280013
2015-02-13Removed all conditional compilation based on VDRVERSNUM. The youngestDieter Hametner
VDRVERSNUM-check was for 10728. So all VDR versions less or equal 10728 are not supported any more now.
2012-12-26Compile fix for >=vdr-1.7.28Christian Ruppert
2008-01-25- tadi's updateChristian Wieninger
2007-10-21- renamed recordings.h/cpp to recman.h/cpp. Preparations forDieter Hametner
recordings updates.
2007-06-02- minimum required vdr version is now 1.4.0-2Christian Wieninger
2007-05-29- moved everything from boost to stdext.hSascha Volkenandt
- using std::tr1 instead of boost where available
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions
2007-05-04- moved grab task into mainthreadloopSascha Volkenandt
2007-01-18- improved error handling and task creation (on stack is possible, now)Sascha Volkenandt
- fully implemented PlayRecordingTask
2007-01-16- rewritten task manager to make it more generalSascha Volkenandt
2007-01-15- moved ajax script to separate fileSascha Volkenandt
- moved call of ajax object to page element - introduced page element for replaying recordings - introduced task for replaying recordings - added replay button to recordings page
2007-01-13- added service to switch channels by channel-idSascha Volkenandt