summaryrefslogtreecommitdiff
path: root/recordings.h
AgeCommit message (Collapse)Author
2007-01-17- Moved cRecordings locking infrastructure to RecordingsManager.Dieter Hametner
- Take care to have at any time maximum one instance of RecordingsManager alive. This is done with a combination of boost::shared_ptr and boost::weak_ptr. See LiveRecordingsManager() function. - RecordingsTree now uses RecordingsManager to calculate a MD5 Hash for each 'real' cRecording item. - The MD5 Hash is used in the Ajax-Request to start play back of a recording. (Server side needs implementation of this.) - Id's are also used in the DOM for the identification of the tooltips. - New code dependency on openssl libraries (for md5 function). - Changed style (not yet complete) to have 'action' items also in the recording description popup.
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-14Send detailed recordings information on the recordings page.Dieter Hametner
To make it visieble we still need to activate the tooltip javascript.
2007-01-07Bugfix for same dir and recording nameDieter Hametner
2007-01-06preserve recordings with same titleDieter Hametner
2007-01-06Collapsable treeview of recordings (almost)Dieter Hametner
2007-01-06fix typo in recordings_item. Further enhancmentsDieter Hametner
2007-01-06added recordings_items.ecpp; Updated html structure for recordingsDieter Hametner
2007-01-05Added recordings (not very functional now) to cvsDieter Hametner