diff options
| author | Peter Penz <[email protected]> | 2007-10-09 22:32:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-09 22:32:54 +0000 |
| commit | 3b8c3c1b1e2d05d09aca2de0b0bf922fb9530b0d (patch) | |
| tree | e692c3687b65e370a2469669752cf33022d8f675 /src/dolphinviewcontainer.h | |
| parent | 1d4cfd16fd5ceb8f37400d4890807e3c56619971 (diff) | |
Allow filtering of items also for the column view. A filtering of directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...).
svn path=/trunk/KDE/kdebase/apps/; revision=723536
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index b908e6ea0..abaf2e34e 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -145,10 +145,10 @@ private slots: void updateProgress(int percent); /** - * Updates the number of items (= number of directories + number of files) - * and shows this information in the statusbar. + * Assures that the viewport position is restored and updates the + * statusbar to reflect the current content. */ - void updateItemCount(); + void slotDirListerCompleted(); /** * Handles clicking on an item @@ -173,7 +173,7 @@ private slots: * Filters the currently shown items by \a nameFilter. All items * which contain the given filter string will be shown. */ - void changeNameFilter(const QString& nameFilter); + void setNameFilter(const QString& nameFilter); /** * Opens the context menu on the current mouse position. @@ -229,9 +229,6 @@ private: private: bool m_showProgress; - int m_folderCount; - int m_fileCount; - DolphinMainWindow* m_mainWindow; QVBoxLayout* m_topLayout; KUrlNavigator* m_urlNavigator; |
