diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
commit | 7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f (patch) | |
tree | c76702a7f6310fbe9d437e347535422e836e94e9 /tdeio/tdefile/TODO | |
parent | a2a38be7600e2a2c2b49c66902d912ca036a2c0f (diff) | |
parent | 27bbee9a5f9dcda53d8eb23863ee670ad1360e41 (diff) | |
download | tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.tar.gz tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'tdeio/tdefile/TODO')
-rw-r--r-- | tdeio/tdefile/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tdeio/tdefile/TODO b/tdeio/tdefile/TODO new file mode 100644 index 000000000..b7bf74ea5 --- /dev/null +++ b/tdeio/tdefile/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> |