Commit graph

86 commits

Author SHA1 Message Date
cobines
59f4134e1e FIX: Enable Add hotkey button when there are no hotkeys. 2012-04-03 09:53:01 +00:00
cobines
03e7e282cf UPD: Change options to cm_QuickFilter/cm_QuickSearch so that they can be assigned values. 2012-04-03 07:56:19 +00:00
cobines
21b90a27e6 UPD: Update the algorithm for assigning shortcuts to cm_Delete when changing UseTrash setting to automatically fix some more cases and make it work on all shortcuts not just the first. 2012-04-02 06:50:19 +00:00
cobines
ea6eb9c00d UPD: Change recycle parameter to cm_Delete to be of form "trashcan=". 2012-04-02 02:39:07 +00:00
Alexander Koblov
30e5d7b9d5 DEL: Unneeded control captions 2012-04-01 14:38:16 +00:00
Alexander Koblov
cc13940867 UPD: Remove unneeded text, move button separator 2012-04-01 14:31:58 +00:00
cobines
34d6c49e09 UPD: Edit hotkeys in a separate window. There was too little space in hotkeys options page. Support multiple parameters to commands. 2012-04-01 10:40:57 +00:00
cobines
30fee9494b UPD: Support multiple parameters to a command in HotkeyManager. 2012-04-01 05:38:40 +00:00
cobines
271eb65d46 UPD: Reorganize file operations options. 2012-03-31 06:02:51 +00:00
cobines
2a0f01af65 ADD: Option to choose how file operations progress is shown initially: separate window, minimized window or in the operations panel. 2012-03-30 10:10:36 +00:00
cobines
6f9022095d UPD: Cleanup. 2012-03-21 02:20:30 +00:00
cobines
a886335b68 ADD: Highlight new and updated files. 2012-03-18 01:15:27 +00:00
cobines
d3bd4b6fc4 ADD: Option that specifies where to put updated files in the file list, similar as the option for new files. 2012-03-17 20:44:58 +00:00
cobines
e27935198c FIX: Remove Lazarus 0.9.31 properties (bug [0000380]). 2012-03-16 16:19:17 +00:00
cobines
898ed636fe ADD: Option to insert new files at top, bottom of filelist, after directories or at normal sorted position (issue [0000012]). 2012-03-15 20:24:53 +00:00
Alexander Koblov
d79e23974f UPD: Use same font as in Editor in highlighters preview 2012-03-14 04:52:03 +00:00
Alexander Koblov
de44bf79d7 ADD: Feature [0000354] "Redesign internal editor configuration dialog" 2012-03-10 08:23:04 +00:00
cobines
0848df215e ADD: Option to delay loading file list in a tab until it is activated. 2012-03-10 05:30:44 +00:00
cobines
88889a67fa ADD: Missing lrt file for quick search. 2012-03-06 21:57:22 +00:00
Alexander Koblov
1be8e13575 ADD: Editor highlighters configuration frame 2012-03-04 10:43:53 +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
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
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
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
cobines
ed44d8b56d FIX: Setting sorting method (broken in previous commit). 2012-01-08 17:18:52 +00:00
cobines
254c1ab342 ADD: Case sensitive sorting with first upper case then lower case (issue [0000085]). 2012-01-08 17:13:07 +00:00
cobines
42da09b939 ADD: Ask for adding hotkey with Shift for cm_Delete for reversing "delete to trash" setting (issue [0000241]). 2012-01-05 21:44:02 +00:00
Alexander Koblov
82b1968bcb FIX: Some fixes for bug [0000275] 2011-12-02 17:48:34 +00:00
Alexander Koblov
6ae7e8408c FIX: Some fixes for issue [0000275] 2011-12-01 11:07:25 +00:00
Alexander Koblov
129f5c09e0 ADD: Patch [0000269] by denis230 2011-12-01 08:23:33 +00:00
Alexander Koblov
75350b1493 ADD: Rearrange items by Drag&Drop in "File Types Colors" list, optimizations (patch by vitaliyg) 2011-12-01 06:46:19 +00:00
cobines
033bd095ed UPD: Don't start typing with Space and only select files with Space without modifiers so that Alt+Space can open window menu if possible. 2011-11-15 03:23:50 +00:00
cobines
033c0382b6 FIX: Focus not set after deactivating quick search (GTK2). 2011-11-15 01:29:36 +00:00
cobines
65db13337f UPD: Cleanup. 2011-11-06 04:33:41 +00:00
cobines
28353cf39e UPD: Allow retrieving short and long caption of a command separately (action caption and hint respectively). 2011-11-01 23:01:43 +00:00
cobines
c20637aecf FIX: Building with Lazarus 0.9.30. 2011-10-30 12:07:55 +00:00
cobines
ce7296d8f1 UPD: Cleanup. 2011-10-29 12:52:34 +00:00
cobines
375329a872 ADD: Implement custom commands for any form. Issue [0000207]. 2011-10-28 21:43:22 +00:00
cobines
30a0b58e83 UPD: Move some options from Behavior to Files Views page. 2011-10-21 15:47:24 +00:00
cobines
eb919c3485 UPD: Improve sizing of Hotkeys options page. 2011-10-21 15:08:47 +00:00
cobines
455a20c544 UPD: Move QuickSearch/QuickFilter keys settings to Keys page. 2011-10-18 23:05:55 +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
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
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
0509f2c7a5 UPD: Make Drag&Drop options page. 2011-09-28 22:33:15 +00:00