diff options
| author | Peter Penz <[email protected]> | 2009-10-23 21:06:33 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-23 21:06:33 +0000 |
| commit | efecb5021cc7855caa05117ebbe74608f5c863f2 (patch) | |
| tree | 517df3bc5d22130997a5669a4c50c92a3ddb2865 /src/CMakeLists.txt | |
| parent | 66995e1a8f0b8a4001c1d4500f807277d685ab7f (diff) | |
Imported Adam Kidders search configuration widgets from playground/base/nepomuk/search_widgets_test. I adjusted some names of classes and members and also changed some parts of the implementation, but conceptually the concept is 1:1 like provided by Adam in playground.
Currently the UI works quite well, but the creating of the query string has not been integrated yet.
svn path=/trunk/KDE/kdebase/apps/; revision=1039572
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 429695f5d..ea6bda63a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -123,6 +123,9 @@ set(dolphin_SRCS panels/folders/paneltreeview.cpp search/dolphinsearchbox.cpp search/dolphinsearchoptionsconfigurator.cpp + search/searchcriteriondescription.cpp + search/searchcriterionselector.cpp + search/searchcriterionvalue.cpp settings/behaviorsettingspage.cpp settings/columnviewsettingspage.cpp settings/contextmenusettingspage.cpp |
