Commit Graph

13 Commits

Author SHA1 Message Date
78b692aa9a Add folders to database. This way empty folders get
replicated.
2017-05-12 02:06:16 +01:00
67d798a213 Store files separate in the repository instead of compressing
them in ZIP. Supported GZ, BZ2 and LZMA formats.
2017-05-11 19:01:47 +01:00
ebde05af36 Refactor: Format. 2017-05-11 16:01:06 +01:00
8e794c8364 Corrected file copy and extract. 2017-05-11 15:22:44 +01:00
3d3c8acf17 Inform main window that an OS has been added. 2017-05-11 15:06:14 +01:00
abf4aef8f2 Added a main window to handle everything from there. 2017-05-11 14:50:29 +01:00
3387d90b6c Change to opaque repo, where the created files are a hash of
the OS data (name, developer, etc).
2017-05-11 04:36:45 +01:00
247e4ec4f4 Add support for choosing compression algorithm. 2017-05-11 03:46:19 +01:00
0705a4d26f Use DotNetZip to extract ZIP files that are not created by mac
OS.
2017-05-11 03:22:50 +01:00
af85b89af8 Use DotNetZip to test for ZIP file. 2017-05-11 02:51:31 +01:00
9f55ac4d2e Correct detection of which ZIP files must be copied and which
ones must be recompressed.
2017-05-11 02:49:14 +01:00
42dee66551 Correct progress bar on compression. 2017-05-11 02:47:06 +01:00
28a89bcf6e Refactor: Rename Core.Core to Core.Workers 2017-05-10 21:06:28 +01:00