summaryrefslogtreecommitdiff
path: root/recordings.cpp
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-14Send detailed recordings information on the recordings page.Dieter Hametner
To make it visieble we still need to activate the tooltip javascript.
2007-01-07fix bug of missing subdirs when recording with same name exists on outputDieter Hametner
2007-01-07Michis header style and fontsize changesDieter Hametner
2007-01-07second debug-version of recordingsDieter Hametner
2007-01-07debug-version of recordingsDieter Hametner
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-05New translation for EditDieter Hametner
2007-01-05Added recordings (not very functional now) to cvsDieter Hametner