Commit Graph

8 Commits

Author SHA1 Message Date
Katayama Hirofumi MZ
0bf9f4b301 [ZIPFLDR] Show 'Click Next to extract' on initial status 2020-02-12 11:06:54 +09:00
Guntha
645c77335c [ZIPFLDR] Extraction is now in its own thread (#2261)
Extraction happens now in its own thread, allowing for cancelling in the middle of extraction or moving the window during the extraction.

File extraction was previously happening in the main thread, freezing the whole window until the end. Now when the user clicks "Next", a new thread is created and the extraction starts from there, allowing to move the window during the extraction, or to cancel the extraction in the middle. (Note: after clicking "Cancel", extraction continues until the current file is extracted).

CORE-14934
2020-02-07 19:21:21 +01:00
Mark Jansen
08deb1d9de [ZIPFLDR] Allow the shell extension to extract passworded zip files 2019-03-06 23:09:35 +01:00
Mark Jansen
410320df06 [ZIPFLDR] Move CConfirmReplace to a new file 2019-03-06 23:09:35 +01:00
Andreas Bjerkeholt
a4554c07b0 [ZIPFLDR] Enable / disable the correct wizard buttons 2018-08-21 12:06:41 +02:00
Mark Jansen
fd0b834a0a [ZIPFLDR] Various usability improvements
- Take the user-entered folder into account
- Hide size / ratio for folders
CORE-14543
CORE-14542
2018-04-22 17:38:44 +02:00
Bișoc George
55381f8164 [ZIPFLDR] Typo fix on constant 2018-04-14 19:29:40 +02:00
Mark Jansen
c7e6a9d04b [ZIPFLDR] Initial implementation.
Icon by Jared Smudde
CORE-7684
2018-04-07 15:29:59 +02:00