Age | Commit message (Collapse) | Author |
|
- Bugfix for #289, #291
- Adapted styles and helper classes.
- recordings should be now strict XHTML.
|
|
|
|
|
|
- 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.
|
|
- 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
|
|
To make it visieble we still need to activate the tooltip javascript.
|
|
|
|
|
|
|
|
|
|
|
|
|