Commit graph

5,795 commits

Author SHA1 Message Date
cobines
05e539bb7a FIX: Loading icons from executables when icon index not supplied. 2011-06-07 16:44:38 +00:00
cobines
720cd2a8e5 UPD: Support share mode in mbFileCreate. 2011-06-07 14:41:23 +00:00
cobines
cd6dbce9d2 FIX: Possible access to invalid pointer. 2011-06-06 16:06:32 +00:00
cobines
d348ef926a UPD: Don't unload plugins with FPC < 2.5. 2011-06-06 15:34:47 +00:00
cobines
ee0a849b62 UPD: Specify mode objfpc for unit and that it uses ansistrings. 2011-06-05 14:46:52 +00:00
Alexander Koblov
5f4310d7eb FIX: Checking for fmCreate with FPC < 2.5 2011-06-05 12:51:07 +00:00
Alexander Koblov
a4d9f42f18 UPD: Use same button type in find files dialog 2011-06-05 08:04:03 +00:00
cobines
b26d68c4be FIX: Checking for fmCreate with FPC trunk. 2011-06-05 02:11:55 +00:00
cobines
3ad2b5710c UPD: Make file associations window non-modal. 2011-06-05 01:45:48 +00:00
cobines
51acb619a0 UPD: Allow using icons from executables (Windows) and MIME types in file associations icons, support env. variables. 2011-06-05 01:00:41 +00:00
Alexander Koblov
7d27146601 FIX: Anchors of choose font buttons 2011-06-03 16:46:31 +00:00
cobines
eb88175d2a UPD: Version 0.4.6 -> 0.5.5. 2011-05-28 22:59:53 +00:00
cobines
0e9615a534 UPD: Translate some comments to English, patch from Fuhrer. 2011-05-28 22:50:44 +00:00
cobines
0fd9b5821a UPD: Add parameter to IsInPath that specifies if Base and PathToCheck can be the same. Some calls assumed it was so, but it only worked if path ended with path delimiter. 2011-05-24 16:27:26 +00:00
cobines
7942f0452b FIX: IsInPath when checking path same as base which ends with path delimiter. 2011-05-23 22:15:00 +00:00
cobines
b5f3c3710f FIX: Sometimes hangs when closing a tab. 2011-05-23 20:27:14 +00:00
cobines
9ce3639602 UPD: Optimize MatchesFileList. 2011-05-23 14:52:30 +00:00
cobines
bb46cca093 ADD: If left panel has the same path as right panel clicking on current drive button will go to root directory. 2011-05-23 13:55:55 +00:00
cobines
0300f39ac9 ADD: Possibility to copy/move file to drive root directory by drag&dropping them to a drive button. Patch from Fuhrer. 2011-05-23 13:35:13 +00:00
cobines
bea5bd7f82 ADD: Show some info for "calculate statistics" operation. Patch from Fuhrer. 2011-05-22 14:12:04 +00:00
cobines
4f7ea2ce40 UPD: Some tweaks to sorting. 2011-05-22 00:00:18 +00:00
cobines
83583cc07e UPD: Some missing changes to commit 3599. 2011-05-21 20:42:00 +00:00
cobines
48bce732f0 FIX: Preserve selection after reloading filelist (bug [3025826]). 2011-05-19 20:04:35 +00:00
cobines
b78697863a ADD: Allow using any icon in pixmaps.txt if full path is supplied. 2011-05-19 18:31:08 +00:00
cobines
a431fb96e5 UPD: When loading pixmaps.txt omit any trailing extension which was used in DC 0.4.5 version (needed when upgrading). In DC 0.4.6 version the extensions have already been removed from pixmaps.txt. 2011-05-19 18:26:12 +00:00
cobines
d8a2a0117b ADD: Action for operations viewer, so that hotkey can be assigned. Add default hotkey Alt+V for operations viewer. 2011-05-19 15:49:26 +00:00
cobines
f2fd1bbe06 DEL: Remove not implemented "Compare directories" from menu. 2011-05-19 14:53:04 +00:00
cobines
9a69cd0208 FIX: Bug [2960876] "Inconsistent main menu item captions and hotkeys". 2011-05-19 14:44:43 +00:00
cobines
2cb82b6ddb FIX: A/V in comparing strings in natural sorting (bug [3301644]). 2011-05-17 13:38:18 +00:00
cobines
483c495637 UPD: Allow interrupting operation when it prepares the list of files. Patch by Fuhrer. 2011-05-16 23:01:43 +00:00
cobines
affad5f972 FIX: Preserve date/time of directories when copying/moving. 2011-05-16 22:32:02 +00:00
cobines
214d0ceb58 UPD: Use mbCreateDir instead of mbForceDirectory to create directories when copying. 2011-05-16 18:49:32 +00:00
cobines
cb69292845 FIX: Unselect files after starting copy, move operation (bug [3285036]). 2011-05-16 17:36:39 +00:00
cobines
a1a95dc5b4 FIX: FileSystemWatcher: Account for symbolic links in watching whole drive mode. 2011-05-13 13:47:27 +00:00
cobines
66d8ec3258 UPD: Use more precision for operation progress than 0-100 integer. Progress bar display will be more smooth. Patch from Fuhrer with modifications. 2011-05-12 21:27:34 +00:00
cobines
fb9c827d85 FIX: Select previous directory when changing path with ".." button or when clicking on parts of the path label, patch from Fuhrer. 2011-05-12 12:54:01 +00:00
Alexander Koblov
c51deb74f0 FIX: Compiling under Linux 2011-05-05 04:35:17 +00:00
cobines
31a58397e2 UPD: Initialize COM in FunctionThread (fixes bug [3141674]). 2011-05-03 13:11:08 +00:00
cobines
2bb2a2efaa FIX: FileSystemWatcher (Linux): Fix detecting file moves. Convert a move to file created, file deleted sequence because there is no guarantee both move events will be received. 2011-05-03 12:27:10 +00:00
Alexander Koblov
988bb73222 FIX: Enable/Disable hotkey edit (patch by Fuhrer) 2011-04-29 03:38:49 +00:00
Alexander Koblov
03e16bc09a FIX: Bug [3292464] 2011-04-28 04:04:17 +00:00
cobines
71826a5a1c ADD: FileSystemWatcher: add mode with watching whole drive. Mode is now stored in config file at AutoRefresh/Mode (Windows). 2011-04-27 14:25:18 +00:00
Alexander Koblov
68016688ba ADD: Command line parameter "--no-console" to hide debug console window 2011-04-26 03:37:29 +00:00
Alexander Koblov
17075335f2 FIX: Configure custom columns (incorrect options page) 2011-04-23 20:17:39 +00:00
Alexander Koblov
6b80c08246 UPD: Determine mime type by content if needed 2011-04-23 20:09:14 +00:00
Alexander Koblov
3bcc8e43fd FIX: Actions submenu for files without extension 2011-04-23 16:25:28 +00:00
Alexander Koblov
3dad41d898 FIX: GetDefaultAppCmd function 2011-04-23 15:49:01 +00:00
Alexander Koblov
8ecf7c3d05 ADD: Read mime actions also from mimeapps.list (Feature Request [3139263]) 2011-04-23 15:26:36 +00:00
Alexander Koblov
b4fdd1404c UPD: Use pbstMarquee ProgressBarStyle while operation is starting 2011-04-21 03:51:57 +00:00
cobines
5b5580678d UPD: Set SEM_FAILCRITICALERRORS, SEM_NOOPENFILEERRORBOX error mode at start to disable any message boxes from OS (Windows). 2011-04-20 17:21:08 +00:00