cobines
0c004ba284
UPD: Rename CloneSelectedFiles to CloneSelectedOrActiveFiles so that it explicitly says that active file may be returned if there are no selected files. CloneSelectedFiles will now only return the list of selected files (with Insert).
2012-10-06 19:06:24 +00:00
Alexander Koblov
b50245c934
FIX: Bug [0000579] "Can not disable wfx-plugins"
2012-09-26 08:57:18 +00:00
cobines
7aeb718305
UPD: Change shortcut for Rename tab.
2012-09-23 19:38:58 +00:00
cobines
97b8dbc588
FIX: Bug [0000515] Change translation "Remove Tab" and "Remove All Tabs" to "Close Tab", resp. "Close All Tabs".
2012-09-23 19:30:45 +00:00
cobines
7114927c77
FIX: Bug [0000549] "Crash when starting Double Command from a write protected device" (generally check if writing configuration files is allowed).
2012-09-23 16:43:50 +00:00
cobines
5eff1699d9
FIX: Loading hotkeys and load config function result (from previous commits).
2012-09-23 14:57:32 +00:00
cobines
c63414ed51
UPD: When loading some config file fails ask user, instead of just printing to console.
...
UPD: Treat files with size 0 as if the configuration not existed, not an error.
UPD: Don't save a default config at the start as it only has defaults anyway. Save only when changed (OK, Apply in Options) or at exit, if not disabled and write is allowed.
2012-09-23 13:57:58 +00:00
Alexander Koblov
856a04e6c6
UPD: Enable double buffering for TFileViewHeader
2012-09-22 17:46:09 +00:00
Alexander Koblov
49bd21342e
FIX: Bugs 0000070, 0000226, 0000557
2012-09-16 18:13:35 +00:00
Alexander Koblov
11224632fb
ADD: Feature [0000559] "Search in the selected files and directories" (patch by pktfag with some changes)
2012-09-16 15:46:46 +00:00
cobines
cc36a3d105
FIX: Bug [0000569] Displaying tab with folder name containing ampersand. Patch by pktfag.
2012-09-15 06:07:38 +00:00
cobines
9bec8a1b2f
FIX: Preserve old short file size format setting.
2012-09-14 20:00:17 +00:00
Alexander Koblov
7e1e854266
ADD: Feature [0000376] Improvement to the "short file size" option (patch by pktfag)
2012-09-14 07:15:43 +00:00
cobines
33e676fc34
UPD: Remove the border in quick search panel to save some space.
2012-09-11 19:38:26 +00:00
cobines
019488ced7
FIX: Building with FPC 2.6.1.
2012-09-11 18:40:59 +00:00
Alexander Koblov
402a45831e
UPD: Acceleration keys in extract files dialog (patch by pktfag)
2012-09-09 09:06:49 +00:00
Alexander Koblov
d5c31038f9
FIX: Bug [0000555] "Missing acceleration keys and bad Tab order in find and other dialogs" (patch by pktfag)
2012-09-09 08:03:12 +00:00
Alexander Koblov
ebc7d39fae
FIX: Save external tools under Mac OS X
2012-09-02 06:29:17 +00:00
Alexander Koblov
ce702bb51a
FIX: Compatibility with Lazarus 0.9.30
2012-09-01 20:24:48 +00:00
Alexander Koblov
6251a93a95
FIX: Bug [0000553] "Improper execution of the command in the terminal" (patch by pktfag)
2012-09-01 17:12:33 +00:00
Alexander Koblov
7300cbbd18
FIX: Bug [0000552] Missing acceleration keys and bad Tab order in dialog "Configuration/Options" (patch by pktfag)
2012-09-01 13:00:44 +00:00
vitaliyg
3c22baa952
FIX: Fixed incorrectly reported division by zero exception when accessing Page[-1] in notebook
2012-08-23 15:25:43 +00:00
vitaliyg
aa6f55a44a
UPD: Set svn:eol-style property to "native"
2012-08-19 15:11:56 +00:00
Alexander Koblov
f2e28040d3
FIX: Use absolute file name when open files from panel
2012-08-18 13:17:28 +00:00
Alexander Koblov
73a4137a1b
ADD: Feature [0000541] "Show full tab path in hint"
2012-08-18 10:12:38 +00:00
Alexander Koblov
6745fb645c
FIX: Bug [0000539] "Viewer does not search for the text specified in file find dialog"
2012-08-18 06:59:12 +00:00
Alexander Koblov
3e077f416d
FIX: Bug [0000538] "File color is not refreshed after detection of file modification"
2012-08-14 11:53:13 +00:00
Alexander Koblov
6fe711895b
ADD: Requests from issue 0000306
2012-08-10 04:21:00 +00:00
Alexander Koblov
d2f9e81b13
UPD: Call OnActivate handler on any SetActive(True, True) call, needed due changes in revision 4846 (fixes 0000507)
2012-08-04 05:33:33 +00:00
Alexander Koblov
408738f254
FIX: Call AfterChangePath before UpdatePath (fixes 0000493)
2012-08-04 05:02:09 +00:00
Alexander Koblov
1ecfdbfe2c
FIX: Bug [0000532] "Access Violation on entering invalid DC command in column customization"
2012-07-29 13:54:35 +00:00
Alexander Koblov
d7d5ea2e73
FIX: Function result
2012-07-29 12:51:19 +00:00
Alexander Koblov
a4c66184a4
FIX: Bug [0000531] "Don't copy files from WIM image"
2012-07-29 11:38:04 +00:00
Alexander Koblov
f3ddc9a706
UPD: uNTFSLinks rewrite third party functions from scratch
2012-07-29 10:53:20 +00:00
Alexander Koblov
cb133b56f7
FIX: Don't show '..' item when go back (Alt+Left) from archive to drive root directory
2012-07-28 09:16:21 +00:00
Alexander Koblov
1aac40f1c0
FIX: Bug [0000516] "Authorization on network resources"
2012-07-26 06:03:23 +00:00
Alexander Koblov
2dd65eca7b
FIX: Replace environment variables when call external viewer for file in archive
2012-07-24 17:41:36 +00:00
Alexander Koblov
8039e06e69
FIX: Set focus to file panel when call cm_GoToLastFile and cm_GoToFirstFile (patch by terix)
2012-07-24 17:24:19 +00:00
Alexander Koblov
9ca15cfd61
FIX: Bug [0000521] "Using forward slash in paths in windows breaks navigational feature(s)"
2012-07-21 05:44:39 +00:00
Alexander Koblov
9aa529e097
FIX: Access violation when panel of operations is disabled
2012-07-20 16:47:47 +00:00
Alexander Koblov
3a611b6398
FIX: Call TfrmQuickSearch.OnHide only when panel hided by action in it (fixes 0000517)
2012-07-15 07:54:01 +00:00
Alexander Koblov
74201498ad
FIX: Retrieve additional properties if needed (multi rename tool)
2012-07-03 15:30:48 +00:00
Alexander Koblov
b436774276
FIX: Retrieve additional properties if needed (when show tool tips)
2012-07-03 15:05:48 +00:00
Alexander Koblov
36f7f0f0ab
FIX: Verify checksum - crash if file not found (partly fixes issue 0000495)
2012-07-03 08:34:31 +00:00
Alexander Koblov
de237a711d
FIX: IsInPathList function
2012-07-02 20:50:13 +00:00
Alexander Koblov
ee61830b67
ADD: Feature [0000502] "Disable special icons for some directories"
2012-07-02 20:03:19 +00:00
Alexander Koblov
ff27f25ab6
UPD: Use default color also for clNone
2012-07-01 10:29:44 +00:00
Alexander Koblov
1fb9c17153
UPD: Remove some unneeded checks
2012-06-30 20:36:03 +00:00
Alexander Koblov
1306fdd7b1
ADD: Cache file type color
2012-06-30 20:11:38 +00:00
Alexander Koblov
5ea4444f2f
FIX: Scroll to right after FileView change
2012-06-30 16:39:27 +00:00