From 7d1850ce455af9456facbc204b9afdc99a981d5c Mon Sep 17 00:00:00 2001 From: hbeham Date: Fri, 6 May 2016 23:54:54 +0200 Subject: [PATCH] - improved swapping of channels by double clicking - improved adding of channels (when they already have a new channel number) - added predefined reference lists --- source/ChanSort.sln | 5 - source/ChanSort/ChanSort.csproj | 8 + source/ChanSort/GlobalImageCollection.cs | 3 + source/ChanSort/GlobalImageCollection.resx | 87 +- source/ChanSort/MainForm.Designer.cs | 110 +- source/ChanSort/MainForm.cs | 142 +- source/ChanSort/MainForm.de.resx | 6 +- source/ChanSort/MainForm.resx | 118 +- .../ChanSort/Properties/Resources.Designer.cs | 21 +- source/ChanSort/Properties/Resources.de.resx | 15 +- source/ChanSort/Properties/Resources.resx | 15 +- source/ChanSort/ReferenceListForm.cs | 6 +- source/ChanSort/ReferenceListForm.de.resx | 12 +- .../at_astra192E_orf-freehd.txt} | 808 +++++----- .../ReferenceLists/at_liwest.txt} | 0 .../de_astra192E_hisense_freehd.txt | 1385 +++++++++++++++++ .../de_astra192E_hisense_hdplus.txt | 1385 +++++++++++++++++ source/Images/imagelist/0038.png | Bin 0 -> 447 bytes source/Images/imagelist/0039.png | Bin 0 -> 632 bytes source/Images/imagelist/0040.png | Bin 0 -> 707 bytes 20 files changed, 3499 insertions(+), 627 deletions(-) rename source/{ReferenceLists/at_astra192E_hd.txt => ChanSort/ReferenceLists/at_astra192E_orf-freehd.txt} (69%) rename source/{ReferenceLists/at_cable_liwest.txt => ChanSort/ReferenceLists/at_liwest.txt} (100%) create mode 100644 source/ChanSort/ReferenceLists/de_astra192E_hisense_freehd.txt create mode 100644 source/ChanSort/ReferenceLists/de_astra192E_hisense_hdplus.txt create mode 100644 source/Images/imagelist/0038.png create mode 100644 source/Images/imagelist/0039.png create mode 100644 source/Images/imagelist/0040.png diff --git a/source/ChanSort.sln b/source/ChanSort.sln index 2dd8ffd..0df77eb 100644 --- a/source/ChanSort.sln +++ b/source/ChanSort.sln @@ -45,8 +45,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChanSort.Loader.Hisense", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Loader.Samsung", "Test.Loader.Samsung\Test.Loader.Samsung.csproj", "{1ED68A9B-6698-4609-B9E6-8E08B6055F2E}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReferenceLists", "ReferenceLists", "{382AB628-3B89-4966-8D89-36BED9F1F836}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -209,7 +207,4 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {382AB628-3B89-4966-8D89-36BED9F1F836} = {67AED502-8AEB-45F2-9B95-AC42B6A5D2C4} - EndGlobalSection EndGlobal diff --git a/source/ChanSort/ChanSort.csproj b/source/ChanSort/ChanSort.csproj index fc4e3eb..a58b811 100644 --- a/source/ChanSort/ChanSort.csproj +++ b/source/ChanSort/ChanSort.csproj @@ -325,6 +325,14 @@ + + + Always + + + Always + +