Commit Graph

91 Commits

Author SHA1 Message Date
morkt
f925e093f6 released v1.4.27 2017-04-02 16:05:24 +04:00
morkt
9606b673c2 (error dialogs): focus forced on the first button. 2017-03-03 17:53:43 +04:00
morkt
9fbdba9da3 (ApplicationExit): exception guard. 2017-03-03 17:46:28 +04:00
morkt
497091f726 removed Ookii.Dialogs from packages. 2017-03-01 14:36:09 +04:00
morkt
3db6d9a732 released v1.4.26 2017-02-26 20:49:41 +04:00
mireado
e1e252884b (GUI): update korean translation (#50) 2017-02-17 13:23:35 +04:00
morkt
02a591c83a fixed update page url. 2017-02-15 22:46:34 +04:00
morkt
08e5a6c69a misc. 2017-02-15 22:36:45 +04:00
morkt
653ee4685d implemented async formats update. 2017-02-15 02:24:25 +04:00
morkt
d8eb3aed1a check updates - moved xml parsing around. 2017-02-15 01:40:24 +04:00
morkt
1d5d74ce93 download formats db. 2017-02-14 13:11:57 +04:00
morkt
ccd4424b1b check updates - translation strings. 2017-02-14 09:16:12 +04:00
morkt
987d57a4db check for updates - initial implementation. 2017-02-14 07:22:48 +04:00
morkt
61cd776ac2 released v1.3.25 2017-02-08 15:11:39 +04:00
mireado
45129fdc1d (GUI): update korean translation. (#46) 2017-02-05 12:42:00 +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
8213af356a Merge branch 'gui-dialogs' of https://github.com/morkt/GARbro into gui-dialogs 2017-02-03 18:07:24 +04:00
morkt
661e986e85 (FileExistsDialog): new modal window.
added FileErrorDialog logic to GarConvert.
2017-02-03 18:04:35 +04:00
mireado
4559ded191 (GUI): update korean translation. (#44) 2017-02-03 17:56:12 +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
2b35770189 released v1.3.24 2017-01-18 05:57:16 +04:00
morkt
7b1f237448 (ConvertMedia): pressing 'Enter' in the text box concludes dialog. 2017-01-18 04:51:41 +04:00
mireado
d4269d4fd9 lang : update Korean translation (#43)
Thank you always.
>_<
2017-01-17 14:24:18 +04:00
morkt
7b7f50f3b9 (GUI): added "select files by mask" context menu item. 2017-01-12 11:31:51 +04:00
morkt
89b7d2cfd3 (GUI): improved selection by mask performance on large directories. 2017-01-12 11:14:05 +04:00
morkt
9c27c8b4f8 (LookupItem): moved timestamp update to InputData class. 2017-01-07 04:30:34 +04:00
morkt
4151c15cd6 updated nuget packages. 2017-01-05 14:20:02 +04:00
morkt
152af64a9e (CopyNamesExec): ignore clipboard errors. 2017-01-05 02:01:51 +04:00
morkt
2f4d258694 (MainWindow): [Ctrl+Ins] copies selected filenames to clipboard. 2017-01-04 21:43:42 +04:00
morkt
b3973db7f0 updated year. 2017-01-04 08:17:19 +04:00
morkt
3fab9dadfa (AboutBox): ArchiveFormat.CanCreate property was renamed to CanWrite. 2016-12-27 22:45:47 +04:00
morkt
40f250de6b released v1.3.23 2016-12-26 19:58:41 +04:00
morkt
4ec723c334 released v1.2.22 2016-12-15 15:13:40 +04:00
morkt
7983cd0674 moved BOM detection to separate methods. 2016-12-03 19:18:59 +04:00
PeratX
2bfeaf65be lang: improved Chinese translations (#42)
thank you.
2016-11-13 17:39:58 +04:00
morkt
2a076f0e45 released v1.2.21 2016-11-01 06:03:04 +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
7b4b755e17 (PlayFile): don't dispose stream on successful open. 2016-10-17 11:14:42 +04:00
morkt
503b734645 migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
morkt
21652280df (EntryViewModel): ignore invalid characters in filenames. 2016-10-14 10:21:50 +04:00
morkt
5bf4a44bf5 (GUI): implemented file drop event. 2016-10-11 09:09:06 +04:00
morkt
f1d66206bc (IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
2016-10-11 00:05:22 +04:00
morkt
4533787c57 released v1.2.20 2016-09-28 00:12:59 +04:00