Commit graph

4,849 commits

Author SHA1 Message Date
cobines
0185d20bc4 UPD: Zip plugin: Update diff file after r4848. 2012-05-18 02:10:52 +00:00
cobines
3a3aa6e492 UPD: Cleanup unused units. 2012-05-18 01:57:15 +00:00
cobines
85eb4c257b FIX: Zip plugin: Fix getting/setting file type in TAR archive. Use LinkFlag to retrieve and store file type. 2012-05-18 01:32:28 +00:00
cobines
bb2959f186 FIX: Reduce blinking when switching tabs on Windows by reducing erasing background. Issue [0000480]. 2012-05-18 00:03:46 +00:00
cobines
724dd4e471 UPD: Set all pages on the same notebook to active because sometimes first page is redrawn and only after that activated, so it may be drawn with wrong color first. 2012-05-17 22:46:47 +00:00
cobines
3d81a7ef68 UPD: Don't deactivate panel when losing focus, but only when another panel is activated. This reduces flickering when switching tabs if brightness level of inactive panel setting is used.
The deactivation on losing focus was done because some actions were being disabled when panels did not have focus (like Ctrl+X, Ctrl+C). But now that this method has been abandoned in favour of possibility of assiging hotkeys to specific controls, the deactivation is not needed. This reverts to having always one panel highlighted.
2012-05-16 22:33:05 +00:00
Alexander Koblov
687b21b89a UPD: Don't try to get system icons under Mac OS X < 10.6 (fixes 0000481) 2012-05-16 16:16:41 +00:00
cobines
5aa3998c9d UPD: Slovenian language translation from mateju. 2012-05-15 09:28:01 +00:00
cobines
019086b81b UPD: Language files. 2012-05-14 21:23:03 +00:00
cobines
29faf9ab00 UPD: Remove Disable/EnableAutoSizing from EndUpdate and requests/notifies handler because they are called very often and it only slows things down. 2012-05-14 21:11:51 +00:00
cobines
78413ac23b ADD: Main icon in SVG format and 128x128, 256x256 PNG. 2012-05-14 20:40:28 +00:00
cobines
dca56fa95f ADD: Slovak language translation by Tchimo. 2012-05-14 19:33:02 +00:00
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
027809aa65 UPD: German language translation from Vacon. 2012-05-14 17:04:31 +00:00
cobines
c6c51ec014 UPD: Merge some commits from LCLExtensions and VirtualTreeView. 2012-05-14 16:58:39 +00:00
cobines
6574496899 FIX: Zip plugin: Do not save archive when not dirty even if there are no items. Otherwise the archive (empty, so just the headers actually) will always be saved even if it was opened for reading, because Save is called from CloseArchive. 2012-05-13 22:38:45 +00:00
cobines
920f49feb8 UPD: Zip plugin: Don't write GZ header if the item is empty and autohandled TAR archive. Otherwise instead of empty tar.gz archive there will be GZ containing an empty file which will not be auto opened as TAR. 2012-05-13 22:32:37 +00:00
cobines
5df21f7320 ADD: Zip plugin: Add note why we cannot rely on current working directory, why always full paths in archive items are used and why functions setting current directory has been removed. 2012-05-13 22:14:22 +00:00
cobines
5e9a17c005 FIX: Zip plugin: Don't create empty dummy files in the TAR archive when file or directory does not exist. 2012-05-13 21:48:31 +00:00
Alexander Koblov
6e8bad207e UPD: Ukrainian language file by Ma$terok 2012-05-13 18:32:49 +00:00
cobines
cd8dd9710f UPD: Zip plugin: Speed up detecting zip files by always trying to read the PK signature at the beginning and also check footer position by checking if comment length after footer matches. 2012-05-13 17:01:19 +00:00
cobines
26117e617e FIX: Zip plugin: Don't create empty dummy files in the archive when file or directory does not exist. 2012-05-13 16:17:07 +00:00
cobines
9de0d76b41 DEL: Remove unneeded file. 2012-05-13 15:50:28 +00:00
Alexander Koblov
203c9cb92d FIX: Get language and encoding under Mac OS X 2012-05-13 13:01:15 +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
Alexander Koblov
2f57c17dc7 UPD: Change IFDEF from LINUX to UNIX 2012-05-13 11:24:10 +00:00
Alexander Koblov
c7a2486a51 FIX: Compiling under Unix 2012-05-13 09:45:35 +00:00
Alexander Koblov
56ded5e6b2 UPD: Synchronize abutils with Abbrevia 5.0 2012-05-13 08:31:19 +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
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