summaryrefslogtreecommitdiff
path: root/pages/Makefile
AgeCommit message (Collapse)Author
2007-06-01- beautificationSascha Volkenandt
2007-05-31- Added doc/ChangeLogDieter Hametner
- Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile.
2007-05-31- [0000337] patch committedSascha Volkenandt
2007-05-23- setup pageChristian Wieninger
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions
2007-04-29- Yet an other error in pages/Makefile found and fixed.Dieter Hametner
2007-04-29- Fix Makefile in pages.Dieter Hametner
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-29- new main menu entry "search" to search in the EPGChristian Wieninger
2007-04-26Added authenticationThomas Keil
2007-04-22- added searchresults.oChristian Wieninger
2007-04-15added edit_searchtimer.ecppChristian Wieninger
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-25- added first approach to show searchtimersSascha Volkenandt
2007-01-21Added calculation of dependencies for the generated .cpp files.Dieter Hametner
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-14- Extended tooltip infrastructure.Dieter Hametner
- Made recordings use tooltip infrastructure to display detailed info. - Updated style for this.
2007-01-13- added service to switch channels by channel-idSascha 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-07removed event_widgetThomas Keil
2007-01-07Michis header style and fontsize changesDieter Hametner
2007-01-06- added error widgetSascha Volkenandt
2007-01-06Collapsable treeview of recordings (almost)Dieter Hametner
2007-01-06added recordings_items.ecpp; Updated html structure for recordingsDieter Hametner
2007-01-05- added timer data to editorSascha Volkenandt
- timers don't show date in case of a weekday timer
2007-01-05removed unnecessary pattern rulesDieter Hametner
2007-01-05- added edit_timer.o to objectsSascha Volkenandt
2007-01-05- added new page edit_timerSascha Volkenandt
- removed obsolete new_timer - added button and link to edit_timer
2007-01-05- intermediate version without edit/new timerSascha Volkenandt
2007-01-05Added new_timerThomas Keil
2007-01-04- introduced page "remote control"Sascha Volkenandt
2007-01-04Initial version of Recordings pageDieter Hametner
2007-01-04- added screenshot page, which delivers a grabbed image from the primary ↵Sascha Volkenandt
device as jpeg
2007-01-04- optimized interface to access plugin objects from websiteSascha Volkenandt
- moved website code to pagelib subdirectory - introduced TimerManager that will help working on timers from a background thread
2007-01-04Updated all Makefiles to omit 'default target bug' from httpd MakefileDieter Hametner
2007-01-03using -Wl,--whole-archive to link sublibrariesDieter Hametner
2007-01-03UpdateThomas Keil
2007-01-03Neues und BugfixesThomas Keil
2007-01-03Use incremental linking for libtnt-liveDieter Hametner
2007-01-03add include to VDRDIR/includeDieter Hametner
2007-01-03Fixed OBJS in pages/MakefileDieter Hametner
2007-01-03Moved *.ecpp to pages and *.css to css subdir, added images dirDieter Hametner