Commit graph

5,586 commits

Author SHA1 Message Date
Alexander Koblov
ec8ec7dfce FIX: Copy/Cut to clipboard from search results 2014-07-17 03:10:09 +00:00
Alexander Koblov
8538f7bda2 UPD: Cleanup 2014-07-17 03:00:54 +00:00
Alexander Koblov
1167d48903 FIX: Restore Viewer/Editor position 2014-07-17 02:54:19 +00:00
Alexander Koblov
4430e99c00 UPD: Make search results more useful 2014-07-16 19:00:23 +00:00
Alexander Koblov
a1df9245ec FIX: Bug [0000811] "Random annoying access violation messages, prompts for exit or ignore (attached err)" 2014-07-15 11:19:47 +00:00
Alexander Koblov
a80be2720e FIX: Bug [0000851] "Support DPI scaling" 2014-07-13 06:44:39 +00:00
Alexander Koblov
e02962d416 FIX: Show NTFS drives under Mac OS X with Paragon NTFS 2014-07-06 09:06:10 +00:00
Alexander Koblov
630af4e77d UPD: Polish language file by Maciej Bojakowski 2014-07-05 16:44:33 +00:00
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
cb592c06a3 UPD: Support menu item callback_name 2014-07-04 17:01:57 +00:00
Alexander Koblov
1cf2a25257 ADD: RabbitVCS integration python script 2014-07-04 15:16:33 +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
8d59fa8a61 ADD: FileTimeCompare function 2014-06-29 17:09:39 +00:00
Alexander Koblov
c37fc2f798 ADD: LCL Hungarian language file by Péter Gábor 2014-06-29 15:58:11 +00:00
Alexander Koblov
2e7b86282d UPD: Hungarian language file by dabzse 2014-06-29 15:56:01 +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
8c01f1cf05 UPD: German language file by Vacon 2014-06-29 13:13:34 +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
215c5c96f9 UPDL Language files 2014-06-22 19:29:31 +00:00
Alexander Koblov
f566bbb94e ADD: Hotkey to edit comment dialog 2014-06-22 19:23:29 +00:00
Alexander Koblov
f4a97858b0 UPD: Patch [0000888] "Don't rebuild widget dependent packages for Lazarus 1.2" 2014-06-22 16:27:04 +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