summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-09Updated the Finnish OSD textsKlaus Schmidinger
2005-10-09Added '__attribute__' to functions that use printf() like parametersKlaus Schmidinger
2005-10-09Making sure no item is displayed as "current" if Up, Down, Left or Right is ↵Klaus Schmidinger
pressed in a menu with no selectable items
2005-10-09Fixed a possible endless loop in a menu with no selectable items if ↵Klaus Schmidinger
Setup.MenuScrollWrap is true
2005-10-09Now using daemon() instead of fork() to run VDR in daemon modeKlaus Schmidinger
2005-10-08Updated 'sources.conf'Klaus Schmidinger
2005-10-03Improved the CAM enquiry menu (cont'd)1.3.34Klaus Schmidinger
2005-10-03The CAM enquiry menu now aborts if Menu is pressedKlaus Schmidinger
2005-10-03Fixed a crash with automatically closing CAM menusKlaus Schmidinger
2005-10-03Improved the CAM enquiry menuKlaus Schmidinger
2005-10-03channels.confKlaus Schmidinger
2005-10-03The 'sub-title' and 'bottom text' in the CAM menu can now consist of several ↵Klaus Schmidinger
lines
2005-10-03The character 0x8A in CAM menu strings is now mapped to a real newlineKlaus Schmidinger
2005-10-02Skipping blanks at the beginning of CAM menu stringsKlaus Schmidinger
2005-10-02Fixed handling of menus with no selectable itemsKlaus Schmidinger
2005-10-02Quoting CAM menu texts to see blanks in logfileKlaus Schmidinger
2005-10-02Added status message "Opening CAM menu... for an immediate feedback when the ↵Klaus Schmidinger
CAM menu has been requested; speeded up initial opening of the CAM menu
2005-10-02Reduced MAX_CONNECT_RETRIES in ci.c to 2Klaus Schmidinger
2005-10-02The CAM menu is now completely closed when pressing the Menu key while ↵Klaus Schmidinger
inside a sub menu
2005-10-02Now skipping some funny characters sent by some CAMs at the beginning of stringsKlaus Schmidinger
2005-10-02The CAM menu now automatically updates itself in case of a progress displayKlaus Schmidinger
2005-10-02Added status message "Resetting CAM..." for an immediate feedback when the ↵Klaus Schmidinger
CAM reset has been triggered
2005-10-02Improved displaying 'sub-title' and 'bottom text' in the CAM menuKlaus Schmidinger
2005-10-02Fixed setting current menu item if the first one is non-selectable; ↵Klaus Schmidinger
cOsdItem::cOsdItem() now has a 'Selectable' parameter
2005-10-02Added a check against MAXOSDAREAS in cOsd::CanHandleAreas()Klaus Schmidinger
2005-10-01Fixed the FATALERRNO macro to check for a non-zero errno valueKlaus Schmidinger
2005-10-01Added a note about using this skin to the README fileKlaus Schmidinger
2005-10-01Fixed a crash in cConfig::Load() when compiling on the PPCKlaus Schmidinger
2005-10-01Fixed handling the '.update' file in case the video directory is not at the ↵Klaus Schmidinger
default location
2005-10-01Fixed an unjustified "Error while accessing recording!" after deleting a ↵Klaus Schmidinger
recording from a subfolder
2005-10-01Fixed opening recording folders in case the last replayed recording no ↵Klaus Schmidinger
longer exists
2005-09-26Fixed a leftover 'summary.vdr' in vdr.5Klaus Schmidinger
2005-09-25Made the function ExchangeChars() public1.3.33Klaus Schmidinger
2005-09-25channels.confKlaus Schmidinger
2005-09-25The '.update' file in the video directory is now touched when a recording is ↵Klaus Schmidinger
added or deleted
2005-09-25Added missing lock and state changeKlaus Schmidinger
2005-09-25Updated the Russian OSD textsKlaus Schmidinger
2005-09-25Updated the Romanian OSD textsKlaus Schmidinger
2005-09-25The 'new' indicator in the Recordings menu is now kept up-to-dateKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-18The SVDRP command DELR no longer triggers a complete reload of the global ↵Klaus Schmidinger
Recordings list, but rather deletes that particular entry
2005-09-18Fixed a typoKlaus Schmidinger
2005-09-17Removed obsolete 'shift' code in device.[hc]Klaus Schmidinger
2005-09-17Fixed error handling in cCiTransportConnection::RecvTPDU()Klaus Schmidinger
2005-09-17Fixed handling key macros with keys after @pluginKlaus Schmidinger
2005-09-17Added a missing include statement to the 'sky' pluginKlaus Schmidinger
2005-09-17Added cChannel::LinkChannels() and cChannel::RefChannel()Klaus Schmidinger
2005-09-17Fixed handling color buttons in cMenuEditStrItemKlaus Schmidinger
2005-09-17Fixed converting arbitrarily formatted summary.vdr filesKlaus Schmidinger
2005-09-14Fixed two errors in 'newplugin'Klaus Schmidinger