]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
Activate the tab when an item is dragged above an inactive tab. Thanks to Dmitry...
[dolphin.git] / src / dolphinmainwindow.h
index db8034139876310055742ed308d6bf38ac1032b9..f97193cd41f45cfc7265543a47406de1033334cb 100644 (file)
@@ -172,13 +172,6 @@ private slots:
     /** Updates the 'Create New...' sub menu. */
     void updateNewMenu();
 
-    /**
-     * Opens the properties window for the selected items of the
-     * active view. The properties windows shows information
-     * like name, size and permissions.
-     */
-    void properties();
-
     /**
      * Shows the error information from the places model
      * in the status bar.
@@ -266,12 +259,15 @@ private slots:
     /** Goes to the home URL. */
     void goHome();
 
-    /** Opens KFind for the current shown directory. */
-    void findFile();
-
     /** Opens Kompare for 2 selected files. */
     void compareFiles();
 
+    /**
+     * Initiates a preview of the selected files
+     * on the desktop by the Previewer plasmoid.
+     */
+    void quickView();
+
     /**
      * Hides the menu bar if it is visible, makes the menu bar
      * visible if it is hidden.
@@ -345,6 +341,12 @@ private slots:
      * view is replaced by \a url.
      */
     void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons);
+    
+    /**
+     * Is connected to the KTabBar signal testCanDecode() and adjusts 
+     * the output parameter \a accept.
+     */
+    void slotTestCanDecode(const QDragMoveEvent* event, bool& accept);
 
 private:
     DolphinMainWindow(int id);