Age | Commit message (Collapse) | Author |
|
Removed in german translations the 'Uhr' from time formating.
|
|
Visual enhancement: fixed and changed several access path to the
img/transparent.png invisible image.
|
|
The recordings now have a stream button beneath them.
|
|
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.
|
|
compatible 'trVDR' macro.
|
|
|
|
|
|
|
|
|
|
- Window size of streaming window is now adapted to new size of
embedded vlc video frame.
|
|
Backwards compatibilty will be dropped in future version of LIVE.
|
|
recordings updates.
|
|
- 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.
|
|
- 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.
|
|
- ported Infobox javascript code to this library.
- LiveSimpleAjaxRequest uses Ajax-Object from mootools.
- Start of distribution of javascript in source form (not compiled
into the live binary).
|
|
- Some minor style fixes.
|
|
- 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 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 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
|
|
- Added appropriate image, adaped Makefile
- Changed timers.ecpp, recordings.ecpp to use only <%cpp> (Doesn't
confuse syntax aware text editors like <{ }> did.)
|
|
- Bugfix for #289, #291
- Adapted styles and helper classes.
- recordings should be now strict XHTML.
|
|
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.
|
|
edit_timer.ecpp login.ecpp recordings.ecpp remote.ecpp schedule.ecpp
searchresults.ecpp searchtimers.ecpp timers.ecpp whats_on.ecpp
- replaced DOCTYPE at login.ecpp and whats_on.ecpp with page element
"<& pageelems.doc_type &>"
|
|
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.
|
|
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.
|
|
is possible to have more of them open at one time. This makes it
possible to have tooltips also inside the epg-event boxes.
This is an experimental setting and is only a domTT configuration
option.
- Found and preliminary fixed a bug in domTT for sticky tooltips (like
the epg-event boxes) that don't have a domTT-caption (domTT option
caption set to false for design reasons). When they are set to
draggable domTT crashes. I added a fix to this, that makes the whole
box draggable with the mouse. Idealy one would like to have this
beheaviour only in the title bar. Will try to report this bug upstream
to domTT developer.
- Added some translations for new strings.
|
|
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.
|
|
- 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
|
|
- Experimental 'yellow' Tooltips
|
|
|
|
- Made recordings use tooltip infrastructure to display detailed info.
- Updated style for this.
|
|
To make it visieble we still need to activate the tooltip javascript.
|
|
|
|
|
|
- Adjusted styles for recordings
- recodings folders are now on top of one group
- changed some images and added play.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- moved error_widget to error.ecpp as subcomponent
- introduced error handling where necessary
- moved creation of timer settings string from page to code
- added redirect to edit_timer.ecpp after saving a timer
|
|
|
|
|
|
|