Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-21 | - use epg_events in recordings too. This simplifies the overall | Dieter Hametner | |
recordings code. | |||
2007-01-21 | Added calculation of dependencies for the generated .cpp files. | Dieter Hametner | |
2007-01-19 | - Reintroduced a shortened part of the description in the event box. | Dieter Hametner | |
2007-01-19 | - Added new class epgEvent. Sie epg_events.h. This class collects epg | Dieter Hametner | |
data from other structures. It can the be used to appent to the page a hidden section with full epg datas for the epg-popup boxes. - Changed whats_on to uses this new feature. - No description in the event boxes any more. A mouse over tooltip shows a shortened version of the description. A click on 'more' displays a full epg box. - Added tip parameter to ajax_action_href. The text is displayed as tooltip when hoovering over the link. - Adapted style.css to make event boxes smaller. | |||
2007-01-19 | - converted all tChannelID::ToString and *::FromString calls to the stream ↵ | Sascha Volkenandt | |
operators when streams are involved | |||
2007-01-18 | - added function StringEscapeAndBreak, which *first* html-escapes a string ↵ | Sascha Volkenandt | |
and *second* replaces \n by <br/> - using StringEscapeAndBreak for description in whats_on | |||
2007-01-18 | Don't use using namespace directives in recordings.h header file. | Dieter Hametner | |
2007-01-18 | - added status monitor to reload timers when a recording starts or stops | Sascha Volkenandt | |
2007-01-18 | - added ajax javascript and switch_channel call | Sascha Volkenandt | |
2007-01-18 | - made pageelems.play_recording a generic ajax call widget | Sascha Volkenandt | |
- renamed service parameters to "param" to ease calling with ajax widget | |||
2007-01-18 | - removed some debug alerts | Sascha Volkenandt | |
2007-01-18 | - displaying error message now if an ajax request succeeded but the ↵ | Sascha Volkenandt | |
underlying action failed | |||
2007-01-18 | - moved to improved task creation and error reporting | Sascha Volkenandt | |
- fixed some typos | |||
2007-01-18 | - changed parameter recording to recordingid in play recording link | Sascha Volkenandt | |
2007-01-18 | - improved error handling and task creation (on stack is possible, now) | Sascha Volkenandt | |
- fully implemented PlayRecordingTask | |||
2007-01-18 | - added zap button | Sascha Volkenandt | |
2007-01-18 | - added method to retrieve recording by md5-hash | Sascha Volkenandt | |
2007-01-18 | - Changed default tooltip style class to domTThint | Dieter Hametner | |
- Added tooltip style class domTTepg for epg infos like in recordings - Added new pageelement.epg_tt_box to create epg box tooltips. Used at moment in recordings. Planned also for whats_on and schedule. - Changed structure of event box in whats_on to same structure like epg box. This makes the styling comparable between the two boxes. - added bg_tools.png to with a vertical fadeing border to resemble the fading bottom of more line oriented pages. | |||
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-16 | - fixed typo | Sascha Volkenandt | |
- delivering object in separate variable for anonymous functions | |||
2007-01-16 | - rewritten task manager to make it more general | Sascha Volkenandt | |
2007-01-16 | - adopted to new task manager interface | Sascha Volkenandt | |
2007-01-15 | - moved ajax script to separate file | Sascha 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-15 | - Recordings optimisations | Dieter Hametner | |
- Experimental 'yellow' Tooltips | |||
2007-01-14 | Updated recordings tooltipps. | Dieter Hametner | |
2007-01-14 | - Extended tooltip infrastructure. | Dieter Hametner | |
- Made recordings use tooltip infrastructure to display detailed info. - Updated style for this. | |||
2007-01-14 | Updated header lines. | Dieter Hametner | |
Moved channel selection into menu line, when schedule is active. | |||
2007-01-14 | Updates | Thomas Keil | |
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-13 | Bugfixes | Thomas Keil | |
2007-01-13 | neu | Thomas Keil | |
2007-01-13 | Changed overall menue structure | Thomas Keil | |
2007-01-13 | - added service to switch channels by channel-id | Sascha Volkenandt | |
2007-01-13 | Added parameter 'styleClass' to pageelems.tooltip_js element. | Dieter Hametner | |
2007-01-13 | add img border=0 style | Thomas Keil | |
2007-01-13 | replaces tt-includes with pageelements | Thomas Keil | |
2007-01-13 | added js-tooltip includes | Thomas Keil | |
2007-01-13 | Added border="0" for recording icon | Thomas Keil | |
2007-01-12 | - added expires-header | Sascha Volkenandt | |
2007-01-12 | - removed some debug output | Sascha Volkenandt | |
2007-01-12 | - added widget for event event to timer button | Sascha Volkenandt | |
2007-01-12 | - added operators for streaming tChannelID | Sascha Volkenandt | |
- passing tChannelID consistently | |||
2007-01-10 | - additional buttons in recordings at the right | Dieter Hametner | |
- Adjusted styles for recordings - recodings folders are now on top of one group - changed some images and added play.png | |||
2007-01-10 | Alignment of recordings, new movie icon, adapted styles | Dieter Hametner | |
2007-01-09 | layout with with for the date and time of recordings entries. | Dieter Hametner | |
2007-01-09 | adjusted formatting of resulting html code | Dieter Hametner | |
2007-01-09 | made logo xhtml conform. Use one logo-component defined in pageelems | Dieter Hametner | |
2007-01-09 | update also recordings to new layout | Dieter Hametner | |
2007-01-09 | fixed page layout (partly by Michi) | Dieter Hametner | |
2007-01-08 | - fixed initial page | Sascha Volkenandt | |