diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
commit | 5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch) | |
tree | 9b70e8be47a390f8f4d56ead812ab0c9dad88709 /kio/kfile/TODO | |
parent | c17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff) | |
download | tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kio/kfile/TODO')
-rw-r--r-- | kio/kfile/TODO | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kio/kfile/TODO b/kio/kfile/TODO deleted file mode 100644 index b7bf74ea5..000000000 --- a/kio/kfile/TODO +++ /dev/null @@ -1,17 +0,0 @@ -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> |