summaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)Author
2015-02-10Drop support for old tntnet versions: Removed support to read a tntnet ↵Dieter Hametner
config file. Only code internal configuration is used now.
2015-02-09Change to VDR 2.x compatible Makefiles. This terminates theDieter Hametner
compatibility of the LIVE plugin with VDR versions < 1.7.37. This is based on a patch I received by the vdr-mailing-list user 'macmenot'.
2013-02-23Fixed the 'dist' target of the Makefiles.Dieter Hametner
2011-03-11Renamed FEATURES to PLUGINFEATURES in Makefiles.Rolf Ahrenberg
2011-02-22Added support for HAVE_LIBPCRECPP.Rolf Ahrenberg
2011-02-20Reverted part of Rolfs changes in the CSS file. Not all parts of theDieter Hametner
pagemenu shall become bold. Made only the new recordings Filter field bold, as it is the wish of Rolf who added it.
2011-02-20Updated Finnish translations.Rolf Ahrenberg
2011-02-10Silenced compilation warnings related to internals of TNTNET library.Rolf Ahrenberg
2011-01-25Applied patch supplied by vdr-portal.de user iNOB in the post:Dieter Hametner
http://www.vdr-portal.de/board/thread.php?postid=946704#post946704 It replaces the 4:3 tv image on the remote page with 16:9 one, which is more appropriate for todays TV image ratios.
2011-01-25Applied patch (live-git-20110125-layout-fixes.patch.gz) supplied byDieter Hametner
Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues of the multischedule extension of LIVE.
2010-11-21- added channel group selection, various fixesmartin
2010-11-20- some fixes and improvements to multischeduleMartin Wache
2010-06-08Improve/fix locale date/time formatting.Dominic Evans
2009-09-04Fix a small css layout hickup.Dieter Hametner
2008-11-23Fiddled arround with date displays in what's on page.Dieter Hametner
2008-11-23Added nowrap class in styles.css. Time strings are now 'nonwrapable'.Dieter Hametner
Removed in german translations the 'Uhr' from time formating.
2008-11-23Visual enhancement: Make progress bar invisible if duration is 0.Dieter Hametner
Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image.
2008-04-18Fixed an additional 2px padding error in the infobox caption.Dieter Hametner
2008-04-18Added different button for streaming to browser and playback on tv.cvs-commit-354Dieter Hametner
Fixed style of infobox caption.
2008-04-08display length of recordings (#451)Christian Wieninger
2008-03-12Made similar css adaptions for the about box like previous ones for theDieter Hametner
EPG info boxes.
2008-03-12Cleanup of css style for epg info with and without ajax enabled.Dieter Hametner
2008-03-12Test to generalize the styles for epg infos. They work now in non ajaxDieter Hametner
mode too. Still needs code cleanup.
2008-02-27Fixed appearance of the negative status feedback box, which is used when ajaxDieter Hametner
actions which trigger only some setting in VDR but not update the live pages fail. This led to new 'redwine' images for the hint background. So those were added too.
2008-02-26Added streaming button in channnel selection page.Dieter Hametner
This allows to stream also channels that don't have EPG data and thus are only selectable by hand. Regenerated backwards compatible message file, because of string changes.
2008-02-24Added functionality to display timer conflicts when polled through theDieter Hametner
statusbox updates. Created the layout and look of the status message.
2008-02-24Pagemenu is an ID of the corresponding div now. There is only oneDieter Hametner
pagemenu allowed so this change makes it clear. Adapted styles in global styles.css as well in the themes supplied with live.
2008-02-22First implementation of a notification about timer conflicts in LIVE.Dieter Hametner
Based on the work of winni in epgsearch and its service interface.
2007-12-22- Almost full featured javascript controlling interface for the vlc window.Dieter Hametner
2007-10-17- Added patch from zirias for background color settings. SeeDieter Hametner
http://www.vdr-portal.de/board/thread.php?postid=659497#post659497
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-07-29- Made vdr ajax requests work also via a static page. This is forDieter Hametner
browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move.
2007-07-24- Updated veltliner theme with changes from Ulf Kiener.Dieter Hametner
- Fixed new timer creation bug. - Fixed typo in styles.css
2007-07-22- Some changes to enhance W3C XHTML strict compatibility.Dieter Hametner
- Timer are called with epgid instead channelid and eventid.
2007-07-22- Tool icons in epg popup windows.Dieter Hametner
2007-07-21- Introducing explicit pageenhance javascript class. See Changelog andDieter Hametner
the files itself for more info.
2007-07-20- Made epg images better stylable. Moved epg image info into spanDieter Hametner
area, which floats right of the normal epg description text.
2007-07-19- Updated orange blue theme to the new tips and infowin.Dieter Hametner
2007-07-16- Fix style of progress bar in infowin boxes.Dieter Hametner
2007-07-12- Some About Box enhancements on the styling side.Dieter Hametner
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-12- New theme orange-blue (see ChangeLog for more info).Dieter Hametner
- Some minor style fixes.
2007-06-11- Additional fixes for better styleability. Set class 'bottomrow' onDieter Hametner
table cells which are followed by a spacer line.
2007-06-07- also highlight 'at' and 'What's on' in corresponding mode in page 'What's on'Christian Wieninger
2007-06-06- Removed unused style.Dieter Hametner
2007-06-06- Fixed some minor styling bugs in edit_searchtimer.Dieter Hametner
- adapted styles.css and theme.css for the corrections.
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-03- general CSS based themeing support.Dieter Hametner
- added setup option to select theme. - added search scheme for themable images and stylesheets. - added marine (default) and redwine theme. - documented new features. All developers must read doc/dev-conventions.txt
2007-06-01- minor fixSascha Volkenandt
2007-06-01In list view:Andreas Mair
- Added "switch channel" button. - Added IMDb button. - Added progress bar. - Added station column. - Toggle "list view" / "detail view" links.