diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kio/kfile/TODO | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/TODO')
-rw-r--r-- | kio/kfile/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kio/kfile/TODO b/kio/kfile/TODO new file mode 100644 index 000000000..b7bf74ea5 --- /dev/null +++ b/kio/kfile/TODO @@ -0,0 +1,17 @@ +TODO-List for the KFileDialog and associated classes (in order of importance) + +- are more messageboxes necessary? +- KFD's default dirs configurable +- drag&drop support for the views (somehow into baseclass KFileView? +- KFileView::setSelected( const QRegExp& ) +- separate KDirOperator, location-combo, filter-combo etc. from KFileDialog + to another widget (everything besides OK/Cancel buttons). +- implement in-place editing (rename) + make it configurable in all views +- make a simple fileview based on QListBox +- implement KFile::PreviewInfo +- signal KFileView::selectionCleared() + +If anyone wants to implement some of those, please do. In case of questions, +don't hesitate to ask me. + +Carsten Pfeiffer <pfeiffer@kde.org> |