Commit Graph

16 Commits

Author SHA1 Message Date
morkt
466c159441 (GUI): restore focus to listview after file operations. 2018-01-12 19:57:56 +04:00
morkt
5233233945 (GUI): disable main window when extraction is in progress. 2017-04-14 04:17:33 +04:00
morkt
5e6c8e4048 (GarOperation): fixed path creation. 2017-02-05 01:38:54 +04:00
morkt
f486f19495 (GarExtract): skip invalid entries. 2017-02-04 13:26:51 +04:00
morkt
5e74d88ee6 (GarExtract): fixed overwrite dialog for regular entry. 2017-02-03 23:43:38 +04:00
morkt
aedd41fde4 implemented duplicate file actions dialog. 2017-02-03 21:56:04 +04:00
morkt
661e986e85 (FileExistsDialog): new modal window.
added FileErrorDialog logic to GarConvert.
2017-02-03 18:04:35 +04:00
morkt
c483e745d9 (GUI): added string resources. 2017-02-03 08:53:34 +04:00
morkt
cd5a820c48 added modified ProgressDialog from Ookii.Dialogs. 2017-02-02 20:27:13 +04:00
morkt
774b7e6d9c comment. 2017-02-02 10:59:15 +04:00
morkt
154699160b added dialog popup on extraction errors.
looks like Ookii.Dialogs have to be replaced with manual progress dialog
implementation, as i have no control over progress dialog window once
extraction has begun.

frankly, i just need to be able to call StopProgressDialog and
StartProgressDialog from IProgressDialog interface, but Ookii does not
provide such low-level access.
2017-02-01 16:47:48 +04:00
morkt
c771b13d4e renamed some ImageDecoder properties and classes. 2016-10-26 15:42:27 +04:00
morkt
b05c54047d (IImageDecoder): new interface. 2016-10-25 18:18:51 +04:00
morkt
503b734645 migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
morkt
c4f9c1ed47 consider empty IResource.Extensions property. 2016-02-05 06:10:46 +04:00
morkt
01153ad1a8 moved GUI project to a subdirectory. 2016-01-07 19:06:08 +04:00