diff options
| author | Peter Penz <[email protected]> | 2012-04-11 16:06:18 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-11 16:08:32 +0200 |
| commit | 6c3d9acbc22ea9463ba40ef84c9e8c8419dfacf3 (patch) | |
| tree | e7ffd63acd5e28eb71a077f816a23534b06fcae2 /src/dolphinviewcontainer.h | |
| parent | d9dbd3398a258d04ec4517fd13e795b437c869d6 (diff) | |
KItemViews: Internal directory restructuration
- Move all private headers from the kitemviews-directory into
the 'private' subdirectory.
- Get rid of DolphinDirLister and just use a directory-lister
internally in KFileItemModel.
- Minor interface-cleanups for signals
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 734021aa9..de3bd60a6 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -154,21 +154,21 @@ private slots: */ void updateStatusBar(); - void updateLoadingProgress(int percent); + void updateDirLoadingProgress(int percent); - void updateSortProgress(int percent); + void updateSortingProgress(int percent); /** * Updates the statusbar to show an undetermined progress with the correct * context information whether a searching or a directory loading is done. */ - void slotStartedPathLoading(); + void slotStartedDirLoading(); /** * Assures that the viewport position is restored and updates the * statusbar to reflect the current content. */ - void slotFinishedPathLoading(); + void slotFinishedDirLoading(); /** * Handles clicking on an item. If the item is a directory, the @@ -178,13 +178,6 @@ private slots: void slotItemActivated(const KFileItem& item); /** - * Opens a the file \a url by opening the corresponding application. - * Is connected with the signal urlIsFile() from DolphinDirLister and will - * get invoked if the user manually has entered a file into the URL navigator. - */ - void openFile(const KUrl& url); - - /** * Shows the information for the item \a item inside the statusbar. If the * item is null, the default statusbar information is shown. */ |
