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
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
011a446133
UPD: Reloading configuration after manually editing files.
2011-09-23 22:05:39 +00:00
cobines
390ecb12c7
UPD: Some optimizations to showing options editors to reduce visual flicker.
2011-09-23 19:53:08 +00:00
cobines
5bbd760c89
FIX: Displaying categories in file types colors options.
2011-09-23 18:26:09 +00:00
cobines
c601c11df8
UPD: Split colors options page.
2011-09-23 13:54:18 +00:00
cobines
cdb39d0426
ADD: Grouping editors in options.
2011-09-22 19:13:13 +00:00
cobines
45c01a26b2
ADD: Patch "New quick search/filter" [3405463] from bbtruk.
...
* Filter directories / only files / both directories and files
* Case sensitive / insensitive option
* Close filter panel without losing the filtered list in the file panel with TAB key or clicking outside, ESCAPE cancels filter
* Button to toggle between quick search/filter keeping the typed text
* Allow writing text while ALT or CTRL+ALT key is pressed in quick search
* Allow changing settings for individual tabs without affecting the rest; parameters added to cm_QuickFilter/cm_QuickSearch for changing those settings via hotkeys:
'togglefilter': changes between quick search and quick filter modes
'matchbeginning': sets/unsets match beginning option
'matchending': same as above but for match ending
'casesensitivity': toggles case sensitivity in search/filter
'filesdirectories': changes mode between only files, only directories and both files and directories
2011-09-22 11:48:59 +00:00
cobines
cb9981ef57
FIX: Update plugins options page after Load.
2011-09-01 22:09:28 +00:00
cobines
508a425d6b
UPD: Remove notebook with pages in Options, create and show options editor as needed.
2011-09-01 21:40:37 +00:00
cobines
03af988e26
FIX: Building with Lazarus 0.9.30.
2011-09-01 19:45:06 +00:00
cobines
cac0c5db65
FIX: Crash when no shortcut file selected.
2011-09-01 19:15:19 +00:00
cobines
2c67d6331e
UPD: Make Archivers, IgnoreList options pages as TFrame.
2011-09-01 05:01:58 +00:00
cobines
c415964698
UPD: Make AutoRefresh, Icons, Misc options pages as TFrame.
2011-09-01 04:10:59 +00:00
cobines
c2a9053b09
UPD: Make Columns, Configuration, Log options pages as TFrame.
2011-09-01 03:26:44 +00:00
cobines
f013a14dac
UPD: Make File operations, QuickSearchFilter, Tabs pages as TFrame.
2011-09-01 01:53:36 +00:00
cobines
e5a79a406d
FIX: Remove accidently committed properties of Lazarus 0.9.31. Remove forgotten font dialog.
2011-08-31 08:10:59 +00:00
cobines
176b72dc74
UPD: Make Fonts configuration page as TFrame.
2011-08-31 05:10:29 +00:00
cobines
073175af8c
UPD: Make Layout configuration page as TFrame.
2011-08-31 04:51:41 +00:00
cobines
8db8098a4e
UPD: Make Hotkeys configuration page as TFrame.
2011-08-31 04:34:29 +00:00
cobines
aa603f94cb
UPD: Copy comment/licence header.
2011-08-31 00:10:04 +00:00
cobines
a5d9bdb53b
UPD: Make Tools configuration page as TFrame.
2011-08-31 00:07:48 +00:00
cobines
b35499edf0
UPD: Make Behavior configuration page as TFrame.
2011-08-30 23:15:08 +00:00
cobines
26129fac3b
UPD: Apply Align=alClient automatically to all options editors.
2011-08-30 21:50:47 +00:00