Age | Commit message (Collapse) | Author |
|
|
|
- added nicknames to about box
|
|
|
|
- Modified styles for longer german translation strings.
|
|
|
|
|
|
- moved about_box to pageelems
- fixed aboutbox without auth
|
|
- 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.
|
|
existing timer
- If record_timer.png is displayed one can now edit the timer for an event
|
|
|
|
|
|
whole box. This circumvents the tooltip stacking problem.
- updated styles for this change.
- updated i18n.cpp for this change.
- Changed javascript implementation for infobox.
- Box doesn't change size after first update.
- added some <%cpp> { </%cpp> tags to prevent newlines inserted by
tntnet. See tntnet documentation about this.
- Added infobox to all pages that didn't had one.
|
|
|
|
|
|
- Regouping of status box active buttons.
|
|
|
|
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.
|
|
recordings code.
|
|
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.
|
|
operators when streams are involved
|
|
- renamed service parameters to "param" to ease calling with ajax widget
|
|
|
|
- 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.
|
|
- moved call of ajax object to page element
- introduced page element for replaying recordings
- introduced task for replaying recordings
- added replay button to recordings page
|
|
- Made recordings use tooltip infrastructure to display detailed info.
- Updated style for this.
|
|
Moved channel selection into menu line, when schedule is active.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|