summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-16removed evaluating the 'last channel' since this is only useful for EPGChristian Wieninger
2008-02-08Added the online documentation for live into doc/web subfolder.Dieter Hametner
This makes via symlink use of already defined elements in live itself, like the stylesheet, the logo and the style-sheet elements for background images. Only the screenshot images are local to this directories. Remember to publish this site you need to resolve symlinks. For local testing a link in public_html in the users home directory is OK, if follow-symlinks is allowed there.
2008-02-07Further posix-ified bildutils/version-util after hints about posixDieter Hametner
compatibility from vdr-portal.de.
2008-02-06Document last changes also in ChangeLog.Dieter Hametner
2008-02-06Fixed function definitions in version-util. It seems some other shellsDieter Hametner
than bash need the () without whitespace behind the functions name. Regenerated i18n-generated.h
2008-01-28french translation update, thanks to Patrice StaudtChristian Wieninger
2008-01-25Merge commit 'tadi/master'Christian Wieninger
2008-01-25- tadi's updateChristian Wieninger
2008-01-25-Christian Wieninger
2008-01-25Removed the CVS id string from Makefile because it confuses theDieter Hametner
double handling of git and CVS vor version management. (Git is used internally by the core LIVE developers, whereas CVS is used to publish development snapshots to the public.)
2008-01-25Removed debug messages in the recordings_items constructors andDieter Hametner
destructors introduced to find the memory leak problem when the recordings list was recreated. Updated changelog with the latest changes.
2008-01-25Used StringReplace from tools to replace ~ with / in the output of theDieter Hametner
deleted recording. I decided to not support currently undeletion of recordings. This is now a preliminary possibility to delete recordings from within LIVE. A more sofisticated recordings management is in planing.
2008-01-25Merge branch 'master' into develDieter Hametner
2008-01-25Applied an other finish transaltion patch from Rolf Ahrenberg.Dieter Hametner
2008-01-25Fixed bug that the recordings items were not deleted when the tree wasDieter Hametner
rebuild. This was because of the non weak references to the parent items. Deleting of recordings can be triggered now. It still needs some tweaking on the visual feedback. And possibly a 'undelete' option for the last deleted recording.
2008-01-18Updated changelog about version suffix feature.Dieter Hametner
2008-01-18Merge branch 'devel'Dieter Hametner
2008-01-18Based CVS version calculation on checked out version of the single files.Dieter Hametner
Some script enhancements. Works now even when no version detection is possible.
2008-01-17Added generated version suffix file to .cvsignoreDieter Hametner
2008-01-17Merge branch 'devel'Dieter Hametner
2008-01-17Fixed some compile time problems with the version generation.Dieter Hametner
2008-01-16Some cleanup in the Makefile dependencies for subdirsDieter Hametner
Added target to create a generated version suffix file.
2008-01-16Merge commit 'winni/master'Dieter Hametner
2008-01-16- fix for #418 via DatePickerChristian Wieninger
2008-01-16Added files that use the version-util result.Dieter Hametner
2008-01-16Added version suffix detection based on CVS log and status and on gitDieter Hametner
show. Still not perfect because it does not trigger a recompile if no changes in the sources are present.
2008-01-16Merge branch 'master' into develDieter Hametner
2008-01-15- removed pot-creation date and changed language teamChristian Wieninger
2008-01-15- Makefile change regarding --omit-header seems to be ok, so again undo ;)Christian Wieninger
2008-01-15- removed redundant entriesChristian Wieninger
2008-01-15- Changelog updateChristian Wieninger
2008-01-15Merge commit 'tadi/master'Christian Wieninger
2008-01-15- added translation team to header againChristian Wieninger
2008-01-15- reversed change to avoid conflictsChristian Wieninger
2008-01-14- i18n update for old i18n systemChristian Wieninger
2008-01-14Merge branch 'master' into develDieter Hametner
2008-01-13A little bit of cleanup in epg_events.[h|cpp] after the last changes.Dieter Hametner
2008-01-13- code for collecting and displaying EPG events in 'What's on' is now separatedChristian Wieninger
2008-01-10Merge commit 'tadi/master'Christian Wieninger
2008-01-10Merge branch 'master' of castle:~git/liveMichael Brückner
2008-01-10fix compile with gcc4.3Michael Brückner
2008-01-10- favorites in 'detailed mode'Christian Wieninger
2008-01-10- presence of favorites now depends on existence of epgsearchChristian Wieninger
2008-01-10- translation fixesChristian Wieninger
2008-01-09Merge commit 'tadi/master'Christian Wieninger
Conflicts: po/de_DE.po po/fi_FI.po po/it_IT.po
2008-01-09- first try with favoritesChristian Wieninger
2008-01-08Merge branch 'master' into develDieter Hametner
2008-01-08Applied finish translation update patch from Rolf Ahrenberg.Dieter Hametner
2008-01-07Update to current public masterDieter Hametner
2008-01-06Added debian build directory and some git specific files.Dieter Hametner
This was needed after the import of the cvs repository into a git repository.