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 |
|
cobines
|
56720b214a
|
FIX: Don't trim command line before executing as it may be ending with a valid white space. If it's needed command and each parameter can be trimmed before quoting it.
|
2010-02-12 13:16:04 +00:00 |
|
cobines
|
7f14f6f928
|
FIX: Bug [2947859] "terminal window size+Apply in preferences".
|
2010-02-12 10:52:09 +00:00 |
|
Alexander Koblov
|
f98aefb31b
|
FIX: "Open with" under Windows
|
2010-02-11 11:59:12 +00:00 |
|
cobines
|
af9116d993
|
FIX: Lost focus after using cm_LeftEqualRight or cm_RightEqualLeft.
|
2010-02-11 11:49:03 +00:00 |
|
cobines
|
d470d7e8ea
|
FIX: Wrong caption in commit 2412.
|
2010-02-11 11:36:52 +00:00 |
|
cobines
|
1106ce8819
|
UPD: Assigning font sizes doesn't need Round(), the value is already integer.
|
2010-02-11 10:43:24 +00:00 |
|
cobines
|
f382631201
|
UPD: Language files.
|
2010-02-11 10:08:12 +00:00 |
|
cobines
|
2904457fc7
|
FIX: Changed '=' TargetEqualSource to '>' RightEqualLeft and '<' LeftEqualRight (bug [2947845]).
|
2010-02-11 09:49:36 +00:00 |
|
cobines
|
3f88abc62d
|
UPD: Update RemoveQuotation() on Windows after recent changes.
|
2010-02-11 07:49:00 +00:00 |
|
cobines
|
3eb2c2882f
|
UPD: Reverted change from rev. 2401 which caused the <??> command to work differently than it was supposed to.
|
2010-02-11 07:08:32 +00:00 |
|
cobines
|
1677ede308
|
UPD: Use double quotes for quoting parameters in Windows.
FIX: Correctly format shell on Windows in <??> command.
|
2010-02-11 06:42:35 +00:00 |
|
Alexander Koblov
|
8d20406ee4
|
ADD: Create new tab on double click under GTK2
|
2010-02-10 20:06:51 +00:00 |
|
Alexander Koblov
|
1f550d64e7
|
FIX: Bug [2947846] '..' item always becomes current if going up inside an archive
|
2010-02-10 17:36:13 +00:00 |
|
Alexander Koblov
|
9381aee60f
|
FIX: URI encoded path must contain protocol (file:// for local files)
|
2010-02-10 14:57:42 +00:00 |
|
cobines
|
5b152ebef2
|
UPD: Allow creating directories beginning or ending with white-spaces.
|
2010-02-10 13:25:12 +00:00 |
|
cobines
|
470e501dc5
|
UPD: Quote file names when adding to command line.
|
2010-02-10 13:20:16 +00:00 |
|
cobines
|
c17dca0ab0
|
FIX: Crash when not using toolbar.
|
2010-02-10 12:53:19 +00:00 |
|
Alexander Koblov
|
0ae0ae6b3f
|
FIX: Compiling under Linux
|
2010-02-10 12:42:38 +00:00 |
|
cobines
|
a68e5ccade
|
FIX: Using <??> in file actions on Unix.
|
2010-02-10 12:42:37 +00:00 |
|