1 /***************************************************************************
2 * Copyright (C) 2006 by Peter Penz <peter.penz@gmx.at> *
3 * Copyright (C) 2006 by Stefan Monov <logixoul@gmail.com> *
4 * Copyright (C) 2006 by Cvetoslav Ludmiloff <ludmiloff@gmail.com> *
6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program; if not, write to the *
18 * Free Software Foundation, Inc., *
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
20 ***************************************************************************/
22 #ifndef DOLPHIN_MAINWINDOW_H
23 #define DOLPHIN_MAINWINDOW_H
25 #include "panels/panel.h"
27 #include <config-nepomuk.h>
29 #include <kfileitemdelegate.h>
30 #include <kio/fileundomanager.h>
31 #include <ksortablelist.h>
32 #include <kxmlguiwindow.h>
33 #include <kactionmenu.h>
35 #include "views/dolphinview.h"
39 typedef KIO::FileUndoManager::CommandType CommandType
;
42 class DolphinViewActionHandler
;
43 class DolphinApplication
;
44 class DolphinSettingsDialog
;
45 class DolphinViewContainer
;
46 class DolphinRemoteEncoding
;
54 * @short Main window for Dolphin.
56 * Handles the menus, toolbars and Dolphin views.
58 class DolphinMainWindow
: public KXmlGuiWindow
61 Q_CLASSINFO("D-Bus Interface", "org.kde.dolphin.MainWindow")
62 Q_PROPERTY(int id READ getId SCRIPTABLE
true)
63 friend class DolphinApplication
;
66 virtual ~DolphinMainWindow();
69 * Returns the currently active view.
70 * All menu actions are applied to this view. When
71 * having a split view setup, the nonactive view
72 * is usually shown in darker colors.
74 DolphinViewContainer
* activeViewContainer() const;
77 * Opens each directory \p in a separate tab. If the "split view"
78 * option is enabled, 2 directories are collected within one tab.
80 void openDirectories(const QList
<KUrl
>& dirs
);
83 * Opens the directory which contains the files \p files
84 * and selects all files (implements the --select option
87 void openFiles(const QList
<KUrl
>& files
);
90 * Returns true, if the main window contains two instances
91 * of a view container. The active view constainer can be
92 * accessed by DolphinMainWindow::activeViewContainer().
97 * If the main window contains two instances of a view container
98 * (DolphinMainWindow::isSplit() returns true), then the
99 * two views get toggled (the right view is on the left, the left
100 * view on the right).
104 /** Renames the item represented by \a oldUrl to \a newUrl. */
105 void rename(const KUrl
& oldUrl
, const KUrl
& newUrl
);
108 * Refreshes the views of the main window by recreating them dependent from
109 * the given Dolphin settings.
114 * Returns the 'Create New...' sub menu which also can be shared
115 * with other menus (e. g. a context menu).
117 KNewFileMenu
* newFileMenu() const;
120 * Returns the 'Show Menubar' action which can be shared with
121 * other menus (e. g. a context menu).
123 KAction
* showMenuBarAction() const;
127 * Pastes the clipboard data into the currently selected folder
128 * of the active view. If not exactly one folder is selected,
129 * no pasting is done at all.
131 void pasteIntoFolder();
134 * Returns the main window ID used through DBus.
139 * Implementation of the MainWindowAdaptor/QDBusAbstractAdaptor interface.
140 * Inform all affected dolphin components (panels, views) of an URL
143 void changeUrl(const KUrl
& url
);
145 /** Stores all settings and quits Dolphin. */
150 * Is sent if the selection of the currently active view has
153 void selectionChanged(const KFileItemList
& selection
);
156 * Is sent if the url of the currently active view has
159 void urlChanged(const KUrl
& url
);
162 * Is emitted if information of an item is requested to be shown e. g. in the panel.
163 * If item is null, no item information request is pending.
165 void requestItemInfo(const KFileItem
& item
);
168 /** @see QWidget::showEvent() */
169 virtual void showEvent(QShowEvent
* event
);
171 /** @see QMainWindow::closeEvent() */
172 virtual void closeEvent(QCloseEvent
* event
);
174 /** @see KMainWindow::saveProperties() */
175 virtual void saveProperties(KConfigGroup
& group
);
177 /** @see KMainWindow::readProperties() */
178 virtual void readProperties(const KConfigGroup
& group
);
181 void clearStatusBar();
183 /** Updates the 'Create New...' sub menu. */
184 void updateNewMenu();
186 void createDirectory();
188 /** Shows the error message in the status bar of the active view. */
189 void showErrorMessage(const QString
& message
);
192 * Updates the state of the 'Undo' menu action dependent
193 * from the parameter \a available.
195 void slotUndoAvailable(bool available
);
197 /** Invoked when an action in the recent tabs menu is clicked. */
198 void restoreClosedTab(QAction
* action
);
200 /** Sets the text of the 'Undo' menu action to \a text. */
201 void slotUndoTextChanged(const QString
& text
);
203 /** Performs the current undo operation. */
207 * Copies all selected items to the clipboard and marks
212 /** Copies all selected items to the clipboard. */
215 /** Pastes the clipboard data to the active view. */
218 /** Replaces the URL navigator by a search box to find files. */
222 * Updates the text of the paste action dependent from
223 * the number of items which are in the clipboard.
225 void updatePasteAction();
227 /** Selects all items from the active view. */
231 * Inverts the selection of all items of the active view:
232 * Selected items get nonselected and nonselected items get
235 void invertSelection();
238 * Switches between one and two views:
239 * If one view is visible, it will get split into two views.
240 * If already two views are visible, the nonactivated view gets closed.
242 void toggleSplitView();
244 /** Reloads the current active view. */
247 /** Stops the loading process for the current active view. */
250 void enableStopAction();
251 void disableStopAction();
254 * Toggles between showing and hiding of the filter bar
256 void toggleFilterBarVisibility(bool show
);
259 * Toggles between edit and browse mode of the navigation bar.
261 void toggleEditLocation();
264 * Switches to the edit mode of the navigation bar and selects
265 * the whole URL, so that it can be replaced by the user. If the edit mode is
266 * already active, it is assured that the navigation bar get focused.
268 void replaceLocation();
270 /** Goes back on step of the URL history. */
273 /** Goes forward one step of the URL history. */
276 /** Goes up one hierarchy of the current URL. */
280 * Open the previous URL in the URL history in a new tab
281 * if the middle mouse button is clicked.
283 void goBack(Qt::MouseButtons buttons
);
286 * Open the next URL in the URL history in a new tab
287 * if the middle mouse button is clicked.
289 void goForward(Qt::MouseButtons buttons
);
292 * Open the URL one hierarchy above the current URL in a new tab
293 * if the middle mouse button is clicked.
295 void goUp(Qt::MouseButtons buttons
);
297 /** Goes to the home URL. */
300 /** Opens Kompare for 2 selected files. */
304 * Hides the menu bar if it is visible, makes the menu bar
305 * visible if it is hidden.
307 void toggleShowMenuBar();
309 /** Opens a terminal window for the current location. */
312 /** Opens the settings dialog for Dolphin. */
315 /** Updates the state of the 'Show Full Location' action. */
316 void slotEditableStateChanged(bool editable
);
319 * Updates the state of the 'Edit' menu actions and emits
320 * the signal selectionChanged().
322 void slotSelectionChanged(const KFileItemList
& selection
);
324 /** Emits the signal requestItemInfo(). */
325 void slotRequestItemInfo(const KFileItem
&);
328 * Updates the state of the 'Back' and 'Forward' menu
329 * actions corresponding to the current history.
331 void updateHistory();
333 /** Updates the state of the 'Show filter bar' menu action. */
334 void updateFilterBarAction(bool show
);
336 /** Open a new main window. */
337 void openNewMainWindow();
339 /** Opens a new view with the current URL that is part of a tab. */
343 * Opens a new tab showing the URL \a url.
345 void openNewTab(const KUrl
& url
);
347 void activateNextTab();
349 void activatePrevTab();
352 * Opens the selected folder in a new tab.
357 * Opens the selected folder in a new window.
359 void openInNewWindow();
361 /** Toggles the active view if two views are shown within the main window. */
362 void toggleActiveView();
365 * Indicates in the statusbar that the execution of the command \a command
368 void showCommand(CommandType command
);
371 * Activates the tab with the index \a index, which means that the current view
372 * is replaced by the view of the given tab.
374 void setActiveTab(int index
);
376 /** Closes the currently active tab. */
380 * Closes the tab with the index \index and activates the tab with index - 1.
382 void closeTab(int index
);
385 * Opens a context menu for the tab with the index \a index
386 * on the position \a pos.
388 void openTabContextMenu(int index
, const QPoint
& pos
);
391 * Is connected to the QTabBar signal tabMoved(int from, int to).
392 * Reorders the list of tabs after a tab was moved in the tab bar
393 * and sets m_tabIndex to the new index of the current tab.
395 void slotTabMoved(int from
, int to
);
398 * Handles a click on a places item: if the middle mouse button is
399 * clicked, a new tab is opened for \a url, otherwise the current
400 * view is replaced by \a url.
402 void handlePlacesClick(const KUrl
& url
, Qt::MouseButtons buttons
);
405 * Is connected to the KTabBar signal testCanDecode() and adjusts
406 * the output parameter \a accept.
408 void slotTestCanDecode(const QDragMoveEvent
* event
, bool& accept
);
411 * If the URL can be listed open it in the current view, otherwise
412 * run it through KRun.
414 void handleUrl(const KUrl
& url
);
417 * handleUrl() can trigger a stat job to see if the url can actually
420 void slotHandleUrlStatFinished(KJob
* job
);
423 * Is connected to the KTabBar signal receivedDropEvent.
424 * Allows dragging and dropping files onto tabs.
426 void tabDropEvent(int tab
, QDropEvent
* event
);
429 * Is invoked when the write state of a folder has been changed and
430 * enables/disables the "Create New..." menu entry.
432 void slotWriteStateChanged(bool isFolderWritable
);
434 void slotSearchModeChanged(bool enabled
);
437 * Opens the context menu on the current mouse position.
438 * @item File item context. If item is null, the context menu
439 * should be applied to \a url.
440 * @url URL which contains \a item.
441 * @customActions Actions that should be added to the context menu,
442 * if the file item is null.
444 void openContextMenu(const KFileItem
& item
,
446 const QList
<QAction
*>& customActions
);
449 DolphinMainWindow(int id
);
453 * Activates the given view, which means that
454 * all menu actions are applied to this view. When
455 * having a split view setup, the nonactive view
456 * is usually shown in darker colors.
458 void setActiveViewContainer(DolphinViewContainer
* view
);
461 void setupDockWidgets();
462 void updateEditActions();
463 void updateViewActions();
464 void updateGoActions();
467 * Adds the tab[\a index] to the closed tab menu's list of actions.
469 void rememberClosedTab(int index
);
472 * Connects the signals from the created DolphinView with
473 * the DolphinViewContainer \a container with the corresponding slots of
474 * the DolphinMainWindow. This method must be invoked each
475 * time a DolphinView has been created.
477 void connectViewSignals(DolphinViewContainer
* container
);
480 * Updates the text of the split action:
481 * If two views are shown, the text is set to "Split",
482 * otherwise the text is set to "Join". The icon
483 * is updated to match with the text and the currently active view.
485 void updateSplitAction();
487 /** Returns the name of the tab for the URL \a url. */
488 QString
tabName(const KUrl
& url
) const;
490 bool isKompareInstalled() const;
492 void createSecondaryView(int tabIndex
);
495 * Helper method for saveProperties() and readProperties(): Returns
496 * the property string for a tab with the index \a tabIndex and
497 * the property \a property.
499 QString
tabProperty(const QString
& property
, int tabIndex
) const;
502 * Sets the window caption to url.fileName() if this is non-empty,
503 * "/" if the URL is "file:///", and url.protocol() otherwise.
505 void setUrlAsCaption(const KUrl
& url
);
507 QString
squeezedText(const QString
& text
) const;
511 * Implements a custom error handling for the undo manager. This
512 * assures that all errors are shown in the status bar of Dolphin
513 * instead as modal error dialog with an OK button.
515 class UndoUiInterface
: public KIO::FileUndoManager::UiInterface
519 virtual ~UndoUiInterface();
520 virtual void jobError(KIO::Job
* job
);
523 KNewFileMenu
* m_newFileMenu
;
524 KActionMenu
* m_recentTabsMenu
;
525 KAction
* m_showMenuBar
;
527 DolphinViewContainer
* m_activeViewContainer
;
528 QVBoxLayout
* m_centralWidgetLayout
;
533 ViewTab() : isPrimaryViewActive(true), primaryView(0), secondaryView(0), splitter(0) {}
534 bool isPrimaryViewActive
;
535 DolphinViewContainer
* primaryView
;
536 DolphinViewContainer
* secondaryView
;
541 QList
<ViewTab
> m_viewTab
;
543 DolphinViewActionHandler
* m_actionHandler
;
544 DolphinRemoteEncoding
* m_remoteEncoding
;
545 QPointer
<DolphinSettingsDialog
> m_settingsDialog
;
547 KJob
* m_lastHandleUrlStatJob
;
550 * Set to true, if the filter dock visibility is only temporary set
551 * to true by enabling the search mode.
553 bool m_filterDockIsTemporaryVisible
;
556 inline DolphinViewContainer
* DolphinMainWindow::activeViewContainer() const
558 return m_activeViewContainer
;
561 inline bool DolphinMainWindow::isSplit() const
563 return m_viewTab
[m_tabIndex
].secondaryView
!= 0;
566 inline KNewFileMenu
* DolphinMainWindow::newFileMenu() const
568 return m_newFileMenu
;
571 inline KAction
* DolphinMainWindow::showMenuBarAction() const
573 return m_showMenuBar
;
576 inline int DolphinMainWindow::getId() const
581 #endif // DOLPHIN_MAINWINDOW_H