Files
apprepodbmgr/osrepodbmgr/ChangeLog
Natalia Portillo 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

118 lines
2.5 KiB
Plaintext

2017-04-29 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* DBOps.cs:
* Schema.cs:
* DicCore.cs:
* Program.cs:
* MainWindow.cs:
* dlgMetadata.cs:
* gtk-gui/gui.stetic:
* osrepodbmgr.csproj:
* gtk-gui/generated.cs:
* gtk-gui/MainWindow.cs:
* gtk-gui/osrepodbmgr.DicCore.cs:
* gtk-gui/osrepodbmgr.dlgMetadata.cs:
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-24 Natalia Portillo <claunia@claunia.com>
* osrepodbmgr.csproj:
Added CICM Metadata submodule.
2017-04-23 Natalia Portillo <claunia@claunia.com>
* DBOps.cs:
Added checking for which OSes contains chosen files.
Corrected DB misscalling.
* Core.cs:
* MainWindow.cs:
* gtk-gui/gui.stetic:
* gtk-gui/generated.cs:
* gtk-gui/MainWindow.cs:
Added checking for which OSes contains chosen files.
2017-04-23 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* DBOps.cs:
* DBCore.cs:
* SQLite.cs:
* Program.cs:
* MainWindow.cs:
Adds files to an OS table.
2017-04-23 Natalia Portillo <claunia@claunia.com>
* DBOps.cs:
* SQLite.cs:
* DBCore.cs:
* osrepodbmgr.csproj:
Modified DB.
2017-04-23 Natalia Portillo <claunia@claunia.com>
* Core.cs:
Added detection of ZIP files created with Mac OS X.
2017-04-23 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* Program.cs:
* MainWindow.cs:
* packages.config:
* osrepodbmgr.csproj:
* gtk-gui/gui.stetic:
* gtk-gui/MainWindow.cs:
Added support for archives.
2017-04-20 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* Program.cs:
* MainWindow.cs:
* frmSettings.cs:
* gtk-gui/gui.stetic:
* gtk-gui/MainWindow.cs:
* gtk-gui/osrepodbmgr.frmSettings.cs:
Detect and check unar and lsar runnability.
2017-04-20 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* MainWindow.cs:
* packages.config:
* gtk-gui/gui.stetic:
* osrepodbmgr.csproj:
* gtk-gui/MainWindow.cs:
Added support for packing.
2017-04-20 Natalia Portillo <claunia@claunia.com>
* Core.cs:
* Schema.cs:
* SQLite.cs:
* DBCore.cs:
* frmHelp.cs:
* Program.cs:
* DetectOS.cs:
* Settings.cs:
* DBEntries.cs:
* PlatformID.cs:
* MainWindow.cs:
* frmSettings.cs:
* packages.config:
* SHA256Context.cs:
* osrepodbmgr.csproj:
* gtk-gui/gui.stetic:
* gtk-gui/generated.cs:
* gtk-gui/MainWindow.cs:
* Properties/AssemblyInfo.cs:
* gtk-gui/osrepodbmgr.frmHelp.cs:
* gtk-gui/osrepodbmgr.frmSettings.cs:
Initial version.