Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | Fix for tntnet version number with 'pre' in the version string.cvs-commit-362 | Dieter Hametner | |
2008-11-19 | new setup option to display channels without EPG | Christian Wieninger | |
2008-06-21 | Changed the definition of tntversion in the LIVE source files. | Dieter Hametner | |
Now there is a define TNTVERSION set to a number that can be compared in C oreprocessor 'if' statements. This allows for adding support for tntnet specific features with evolving tntnet version. | |||
2008-04-20 | Changed CXXFLAGS to ommit well known but anoying warnings when compiling | Dieter Hametner | |
sources generated through the tntnet ecppc precompiler. | |||
2008-04-07 | translation of the live summary displayed in VDR's setup | Christian Wieninger | |
2008-02-21 | timer conflict implementation moved to timerconflict.cpp/h | Christian Wieninger | |
2008-01-25 | - tadi's update | Christian Wieninger | |
2008-01-15 | - Makefile change regarding --omit-header seems to be ok, so again undo ;) | Christian Wieninger | |
2008-01-15 | - reversed change to avoid conflicts | Christian Wieninger | |
2008-01-04 | - A change in the TNTVERS7 detection shell command does not use bash | Dieter Hametner | |
features. So the previous commit could be 'reverted' and bash is no longer a needed prerequisite for LIVE. | |||
2008-01-04 | - Require /bin/bash as SHELL in top level makefile. | Dieter Hametner | |
2007-12-23 | - Changed mode of live.pot creation. Should prevent .po file conflicts | Dieter Hametner | |
at subsequent upgrades from CVS. | |||
2007-12-17 | - Added tooltip for timer status. Closed Bug #396. | Dieter Hametner | |
2007-12-17 | - Removed not needed channels.ecpp file for security reasons as it did | Dieter Hametner | |
not have login protection. | |||
2007-12-17 | - Fixed compilation error for TNTNET Version 1.6.1 | Dieter Hametner | |
2007-12-02 | - fixed a typo | Christian Wieninger | |
2007-12-01 | - Backwards compatible update to support Tntnet Version 1.6.0.6. | Dieter Hametner | |
Backwards compatibilty will be dropped in future version of LIVE. | |||
2007-10-21 | - renamed recordings.h/cpp to recman.h/cpp. Preparations for | Dieter Hametner | |
recordings updates. | |||
2007-10-21 | - replaced '-F' with '--no-location' to avoid line numbers in po files | Christian Wieninger | |
2007-09-17 | - Moved images from compiled in image dir to data dir 'img'. | Dieter Hametner | |
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup. | |||
2007-09-02 | - fixed #384 | Christian Wieninger | |
2007-08-22 | - po/live.pot can be generated from sources. So it does not need to be | Dieter Hametner | |
in CVS. | |||
2007-08-21 | - po/*.pot, po/*.po files don't get deleted when i18n-generated.h file is | Dieter Hametner | |
generated by make rule. - Updated README file about Internationalization. | |||
2007-08-21 | - Removed the need for build of CVS sources to require Locale::PO. | Dieter Hametner | |
It is now only required, when changeing translations and using VDR < 1.5.7 | |||
2007-08-19 | - Made translation of the locale files only when needed by VDR version. | Dieter Hametner | |
2007-08-19 | - First attempt to implement a backward compatible scheme of the new | Dieter Hametner | |
VDR 1.5.7 localization scheme. | |||
2007-06-13 | - fixed 'make dist' | Christian Wieninger | |
2007-06-06 | - Use GetConfigDir instead of USRDIR define. | Dieter Hametner | |
- Unification of table markup (still needs some tweaking). - Adaption of styles.css to new table CSS classes. | |||
2007-06-01 | - added uniform features detector | Sascha Volkenandt | |
2007-06-01 | - beautifications | 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-30 | - now using own MD5 algorithm | Christian Wieninger | |
2007-05-29 | - added zzam's suggestion regarding --as-needed | Sascha Volkenandt | |
2007-05-24 | - removed debug switch '-g' for smaller libs (please use your own ↵ | Christian Wieninger | |
Make.config with '-g' for debugging purposes) | |||
2007-05-24 | - added -Wno-unused-variable -Wno-non-virtual-dtor to avoid compiler ↵ | Christian Wieninger | |
warnings produced by tntnet | |||
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 mainthreadloop | Sascha Volkenandt | |
2007-04-26 | - moved version checking from live.h to live.cpp | Christian Wieninger | |
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 | |