Revision 815459
Go back to digest for 8th June 2008Other in KDE Base
Rafael Fernández López committed changes in /trunk/KDE/kdebase/workspace/plasma/containments/folderview:
Filter out everything that does not match the filter rules set by the user. That means folders are also filtered out. Filters can be separated with ';'.
That means one could do something like '*.jpg;*.png'. We probably also want to remove all spaces from the filter, as well as making them non-case aware. At the moment "foo.JPG" would be filtered out if our filter was "*.jpg".
File Changes
Modified 3 files
- /trunk/KDE/kdebase/workspace/plasma/containments/folderview
- /folderview.cpp
- /proxymodel.cpp
- /proxymodel.h
3 files changed in total