Commit graph

5,795 commits

Author SHA1 Message Date
cobines
9bce02ed3e UPD: Set cells in drives list everytime it is shown so that free space is updated. 2010-11-27 02:19:52 +00:00
cobines
3837e015af DEL: Remove obsolete GTK2 workarounds. 2010-11-27 01:42:35 +00:00
cobines
8001443b4d UPD: Go back to reading entries from fstab and mtab, only handle /dev devices via UDisks. 2010-11-26 04:52:06 +00:00
cobines
716fecdc16 FIX: Building for Win64. 2010-11-23 02:24:09 +00:00
Alexander Koblov
e4436d7faf FIX: Compiling with FPC 2.4.0 and 2.4.2 2010-11-22 20:47:07 +00:00
cobines
a8fb41b1b4 ADD: Detecting and enumerating drives via UDisks. It replaces Hal and is default now (Linux). 2010-11-22 05:09:57 +00:00
Alexander Koblov
472374d737 FIX: Don't show additional taskbar button for modal dialogs 2010-11-21 11:34:02 +00:00
Alexander Koblov
68d84e36fc UPD: Show MIME type in "FileTypeProperty" under Linux 2010-11-21 09:31:41 +00:00
Alexander Koblov
7fc0b31ffc FIX: Run executable file under Gnome 2010-11-21 07:11:36 +00:00
Alexander Koblov
3fbd090c6a FIX: Save descript.ion only if it has been modified 2010-11-20 21:17:29 +00:00
Alexander Koblov
b13f57b217 FIX: Get some file properties on display when gListFilesInThread disabled 2010-11-20 21:11:47 +00:00
Alexander Koblov
5945fad0bf FIX: Restore main window position 2010-11-20 15:55:31 +00:00
Alexander Koblov
b33ab7a510 ADD: File comment property 2010-11-20 15:14:17 +00:00
Alexander Koblov
1a6413a810 ADD: Patch from Rustem - move operations buttons by mouse 2010-11-20 13:55:42 +00:00
Alexander Koblov
76b2b288a3 FIX: Exception when close FileExists/DirExists dialog via window "Close" button
ADD: "Cancel" button to FileExists/DirExists dialog
2010-11-17 20:24:37 +00:00
Alexander Koblov
2bfbb59c17 FIX: Division by zero in Viewer 2010-11-16 20:36:45 +00:00
Alexander Koblov
dfac921722 FIX: Bug [3108022] "close on Alt+F4" 2010-11-14 09:33:14 +00:00
Alexander Koblov
76de464d0d DEL: doublecmd_debug.lpi "Nightly builds" now uses build profiles 2010-11-14 08:38:10 +00:00
cobines
5cd85692de FIX: Draw frame cursor last. so that it doesn't get overridden by text background or grid lines.
FIX: Text color under cursor with inverted selection and overcolor.
2010-11-12 19:31:21 +00:00
Alexander Koblov
ba9c224e99 FIX: Find file comment 2010-11-11 20:14:18 +00:00
Alexander Koblov
477f01cf3f ADD: Patch [3106948] with small changes 2010-11-11 19:56:03 +00:00
Alexander Koblov
0d58aab7e5 FIX: Some interface alignment and size 2010-11-09 13:02:22 +00:00
cobines
5000ce04ad UPD: Updated .lpi to latest Lazarus.
ADD: Some build profiles to project, default is unchanged.
2010-11-07 03:48:30 +00:00
cobines
d068962b52 FIX: When waiting for child process to finish ignore interruption of waitpid() by a signal. 2010-11-07 02:35:59 +00:00
cobines
f45341be63 ADD: Some debugging info at startup/shutdown. 2010-11-07 02:26:17 +00:00
Alexander Koblov
48d0f35199 ADD: Define search template from input mask dialog 2010-11-06 08:51:00 +00:00
Alexander Koblov
75d31adb33 FIX: Check box position 2010-11-05 14:28:10 +00:00
Alexander Koblov
27b132bcbc FIX: Default folder icon under Windows 7 2010-11-05 11:07:31 +00:00
Alexander Koblov
21e24233f7 FIX: Show options in copy/move dialog under GTK2 2010-11-05 10:10:13 +00:00
Alexander Koblov
7f50d1b2d3 ADD: "OverwriteFolder" option (disabled by default) to manage overwrite folder operation 2010-11-04 11:48:32 +00:00
cobines
845a5c5592 FIX: Anchoring of icon example in options. 2010-10-30 21:00:21 +00:00
Alexander Koblov
8fa4e170b6 FIX: Don't show invisible panels under Carbon in Viewer 2010-10-30 10:21:27 +00:00
Alexander Koblov
cb45e904f1 UPD: Replace TNotebook by TPageControl 2010-10-30 10:01:11 +00:00
Alexander Koblov
f27bca1755 FIX: Compilation under Windows 2010-10-30 07:46:55 +00:00
cobines
0605236410 UPD: Support theme icons in the toolbar and file associations. 2010-10-30 04:24:05 +00:00
cobines
402f5549b3 UPD: Open icon dialog at the file passed as the initial file name. 2010-10-30 04:01:00 +00:00
cobines
dde4c8ad54 FIX: Result of ReplaceEnvVars function. 2010-10-30 03:58:13 +00:00
cobines
9d7770e945 UPD: Split dialog buttons captions into several strings so that it is easier to maintain translations when buttons will be added or removed.
UPD: Renamed "Rewrite" to "Overwrite".
2010-10-29 01:41:28 +00:00
cobines
2231c9e247 UPD: Load system icon for folder and executable for modes > sim_standard (Windows).
UPD: When file icon not yet loaded use default icons also for folder and executable.
2010-10-29 00:23:55 +00:00
cobines
66665728e4 ADD: Comment about usage of TWfxPluginFileSource instead of IWfxPluginFileSource. 2010-10-28 19:06:27 +00:00
cobines
6d1f7ca0f7 UPD: Set folder attribute for drive when showing context menu, so that actions for folder are displayed instead of actions for files. 2010-10-28 18:08:22 +00:00
cobines
d88aed82d4 UPD: Use Notebook.Multiline property, remove old workaround. 2010-10-28 16:25:40 +00:00
Alexander Koblov
91fcd8deae FIX: Compilation for 64 bit 2010-10-27 08:46:21 +00:00
cobines
e1b50b8c55 UPD: When copying files, don't allow overwriting target directory when source is a directory or link to directory. The saved operation options still need redo. 2010-10-27 03:12:19 +00:00
Alexander Koblov
213697560c FIX: Compilation under Linux 2010-10-26 19:20:06 +00:00
cobines
b30031d3cf FIX: Range check error. 2010-10-25 15:18:12 +00:00
cobines
27de17ade8 UPD: Load some file properties and icons on demand, when they are about to be displayed. 2010-10-25 05:03:11 +00:00
Alexander Koblov
4689eb335e FIX: Exit from rename mode when click on another file 2010-10-13 19:05:18 +00:00
Alexander Koblov
ba9a75773d FIX: Extract files from archive when destination path is null 2010-10-10 16:45:27 +00:00
Alexander Koblov
d6d23c1e2b FIX: Cancel unpack operation if error is occurred and user choose "Cancel" 2010-10-10 16:07:57 +00:00