Commit graph

2,468 commits

Author SHA1 Message Date
Alexander Koblov
ddcfbc81ef ADD: Show query if number of part more than 100 in "Splitter" dialog 2010-02-18 20:18:36 +00:00
Alexander Koblov
2deded32c1 UPD: Ukrainian language file by Ma$terok 2010-02-18 17:24:24 +00:00
Alexander Koblov
b35e980f80 UPD: Ukrainian language file by Ma$terok 2010-02-18 16:47:06 +00:00
Alexander Koblov
47bd3edf0e UPD: Merge fixes from trunk 2010-02-18 16:27:42 +00:00
Alexander Koblov
73d2e1f07f FIX: Encoding in archives created under Linux and opened under Windows 2010-02-18 16:23:31 +00:00
Alexander Koblov
3d549c1748 FIX: Unpacking files with not ASCII names 2010-02-18 15:07:12 +00:00
cobines
99e219e7fa FIX: Calling convention of libunrar on Unix. 2010-02-18 11:40:32 +00:00
Alexander Koblov
d44381b48b UPD: Use 64x64 picture in About dialog 2010-02-17 19:01:09 +00:00
Alexander Koblov
58cf6e2e69 FIX: Try to find MultiArchiveFileSource only if WxcArchiveFileSource is not found 2010-02-17 16:30:17 +00:00
cobines
7c0c83ee45 FIX: Don't unquote parameters in SplitCmdLine on Windows, because they are still contained in one string.
UPD: Remove a 'var' from ChangeFileListRoot parameter - it is not needed and avoids compilation errors with latest FPC.
2010-02-17 13:06:51 +00:00
Alexander Koblov
2a899c6a90 FIX: Encoding in RAR archives under Linux 2010-02-17 11:33:32 +00:00
Alexander Koblov
2e1f951238 UPD: Some code relocation 2010-02-17 11:10:20 +00:00
Alexander Koblov
43f8e8efe6 UPD: English help files by Rod J 2010-02-17 08:57:22 +00:00
Alexander Koblov
72c3b0d5a8 FIX: Small fix 2010-02-16 22:18:41 +00:00
Alexander Koblov
551720415e UPD: Merge some fixes from trunk 2010-02-16 22:15:27 +00:00
Alexander Koblov
402e5222b8 UPD: Ukrainian language file by Ma$terok 2010-02-16 21:07:36 +00:00
Alexander Koblov
2b37af9ad1 FIX: Small fix 2010-02-16 20:40:06 +00:00
Alexander Koblov
0b5fe30e06 ADD: Option to show console output in log window 2010-02-16 20:37:41 +00:00
Alexander Koblov
c98edc6f7c ADD: Custom parameters support to OutPutParser 2010-02-16 20:22:10 +00:00
Alexander Koblov
f7a53aabac FIX: Delete operation for MultiArchiveFileSource 2010-02-16 18:30:49 +00:00
Alexander Koblov
c78f83c9bf FIX: Pack directory 2010-02-16 16:29:26 +00:00
Alexander Koblov
01348964c8 UPD: Some optimizations 2010-02-16 12:58:25 +00:00
Alexander Koblov
1babf907d3 UPD: Cleanup 2010-02-16 12:29:25 +00:00
Alexander Koblov
e04e1c20d7 ADD: Delete operation for MultiArchiveFileSource 2010-02-16 12:23:06 +00:00
Alexander Koblov
0fbe485f73 FIX: Output parser 2010-02-16 11:27:30 +00:00
Alexander Koblov
4ea725deb8 FIX: Output parser 2010-02-16 11:19:14 +00:00
Alexander Koblov
32137f1abe FIX: Small fix 2010-02-16 11:04:40 +00:00
Alexander Koblov
1f0327beac FIX: Reload file list for MultiAcrFileSource 2010-02-16 10:13:23 +00:00
Alexander Koblov
86fece6b9d ADD: CopyIn operation for MultiArchiveFileSource 2010-02-16 09:31:46 +00:00
cobines
981108da18 FIX: Reloading file view after cloning. 2010-02-16 06:40:53 +00:00
cobines
7f57c35948 FIX: Saving external tools configuration. 2010-02-16 06:30:10 +00:00
Alexander Koblov
afe4c69378 FIX: Compiling under Linux 2010-02-15 21:22:41 +00:00
Alexander Koblov
48835a189d FIX: Memory leaks 2010-02-15 20:25:26 +00:00
Alexander Koblov
190b5d8721 ADD: Start to implement MultiArchiveFileSource for using any command line archiver 2010-02-15 18:59:54 +00:00
Alexander Koblov
6b56e72c88 ADD: StrToAttr function 2010-02-15 16:42:57 +00:00
Alexander Koblov
cd85486d5f FIX: Change file source via button drive click 2010-02-14 17:15:35 +00:00
Alexander Koblov
06e51790ba ADD: File search in multiply directories 2010-02-14 16:33:41 +00:00
Alexander Koblov
b7d9faf40f UPD: Language files 2010-02-13 20:58:58 +00:00
Alexander Koblov
cec43d9650 FIX: Hangs on load string from incorrect language file 2010-02-13 20:54:35 +00:00
Alexander Koblov
4c87e1bf4a UPD: Language files 2010-02-13 18:29:14 +00:00
Alexander Koblov
16f3deff82 UPD: Czech language from Petr Stasiak 2010-02-13 18:18:49 +00:00
cobines
fff3aa3949 UPD: Enable quoting % parameters on Windows too since it should work ok now. 2010-02-13 13:26:37 +00:00
cobines
2ed3ce6e24 UPD: Let TempFileSource delete files after viewing. 2010-02-13 12:24:40 +00:00
cobines
0511f8ab3b UPD: Use TFileSystemDeleteOperation in DelTree because it can run from current thread (seems to be better solution than the one in commit 2423). 2010-02-13 12:01:48 +00:00
cobines
c32be5f56b FIX: FindFirstEx on Unix. 2010-02-13 11:50:19 +00:00
cobines
f58b64041f FIX: When checking if operation runs in a thread do not check Assigned(Thread) (assignment might be forgotten). It is better to check GetCurrentThreadId. 2010-02-13 11:35:34 +00:00
cobines
09bbe16e98 FIX: Don't wait for deleting files in DelTree. It freezes when run from main thread, because it updates log via Synchronize while the main thread is waiting. 2010-02-13 09:51:22 +00:00
cobines
3be720704a FIX: Range check error (LCL HWND is signed on 32-bit, unsigned on 64-bit; WLX THandle is always unsigned). 2010-02-13 09:24:52 +00:00
cobines
aee2ed1b64 FIX: Executing viewer (parameters were unnecessarily quoted twice). 2010-02-13 09:04:37 +00:00
cobines
aa7c1f4302 UPD: Split external tools paths into path and parameters. The path to the external program now should not be quoted (it will automatically be quoted). Added separate option for running tool in a terminal (for convenience). 2010-02-13 08:14:08 +00:00