mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 14:36:07 +02:00
- upgraded to DevExpress 18.2
- hide VPID and APID columns for Panasonic (no data provided) - Samsung J lists could have a \0 character at the end of a unicode16 string, which caused "Copy to Excel" to truncate the text - Fixed new-version check to work with github (only supports TLS 1.2 and newer now, not SSL 3.0) - added pull-request with GB Sky reference channel list
This commit is contained in:
@@ -13,11 +13,14 @@ namespace ChanSort.Api
|
||||
private int duplicateUidCount;
|
||||
private int duplicateProgNrCount;
|
||||
|
||||
public static List<string> DefaultVisibleColumns { get; set; } // initialized by MainForm
|
||||
|
||||
public ChannelList(SignalSource source, string caption)
|
||||
{
|
||||
this.SignalSource = source;
|
||||
this.ShortCaption = caption;
|
||||
this.FirstProgramNumber = (source & SignalSource.Digital) != 0 ? 1 : 0;
|
||||
this.VisibleColumnFieldNames = DefaultVisibleColumns;
|
||||
}
|
||||
|
||||
public string ShortCaption { get; }
|
||||
|
||||
Reference in New Issue
Block a user