Commit Graph

22 Commits

Author SHA1 Message Date
63a2b16c32 DotNetZip is currently unusable with Xamarin.Mac so disable it until
upstream corrects.
2017-05-16 05:14:39 +01:00
fbcb5b58ab Some automatic GTK# refactoring no one knows why. 2017-05-15 07:32:34 +01:00
a061438cbc Implemented extract of OS from repo, as files or zipped. 2017-05-12 04:10:43 +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
e12393e0aa Refactor: Rename dialog classes from frm* to dlg*. 2017-05-11 15:50:07 +01:00
5c9a75bedd Do not allow to add to the database without adding to the
repository, to prevent inconsistencies between them.
2017-05-11 14:54:06 +01:00
abf4aef8f2 Added a main window to handle everything from there. 2017-05-11 14:50:29 +01:00
73fabf942b Corrected initialization of LOG SENSE table. 2017-05-11 14:49:17 +01:00
247e4ec4f4 Add support for choosing compression algorithm. 2017-05-11 03:46:19 +01:00
17b464012c Refactor: Separate engine code from GUI. 2017-05-10 21:04:42 +01:00
96e277615c Refactor: Rename MainWindow to frmAdd. 2017-05-10 20:45:05 +01:00
d0bb0aba0f * osrepodbmgr/Checksum.cs:
Removed dead code.

	* osrepodbmgr/DBOps.cs:
	  Check null exceptions.
	Don't fill console with debug lines.

	* osrepodbmgr/DicCore.cs:
	  Reduced buffer size for better UI responsiveness.

	* osrepodbmgr/MainWindow.cs:
	  Corrected some GUI nuisances.
	Check null exceptions.

	* osrepodbmgr/dlgMetadata.cs:
	* osrepodbmgr/frmSettings.cs:
	* osrepodbmgr/dlgOpticalDisc.cs:
	* osrepodbmgr/gtk-gui/gui.stetic:
	* osrepodbmgr/gtk-gui/osrepodbmgr.dlgMetadata.cs:
	  Corrected some GUI nuisances.

	* osrepodbmgr/DetectImageFormat.cs:
	  Don't fill console with debug lines.
2017-05-03 23:01:47 +01:00
75ce95bab4 Added option to remove file from list of files, so to ignore
it.
2017-05-03 01:47:34 +01:00
2a3a3a4475 Added window titles. 2017-05-03 01:35:08 +01:00
2c82f94976 * osrepodbmgr/DicCore.cs:
Corrected null reference.
	Inform we are hashing bytes.

	* osrepodbmgr/MainWindow.cs:
	* osrepodbmgr/dlgMetadata.cs:
	* osrepodbmgr/dlgBlockMedia.cs:
	* osrepodbmgr/dlgFilesystem.cs:
	* osrepodbmgr/dlgOpticalDisc.cs:
	* osrepodbmgr/gtk-gui/gui.stetic:
	* osrepodbmgr/osrepodbmgr.csproj:
	* osrepodbmgr/gtk-gui/osrepodbmgr.dlgMetadata.cs:
	* osrepodbmgr/gtk-gui/osrepodbmgr.dlgBlockMedia.cs:
	* osrepodbmgr/gtk-gui/osrepodbmgr.dlgFilesystem.cs:
	* osrepodbmgr/gtk-gui/osrepodbmgr.dlgOpticalDisc.cs:
	  Added support for editing media metadata.
2017-05-03 01:30:50 +01:00
6038c2b304 Added code to retrieve metadata from media images using
DiscImageChef libraries.
2017-04-29 08:43:43 +01:00
9edd4bcba3 Added support for reading, editing (basic) metadata, adding it
to the DB, and compress and copy it as XML and JSON to the
	archived file.
2017-04-29 07:04:03 +01:00
78ca8578eb * osrepodbmgr/DBOps.cs:
Added checking for which OSes contains chosen files.
	Corrected DB misscalling.

	* osrepodbmgr/Core.cs:
	* osrepodbmgr/MainWindow.cs:
	* osrepodbmgr/gtk-gui/gui.stetic:
	* osrepodbmgr/gtk-gui/generated.cs:
	* osrepodbmgr/gtk-gui/MainWindow.cs:
	  Added checking for which OSes contains chosen files.
2017-04-23 21:25:47 +01:00
0a75ec2d36 Added support for archives. 2017-04-23 02:35:47 +01:00
eb43fe7e05 Detect and check unar and lsar runnability. 2017-04-20 21:20:37 +01:00
5512243bfd Added support for packing. 2017-04-20 19:32:24 +01:00
c3ed2192b8 Initial version. 2017-04-20 06:56:49 +01:00