summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2012-08-26Fixed a race condition when zapping in transfer modeKlaus Schmidinger
2012-08-25Fixed detecting transfer mode on full featured DVB cardsKlaus Schmidinger
2012-08-25Added IsUpdate() to the EPG handler interfaceKlaus Schmidinger
2012-08-21RemoveEmptyDirectories() now ignores dot filesKlaus Schmidinger
2012-08-21Updated the Finnish OSD textsKlaus Schmidinger
2012-08-21Fixed handling control characters in SI data in case of UTF-8 encoded stringsKlaus Schmidinger
2012-07-15Fixed sorting recordings in the top level video directoryKlaus Schmidinger
2012-07-14Credit for Ludi Kaleni1.7.29Klaus Schmidinger
2012-06-17The new setup option "Miscellaneous/Show channel names with source" can be ↵Klaus Schmidinger
used to turn on adding the source character to channel names whenever they are displayed
2012-06-13Changed some of the colors in the LCARS skinKlaus Schmidinger
2012-06-13Fixed checking for a visible live programme in case a menu or the channel ↵Klaus Schmidinger
display is currently open
2012-06-13Fixed displaying messages in the LCARS skinKlaus Schmidinger
2012-06-10Setting the "broken link" or "TEI" flags when cutting recordings is now ↵Klaus Schmidinger
suppressed if the editing point merges two seamlessly fitting parts of the same stream
2012-06-10Fixed the type of MBperMinute in cVideoDiskUsage::HasChanged()Klaus Schmidinger
2012-06-10Fixed handling recording with more than two bonded devicesKlaus Schmidinger
2012-06-09Fixed several spelling errorsKlaus Schmidinger
2012-06-09Implemented sort mode for recordingsKlaus Schmidinger
2012-06-08The LCARS skin's main menu now only displays timers that are actually activatedKlaus Schmidinger
2012-06-07Fixed some copy&paste errors in PLUGINS.htmlKlaus Schmidinger
2012-06-07Removed the gap from the main menu buttons in the LCARS skinKlaus Schmidinger
2012-06-07Changed the button colors in the LCARS skin to better fit with the rest of ↵Klaus Schmidinger
the theme
2012-06-07Updated the Italian OSD textKlaus Schmidinger
2012-06-04Added SetComponents() to the EPG handler interfaceKlaus Schmidinger
2012-06-04Added HandledExternally() to the EPG handler interfaceKlaus Schmidinger
2012-06-04Fixed the call to ChannelString() in cSkinLCARSDisplayChannel::SetChannel()Klaus Schmidinger
2012-06-04Updated the Finnish OSD textsKlaus Schmidinger
2012-06-04Adjusted the default values for OSD and font sizes to better fit HDTVKlaus Schmidinger
2012-06-04Fixed making LCARS the default skinKlaus Schmidinger
2012-06-04Now scaling down the Transfer Mode indicator bitmap in the LCARS skin in ↵Klaus Schmidinger
case it doesn't fit with the selected font size
2012-06-04The LCARS skin now only displays devices that can actually receive channelsKlaus Schmidinger
2012-06-04Fixed the background color of the Transfer Mode indicator bitmap in the ↵Klaus Schmidinger
LCARS skin
2012-06-03Added a missing template specification to the c'tor of cSortedTimersKlaus Schmidinger
2012-06-03Speeded up opening menus on systems with many (several thousands) of ↵1.7.28Klaus Schmidinger
recordings, by caching the information whether a recording is stored on the video directory file system within the cRecording data
2012-06-02Added DeleteEvent() to the EPG handler interface, so that an EPG handler can ↵Klaus Schmidinger
trigger deleting of an event
2012-06-02Extended the interface to the script that gets called for recordings, so ↵Klaus Schmidinger
that in the "edited" case it also provides the name of the original recording
2012-06-02Fixed font handling with fontconfig 2.9.0 or newerKlaus Schmidinger
2012-06-02Now making sure that the "small font" is never larger than the "osd font"Klaus Schmidinger
2012-06-02Finally removed the code marked with ↵Klaus Schmidinger
__RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS and LEGACY_CRECEIVER
2012-06-02Implemented LCARS skinKlaus Schmidinger
2012-06-02The new class cSortedTimers can be used to quickly get a list of all timers, ↵Klaus Schmidinger
sorted by their start time
2012-06-02The new function RgbShade() (include osd.h) can be used to generate a ↵Klaus Schmidinger
brighter or darker version of a given color
2012-05-29Fixed resetting CAMsKlaus Schmidinger
2012-05-20cVector::Clear() now reinitializes any previously used membersKlaus Schmidinger
2012-05-20If a recording has no info file, the 'title' of the recording's info is now ↵Klaus Schmidinger
set to the recording's name
2012-05-19Fixed checking for UTF-8 support in cFont::Bidi()Klaus Schmidinger
2012-05-17Implemented taBorder alignment flagKlaus Schmidinger
2012-05-13Fixed a mismatched 'delete' in cSchedules::SetEpgDataFileName()Klaus Schmidinger
2012-05-12The new member function cSkinDisplayReplay::SetRecording() allows a skin to ↵Klaus Schmidinger
display more information about the currently played recording
2012-05-11Making sure setup strings don't contain any newline charactersKlaus Schmidinger
2012-05-09Removed the "bondedMasterFailed" mechanism from cDvbTunerKlaus Schmidinger