Commit graph

2,122 commits

Author SHA1 Message Date
cobines
a8db856e62 FIX: Loading keys settings from config file (bug [3426365]). 2011-10-20 13:20:19 +00:00
cobines
52d33c8f61 DEL: Remove some definitions that are already in FPC. 2011-10-19 13:44:25 +00:00
cobines
f0dea65b9e UPD: MCI_OPEN_PARMS fixed in FPC 2.6. 2011-10-19 12:53:59 +00:00
cobines
44a9093f75 UPD: Don't apply workaround for & in treeview in Lazarus trunk, already fixed. 2011-10-19 12:40:16 +00:00
cobines
455a20c544 UPD: Move QuickSearch/QuickFilter keys settings to Keys page. 2011-10-18 23:05:55 +00:00
Alexander Koblov
424f3ea26b FIX: Bugs [3401446] and [3424994] 2011-10-18 04:34:32 +00:00
Alexander Koblov
f2b3522663 FIX: Disable overlay scrollbar under GTK2 2011-10-17 11:44:29 +00:00
Alexander Koblov
ebe30e8ebc UPD: Optimize StrFloatCmpW function 2011-10-16 11:28:33 +00:00
Alexander Koblov
49167f345c FIX: Handling special environment variables under Windows (=C:, =D: etc.), fixes bug "http://doublecmd.sourceforge.net/forum/viewtopic.php?f=10&t=959" 2011-10-16 09:41:29 +00:00
cobines
bd734e4bae UPD: Default terminal for MacOSX: /Applications/Utilities/Terminal.app. 2011-10-09 19:45:27 +00:00
cobines
8a87ae5335 UPD: Language files. 2011-10-09 16:55:54 +00:00
cobines
49b59e8394 UPD: More changes to anchors and spacing in Options.
Each top control (group boxes) in a frame must be anchored to parent or not anchored at all, they cannot be anchored to one another because autosizing in the scrollbox won't work correctly. Each control in an autosized container must be anchored so that the container is autosized properly. Using VerticalSpacing on TFrame currently does not work correctly with autosize, so replaced with spacing of individual controls.
2011-10-09 15:59:49 +00:00
cobines
27824c4ed4 UPD: Move options page file to frames. 2011-10-09 00:01:03 +00:00
cobines
81ca5e2d31 UPD: Change anchors and spacing in Options so that scrollbars are shown correctly and the frames scale better when resizing. 2011-10-08 23:59:04 +00:00
cobines
1948bc2788 UPD: Use reversed "delete to trash" settings when pressing Shift + Delete button. 2011-10-08 17:50:23 +00:00
cobines
038d2aaedb ADD: Make drives list button options page. Add options to show/hide columns in the drives list. 2011-10-08 16:28:15 +00:00
Alexander Koblov
c81f29e541 FIX: Access violation when open archive with symbolic links 2011-10-08 12:52:41 +00:00
cobines
db758b7500 FIX: Bug [3417839] "Font changes when file is being renamed". 2011-10-05 19:03:37 +00:00
cobines
1c0fe46767 UPD: Improve sizing of MultiRename form. 2011-10-05 16:58:41 +00:00
cobines
864a98907c UPD: Improve sizing find files dialog. 2011-10-03 19:13:12 +00:00
cobines
83c5162c31 FIX: Size of columns header. 2011-10-03 18:48:05 +00:00
cobines
5bbbecd928 FIX: Crash if Enter pressed in QuickSearch when file list is empty. 2011-10-03 13:33:50 +00:00
cobines
6de400c3f2 UPD: Change LabeledEdit into Label+Edit because the former cannot be anchored properly. 2011-10-02 22:07:16 +00:00
cobines
94f979a6d0 UPD: Make Files Views, Columns View options pages. 2011-10-02 21:53:01 +00:00
cobines
f007a467bb FIX: Building with Lazarus trunk. 2011-10-02 21:39:53 +00:00
Alexander Koblov
aac1182eda FIX: Make DialogBox procedure thread save (fixes bug [3402974]) 2011-10-01 16:36:19 +00:00
Alexander Koblov
147ee4ad51 FIX: Bug [3416235] Incorrect default path to Lua library 2011-09-30 21:02:55 +00:00
Alexander Koblov
71b78088b1 FIX: Compilation 2011-09-30 19:54:55 +00:00
cobines
efc8e66e0d ADD: Display version and build in the main window caption. Add button to copy info from about dialog to clipboard. Patch from xeningem.
UPD: Improve layout of About window a bit.
2011-09-30 19:36:24 +00:00
Alexander Koblov
e763d4efd7 FIX: Bug [3415942] "Editor->Search&Replace field order is bad..." 2011-09-30 13:10:45 +00:00
cobines
0509f2c7a5 UPD: Make Drag&Drop options page. 2011-09-28 22:33:15 +00:00
cobines
db148b63fe UPD: Use ConfigVersion to determine which config values to use. 2011-09-28 20:42:49 +00:00
cobines
ebc20c8a86 UPD: Rename SmallIconSize -> IconSize in config file. 2011-09-28 19:50:27 +00:00
cobines
183d9f573a DEL: Remove not used gToolBarSmallIcons. 2011-09-28 18:48:38 +00:00
cobines
3a372cd1fc FIX: List index out of bounds on deleting separator from toolbar (bug [3415074]). 2011-09-28 18:41:07 +00:00
cobines
61c3514d8b UPD: Show "<no label>" when drive label is empty (feature request [2981814]). 2011-09-28 18:17:56 +00:00
cobines
8ea9e85814 FIX: Copying full paths of filenames from search result. 2011-09-27 21:52:05 +00:00
cobines
b2986588c8 ADD: Display file system type in the drives menu. 2011-09-27 21:15:30 +00:00
cobines
f1a4789deb UPD: GetHomeDir now removes trailing path delimiters. 2011-09-27 16:47:18 +00:00
cobines
72a7c4df80 UPD: Comment to ExcludeBackPathDelimiter function. 2011-09-27 16:34:55 +00:00
cobines
b9dde92750 ADD: Support tilde ~ (home directory) in path parameters (feature request [3228603]). 2011-09-27 16:23:03 +00:00
cobines
3d3ebab95c ADD: Default hotkey for cm_ShowSysFiles (feature request [3016945]). 2011-09-26 19:39:52 +00:00
Alexander Koblov
34a3faac66 FIX: Invalidate last row in multi rename dialog 2011-09-26 19:06:30 +00:00
cobines
351f03dcf0 UPD: Put options editors into a scrollbox in case window cannot be resized to fit everything. 2011-09-25 18:43:16 +00:00
cobines
a7f80785d2 UPD: Make Keyboard, Mouse options pages. 2011-09-25 16:43:38 +00:00
cobines
6ae0566f95 UPD: Rearrange viewer book mode options. 2011-09-25 14:56:01 +00:00
cobines
dc3b4fc255 UPD: Split tools page to separate editors. Create Terminal tool page. 2011-09-24 21:39:11 +00:00
cobines
e133fb6a3c DEL: Remove faSymLink redefinition. It would have a different value depending on if uOSUtils unit was used. We use OS specific values anyway. 2011-09-24 17:33:22 +00:00
cobines
64b7b0caa2 UPD: Remove not needed ShieldChar. 2011-09-24 17:13:57 +00:00
cobines
011a446133 UPD: Reloading configuration after manually editing files. 2011-09-23 22:05:39 +00:00