Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
- Added "switch channel" button.
- Added IMDb button.
- Added progress bar.
- Added station column.
- Toggle "list view" / "detail view" links.
|
|
- 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.
|
|
|
|
|
|
- added hyperlink style for aboutbox
|
|
- added nicknames to about box
|
|
|
|
|
|
- Modified styles for longer german translation strings.
|
|
|
|
|
|
|
|
(you can click the label now to enable the checkbox/radio)
|
|
|
|
|
|
- fixed table padding in login.ecpp
|
|
- 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
|
|
|
|
- Bugfix for #289, #291
- Adapted styles and helper classes.
- recordings should be now strict XHTML.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- resized logo_login.png
- beautified login page
|
|
- translation fixes
|
|
|
|
a page specific optional additional menu. Just add a component to
the main menu. A working sample can be found in 'schedule.ecpp'
- Added extra with at the top of the recordings line.
- Adapted styles.css for both changes.
|
|
|
|
- dont show something like "edit searchtimers" or "edit timers"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- (MB) placed progressbar after date in whatson (thx to winni)
- (MB) replaced inactive picture (thx to winni)
|
|
- [MB] replaced normal buttons in remote with graphical buttons
- [MB] added power button in remote
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
- Added tooltip style class domTTepg for epg infos like in recordings
- Added new pageelement.epg_tt_box to create epg box tooltips.
Used at moment in recordings. Planned also for whats_on and schedule.
- Changed structure of event box in whats_on to same structure like
epg box. This makes the styling comparable between the two boxes.
- added bg_tools.png to with a vertical fadeing border to resemble the
fading bottom of more line oriented pages.
|
|
- 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.
|