Alexander Koblov
de44bf79d7
ADD: Feature [0000354] "Redesign internal editor configuration dialog"
2012-03-10 08:23:04 +00:00
cobines
0848df215e
ADD: Option to delay loading file list in a tab until it is activated.
2012-03-10 05:30:44 +00:00
cobines
4567cab875
FIX: Initializing drive button on non-active panel (bug [0000360]).
2012-03-10 00:45:25 +00:00
cobines
2f94e0223f
FIX: When renaming file on Linux fileCreated, fileDeleted events were swapped (bug [0000357]).
2012-03-09 14:49:51 +00:00
cobines
93e61ab46b
UPD: Prevent loading filelists twice at startup (on creation and later in UpdateView).
2012-03-09 03:00:00 +00:00
cobines
b5d46e5b95
FIX: Don't select extension when renaming directory.
2012-03-08 22:22:36 +00:00
cobines
87a848d17d
FIX: Deselecting file with right mouse button after context menu has been shown.
2012-03-08 21:54:28 +00:00
cobines
382698bebd
UPD: Faster inserting more than one file into filelist.
2012-03-08 21:20:31 +00:00
cobines
854fa658d0
FIX: Clipboard operations on GTK2 with Lazarus trunk.
2012-03-08 17:07:16 +00:00
cobines
9af09309f7
UPD: Refactoring.
2012-03-08 04:11:29 +00:00
cobines
4370231d93
UPD: Faster inserting single file into filelist.
2012-03-08 03:30:07 +00:00
cobines
52521940b1
UPD: Faster resorting single file after updating.
2012-03-08 02:40:31 +00:00
cobines
71c8131c8d
FIX: Compiling with Lazarus trunk.
2012-03-08 01:31:20 +00:00
cobines
135c8be963
FIX: Updating disk free space after file list is updated.
2012-03-07 14:43:37 +00:00
cobines
88889a67fa
ADD: Missing lrt file for quick search.
2012-03-06 21:57:22 +00:00
cobines
368838c25a
UPD: Workarounds for keys and mouse clicks after drag&drop not needed anymore, bugs were fixed in Lazarus 0.9.31.
2012-03-06 20:51:56 +00:00
cobines
761a8f89ca
FIX: Bug [0000298] Don't always reload file list after Show File Properties.
2012-03-06 20:47:28 +00:00
cobines
530d65b1bd
UPD: Resort directories after calculating space only if more than one was specified.
2012-03-06 13:59:20 +00:00
cobines
03db285d76
UPD: Small optimization for filtering filelist.
2012-03-06 13:33:35 +00:00
cobines
016703d861
FIX: Bug [0000343] Directory Hotlist window is not closed by Esc button.
2012-03-06 12:43:14 +00:00
cobines
16020a35f8
ADD: Show shortcut on the Add to queue button.
2012-03-06 12:26:20 +00:00
cobines
350a3a0021
FIX: Crash when adding/updating not existing file.
2012-03-06 12:23:26 +00:00
cobines
169aee826a
ADD: Comment how to set up a form for HotkeyManager.
2012-03-06 12:16:29 +00:00
cobines
ca86b920e2
UPD: Copy/Move dialog: remove the start method arrow menu in favour of a separate queue button (patch by Fuhrer). Add default hotkey F2.
2012-03-06 12:12:21 +00:00
cobines
f3f1a4ee8d
ADD: Support for FileCreated, FileDeleted, etc., events in the file view ( #0000012 ).
2012-03-05 23:05:22 +00:00
cobines
21bb48bb11
ADD: Add Dmytro Zheludko (Fuhrer) to contributors list.
2012-03-05 13:10:25 +00:00
vitaliyg
2810a24c42
FIX: Ensure Log splitter is not slipping under log window
2012-03-04 22:44:55 +00:00
cobines
99d4aa837f
UPD: Reduce flickering of the free space indicator.
2012-03-04 21:30:00 +00:00
cobines
e12e1df878
UPD: Don't need to initialize to zero class objects member variables because they are guaranteed to be zeroed in InitInstance (including static arrays and ref. counted strings).
...
UPD: Don't need to check if a pointer is assigned before calling Free, because Free already checks for nil pointer.
2012-03-04 13:29:06 +00:00
cobines
ee1e3f7e42
UPD: Change how display file lists are created, so that display properties (icon and selection currently) do not disappear on reload.
...
UPD: Performance enhancements for redisplaying file list and filtering: cache strings on demand, reread file properties only when needed, minimize need for full resorting.
2012-03-04 12:46:35 +00:00
cobines
7171b41f47
UPD: Don't display leading dot for GETFILEEXT.
2012-03-04 12:39:44 +00:00
Alexander Koblov
1be8e13575
ADD: Editor highlighters configuration frame
2012-03-04 10:43:53 +00:00
cobines
39f2e0cedf
FIX: Don't leave empty finalization section, otherwise because of FPC 2.6.x bug #19701 the unit won't be finalized (already fixed in FPC trunk though).
2012-03-04 08:53:40 +00:00
Alexander Koblov
c30a09b0e9
FIX: Bug [0000349] Don't work command 'cd <directory>' from command line
2012-03-03 15:30:05 +00:00
Alexander Koblov
f9f59a41d5
FIX: "Illegal character in format string" exception
2012-03-03 11:35:17 +00:00
Alexander Koblov
894b3e19e5
FIX: Bug [0000350] Don't shows offline network drives
2012-03-03 10:47:15 +00:00
cobines
8d3169bc9b
UPD: Add some const modifiers. Remove const from TFileView.SetFileFilter because it assigns the string parameter to a non-local string. If FFileFilter is passed as the parameter but modified before the assignment it will be dereferenced causing a crash.
...
UPD: Remove UpdateView call on filter change, it is not needed.
2012-03-01 13:54:24 +00:00
cobines
92424b4e91
FIX: Try to fix jumping of the grid when clicked on partially visible cells. It still jumps when name column is clicked however.
2012-02-29 11:00:34 +00:00
Alexander Koblov
7e32457f31
UPD: Use native "paste" from clipboard when called from system context menu (fixes problem with UAC)
2012-02-29 06:08:29 +00:00
Alexander Koblov
5349e934ac
UPD: Use SHFileOperation function under Windows in rename operation, so UAC query automatically showing if needed
2012-02-29 04:34:01 +00:00
Alexander Koblov
76d8872325
ADD: Extended verbs to context menu if shift key is down (Windows)
2012-02-28 20:34:40 +00:00
cobines
aec67afbc3
UPD: Thread-safe DebugLn via LazLogger for Lazarus >= 0.9.31.
2012-02-27 12:11:16 +00:00
Alexander Koblov
2a802dea70
ADD: Option that change long/short format of drive free space label (patch by Rustem)
2012-02-23 14:27:41 +00:00
Alexander Koblov
8ef982cbc5
UPD: Delete target file on skip read/write errors
2012-02-17 11:00:30 +00:00
Alexander Koblov
22a07bcaf1
ADD: "Skip all" button for read/write error dialogs
2012-02-17 10:11:08 +00:00
Alexander Koblov
c5d2115f6d
FIX: Use system encoding for DefaultIniName
2012-02-17 07:00:11 +00:00
Alexander Koblov
c9763ca1d8
ADD: Feature [0000338] "Set COMMANDER_DRIVE environment variable"
2012-02-14 04:46:21 +00:00
Alexander Koblov
2274c98a7a
UPD: Small cleanup and optimizations
2012-02-12 10:29:53 +00:00
Alexander Koblov
1e2e0c3008
FIX: Don't show umounted loop devices
2012-02-12 10:07:14 +00:00
Alexander Koblov
07f1def098
UPD: Show disk label as drive name if available for unmounted devices
2012-02-12 08:15:27 +00:00