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
1325174840
UPD: Italian language file by rbon
2012-03-03 15:48:35 +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
52548609ec
FIX: Building with FPC 2.6.x.
2012-03-01 16:54:55 +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
fd599427eb
FIX: Bug [0000300]
2012-02-12 18:49:45 +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
Alexander Koblov
84e6546682
ADD: Show special icon for removable usb drives
2012-02-12 08:04:01 +00:00
Alexander Koblov
2710c312bb
FIX: Duplicate entries for TrueCrypt disks
2012-02-11 20:54:02 +00:00
Alexander Koblov
4692f9c400
ADD: Show three dots for truncated file names (patch by Rustem with modifications)
2012-02-11 17:21:47 +00:00
Alexander Koblov
bc8048e823
FIX: Bug [0000323]
2012-02-11 15:55:50 +00:00
Alexander Koblov
8eef6a5c97
UPD: Merge fixes from trunk (4280-4281,4267,4266,4188)
2012-02-11 15:34:48 +00:00
Alexander Koblov
49dfac61b1
Cleanup
2012-02-11 11:13:49 +00:00
Alexander Koblov
e658cfd910
ADD: Feature [0000172] "Filename/directory competition"
2012-02-11 10:01:16 +00:00
Alexander Koblov
2002300b93
ADD: Italian language file by Roberto Rossi
2012-02-09 06:56:57 +00:00
Alexander Koblov
5cb1f99faf
ADD: Patch [0000325] with modifications
2012-02-09 03:57:54 +00:00
Alexander Koblov
906c4f6ed9
UPD: German language file by Vacon
2012-02-09 03:52:57 +00:00
Alexander Koblov
f7c0c95696
ADD: Feature [0000172] "Filename/directory competition"
2012-02-08 17:50:38 +00:00
Alexander Koblov
0c1878ecfe
ADD: KASPathEdit component with path auto complete function
2012-02-08 16:03:39 +00:00
Alexander Koblov
af6a966a8f
FIX: Bug [0000300]
2012-02-07 09:47:11 +00:00
Alexander Koblov
3233eeebdc
UPD: Use native delete function when call from context menu under Windows (fixes problem with UAC)
2012-02-07 06:41:07 +00:00
Alexander Koblov
89e7e5547d
UPD: Ukrainian language file by ma$terok
2012-02-07 03:50:23 +00:00
Alexander Koblov
d0c0899340
FIX: Bug [0000060] "One Instance" option not working in Ubuntu
2012-02-06 18:29:42 +00:00
Alexander Koblov
35862c3d4b
FIX: Bug [0000060] "One Instance" option not working in Ubuntu (patch by frost.asm)
2012-02-06 10:19:13 +00:00
Alexander Koblov
abc4f5a6ee
UPD: Russian language file
2012-02-05 13:19:20 +00:00
Alexander Koblov
8b73f0c8ad
ADD: Show hotkeys for kasbarmenu (patch by Rustem)
2012-02-05 13:11:05 +00:00
Alexander Koblov
a7265e2e65
UPD: Language files
2012-02-05 13:09:02 +00:00
Alexander Koblov
ea8f924658
ADD: Capability to change drive free space indicator colors (patch by Rustem with small modifications)
2012-02-05 13:03:50 +00:00
Alexander Koblov
556dc1ddb3
ADD: Feature [0000320] "Overwrite all older option"
2012-02-05 11:07:19 +00:00
Alexander Koblov
2ce777b026
FIX: Process mask like "*.*.old"
2012-02-05 07:48:59 +00:00
Alexander Koblov
d777cc69cf
UPD: German language file by Vacon
2012-02-04 16:21:37 +00:00
Alexander Koblov
5962a45fd5
UPD: Ukrainian language file by ma$terok
2012-02-04 13:56:24 +00:00