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
cobines
92ebc8a69a
UPD: Make language configuration page as TFrame.
...
UPD: Add Save result to report that options change needs restart.
2011-08-30 21:25:58 +00:00
cobines
3dadcdc476
UPD: Use identifiers instead of numbers in options frames so that reordering, adding, removing editors is easier.
2011-08-28 23:21:30 +00:00
cobines
585cc8a86b
UPD: Regenerate LRT and languages files with Lazarus trunk.
2011-07-15 00:04:10 +00:00
Alexander Koblov
01606fecbe
UPD: Move SetColorInColorBox to udcutils
2011-04-12 14:56:11 +00:00
Alexander Koblov
100b518247
FIX; Save/load colors
2011-04-12 14:29:41 +00:00
Alexander Koblov
067a264df3
UPD: Forgotten unit
2011-04-12 14:18:39 +00:00
Alexander Koblov
b0f8315169
UPD: Register options frames like Lazarus IDE does
2011-04-12 14:01:01 +00:00
Alexander Koblov
3ac60d1f26
UPD: Make colors configuration page as TFrame
2011-04-11 19:10:01 +00:00
Alexander Koblov
42f5e74cce
UPD: Make plugins configuration page as TFrame
2011-04-10 19:17:41 +00:00
Alexander Koblov
d3179b207e
UPD: Interface alignment
2011-04-10 17:23:43 +00:00
Alexander Koblov
5317ee486a
ADD: Configure custom tooltips
2011-04-10 17:15:09 +00:00