summaryrefslogtreecommitdiff
path: root/pages/recordings.ecpp
AgeCommit message (Collapse)Author
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- 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-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-14Send detailed recordings information on the recordings page.Dieter Hametner
To make it visieble we still need to activate the tooltip javascript.
2007-01-13Changed overall menue structureThomas Keil
2007-01-13replaces tt-includes with pageelementsThomas Keil
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-07box-background imagesDieter Hametner
2007-01-07- renamed page_init.ecpp and page_exit.ecpp to *.ehSascha Volkenandt
2007-01-07- simplified error handlingSascha Volkenandt
- moved error_widget to error.ecpp as subcomponent - introduced error handling where necessary - moved creation of timer settings string from page to code - added redirect to edit_timer.ecpp after saving a timer
2007-01-07Michis header style and fontsize changesDieter Hametner
2007-01-07debug-version of recordingsDieter Hametner
2007-01-07added error handling framework to recordings.ecppDieter Hametner
2007-01-06Collapsable treeview of recordings workingDieter Hametner
2007-01-06Collapsable treeview of recordings (almost)Dieter Hametner
2007-01-06Output of recordings as nested <ul><li> structureDieter 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-05removed unnecessary pattern rulesDieter Hametner
2007-01-04fix temporary errorDieter Hametner
2007-01-04Added Makefile for new javascript directoryDieter Hametner
2007-01-04Changed some styesThomas Keil
2007-01-04Initial version of Recordings pageDieter Hametner