summaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Collapse)Author
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