Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-24 | Fix listener bug triggered by never versions of cxxtools reported in bug #1066 | Dieter Hametner | |
2013-02-23 | Fixed the 'dist' target of the Makefiles. | Dieter Hametner | |
2011-03-11 | Renamed FEATURES to PLUGINFEATURES in Makefiles. | Rolf Ahrenberg | |
2011-02-22 | Added support for HAVE_LIBPCRECPP. | Rolf Ahrenberg | |
2011-02-10 | Silenced compilation warnings related to internals of TNTNET library. | Rolf Ahrenberg | |
2011-02-10 | Added support for renaming/moving recordings and for deleting multiple ↵ | Rolf Ahrenberg | |
recordings at once. | |||
2010-11-07 | - first working version of multischedule | Martin Wache | |
2010-04-04 | compile with driver sources different from kernel headers | Christian Wieninger | |
2009-12-08 | Made recordings http streaming dependent on tntnet version 1.7.0 and | Dieter Hametner | |
aboove because that version only supports 'calming down' the request watchdog. Without that the tntnet request watchdog killed the whole VDR process after 600 sec. Thus recordings lasting longer than 10 minutes could not be displayed and even worse the whole VDR process terminated. That could break currently running timers. | |||
2009-09-07 | new user management within setup that also handles different user rights | Christian Wieninger | |
2008-06-21 | Use the previous commited functionality to stream recordings. | Dieter Hametner | |
The recordings now have a stream button beneath them. | |||
2008-04-20 | Changed CXXFLAGS to ommit well known but anoying warnings when compiling | Dieter Hametner | |
sources generated through the tntnet ecppc precompiler. | |||
2008-02-17 | first version with timer conflicts | Christian Wieninger | |
2008-01-25 | - tadi's update | Christian Wieninger | |
2007-12-17 | - Removed not needed channels.ecpp file for security reasons as it did | Dieter Hametner | |
not have login protection. | |||
2007-12-16 | - Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVE | Dieter Hametner | |
development status. See Bug #343. This will need some additional tweaking. | |||
2007-10-21 | - renamed recordings.h/cpp to recman.h/cpp. Preparations for | Dieter Hametner | |
recordings updates. | |||
2007-07-22 | - Some changes to enhance W3C XHTML strict compatibility. | Dieter Hametner | |
- Timer are called with epgid instead channelid and eventid. | |||
2007-07-12 | - Update to the mootools framework. | Dieter Hametner | |
- New more XHTML compliant tips. - Optional AJAX enabled infoboxes for epg information. - Major speed enhancement for the single pages, due to less data to transfer to the browser. - See doc/ChangeLog for more detailed changes description. - See doc/dev-conventions.txt for how we benefit from mootools package on the ECMAScript side of live. | |||
2007-06-01 | - beautification | Sascha Volkenandt | |
2007-05-31 | - Added doc/ChangeLog | Dieter 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 committed | Sascha Volkenandt | |
2007-05-23 | - setup page | Christian Wieninger | |
2007-05-08 | - Control recordings playback from Infobox | Dieter 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 not | Dieter 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 EPG | Christian Wieninger | |
2007-04-26 | Added authentication | Thomas Keil | |
2007-04-22 | - added searchresults.o | Christian Wieninger | |
2007-04-15 | added edit_searchtimer.ecpp | Christian Wieninger | |
2007-02-18 | - Added status box with current channel, program and elapsed time in the | Dieter 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 searchtimers | Sascha Volkenandt | |
2007-01-21 | Added calculation of dependencies for the generated .cpp files. | Dieter Hametner | |
2007-01-15 | - moved ajax script to separate file | Sascha 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-id | Sascha Volkenandt | |
2007-01-07 | - simplified error handling | Sascha 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-07 | removed event_widget | Thomas Keil | |
2007-01-07 | Michis header style and fontsize changes | Dieter Hametner | |
2007-01-06 | - added error widget | Sascha Volkenandt | |
2007-01-06 | Collapsable treeview of recordings (almost) | Dieter Hametner | |
2007-01-06 | added recordings_items.ecpp; Updated html structure for recordings | Dieter Hametner | |
2007-01-05 | - added timer data to editor | Sascha Volkenandt | |
- timers don't show date in case of a weekday timer | |||
2007-01-05 | removed unnecessary pattern rules | Dieter Hametner | |
2007-01-05 | - added edit_timer.o to objects | Sascha Volkenandt | |
2007-01-05 | - added new page edit_timer | Sascha Volkenandt | |
- removed obsolete new_timer - added button and link to edit_timer | |||
2007-01-05 | - intermediate version without edit/new timer | Sascha Volkenandt | |
2007-01-05 | Added new_timer | Thomas Keil | |
2007-01-04 | - introduced page "remote control" | Sascha Volkenandt | |