Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-25 | - added helper classes for epgsearch services | Sascha Volkenandt | |
2007-01-19 | - Added new class epgEvent. Sie epg_events.h. This class collects epg | Dieter 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-18 | - added status monitor to reload timers when a recording starts or stops | Sascha Volkenandt | |
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-13 | - added service to switch channels by channel-id | Sascha Volkenandt | |
2007-01-06 | Collapsable treeview of recordings working | Dieter Hametner | |
2007-01-05 | Added recordings (not very functional now) to cvs | Dieter Hametner | |
2007-01-05 | - removed creation of libvdr-*.la | Sascha Volkenandt | |
2007-01-05 | - incorporated all code into one shared object | Sascha Volkenandt | |
2007-01-04 | Added Makefile for new javascript directory | Dieter Hametner | |
2007-01-04 | - optimized interface to access plugin objects from website | Sascha Volkenandt | |
- moved website code to pagelib subdirectory - introduced TimerManager that will help working on timers from a background thread | |||
2007-01-03 | - added new Timers class that wraps cTimers functionality | Sascha Volkenandt | |
2007-01-03 | using -Wl,--whole-archive to link sublibraries | Dieter Hametner | |
2007-01-03 | - renamed Setup::Get() to LiveSetup() | Sascha Volkenandt | |
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp | |||
2007-01-03 | Export DEFINES to sub-makes | Dieter Hametner | |
2007-01-03 | - added exit when compiling inside a subdir fails | Sascha Volkenandt | |
2007-01-03 | Use incremental linking for libtnt-live | Dieter Hametner | |
2007-01-03 | Added css to subdirs | Dieter Hametner | |
2007-01-03 | Moved *.ecpp to pages and *.css to css subdir, added images dir | Dieter Hametner | |
2007-01-03 | - some optimizations | Sascha Volkenandt | |
2007-01-03 | - removed website-code generation from dist target | Sascha Volkenandt | |
2007-01-03 | fixed clean target in Makefile | Dieter Hametner | |
2007-01-03 | - added function for datetime formatting | Sascha Volkenandt | |
2007-01-03 | - added internationalization | Sascha Volkenandt | |
2007-01-03 | Zwischen-commit | Thomas Keil | |
2007-01-02 | - silenced make clean in httpd subdir | Sascha Volkenandt | |
- now removing .cpp files generated from .ecpp when cleaning | |||
2007-01-02 | - made some more variables optional (only set if not existing in local ↵ | Sascha Volkenandt | |
environment) - some optical cleanups | |||
2007-01-02 | - removed ecppc path hardcoded to /usr/local/bin | Sascha Volkenandt | |
2007-01-02 | - made "all" the default target | Sascha Volkenandt | |
2007-01-02 | *** empty log message *** | Thomas Keil | |
2007-01-02 | - initial checkin | Sascha Volkenandt | |