summaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Collapse)Author
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-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-22- Introducing Mootools as base javascript library.Dieter Hametner
- 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).
2007-06-14- Infobox status update state is remembered in session. Fixes #313Dieter Hametner
2007-06-13- show 'user friendly' error message in infobox. Fixes #315Dieter Hametner
- Tooltip text now independant of update state. Fixes #328
2007-05-25- Make about box visible on all main pages.Dieter Hametner
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- 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
2007-05-05- General cleanup of recordings. Made design more like other pagesDieter Hametner
- Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML.
2007-04-29- xml version of infobox, updates only pagelements inside the box notDieter Hametner
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.
2007-02-22- Polling in status box can now be toggled between active and inactive.Dieter Hametner
2007-02-18- Added status box with current channel, program and elapsed time in theDieter Hametner
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.
2007-01-21- Draggable epg-evnts tooltips. They don't get closed automaticaly. ItDieter Hametner
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.
2007-01-18- removed some debug alertsSascha Volkenandt
2007-01-18- displaying error message now if an ajax request succeeded but the ↵Sascha Volkenandt
underlying action failed
2007-01-16- fixed typoSascha Volkenandt
- delivering object in separate variable for anonymous functions
2007-01-15- moved ajax script to separate fileSascha Volkenandt
- 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
2007-01-09layout with with for the date and time of recordings entries.Dieter Hametner
2007-01-06Collapsable treeview of recordings workingDieter Hametner
2007-01-06Collapsable treeview of recordings (almost)Dieter Hametner
2007-01-05Fixed mime type for js filesDieter Hametner
2007-01-05removed examples and web directoryDieter Hametner
2007-01-04removed examplesDieter Hametner
2007-01-04Added Makefile for new javascript directoryDieter Hametner
2007-01-04*** empty log message ***Thomas Keil