summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2007-05-05- Fix for the linking problem.Dieter Hametner
For details see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422372
2007-05-04- moved grab task into mainthreadloopSascha Volkenandt
2007-04-26- moved version checking from live.h to live.cppChristian Wieninger
2007-01-25- added helper classes for epgsearch servicesSascha Volkenandt
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-18- added status monitor to reload timers when a recording starts or stopsSascha 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-idSascha Volkenandt
2007-01-06Collapsable treeview of recordings workingDieter Hametner
2007-01-05Added recordings (not very functional now) to cvsDieter Hametner
2007-01-05- removed creation of libvdr-*.laSascha Volkenandt
2007-01-05- incorporated all code into one shared objectSascha Volkenandt
2007-01-04Added Makefile for new javascript directoryDieter Hametner
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-03- added new Timers class that wraps cTimers functionalitySascha Volkenandt
2007-01-03using -Wl,--whole-archive to link sublibrariesDieter 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-03Export DEFINES to sub-makesDieter Hametner
2007-01-03- added exit when compiling inside a subdir failsSascha Volkenandt
2007-01-03Use incremental linking for libtnt-liveDieter Hametner
2007-01-03Added css to subdirsDieter Hametner
2007-01-03Moved *.ecpp to pages and *.css to css subdir, added images dirDieter Hametner
2007-01-03- some optimizationsSascha Volkenandt
2007-01-03- removed website-code generation from dist targetSascha Volkenandt
2007-01-03fixed clean target in MakefileDieter Hametner
2007-01-03- added function for datetime formattingSascha Volkenandt
2007-01-03- added internationalizationSascha Volkenandt
2007-01-03Zwischen-commitThomas Keil
2007-01-02- silenced make clean in httpd subdirSascha 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/binSascha Volkenandt
2007-01-02- made "all" the default targetSascha Volkenandt
2007-01-02*** empty log message ***Thomas Keil
2007-01-02- initial checkinSascha Volkenandt