diff options
| author | Peter Penz <[email protected]> | 2011-10-22 01:31:02 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-10-22 01:33:26 +0200 |
| commit | eac436d0374d3be323c6ba36799d3cddc98301ea (patch) | |
| tree | ca149d04153f6d169a70cb232fb0c420e90016e4 /src/CMakeLists.txt | |
| parent | fd9cac1188130d3ef09530a902c95cf6190990a1 (diff) | |
Implement grouping for names
- Use a custom header for KFileItems
- Cache the groups
- Allow enabling/disabling grouping dynamically
Currently there is a random crash in combination with the
groupheader-recycler, this will be fixed during the next
days.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 93225c5c8..b5c773ae6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ add_subdirectory(tests) ########### next target ############### set(dolphinprivate_LIB_SRCS + kitemviews/kfileitemlistgroupheader.cpp kitemviews/kfileitemlistview.cpp kitemviews/kfileitemlistwidget.cpp kitemviews/kfileitemmodel.cpp |
