Commit graph

3,219 commits

Author SHA1 Message Date
Alexander Koblov
fd2964909e FIX: Bug [0000913] "Sorting works even with disabled column headers" 2014-08-21 09:52:21 +00:00
Alexander Koblov
994a8d3cd8 FIX: Go to file when active file source is not filesystemfilesource 2014-08-02 15:44:26 +00:00
Alexander Koblov
cbd316dfed FIX: Compare files at same path () 2014-08-02 07:34:03 +00:00
Alexander Koblov
3d7feddba2 FIX: Search in Viewer (patch by GrayElf) 2014-08-02 07:26:03 +00:00
Alexander Koblov
88d355efde FIX: Queue identifier 2014-07-31 18:22:53 +00:00
Alexander Koblov
f6824e345f UPD: Don't block main window when show KDE OpenWith dialog 2014-07-27 16:05:13 +00:00
Alexander Koblov
b7a8338241 FIX: Incorrect memory access 2014-07-27 14:48:35 +00:00
Alexander Koblov
49245c125f ADD: Use KDE "OpenWith" dialog under KDE 2014-07-27 14:35:14 +00:00
Alexander Koblov
167d3ec654 FIX: Reload archive file source by cm_Refresh
UPD: Use password if available in listing command
2014-07-27 12:07:13 +00:00
Alexander Koblov
83883a1d3e FIX: Set archive parent directory 2014-07-27 11:34:52 +00:00
Alexander Koblov
50efdc5ab8 ADD: Calculate/verify CRC32 in split/combine function (patch by Denis Bisson)
UPD: Increase directory hot list functionality (patch by Denis Bisson)
2014-07-27 10:25:50 +00:00
Alexander Koblov
c54943b528 ADD: Determine Desktop Environment at start 2014-07-23 18:21:55 +00:00
Alexander Koblov
c68f602672 UPD: Move python scripts to scripts directory 2014-07-20 10:39:42 +00:00
Alexander Koblov
47126fa17f ADD: Capability to choose queue number from copy/move dialog
UPD: Cleanup old defines
2014-07-19 07:00:17 +00:00
Alexander Koblov
5d80b9bf88 FIX: Disable FlatView on FileSource change
FIX: Open in new tab '..' item
2014-07-18 14:45:29 +00:00
Alexander Koblov
18fb935c75 FIX: OpenArchive condition
ADD: Show search results as FlatView
2014-07-17 14:55:46 +00:00
Alexander Koblov
a80ef960c2 FIX: Bug [0000850] "CTRL-right on ZIP archive doesn't set parent directory correctly" 2014-07-17 03:36:15 +00:00
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
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