summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-04Fixed a bug reported by Matthias Kortstiege about edit_timers notDieter Hametner
having the correct timerId when called from the schedules list.
2008-06-03Updated Web-Page with additional contact information.Dieter Hametner
2008-06-03Added 'i18n.h' include in pages/recordings.ecpp to support backwardDieter Hametner
compatible 'trVDR' macro.
2008-05-02show disk usage and free space in table headerChristian Wieninger
2008-04-30Changed version number to 0.2.0release_0-2-0cvs-commit-358Dieter Hametner
Regenerated i18n-generated.h file for compatibility with older VDR versions.
2008-04-29Fixed some html entities to be not dependend on the codepage of theDieter Hametner
html source.
2008-04-29Merge commit 'winni/master'Dieter Hametner
2008-04-29Finalized translation of the live 0.2.0 website to english.Dieter Hametner
2008-04-27finnish translation update by Rolf AhrenbergChristian Wieninger
2008-04-27Almost complete translation to english of the homepage for LIVE 0.2.0.Dieter Hametner
Some tweaks for the softwre version config. Added License section in both versions of the homepage.
2008-04-23Added credits for the contributor of the SSL listener patch.cvs-commit-356Dieter Hametner
2008-04-23Applied SSL listener patch submitted through bug report #457.Dieter Hametner
2008-04-23Language negotiation according to browser language setting.Dieter Hametner
Started to translate the german homepage into english.
2008-04-21Updated screenshot functionality on the LIVE homepage for the nextcvs-commit-355Dieter Hametner
release.
2008-04-20Changed CXXFLAGS to ommit well known but anoying warnings when compilingDieter Hametner
sources generated through the tntnet ecppc precompiler.
2008-04-19Changed responsibilities in the about box.Dieter Hametner
2008-04-18Fixed bottom row style classes in list view of what's on.Dieter Hametner
2008-04-18Fixed an additional 2px padding error in the infobox caption.Dieter Hametner
2008-04-18Added different button for streaming to browser and playback on tv.cvs-commit-354Dieter Hametner
Fixed style of infobox caption.
2008-04-18Fixed recomended Epgsearch version.Dieter Hametner
Small fixes in the german pages.
2008-04-17Added dynamic screenshot functionality.Dieter Hametner
The new page in german is now functionaly complete. A content review needs to be done now.
2008-04-16First draft of updated Web-Page for the LIVE 0.2.0 release.Dieter Hametner
It contains currently only the German version. English translation will be created, when German version is declared as final.
2008-04-10Commented out some debugging log statements to not clutter syslog withcvs-commit-353Dieter Hametner
to much information.
2008-04-10Whitespace change only.Dieter Hametner
2008-04-08display length of recordings (#451)Christian Wieninger
2008-04-07required streamdev version: "none" to "?"Christian Wieninger
2008-04-07Brückner-fix ;)Christian Wieninger
2008-04-07finnish translation update, thanks to Rolf AhrenbergChristian Wieninger
2008-04-07translation of the live summary displayed in VDR's setupChristian Wieninger
2008-04-06fix for ibox update problemChristian Wieninger
2008-03-24fixes for new timer identification methodChristian Wieninger
2008-03-23Some clean up in the timer editing call.Dieter Hametner
Prepeared timer edititing to be a popup like the epg-data. This is not finished yet and seems to have some problems with the form and the popup. So the overall functionality is disabled. Never the less some of the changes for this are of general interrest, so current work was commited. Changes in the styles for this.
2008-03-23Merge branch 'master' into develDieter Hametner
2008-03-22Merge commit 'tadi/master'cvs-commit-348Christian Wieninger
Conflicts: tools.cpp
2008-03-22fix for problems with old compilersChristian Wieninger
2008-03-22An other attempt to fix operator>> for tChannelID.Dieter Hametner
2008-03-21Merge commit 'winni/master'Dieter Hametner
2008-03-20fix for #357 and #410Christian Wieninger
2008-03-12Whitespace changes only. Made file better suited to automaticDieter Hametner
indentation capable editors.
2008-03-12Whitespace changes only. Adapted indentation to be usable with automaticDieter Hametner
indentation editors.
2008-03-12Made similar css adaptions for the about box like previous ones for theDieter Hametner
EPG info boxes.
2008-03-12Cleanup of css style for epg info with and without ajax enabled.Dieter Hametner
2008-03-12Test to generalize the styles for epg infos. They work now in non ajaxDieter Hametner
mode too. Still needs code cleanup.
2008-03-06Merge commit 'winni/master' into develDieter Hametner
2008-02-28removed throw in timer conflict check if epgsearch is too oldChristian Wieninger
2008-02-28changes for new service interface version in epgsearchChristian Wieninger
2008-02-27Fixed appearance of the negative status feedback box, which is used when ajaxDieter Hametner
actions which trigger only some setting in VDR but not update the live pages fail. This led to new 'redwine' images for the hint background. So those were added too.
2008-02-26Added SetTimerModification() to aktivation and deletion of timers fromDieter Hametner
within the live plugin.
2008-02-26Added streaming button in channnel selection page.Dieter Hametner
This allows to stream also channels that don't have EPG data and thus are only selectable by hand. Regenerated backwards compatible message file, because of string changes.
2008-02-25Added new image for timer conflict notification.Dieter Hametner
Added a Force function to TimerConflicNotifier. Added the force notification to timer creation. First tests with this weren't very promising. Needs some thorough testing also at timer modification and deletion. Regenerated language header for backwards compatibilty.