Commit graph

34 commits

Author SHA1 Message Date
rich2014
91d2178bc7 UPD: don't active quicksearch/filter when Fn Key held 2026-05-16 15:38:20 +08:00
Alexander Koblov
55e92df88e FIX: Alt+Letters typing mode (issue #2785) 2026-03-22 20:53:17 +03:00
Alexander Koblov
4aee2b6d28 ADD: Quick Search - capability to ignore diacritics and ligatures 2025-06-13 00:51:59 +03:00
Alexander Koblov
788c934f43 FIX: Restore focus after exit from quick search (issue #2152) 2025-02-09 15:05:28 +03:00
Alexander Koblov
ee8b06ae53 ADD: Qt 6 widgetset support (fixes #402) 2022-11-13 20:38:18 +03:00
WhiteChairFromIkea
b636e42eea
FIX: Reset filter field everytime when gaining focus (fixes #274)
Co-authored-by: WhiteChairFromIkea <dainius.mazuika@gmailcom>
2022-05-17 20:27:00 +03:00
Alexander Koblov
645d311458 FIX: Quick search - buttons under Qt 2019-08-25 10:24:00 +00:00
cordylus
4555b89e88 FIX: Bug [0001982] File Search with Brief View Navigation style Causes Issues with Selecting Files 2019-06-29 01:14:54 +00:00
cordylus
e2450b0438 FIX: Bug [0002153] Don't reset filter when changing view #2 2019-06-29 00:11:31 +00:00
cordylus
12d3ebae67 FIX: Bug [0002153] Don't reset filter when changing view
UPD: Quick search/filter is now cloned with FileView (currently used e.g. in Target = Source)
2019-06-24 21:23:51 +00:00
cordylus
3b91617d05 FIX: Bug [0002085] File selection with "INSERT" not working on filtered list 2019-06-23 00:27:12 +00:00
cordylus
790bdb8537 FIX: Exception when closing quick search panel using mouse after revision 8891 2019-06-17 16:32:45 +00:00
cordylus
3f2bf9bcfd FIX: Quick search moved to the next or previous result with every configuration button click if there was a manual move before the click 2019-06-17 16:05:32 +00:00
cordylus
7f5ddeeb62 FIX: Quick search moved to the next or previous result with every filter button click if there was a manual move before the click 2019-06-17 02:26:09 +00:00
cordylus
87edb410c0 FIX: Prevent quick search buttons from capturing focus on mouse click 2019-06-17 02:06:11 +00:00
cordylus
2cf81a061b FIX: Quick search moved to the next or previous result with every change of search text if there was a manual move before the edit 2019-06-16 19:54:02 +00:00
Alexander Koblov
09cf6d88dd FIX: QuickSearch frame lose focus on SpeedButton click 2018-12-08 15:54:12 +00:00
cordylus
5b1ee46e95 ADD: Feature [0001595] Shift with up/down arrow to select items during quick search 2017-12-19 21:02:44 +00:00
Alexander Koblov
4ba2861900 FIX: Some warnings 2015-12-04 20:21:45 +00:00
Alexander Koblov
db5cb3beba UPD: Prepare FPC 3.0 support 2015-10-23 19:27:05 +00:00
Alexander Koblov
f2fd418200 UPD: Ctrl+Home/End go to first/last found/filtered file (patch by Denis Bisson) 2015-05-31 09:26:07 +00:00
Alexander Koblov
c677891cfb ADD: Many improvements (patch by Denis Bisson) 2015-02-15 11:17:10 +00:00
vitaliyg
aa6f55a44a UPD: Set svn:eol-style property to "native" 2012-08-19 15:11:56 +00:00
Alexander Koblov
3a611b6398 FIX: Call TfrmQuickSearch.OnHide only when panel hided by action in it (fixes 0000517) 2012-07-15 07:54:01 +00:00
cobines
d6588be58c UPD: Reduce number of updates when filter called with many parameters. 2012-05-10 16:43:15 +00:00
cobines
c93d7e6871 UPD: Enter characters with Ctrl+Alt only if the keyboard layout has AltGr mapped (Windows). 2012-05-01 11:00:21 +00:00
cobines
47aec6b94c UPD: Move some code to a separate package so that it can be reused in components or plugins. 2012-04-09 00:38:34 +00:00
cobines
0437e9f984 UPD: Move quick filter options back to the same row as text. Now that they are speed buttons they are small with fixed size. Remove the "Search" label to make more space. 2012-04-05 06:31:34 +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
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
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
455a20c544 UPD: Move QuickSearch/QuickFilter keys settings to Keys page. 2011-10-18 23:05:55 +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