- renamed loaders

- added experimental support for Panasonic
- fixed Encrypted-flag detection for Samsung Analog and DVB-C/T channels
- text editors now only open after holding the mouse button for 0.5sec
- new menu item/button for deleting channels from the right list
This commit is contained in:
hbeham
2013-04-21 22:04:06 +02:00
parent bcbae783d4
commit d6570d18f3
56 changed files with 1144 additions and 1453 deletions

View File

@@ -8,8 +8,8 @@
<ProjectGuid>{F6F02792-07F1-48D5-9AF3-F945CA5E3931}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ChanSort.Loader.DbFile</RootNamespace>
<AssemblyName>ChanSort.Loader.DbFile</AssemblyName>
<RootNamespace>ChanSort.Loader.Toshiba</RootNamespace>
<AssemblyName>ChanSort.Loader.Toshiba</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>

View File

@@ -3,7 +3,7 @@ using System.Data.SQLite;
using System.Text;
using ChanSort.Api;
namespace ChanSort.Loader.DbFile
namespace ChanSort.Loader.Toshiba
{
internal class DbChannel : ChannelInfo
{

View File

@@ -7,7 +7,7 @@ using System.Windows.Forms;
using ChanSort.Api;
using ICSharpCode.SharpZipLib.Zip;
namespace ChanSort.Loader.DbFile
namespace ChanSort.Loader.Toshiba
{
class DbSerializer : SerializerBase
{

View File

@@ -1,6 +1,6 @@
using ChanSort.Api;
namespace ChanSort.Loader.DbFile
namespace ChanSort.Loader.Toshiba
{
public class DbSerializerPlugin : ISerializerPlugin
{

View File

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ChanSort.Loader.DbFile")]
[assembly: AssemblyTitle("ChanSort.Loader.Toshiba")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ChanSort.Loader.DbFile")]
[assembly: AssemblyProduct("ChanSort.Loader.Toshiba")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]