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
95196515af
UPD: Language files.
2012-05-09 17:49:13 +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
154699f34a
UPD: German language translation from Vacon.
2012-05-08 05:08:24 +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
2e9025c5fc
UPD: Cleanup
2012-05-06 18:31:40 +00:00
cobines
07d6f92ccc
UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors.
...
FIX: VTV: Scrolling after drag&drop on QT did not work.
UPD: VTV: Implement mapping rectangle screen to client and vice versa to fix checking if mouse pointer is in control when scrolling.
2012-05-06 17:05:38 +00:00
Alexander Koblov
5b35c58ea1
UPD: Synchronize abbzip2 unit with Abbrevia 5.0, some fixes
2012-05-06 15:02:34 +00:00
Alexander Koblov
7aac4b973b
ADD: SystemEncodingUtf8 variable
2012-05-06 14:44:59 +00:00
Alexander Koblov
5ae4cbee1a
UPD: Synchronize abgztyp unit with Abbrevia 5.0
2012-05-06 14:11:59 +00:00
Alexander Koblov
e8940bf08b
UPD: Synchronize abtartyp unit with Abbrevia 5.0
2012-05-06 13:19:49 +00:00
Alexander Koblov
4e3a9f86ac
ADD: CeRawToUtf8 function
2012-05-06 12:54:47 +00:00
Alexander Koblov
063aa2995d
DEL: Unused unit
2012-05-06 11:39:08 +00:00
Alexander Koblov
61a2b757df
UPD: Synchronize abziptyp unit with Abbrevia 5.0
2012-05-06 11:33:38 +00:00
Alexander Koblov
d1e3a7f485
FIX: Compilation
2012-05-06 10:40:13 +00:00
Alexander Koblov
01132e1c55
ADD: Additional converting functions, 'Ce' prefix to functions names to distinguish from another units
2012-05-06 10:29:11 +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