Commit graph

5,901 commits

Author SHA1 Message Date
cobines
d54868c9e7 UPD: When path is changed and while loading new file list loading is canceled go back to previous entry in history and preserve file list if possible. 2012-05-14 17:49:49 +00:00
cobines
c6c51ec014 UPD: Merge some commits from LCLExtensions and VirtualTreeView. 2012-05-14 16:58:39 +00:00
vitaliyg
18b7289680 FIX: Replaced EConverError exception when entering incorrect date time format with error message string
FIX: Prevent storing of incorrect date time format in options
UPD: Replaced dot in predefined date time formats with system configured date separator ("/" in format string)
FIX: Prevent DC crash on startup when incorrect date time format was stored in options (fall back to default format)
2012-05-13 12:32:58 +00:00
cobines
c138ab2d3b UPD: Make file view darker after loading file list for 2 seconds. 2012-05-12 21:28:06 +00:00
cobines
69bfe5f075 UPD: Don't clear files before loading file list, disable most of user input while loading file list. Fixes issue [0000282]: Blinking of file list panel while browsing FTP. 2012-05-12 20:06:10 +00:00
Alexander Koblov
d2df735208 UPD: Move FileViewNotebook related code in uFileViewNotebook unit 2012-05-12 17:18:55 +00:00
Alexander Koblov
31ab22d4e7 ADD: BriefView - Update display strings when FileView type is changed 2012-05-12 16:21:06 +00:00
cobines
de13edbf00 DEL: Remove some changes committed by mistake in 4816. 2012-05-12 16:11:13 +00:00
Alexander Koblov
a08ba334bb FIX: HOME/END keys in BriefFileView (patch by masum5) 2012-05-12 16:07:37 +00:00
cobines
20cd71e48b FIX: Initialize Files variable to nil in worker before retrieving files. 2012-05-12 16:04:20 +00:00
cobines
614447111e FIX: Interrupt list operations when they are aborted. 2012-05-12 15:55:40 +00:00
cobines
26cbffc75f UPD: When changing file list delete all nodes before setting new count because it is faster. 2012-05-12 12:42:17 +00:00
Alexander Koblov
d83bf380a5 ADD: Move to file list start by left key press in first column 2012-05-11 16:18:34 +00:00
Alexander Koblov
00a6e76ac2 FIX: Get file properties on file system changes 2012-05-11 16:09:04 +00:00
Alexander Koblov
be34d417ef ADD: Feature [0000124] "Close tab at double click"
ADD: Create new tab by double click at empty space under Qt
2012-05-11 15:21:29 +00:00
cobines
0e382d38d6 FIX: Applying tabs settings at startup. 2012-05-10 19:14:04 +00:00
cobines
301acf4119 UPD: Convert attributes as a number in search template from INI file. 2012-05-10 18:57:28 +00:00
cobines
954172b96e UPD: When matching file color and not using template, if attributes field is empty then don't match directories. They can be forced to match using * in attributes field. 2012-05-10 17:56:29 +00:00
cobines
d6588be58c UPD: Reduce number of updates when filter called with many parameters. 2012-05-10 16:43:15 +00:00
cobines
16619629fe FIX: Show full icons in toolbar even when icons in filelist are disabled. 2012-05-10 15:33:04 +00:00
cobines
092afe12e5 ADD: Options to show confirmation window for Copy, Move, Delete operations. Issue [0000135]. 2012-05-09 18:34:45 +00:00
cobines
2de1921f92 FIX: Use correct structure for creating symlink with FSCTL_SET_REPARSE_POINT. REPARSE_MOUNTPOINT_DATA_BUFFER is not defined anywhere in WinAPI. Binary-wise it behaves the same, only declaration was wrong.
FIX: Removing created directory when creating symlink failed.
2012-05-09 17:32:12 +00:00
cobines
687efc8d0e DEL: Remove some constants that are already defined in FPC or not used. 2012-05-09 11:45:44 +00:00
cobines
801fb7f329 FIX: Saving find and replace text history. 2012-05-09 10:07:21 +00:00
Alexander Koblov
56f979dfdc FIX: Compiling under Unix 2012-05-09 09:54:34 +00:00
cobines
7079d654b7 UPD: Allow deleting items from some combo boxes with Shift+Delete. Issue [0000165]. 2012-05-09 08:57:29 +00:00
cobines
c8c8136b87 UPD: Disable overlay icon checkbox in options if icons are disabled. 2012-05-08 17:49:21 +00:00
cobines
16fa2aab06 UPD: Check if icons are enabled at all when trying to load overlay icons for files. 2012-05-08 17:47:11 +00:00
cobines
ad44b76c4d UPD: Remove unneeded checks before freeing object. 2012-05-08 17:20:49 +00:00
cobines
e3b36fa4f8 UPD: Don't try to load file icon when icons are disabled. 2012-05-08 17:11:25 +00:00
cobines
7a14aa6033 UPD: Don't try to update file overlay icon when overlay icons are disabled. 2012-05-08 16:53:42 +00:00
cobines
03fbd713ad ADD: Some commands and hotkeys to Differ. 2012-05-08 16:40:50 +00:00
Alexander Koblov
e9ceb16f8d FIX: Update active file index at resize 2012-05-08 15:55:52 +00:00
cobines
7abbfa7947 UPD: When comparing files if there is no selection in the opposite panel select the file with the same name to compare, if it exists. Issue [0000174]. 2012-05-08 15:34:55 +00:00
Alexander Koblov
338ef2e478 FIX: Active file at start, update file info 2012-05-08 15:25:15 +00:00
Alexander Koblov
f5b1201c3c ADD: Menu items and hot keys to change file view 2012-05-08 14:22:36 +00:00
Alexander Koblov
a3d37121bf UPD: BriefView - automatically calculate column width + some fixes 2012-05-08 13:15:22 +00:00
cobines
ca0bfbd685 FIX: Crash when comparing files. 2012-05-08 12:33:08 +00:00
cobines
4144f965e4 ADD: Commands cm_CmdLineNext, cm_CmdLinePrev to set command line to next, previous entry in history. 2012-05-08 06:29:20 +00:00
cobines
c6c53df545 UPD: Move last executed command line to top of history if already exists. Issue [0000168]. 2012-05-08 06:07:52 +00:00
cobines
d8532b4303 UPD: Don't close locked tabs when closing all inactive tabs. Issue [0000183]. 2012-05-08 05:53:29 +00:00
cobines
98782e58a2 FIX: Don't clear SUID bit whenever file properties are set (Unix). Issue [0000077]. 2012-05-07 17:50:00 +00:00
cobines
fbf0db8c37 FIX: Change buttons on set file properties dialog (Unix) to be more informative. [0000077] 2012-05-07 17:36:52 +00:00
cobines
534f35ec7c FIX: Change shortcut for Exit in internal editor to Alt+X. Ctrl+X is already assigned to Edit/Cut. Issue [0000458]. 2012-05-07 17:00:55 +00:00
cobines
19575d03d3 FIX: Initialize error variable at the beginning of Wipe operation. 2012-05-07 14:50:23 +00:00
cobines
910a464bcb FIX: Don't display shortcuts twice in file context menu (Unix). Issue [0000457]. 2012-05-07 14:39:10 +00:00
cobines
bf29325ec3 FIX: Unassigned Result value in creating context menu. Issue [0000457]. 2012-05-07 13:41:13 +00:00
cobines
83cc3a389c FIX: Size of copy/move dialog when Options are open. On GTK2 the actual resize happens later via another message after widget was made visible, so added react to OnResize. 2012-05-07 13:14:50 +00:00
cobines
13e7529c7a FIX: Building on Unix. 2012-05-07 10:34:33 +00:00
Alexander Koblov
b05eefbffc UPD: Disable and hide gListFilesInThread option under Mac OS X Carbon, because loading file list in separate thread are very very slow 2012-05-06 08:42:58 +00:00