summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-29- xml version of infobox, updates only pagelements inside the box notDieter Hametner
whole box. This circumvents the tooltip stacking problem. - updated styles for this change. - updated i18n.cpp for this change. - Changed javascript implementation for infobox. - Box doesn't change size after first update. - added some <%cpp> { </%cpp> tags to prevent newlines inserted by tntnet. See tntnet documentation about this. - Added infobox to all pages that didn't had one.
2007-04-29Removed %p so that displaying of times gets uniformThomas Keil
2007-04-29- removed 'Cancel' buttonChristian Wieninger
2007-04-29- corrected caption of 'lifetime'Christian Wieninger
2007-04-29- new main menu entry "search" to search in the EPGChristian Wieninger
2007-04-29- new main menu entry "search"Christian Wieninger
- checking for epgsearch and hiding "search" and "searchtimers" if epgsearch not present
2007-04-28fixed a bugThomas Keil
2007-04-28fixed html errorThomas Keil
2007-04-28Fixed two html-errorsThomas Keil
2007-04-28"Logout" is not displayed anymore when authentication is disabledThomas Keil
2007-04-28fixed missing bottom line in last rowThomas Keil
2007-04-28Fixed bug in timers table headThomas Keil
2007-04-28- added a dropdown list in search timer's edit to select an existing ↵Christian Wieninger
recording directory
2007-04-27- added actions for remote in submenuMichael Brückner
2007-04-27Removed Date column, the date is already in the box titleThomas Keil
2007-04-27Added active-arrowsThomas Keil
2007-04-27Fixed an i18nThomas Keil
2007-04-27Removed border-bottom for last lineThomas Keil
2007-04-27- resized logo_login.png to palm compatible 300x120pxMichael Brückner
2007-04-27Headerline for each timerboxThomas Keil
2007-04-27fixed: arrow.png -> arrow.oThomas Keil
2007-04-27- added arrow.png for listing active timers & searchtimersMichael Brückner
2007-04-27- added a check for search terms shorter then 4 charsChristian Wieninger
2007-04-27- added actions für searchtimer & timer in submenuMichael Brückner
- resized logo_login.png - beautified login page
2007-04-27Timers of different days are now printed seperatelyThomas Keil
2007-04-27Added "New timer" buttonThomas Keil
2007-04-27Increased Session Timeout to 24hThomas Keil
2007-04-26- added button_yellow.pngMichael Brückner
2007-04-26- added logout button in menuMichael Brückner
- translation fixes
2007-04-26- fixed forward declaration and scope of cMenuSetupSascha Volkenandt
2007-04-26- extended service interface with QuerySearch(std::string) to search for ↵Christian Wieninger
arbitrary queries
2007-04-26- new 'Test'-ButtonChristian Wieninger
2007-04-26- extended searchresults with md5 methodsChristian Wieninger
2007-04-26- added a 'Test'-Button to check the results of a search timer before savingChristian Wieninger
2007-04-26- added login protection to the following pages: edit_searchtimer.ecppMichael Brückner
edit_timer.ecpp login.ecpp recordings.ecpp remote.ecpp schedule.ecpp searchresults.ecpp searchtimers.ecpp timers.ecpp whats_on.ecpp - replaced DOCTYPE at login.ecpp and whats_on.ecpp with page element "<& pageelems.doc_type &>"
2007-04-26- moved version checking from live.h to live.cppChristian Wieninger
2007-04-26NewThomas Keil
2007-04-26Added authenticationThomas Keil
2007-04-26Added OSD configThomas Keil
2007-04-26Added translationsThomas Keil
2007-04-26- added logo_login.pngMichael Brückner
- replaced button_blue.png
2007-04-26- replaced tux with new crystal tux in logo.png (thx to jo01)Michael Brückner
2007-04-26- resized logo.pngMichael Brückner
2007-04-26- new glass logoMichael Brückner
- resized logo to 72px of height to match with infobox
2007-04-25- Added pagemenu infrastructure. Use this to create below the main menuDieter Hametner
a page specific optional additional menu. Just add a component to the main menu. A working sample can be found in 'schedule.ecpp' - Added extra with at the top of the recordings line. - Adapted styles.css for both changes.
2007-04-25- Reenabled buttons with tooltips in the epg boxes and multipleDieter Hametner
epg-boxes simultanously. - This currently prevents the statusbox of having tooltips on its buttons because at each 'update' the tooltip reappears leading to an accumulation of tooltips.
2007-04-25Beatified edit_searchtimer, added helping tooltipsThomas Keil
2007-04-25- added help icon help.pngMichael Brückner
2007-04-25Simplified delete confirmThomas Keil
2007-04-25- confirm deleting search timersChristian Wieninger