diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 60c0184..0000000 --- a/ChangeLog +++ /dev/null @@ -1,145 +0,0 @@ -* packages.config: -* osrepodbmgr.Eto.csproj: - Updated nuget packages. - -* dlgAdd.xeto.cs: -* frmMain.xeto.cs: -* dlgMetadata.xeto.cs: - Corrected progress bars when value is outside of int bounds. - -* dlgMetadata.xeto: -* dlgMetadata.xeto.cs: -* dlgOpticalDisc.xeto: -* dlgBlockMedia.xeto.cs: -* dlgOpticalDisc.xeto.cs: - Updated DIC and Metadata code. - -2017-05-21 Natalia Portillo - - * dlgAdd.xeto.cs: - * dlgOpticalDisc.xeto.cs: - Corrected some NULL exceptions on GUI. - -2017-05-19 Natalia Portillo - - * frmMain.xeto.cs: - Don't readd delegates every time. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto: - * frmMain.xeto: - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - * packages.config: - * dlgSettings.xeto.cs: - Refactor: Format document. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - Corrected delegate. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto: - * frmMain.xeto: - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - Added status fields. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto.cs: - * dlgBlockMedia.xeto: - * dlgBlockMedia.xeto.cs: - * dlgOpticalDisc.xeto.cs: - Corrected GUI behaviour. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto: - * dlgHelp.xeto: - * frmMain.xeto: - * dlgMetadata.xeto: - * dlgSettings.xeto: - * dlgFilesystem.xeto: - Added window titles. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - Do not color OS tables. Has no sense to be on the opaque - repo. - -2017-05-19 Natalia Portillo - - * frmMain.xeto: - * frmMain.xeto.cs: - Added code to clean database and repository. - -2017-05-19 Natalia Portillo - - * frmMain.xeto.cs: - Make sure the OnBtnPopulateFilesClicked() is called. - -2017-05-19 Natalia Portillo - - * frmMain.xeto: - * frmMain.xeto.cs: - Added an option to scan all pending files with clamd. - -2017-05-19 Natalia Portillo - - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - Corrected GUI behaviour. - -2017-05-19 Natalia Portillo - - * frmMain.xeto.cs: - - -2017-05-19 Natalia Portillo - - * frmMain.xeto.cs: - Added progress messages to clamd core. - -2017-05-19 Natalia Portillo - - * frmMain.xeto.cs: - * dlgSettings.xeto: - * dlgSettings.xeto.cs: - Added support for VirusTotal. - -2017-05-18 Natalia Portillo - - * frmMain.xeto: - * frmMain.xeto.cs: - * dlgSettings.xeto: - * dlgSettings.xeto.cs: - Added support for clamd scanning. - -2017-05-18 Natalia Portillo - - * dlgAdd.xeto: - * frmMain.xeto: - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - Added support for marking/unmarking/detecting cracks. - -2017-05-18 Natalia Portillo - - * frmMain.xeto: - * dlgAdd.xeto.cs: - * frmMain.xeto.cs: - - -2017-05-18 Natalia Portillo - - * dlgSettings.xeto.cs: - If program files folder does not exist do not try to create - an Uri from null. - diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index a1f4ab4..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Author: -// Natalia Portillo claunia@claunia.com -// -// Copyright (c) 2017, © Claunia.com -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -// -// * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in -// the documentation and/or other materials provided with the distribution. -// * Neither the name of the [ORGANIZATION] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("apprepodbmgr.Eto")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("© Claunia.com")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/WrappersForEto.cs b/WrappersForEto.cs deleted file mode 100644 index 327b5b4..0000000 --- a/WrappersForEto.cs +++ /dev/null @@ -1,169 +0,0 @@ -// -// Author: -// Natalia Portillo claunia@claunia.com -// -// Copyright (c) 2017, © Claunia.com -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -// -// * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in -// the documentation and/or other materials provided with the distribution. -// * Neither the name of the [ORGANIZATION] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// - -using apprepodbmgr.Core; -using Schemas; - -namespace apprepodbmgr.Eto -{ - class DBEntryForEto - { - DbEntry _item; - - public DBEntryForEto(DbEntry item) - { - _item = item; - } - - public long id - { - get { return _item.Id; } - set { } - } - public string developer - { - get { return _item.Developer; } - set { } - } - public string product - { - get { return _item.Product; } - set { } - } - public string version - { - get { return _item.Version; } - set { } - } - public string languages - { - get { return _item.Languages; } - set { } - } - public string architecture - { - get { return _item.Architecture; } - set { } - } - public string targetos - { - get { return _item.TargetOs; } - set { } - } - public string format - { - get { return _item.Format; } - set { } - } - public string description - { - get { return _item.Description; } - set { } - } - public bool oem - { - get { return _item.Oem; } - set { } - } - public bool upgrade - { - get { return _item.Upgrade; } - set { } - } - public bool update - { - get { return _item.Update; } - set { } - } - public bool source - { - get { return _item.Source; } - set { } - } - public bool files - { - get { return _item.Files; } - set { } - } - public bool Installer - { - get { return _item.Installer; } - set { } - } - public byte[] xml - { - get { return _item.Xml; } - set { } - } - public byte[] json - { - get { return _item.Json; } - set { } - } - public string mdid - { - get { return _item.Mdid; } - set { } - } - - public DbEntry original - { - get { return _item; } - set { } - } - } - - class StringEntry - { - public string str { get; set; } - } - - class BarcodeEntry - { - public string code { get; set; } - public BarcodeTypeType type { get; set; } - } - - class DiscEntry - { - public string path { get; set; } - public OpticalDiscType disc { get; set; } - } - - class DiskEntry - { - public string path { get; set; } - public BlockMediaType disk { get; set; } - } - - class TargetOsEntry - { - public string name { get; set; } - public string version { get; set; } - } -} \ No newline at end of file diff --git a/apprepodbmgr.Eto.csproj b/apprepodbmgr.Eto.csproj deleted file mode 100644 index 828b27b..0000000 --- a/apprepodbmgr.Eto.csproj +++ /dev/null @@ -1,143 +0,0 @@ - - - - Debug - AnyCPU - {E805559F-89AE-47B4-926D-5B63A4F3A123} - Library - apprepodbmgr.Eto - apprepodbmgr.Eto - v4.6 - - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - - - true - bin\Release - prompt - 4 - - - - - frmMain.xeto - - - dlgSettings.xeto - - - dlgAdd.xeto - - - dlgMetadata.xeto - - - dlgFilesystem.xeto - - - dlgBlockMedia.xeto - - - dlgOpticalDisc.xeto - - - - dlgImportMetadata.xeto - - - pnlDescription.xeto - - - pnlStrings.xeto - - - pnlVersions.xeto - - - - - ..\packages\Claunia.Encoding.1.6.1\lib\portable40-net40+sl5+win8+wp8\Claunia.Encoding.dll - - - ..\packages\Eto.Forms.2.4.1\lib\netstandard1.0\Eto.dll - - - ..\packages\Eto.Serialization.Xaml.2.4.1\lib\netstandard1.0\Eto.Serialization.Xaml.dll - - - ..\packages\libexeinfo.0.5.0\lib\net46\libexeinfo.dll - - - ..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll - - - ..\packages\Portable.Xaml.0.21.0\lib\netstandard1.0\Portable.Xaml.dll - - - - ..\packages\System.ComponentModel.Primitives.4.3.0\lib\net45\System.ComponentModel.Primitives.dll - - - ..\packages\System.ComponentModel.TypeConverter.4.3.0\lib\net45\System.ComponentModel.TypeConverter.dll - - - ..\packages\System.Net.Http.4.3.2\lib\net46\System.Net.Http.dll - - - ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - - - ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net46\System.Security.Cryptography.Algorithms.dll - - - ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll - - - ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll - - - ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net46\System.Security.Cryptography.X509Certificates.dll - - - ..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll - - - - - - - - - - - - - - - - - - - - - - {076D5C4D-9601-4164-B979-0DABACB56BB8} - apprepodbmgr.Core - - - {9F213318-5CB8-4066-A757-074489C9F818} - DiscImageChef.Metadata - - - - - - - \ No newline at end of file diff --git a/dlgAdd.xeto b/dlgAdd.xeto deleted file mode 100644 index f8ebb74..0000000 --- a/dlgAdd.xeto +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -