- added Turkish translation (thanks to Ali Haykir)

- Philips: combined DVB-C and DVB-T into a single list with a common number domain
- added exprimental support for Samsung "iptv" list
- added Suiss reference lists with Astra 19.2E + Hotbird 13.0E channels
- fixed "System.ArgumentOutOfRangeException..." when opening a file which supports mixed-source favorite lists
  (Sony, Philips, Hisense, ...)
- System requirements changed: .NET Framework 4.8
- added high-DPI support
- added Accessibility menu options to change the UI font size
This commit is contained in:
Horst Beham
2020-05-02 19:04:43 +02:00
parent abb2c90446
commit dc810b0a12
92 changed files with 6618 additions and 722 deletions

View File

@@ -79,7 +79,7 @@ namespace ChanSort.Api
/// <summary>
/// A proxy channel is inserted into the current channel list when there was no match for a reference list channel
/// </summary>
public bool IsProxy => this.RecordIndex < 0;
public bool IsProxy => this.RecordIndex == -1;
/// <summary>
/// arbitrary information that can be shown in a UI column to assist in analyzing a file format while coding a plugin