Age | Commit 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-14 | Send detailed recordings information on the recordings page. | Dieter Hametner | |
To make it visieble we still need to activate the tooltip javascript. | |||
2007-01-07 | fix bug of missing subdirs when recording with same name exists on output | Dieter Hametner | |
2007-01-07 | Michis header style and fontsize changes | Dieter Hametner | |
2007-01-07 | second debug-version of recordings | Dieter Hametner | |
2007-01-07 | debug-version of recordings | Dieter Hametner | |
2007-01-07 | Bugfix for same dir and recording name | Dieter Hametner | |
2007-01-06 | preserve recordings with same title | Dieter Hametner | |
2007-01-06 | Collapsable treeview of recordings (almost) | Dieter Hametner | |
2007-01-06 | fix typo in recordings_item. Further enhancments | Dieter Hametner | |
2007-01-06 | added recordings_items.ecpp; Updated html structure for recordings | Dieter Hametner | |
2007-01-05 | New translation for Edit | Dieter Hametner | |
2007-01-05 | Added recordings (not very functional now) to cvs | Dieter Hametner | |