summaryrefslogtreecommitdiff
path: root/tasks.cpp
AgeCommit message (Collapse)Author
2008-01-25Fixed bug that the recordings items were not deleted when the tree wasDieter Hametner
rebuild. This was because of the non weak references to the parent items. Deleting of recordings can be triggered now. It still needs some tweaking on the visual feedback. And possibly a 'undelete' option for the last deleted recording.
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