- 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:
hbeham
2019-02-05 19:30:47 +01:00
parent 1855898096
commit 98acb03b52
24 changed files with 896 additions and 430 deletions

View File

@@ -319,6 +319,12 @@ namespace ChanSort.Loader.Panasonic
this.DataRoot.AddChannelList(this.dvbsChannels);
this.DataRoot.AddChannelList(this.satipChannels);
this.DataRoot.AddChannelList(this.freesatChannels);
foreach (var list in this.DataRoot.ChannelLists)
{
list.VisibleColumnFieldNames.Remove("VideoPid");
list.VisibleColumnFieldNames.Remove("AudioPid");
}
}
#endregion