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
|
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
|
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 |
|
cobines
|
fd280e0afe
|
UPD: Use our own quoting of parameters from libmime.
|
2010-02-10 11:13:16 +00:00 |
|
cobines
|
517d889057
|
UPD: Don't add explicit quotes for files associations parameters. Those parameters should be quoted depending on platform, and they are already quoted with QuoteStr.
|
2010-02-10 10:37:17 +00:00 |
|
cobines
|
530b1e2d58
|
UPD: Update executing viewer/editor after quoting changes.
|
2010-02-10 10:33:19 +00:00 |
|
cobines
|
48c4c28ec4
|
UPD: Changed quoting of arguments passed to Unix shell so that they can be properly quoted inside other quotes. Implemented proper splitting command line to args on Unix (quoting is used differently that on Windows).
|
2010-02-10 09:54:22 +00:00 |
|
cobines
|
c9d194d79a
|
ADD: Few functions for quoting shell arguments on Unix.
|
2010-02-10 07:19:11 +00:00 |
|
cobines
|
ca0658b482
|
UPD: Save options to config file also on OK button.
|
2010-02-10 06:34:43 +00:00 |
|
Alexander Koblov
|
f29e57aeef
|
FIX: "Open with" for file names containing ' char
|
2010-02-09 15:23:51 +00:00 |
|
cobines
|
6a19a0104a
|
FIX: Open INI config file also for writing because settings are still saved to it until DC is restarted.
|
2010-02-09 09:48:20 +00:00 |
|
cobines
|
bba83b4b85
|
UPD: Force saving config file on some configuration changes (global options and multi-rename presets).
|
2010-02-09 09:26:27 +00:00 |
|
cobines
|
7cfdbbd70a
|
FIX: Editing XML config manually.
|
2010-02-09 09:06:41 +00:00 |
|
cobines
|
717e0093a1
|
UPD: Setting default global values.
|
2010-02-09 08:43:01 +00:00 |
|
cobines
|
5796efa60f
|
UPD: Rename gOnlyOnce -> gOnlyOneAppInstance.
|
2010-02-09 07:36:44 +00:00 |
|
cobines
|
6f3a25a2c1
|
UPD: Always create at least one tab (using current directory).
|
2010-02-09 07:25:42 +00:00 |
|
cobines
|
00ac803757
|
FIX: Try to fix crash in drag&drop on Windows Vista/7.
|
2010-02-09 03:11:55 +00:00 |
|
Alexander Koblov
|
c9bb9b36dc
|
FIX: Compiling under Linux
|
2010-02-08 21:21:09 +00:00 |
|
cobines
|
15b4508732
|
UPD: Enable using XML config file. The INI config will be automatically converted and renamed to doublecmd.ini.obsolete.
|
2010-02-08 13:21:21 +00:00 |
|
Alexander Koblov
|
59058035ac
|
UPD: Use plugin flags to determine supported OperationsTypes
|
2010-02-07 18:25:21 +00:00 |
|
Alexander Koblov
|
6dc711cf6d
|
FIX: Create directory on empty disk
|
2010-02-07 17:38:34 +00:00 |
|
cobines
|
d752252727
|
UPD: Saving columns settings to XML.
|
2010-02-07 10:36:11 +00:00 |
|
cobines
|
d5fa1e3821
|
UPD: Use a copy of global plugins list in find dialog and viewer.
|
2010-02-07 09:29:32 +00:00 |
|
cobines
|
666ca2e862
|
UPD: Use global DSX plugins list in find dialog.
|
2010-02-07 09:13:42 +00:00 |
|
cobines
|
e37d004448
|
UPD: Saving plugins configuration to XML.
|
2010-02-07 09:02:08 +00:00 |
|
Alexander Koblov
|
390bb3bf61
|
FIX: Break file name
|
2010-02-06 18:26:05 +00:00 |
|
Alexander Koblov
|
7829438512
|
ADD: Execute command from command line in not FileSystemFileSource
|
2010-02-06 18:08:11 +00:00 |
|