From caca802c0ada17c68f9aea8f243d88abe38cbbe7 Mon Sep 17 00:00:00 2001 From: hbeham Date: Thu, 29 Aug 2019 18:26:57 +0200 Subject: [PATCH] fixed wrong print captions for favorite lists --- source/ChanSort/Printing/ChannelListReport.cs | 2 +- source/ChanSort/Properties/licenses.licx | 5 +++-- source/changelog.md | 6 ++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/source/ChanSort/Printing/ChannelListReport.cs b/source/ChanSort/Printing/ChannelListReport.cs index 5e8f82e..c39be26 100644 --- a/source/ChanSort/Printing/ChannelListReport.cs +++ b/source/ChanSort/Printing/ChannelListReport.cs @@ -20,7 +20,7 @@ namespace ChanSort.Ui InitializeComponent(); this.DataSource = GenerateDataSource(list); - this.txtHeading.Text = list.ShortCaption + (subListIndex <= 0 ? "" : " - Fav " + (char)('A' + subListIndex)); + this.txtHeading.Text = list.ShortCaption + (subListIndex <= 0 ? "" : " - Fav " + (char)('A' + subListIndex - 1)); this.txtHeading.Font = new Font(font.Name, font.Size+4, FontStyle.Bold); this.txtNumber.Font = font; diff --git a/source/ChanSort/Properties/licenses.licx b/source/ChanSort/Properties/licenses.licx index a0cdb09..162edd6 100644 --- a/source/ChanSort/Properties/licenses.licx +++ b/source/ChanSort/Properties/licenses.licx @@ -1,7 +1,8 @@ -DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraEditors.PictureEdit, DevExpress.XtraEditors.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraEditors.Repository.RepositoryItemTextEdit, DevExpress.XtraEditors.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraEditors.ButtonEdit, DevExpress.XtraEditors.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.1, Version=19.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/source/changelog.md b/source/changelog.md index c3d9dc7..445556a 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -1,9 +1,11 @@ ChanSort Change Log =================== -2019-08-28 -- fixed: some UHD channels did not show up in the list +2019-08-29 +- fixed: some UHD channels did not show up in the list, which caused corrupted Panasonic channel lists - fixed: Samsung SCM DVB-T lists did not show radio channels +- fixed: print caption of a favorites list was off by a letter (printed "Fav B" for the fav-A list) +- internal restructuring and added automated unit-test for most file formats 2019-08-13 - LG GlobalClone: added support for additional favorites (A-H) and individual fav sorting when supported by the TV