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
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
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
5cb1f99faf
ADD: Patch [0000325] with modifications
2012-02-09 03:57:54 +00:00
Alexander Koblov
f7c0c95696
ADD: Feature [0000172] "Filename/directory competition"
2012-02-08 17:50:38 +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
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
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
1fc92ab295
ADD: Compare Directories command
2012-02-04 13:45:27 +00:00
vitaliyg
06415d20f5
FIX: Fixed incorrect loading DateFrom, DateTo parameter in search templates(bug [0000306])
...
UPD: Reset search filter on every search dialog invocation, preselect last loaded template name in template save dialog
2012-02-03 22:20:24 +00:00
Alexander Koblov
96c2edcdc3
FIX: Bug [0000312] "Remove junction in recycle bin"
2012-01-18 20:02:08 +00:00
Alexander Koblov
bddf2829bd
FIX: Bug [0000308] Don't open archives by Ctrl+PgDn if plugin has PK_CAPS_HIDE flag
2012-01-18 18:50:43 +00:00
Alexander Koblov
e289775fe5
ADD: Feature [0000314] Compressed files size
2012-01-18 14:48:22 +00:00
Alexander Koblov
1150ef5250
FIX: Error on execute file under Linux
2012-01-16 15:40:06 +00:00
Alexander Koblov
e4ae2728e9
FIX: Auto configure archiver when used envioriement variable
2012-01-15 17:00:12 +00:00
Alexander Koblov
18d63a13b0
FIX: Some fixes for Mac OS X
2012-01-15 14:05:26 +00:00
Alexander Koblov
803435a370
FIX: Crash under Mac OS X when edit custom columns
2012-01-15 10:31:43 +00:00
Alexander Koblov
ea338c8806
FIX: Wfx plugins page width
2012-01-15 08:00:40 +00:00
Alexander Koblov
8d5686cca0
ADD: Feature [0000196] Sorting folders differently (patch by Holger Segler with modifications)
2012-01-15 07:39:46 +00:00
Alexander Koblov
358a226cd2
FIX: Save only FileSystemFileSource (fixes 0000290)
2012-01-14 14:18:32 +00:00
Alexander Koblov
97654a861c
FIX: Reset file time to '01-01-1970' when change attributes of multiply files
2012-01-14 11:09:10 +00:00
Alexander Koblov
62b3a381a7
FIX: Bug [0000302] "Garbage in Editor when open zero size file"
2012-01-14 10:40:06 +00:00
Alexander Koblov
c09eee753b
ADD: Put all selected files to command line on drag&drop files on toolbar button
2012-01-14 10:23:05 +00:00