]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
KFileItemModel: interface cleanups
[dolphin.git] / src / dolphinviewcontainer.h
index 59b3c79eddbde1da152977a8590012065e2eeb1c..b3c48ccf98abef977f81978b5dce855a30ad0fa3 100644 (file)
@@ -154,19 +154,21 @@ private slots:
      */
     void updateStatusBar();
 
-    void updateProgress(int percent);
+    void updateDirectoryLoadingProgress(int percent);
+
+    void updateDirectorySortingProgress(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 slotDirectoryLoadingStarted();
 
     /**
      * Assures that the viewport position is restored and updates the
      * statusbar to reflect the current content.
      */
-    void slotFinishedPathLoading();
+    void slotDirectoryLoadingCompleted();
 
     /**
      * Handles clicking on an item. If the item is a directory, the
@@ -175,13 +177,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.