fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / kio / kfile / TODO
blobb7bf74ea5bb0f95d54e0b705ca593da8c7878aca
1 TODO-List for the KFileDialog and associated classes (in order of importance)
3 - are more messageboxes necessary?
4 - KFD's default dirs configurable
5 - drag&drop support for the views (somehow into baseclass KFileView?
6 - KFileView::setSelected( const QRegExp& )
7 - separate KDirOperator, location-combo, filter-combo etc. from KFileDialog
8   to another widget (everything besides OK/Cancel buttons).
9 - implement in-place editing (rename) + make it configurable in all views
10 - make a simple fileview based on QListBox
11 - implement KFile::PreviewInfo
12 - signal KFileView::selectionCleared()
14 If anyone wants to implement some of those, please do. In case of questions,
15 don't hesitate to ask me.
17 Carsten Pfeiffer <pfeiffer@kde.org>