----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106289/ -----------------------------------------------------------
(Updated Sept. 3, 2012, 9:03 p.m.) Review request for Dolphin and KDE Base Apps. Changes ------- Final version. This one is thoroughly tested against both dolphin and Konqueror. In addition to fixing Konqueror's directory filter plugin, it addresses the following issues: * Allow both name and mime-type filters to be used at the same time (aggregated filtering). * Fix behavior of the wildcard matching support in Konqueror's location bar. Description ------- The attached patch provides an implementation of KParts' ListingFilterExtension for Dolphin. The extension allows the Dolphin KPart to provide directory/file filtering services without requiring direct linking against Dolphin itself. The review for the new KPart listing filter extension (ListingFilterExtension) can be found at https://git.reviewboard.kde.org/r/106288/ Diffs (updated) ----- dolphin/src/views/dolphinview.h 10f63c5 dolphin/src/views/dolphinview.cpp 8050415 dolphin/src/kitemviews/private/kfileitemmodelfilter.cpp 816d356 dolphin/src/kitemviews/private/kfileitemmodelfilter.h 9bdf1fd dolphin/src/dolphinpart.h e5693b3 dolphin/src/dolphinpart.cpp fff7dc0 dolphin/src/kitemviews/kfileitemmodel.h d9bebdf dolphin/src/kitemviews/kfileitemmodel.cpp 6936af4 Diff: http://git.reviewboard.kde.org/r/106289/diff/ Testing ------- Thanks, Dawit Alemayehu