summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-15- translations for search timer editChristian Wieninger
2007-04-15- changes for search timer editChristian Wieninger
- new functions to get blacklists and channel groups
2007-04-15editing search timersChristian Wieninger
2007-04-15- formatting of start and stop timeChristian Wieninger
- now sorted by search timer name
2007-04-15added edit_searchtimer.ecppChristian Wieninger
2007-04-15changes for searchtimer editChristian Wieninger
2007-04-15updated README and CONTRIBUTORSDieter Hametner
2007-04-15added StringTrimChristian Wieninger
2007-04-03- make the "p" text in remotecontrol.jpg more visible (thx @ jo01)Michael Brückner
2007-04-03- removed tooltips in remote sectionMichael Brückner
2007-04-03- replaced remotecontrol.png and tv.png with jpg-versions (thx to jo01)Michael Brückner
2007-04-02- (MB) beautifed tv screen picture in remote section (more silverDieter Hametner
like remote picture)
2007-04-02- (MB) complete new remote design with imagemapDieter Hametner
- (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni)
2007-03-31- [MB] fixed table design searchtimersDieter Hametner
- [MB] replaced normal buttons in remote with graphical buttons - [MB] added power button in remote
2007-03-26Spaces in between tables now also don't have a background image in konquerorThomas Keil
2007-03-25Added some translationsThomas Keil
2007-03-25Fixed some stuffThomas Keil
2007-03-25Added tooltips in status boxThomas Keil
2007-03-25eliminated background and border in empty lines between tablesThomas Keil
2007-03-25Beautified some stylesThomas Keil
2007-03-25Added close command to onmouseover for tooltips, thus eliminating multiple ↵Thomas Keil
tooltips in the status box
2007-03-25Made Station titles clickableThomas Keil
2007-02-25- Fixed CSS styling for the buttons toolbox in status box.Dieter Hametner
2007-02-25- Added posibility to switch channels from status box.Dieter Hametner
- Regouping of status box active buttons.
2007-02-22- Polling in status box can now be toggled between active and inactive.Dieter Hametner
2007-02-18- Added status box with current channel, program and elapsed time in theDieter Hametner
logo area. - Added support for progress bars to display elapsed content. - Extendend ajax.js to be usable for non xml requests. - adapted styles for the new features.
2007-01-31- removed signal handlingSascha Volkenandt
2007-01-30- added readable channels specificationSascha Volkenandt
2007-01-26Added a favicon for live.Dieter Hametner
2007-01-25- removed reference to header_boxSascha Volkenandt
2007-01-25- removed   from pageSascha Volkenandt
2007-01-25- added helper classes for epgsearch servicesSascha Volkenandt
2007-01-25- added first approach to show searchtimersSascha Volkenandt
2007-01-25- added namespace spec so page doesn't need to use namespace vdrliveSascha Volkenandt
- added exception.h so page doesn't need to include it itself
2007-01-25- added helper class for epgsearch servicesSascha Volkenandt
2007-01-25- epgsearch service interfaceSascha Volkenandt
2007-01-21- Draggable epg-evnts tooltips. They don't get closed automaticaly. ItDieter Hametner
is possible to have more of them open at one time. This makes it possible to have tooltips also inside the epg-event boxes. This is an experimental setting and is only a domTT configuration option. - Found and preliminary fixed a bug in domTT for sticky tooltips (like the epg-event boxes) that don't have a domTT-caption (domTT option caption set to false for design reasons). When they are set to draggable domTT crashes. I added a fix to this, that makes the whole box draggable with the mouse. Idealy one would like to have this beheaviour only in the title bar. Will try to report this bug upstream to domTT developer. - Added some translations for new strings.
2007-01-21- use epg_events in recordings too. This simplifies the overallDieter Hametner
recordings code.
2007-01-21Added 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 epgDieter 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-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