summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-18Don'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 stopsSascha Volkenandt
2007-01-18- added ajax javascript and switch_channel callSascha Volkenandt
2007-01-18- made pageelems.play_recording a generic ajax call widgetSascha Volkenandt
- renamed service parameters to "param" to ease calling with ajax widget
2007-01-18- removed some debug alertsSascha 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 reportingSascha Volkenandt
- fixed some typos
2007-01-18- changed parameter recording to recordingid in play recording linkSascha 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 buttonSascha Volkenandt
2007-01-18- added method to retrieve recording by md5-hashSascha Volkenandt
2007-01-18- Changed default tooltip style class to domTThintDieter 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 typoSascha Volkenandt
- delivering object in separate variable for anonymous functions
2007-01-16- rewritten task manager to make it more generalSascha Volkenandt
2007-01-16- adopted to new task manager interfaceSascha Volkenandt
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-15- Recordings optimisationsDieter Hametner
- Experimental 'yellow' Tooltips
2007-01-14Updated 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-14Updated header lines.Dieter Hametner
Moved channel selection into menu line, when schedule is active.
2007-01-14UpdatesThomas Keil
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-13BugfixesThomas Keil
2007-01-13neuThomas Keil
2007-01-13Changed overall menue structureThomas Keil
2007-01-13- added service to switch channels by channel-idSascha Volkenandt
2007-01-13Added parameter 'styleClass' to pageelems.tooltip_js element.Dieter Hametner
2007-01-13add img border=0 styleThomas Keil
2007-01-13replaces tt-includes with pageelementsThomas Keil
2007-01-13added js-tooltip includesThomas Keil
2007-01-13Added border="0" for recording iconThomas Keil
2007-01-12- added expires-headerSascha Volkenandt
2007-01-12- removed some debug outputSascha Volkenandt
2007-01-12- added widget for event event to timer buttonSascha Volkenandt
2007-01-12- added operators for streaming tChannelIDSascha Volkenandt
- passing tChannelID consistently
2007-01-10- additional buttons in recordings at the rightDieter Hametner
- Adjusted styles for recordings - recodings folders are now on top of one group - changed some images and added play.png
2007-01-10Alignment of recordings, new movie icon, adapted stylesDieter Hametner
2007-01-09layout with with for the date and time of recordings entries.Dieter Hametner
2007-01-09adjusted formatting of resulting html codeDieter Hametner
2007-01-09made logo xhtml conform. Use one logo-component defined in pageelemsDieter Hametner
2007-01-09update also recordings to new layoutDieter Hametner
2007-01-09fixed page layout (partly by Michi)Dieter Hametner
2007-01-08- fixed initial pageSascha Volkenandt
2007-01-08- fixed segfault when adding new timersSascha Volkenandt
2007-01-08use StringWordTruncate in whats_onDieter Hametner
2007-01-08New function StringWordTruncate fix typo in function nameDieter Hametner
2007-01-08New function StringWordTruncate addedDieter Hametner
2007-01-08fixed event title box alignmentThomas Keil
2007-01-08fixed styles on whats_onThomas Keil