Alexander Koblov
|
889e37d3af
|
ADD: NtfsHourTimeDelay option to CompareDirectories
|
2014-07-05 14:14:05 +00:00 |
|
Alexander Koblov
|
ffef58e98d
|
UPD: Use one compare time function
|
2014-07-05 12:35:15 +00:00 |
|
Alexander Koblov
|
51f26d9b51
|
ADD: Additional error check
|
2014-07-05 11:27:56 +00:00 |
|
Alexander Koblov
|
b028dcb971
|
ADD: RabbitVCS context menu integration
|
2014-07-05 08:47:54 +00:00 |
|
Alexander Koblov
|
c1e4ba0d91
|
ADD: Simple interface to the Python language
|
2014-07-04 14:36:23 +00:00 |
|
Alexander Koblov
|
46cfdc4066
|
FIX: Close edit comment dialog by Escape key
|
2014-06-29 17:32:39 +00:00 |
|
Alexander Koblov
|
4404500a7c
|
FIX: Sorting by Owner (and other non standard columns)
|
2014-06-29 15:42:15 +00:00 |
|
Alexander Koblov
|
b22863d337
|
UPD: Query only RetrievableFileProperties
|
2014-06-29 13:55:12 +00:00 |
|
Alexander Koblov
|
8344620262
|
FIX: Sorting by Owner (and other non standard columns)
|
2014-06-29 13:08:40 +00:00 |
|
Alexander Koblov
|
8bd1fd1b42
|
UPD: Using very fast Boyer–Moore search algorithm in Viewer when possible
|
2014-06-29 12:07:31 +00:00 |
|
Alexander Koblov
|
bfe034fb73
|
UPD: Public PosMemBoyerMur function
|
2014-06-29 11:20:49 +00:00 |
|
Alexander Koblov
|
9671d0fe0a
|
FIX: Using fast search algorithm if ASCII or case insensitive
|
2014-06-29 10:50:02 +00:00 |
|
Alexander Koblov
|
32203bb10d
|
FIX: Don't show disk free space for network path
|
2014-06-28 19:06:53 +00:00 |
|
Alexander Koblov
|
40dfebd5c8
|
ADD: Capability to register global initialization procedure
|
2014-06-28 09:28:28 +00:00 |
|
Alexander Koblov
|
d0f5716466
|
FIX: Return focus to plugin window when plugin use internal search dialog
|
2014-06-27 21:00:11 +00:00 |
|
Alexander Koblov
|
2afe9c232c
|
FIX: Increase maxlen parameter in ListGetDetectString function call (see listplugin.hlp)
|
2014-06-27 19:46:37 +00:00 |
|
Dmitry Frank
|
123bc4a309
|
UPD: currently active file is remembered across restarts
|
2014-06-24 22:55:50 +00:00 |
|
Dmitry Frank
|
829cb00b48
|
UPD: selected filenames history is preserved across restarts (issue: last selected filename becomes saved but doesn't yet become restored)
|
2014-06-24 22:10:03 +00:00 |
|
Dmitry Frank
|
9b0a2df9da
|
FIX: Bug introduced in r5547: after using commands cm_TargetEqualSource, cm_LeftEqualRight, cm_RightEqualLeft, DC was failed to change directory in updated panel
|
2014-06-24 20:27:17 +00:00 |
|
Alexander Koblov
|
969a54eb3f
|
UPD: Remove fpc < 2.6 specific code
|
2014-06-22 19:34:05 +00:00 |
|
Alexander Koblov
|
f566bbb94e
|
ADD: Hotkey to edit comment dialog
|
2014-06-22 19:23:29 +00:00 |
|
Alexander Koblov
|
1032f0be75
|
ADD: Compare menu item
|
2014-06-22 14:42:43 +00:00 |
|
Alexander Koblov
|
5a11c6d4ab
|
ADD: Show RabbitVCS menu
|
2014-06-22 14:17:37 +00:00 |
|
Alexander Koblov
|
8aa44e7a2e
|
ADD: Start RabbitVCS menu
|
2014-06-22 14:15:54 +00:00 |
|
Dmitry Frank
|
623af6fa0e
|
ADD: selected filename is remembered in the history, so when user goes to prev/next history item (by default, there are Alt+Left and Alt+Right shortcuts), previously active filename is automatically selected. (actually, the solution applied is quick-n-dirty and needs to be refactored; see comments in ufileviewhistory.pas for FilenamesList member)
|
2014-06-21 21:07:28 +00:00 |
|
Dmitry Frank
|
bfe765e1f3
|
UPD: if just a single path is provided on command line, then it is applied for currently active panel, not always for the left one
|
2014-06-18 13:42:03 +00:00 |
|
Dmitry Frank
|
effd6fe102
|
UPD: refactor in TfrmMain.LoadTabsCommandLine() : don't repeat ourselves for left and right panels separately; added LoadPanel() procedure that does the job for given panel
|
2014-06-18 13:18:32 +00:00 |
|
Dmitry Frank
|
2c155489e6
|
UPD: when client sends a message to the server, currently active panel is affected if only user explicitly specified which panel to make active (by -p key)
|
2014-06-18 12:43:14 +00:00 |
|
Dmitry Frank
|
9e1f3131b6
|
UPD: little refactor is done in uuniqueinstance.pas, comments updated
|
2014-06-18 12:21:10 +00:00 |
|
Dmitry Frank
|
27c3df25de
|
FIX: uuniqueinstance: function GetNextServername moved inside procedure InitInstanceWithName(); without this, project doesn't build on Windows
|
2014-06-18 11:17:20 +00:00 |
|
Dmitry Frank
|
e78013c358
|
ADD: added command line option '--servername' which allows user to explicitly set the name for the instance. By default, empty string is used. If there is already instance with this name, trailing number '2' added, then '3', etc.
|
2014-06-17 21:32:28 +00:00 |
|
Dmitry Frank
|
98cf5794b0
|
ADD: added new --client/-c/-C option that forces doublecmd to run in client mode, i.e. send commands to the existing instance instead of running the new one, even if 'Allow only one copy of DC at a time' checkbox is not set
|
2014-06-17 09:09:25 +00:00 |
|
Dmitry Frank
|
6489454586
|
FIX: functionality from previous commit (setting active file) also works now for newly created tabs, e.g. if doublecmd is called with -T key
|
2014-06-16 15:18:42 +00:00 |
|
Dmitry Frank
|
5c27b9a64a
|
ADD: TFileView.ChangePathAndSetActiveFile() which changes current path and additionally sets active file if it was given. When calling doublecmd from commandline with path to file, given file becomes active.
|
2014-06-16 05:24:20 +00:00 |
|
Alexander Koblov
|
085ba0d86d
|
FIX: Always query icon for *.url files
|
2014-06-08 13:23:02 +00:00 |
|
Alexander Koblov
|
944624a94f
|
FIX: Synchronize directories - work only with supported FileSource
|
2014-06-07 14:00:33 +00:00 |
|
Alexander Koblov
|
702ab7a310
|
FIX: Synchronize directories - ignore 3 second difference
|
2014-06-07 10:12:05 +00:00 |
|
Alexander Koblov
|
fafb86b18b
|
FIX: Synchronize directories for different FileSource types
|
2014-06-07 09:54:04 +00:00 |
|
Alexander Koblov
|
0b75696cb4
|
ADD: GetCopyOperationType function
|
2014-06-07 08:41:40 +00:00 |
|
Alexander Koblov
|
92b3f07fcd
|
FIX: Background operation in WfxPlugin
|
2014-06-04 02:48:23 +00:00 |
|
Alexander Koblov
|
504e8f5636
|
FIX: Bug [0000882]
|
2014-05-29 19:29:50 +00:00 |
|
Alexander Koblov
|
6908247100
|
FIX: Bug [0000882]
|
2014-05-29 19:23:11 +00:00 |
|
Alexander Koblov
|
8cb54ad56c
|
FIX: Bug [0000882]
|
2014-05-29 18:28:59 +00:00 |
|
Alexander Koblov
|
424e618dd8
|
FIX: Bug [0000881] "Buttons at toolbar will disappear when button bar is hidden"
|
2014-05-29 17:30:48 +00:00 |
|
Alexander Koblov
|
0b483228c2
|
ADD: Capability to save/load tabs from file
|
2014-05-22 15:34:36 +00:00 |
|
Alexander Koblov
|
024719d734
|
FIX: Also find query string in StrErr
|
2014-05-22 14:46:37 +00:00 |
|
Alexander Koblov
|
d06da478af
|
FIX: "Nightly" and others build modes
|
2014-05-16 07:03:11 +00:00 |
|
Alexander Koblov
|
4c735d94e5
|
UPD: Revert revision 5504
|
2014-05-15 15:44:20 +00:00 |
|
Alexander Koblov
|
6b988c1179
|
FIX: Update drive mount state
|
2014-05-11 17:44:45 +00:00 |
|
Alexander Koblov
|
425640af7a
|
FIX: Add small delay when mount points changed
|
2014-05-11 16:10:37 +00:00 |
|