Age | Commit message (Expand) | Author |
2011-02-27 | While replaying, the editing marks are now updated every 10 seconds | Klaus Schmidinger |
2011-02-26 | Fixed setting up the 'Recordings' menu in case there are several recordings w... | Klaus Schmidinger |
2011-02-25 | Now checking the result of all realloc() calls | Klaus Schmidinger |
2010-12-12 | Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys varia... | Klaus Schmidinger |
2010-06-06 | Implemented setup option 'OSD/Number keys for characters' | Klaus Schmidinger |
2010-05-13 | Fixed initializing channel name when editing a new channel | Klaus Schmidinger |
2010-05-02 | Fixed a crash when creating a new channel if the channel list is empty | Klaus Schmidinger |
2010-03-12 | The new setup option "Folders in timer menu" controls whether the file names ...1.7.14 | Klaus Schmidinger |
2010-03-07 | The full timer file name is now displayed if it ends with "TITLE" or "EPISODE" | Klaus Schmidinger |
2010-03-07 | Implemented automatic deleting of timeshift recording | Klaus Schmidinger |
2010-03-06 | The "Source" item in the "Edit channel" menu now wraps around the list of sou... | Klaus Schmidinger |
2010-02-28 | Added plugin-defined sources | Klaus Schmidinger |
2010-02-07 | The file name in the "Timers" menu now shows only the base name of the record... | Klaus Schmidinger |
2010-02-06 | Moved the declaration of cMenuCommands to menu.h, so that plugins can use it | Klaus Schmidinger |
2010-01-31 | The files "commands.conf" and "reccmd.conf" can now contain nested lists of c...1.7.12 | Klaus Schmidinger |
2010-01-30 | The PCR pid is now recorded for channels where this is different from the vid... | Klaus Schmidinger |
2010-01-17 | The new setup option "Miscellaneous/Channels wrap" controls whether the curre... | Klaus Schmidinger |
2010-01-17 | The "Edit timer" menu can now set the folder for the recording from a list of... | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-06-21 | Fixed storing the current OSD size in case the device has changed it in its s... | Klaus Schmidinger |
2009-05-21 | Implemented setup option "Recording/Pause key handling" | Klaus Schmidinger |
2009-05-03 | OSD sizes in percent; automatic update of OSD size | Klaus Schmidinger |
2009-01-24 | Fixed handling the maximum video file size | Klaus Schmidinger |
2009-01-24 | Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ... | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-12-13 | Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t... | Klaus Schmidinger |
2008-05-01 | Implemented handling the standard component descriptor for AC3 | Klaus Schmidinger |
2008-04-12 | Re-implemented handling of DVB-S2 | Klaus Schmidinger |
2008-03-16 | Resetting a timer's 'pending' flag when it has ended | Klaus Schmidinger |
2008-03-14 | Fixed displaying the free disk space | Klaus Schmidinger |
2008-02-24 | Added the backslash ('\') to the list of characters that need to be escaped w...1.5.16 | Klaus Schmidinger |
2008-02-24 | Increased the valid range of the "Subtitle offset" setup option to -100...100 | Klaus Schmidinger |
2008-02-23 | The CAM menu now stays open as long as it is automatically updated | Klaus Schmidinger |
2008-02-16 | Implemented the cStatus, cDevice and cPlayer functions for setting subtitle t... | Klaus Schmidinger |
2008-02-16 | Refreshing the free disk space display when leaving a Recordings submenu | Klaus Schmidinger |
2008-02-15 | When deleting the recording that is currently replayed, the replay is now sto... | Klaus Schmidinger |
2008-02-15 | Using cString::sprintf() instead of asprintf() | Klaus Schmidinger |
2008-02-10 | The free disk space is now also displayed in the title of the "Recordings" menu | Klaus Schmidinger |
2008-02-09 | Ignoring "repeat" and "release" keys in the time search entry mode during replay | Klaus Schmidinger |
2008-02-08 | Revoked the switch to the "multiproto" driver in order to make a new stable v... | Klaus Schmidinger |
2008-01-27 | Implemented handling of DVB-S2 | Klaus Schmidinger |
2008-01-13 | Fixed displaying weekday names in the Schedule menu if the system uses UTF-8 | Klaus Schmidinger |
2008-01-13 | Added a missing setting of lastFreeMB in cMenuMain::Update() | Klaus Schmidinger |
2007-11-25 | The kInfo key is now propagated to any open menu | Klaus Schmidinger |
2007-11-25 | Implemented setup option "Miscellaneous/Emergency exit" | Klaus Schmidinger |
2007-11-03 | The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which r... | Klaus Schmidinger |
2007-10-19 | The "Play" key now starts replay of the selected recording in the Recordings ... | Klaus Schmidinger |
2007-10-13 | Added a missing Channels.SetModified(true) call when deleting or moving a cha... | Klaus Schmidinger |
2007-10-12 | Implemented handling DVB subtitles | Klaus Schmidinger |
2007-08-24 | Fixed some compiler warnings with gcc-4.2.0 | Klaus Schmidinger |