Files
apprepodbmgr/osrepodbmgr.Core/ChangeLog

72 lines
1.5 KiB
Plaintext

2017-05-11 Natalia Portillo <claunia@claunia.com>
* DBOps.cs:
* Context.cs:
* Workers.cs:
Added a main window to handle everything from there.
2017-05-11 Natalia Portillo <claunia@claunia.com>
* DBOps.cs:
* Schema.cs:
* Workers.cs:
Change to opaque repo, where the created files are a hash of
the OS data (name, developer, etc).
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Workers.cs:
* Settings.cs:
Add support for choosing compression algorithm.
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Workers.cs:
Use DotNetZip to extract ZIP files that are not created by
mac OS.
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Workers.cs:
Use DotNetZip to test for ZIP file.
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Workers.cs:
Correct detection of which ZIP files must be copied and
which ones must be recompressed.
2017-05-11 Natalia Portillo <claunia@claunia.com>
* Workers.cs:
Correct progress bar on compression.
2017-05-10 Natalia Portillo <claunia@claunia.com>
* Context.cs:
* Workers.cs:
* DicWorkers.cs:
* osrepodbmgr.Core.csproj:
Refactor: Rename Core.Core to Core.Workers
2017-05-10 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* DBOps.cs:
* SQLite.cs:
* DBCore.cs:
* Schema.cs:
* DicCore.cs:
* Context.cs:
* Settings.cs:
* Checksum.cs:
* DetectOS.cs:
* PlatformID.cs:
* PluginBase.cs:
* packages.config:
* DetectImageFormat.cs:
* osrepodbmgr.Core.csproj:
* Properties/AssemblyInfo.cs:
Refactor: Separate engine code from GUI.