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 "dolphinview.h"
26 #include "panels/panel.h"
28 #include <config-nepomuk.h>
30 #include <kfileitemdelegate.h>
31 #include <kio/fileundomanager.h>
32 #include <ksortablelist.h>
33 #include <kxmlguiwindow.h>
34 #include <kactionmenu.h>
36 #include <QtCore/QList>
38 typedef KIO::FileUndoManager::CommandType CommandType
;
41 class DolphinViewActionHandler
;
42 class DolphinApplication
;
43 class DolphinSearchBox
;
44 class DolphinSearchOptionsConfigurator
;
45 class DolphinSettingsDialog
;
46 class DolphinViewContainer
;
47 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 KNewMenu
* newMenu() 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 QMainWindow::closeEvent() */
169 virtual void closeEvent(QCloseEvent
* event
);
171 /** @see KMainWindow::saveProperties() */
172 virtual void saveProperties(KConfigGroup
& group
);
174 /** @see KMainWindow::readProperties() */
175 virtual void readProperties(const KConfigGroup
& group
);
178 void clearStatusBar();
180 /** Updates the 'Create New...' sub menu. */
181 void updateNewMenu();
183 void createDirectory();
185 /** Shows the error message in the status bar of the active view. */
186 void showErrorMessage(const QString
& message
);
189 * Updates the state of the 'Undo' menu action dependent
190 * from the parameter \a available.
192 void slotUndoAvailable(bool available
);
194 /** Invoked when an action in the recent tabs menu is clicked. */
195 void restoreClosedTab(QAction
* action
);
197 /** Sets the text of the 'Undo' menu action to \a text. */
198 void slotUndoTextChanged(const QString
& text
);
200 /** Performs the current undo operation. */
204 * Copies all selected items to the clipboard and marks
209 /** Copies all selected items to the clipboard. */
212 /** Pastes the clipboard data to the active view. */
216 * Updates the text of the paste action dependent from
217 * the number of items which are in the clipboard.
219 void updatePasteAction();
221 /** Selects all items from the active view. */
225 * Inverts the selection of all items of the active view:
226 * Selected items get nonselected and nonselected items get
229 void invertSelection();
232 * Switches between one and two views:
233 * If one view is visible, it will get split into two views.
234 * If already two views are visible, the nonactivated view gets closed.
236 void toggleSplitView();
238 /** Reloads the current active view. */
241 /** Stops the loading process for the current active view. */
245 * Toggles between showing and hiding of the filter bar
247 void toggleFilterBarVisibility(bool show
);
250 * Toggles between edit and browse mode of the navigation bar.
252 void toggleEditLocation();
255 * Switches to the edit mode of the navigation bar and selects
256 * the whole URL, so that it can be replaced by the user. If the edit mode is
257 * already active, it is assured that the navigation bar get focused.
259 void replaceLocation();
261 /** Goes back on step of the URL history. */
264 /** Goes forward one step of the URL history. */
267 /** Goes up one hierarchy of the current URL. */
271 * Open the previous URL in the URL history in a new tab
272 * if the middle mouse button is clicked.
274 void goBack(Qt::MouseButtons buttons
);
277 * Open the next URL in the URL history in a new tab
278 * if the middle mouse button is clicked.
280 void goForward(Qt::MouseButtons buttons
);
283 * Open the URL one hierarchy above the current URL in a new tab
284 * if the middle mouse button is clicked.
286 void goUp(Qt::MouseButtons buttons
);
288 /** Goes to the home URL. */
291 /** Opens Kompare for 2 selected files. */
295 * Hides the menu bar if it is visible, makes the menu bar
296 * visible if it is hidden.
298 void toggleShowMenuBar();
300 /** Opens a terminal window for the current location. */
303 /** Opens the settings dialog for Dolphin. */
306 /** Updates the state of the 'Show Full Location' action. */
307 void slotEditableStateChanged(bool editable
);
310 * Updates the state of the 'Edit' menu actions and emits
311 * the signal selectionChanged().
313 void slotSelectionChanged(const KFileItemList
& selection
);
315 /** Enables changing of tabs via mouse wheel. */
316 void slotWheelMoved(int wheelDelta
);
318 /** Emits the signal requestItemInfo(). */
319 void slotRequestItemInfo(const KFileItem
&);
322 * Updates the state of the 'Back' and 'Forward' menu
323 * actions corresponding to the current history.
325 void updateHistory();
327 /** Updates the state of the 'Show filter bar' menu action. */
328 void updateFilterBarAction(bool show
);
330 /** Open a new main window. */
331 void openNewMainWindow();
333 /** Opens a new view with the current URL that is part of a tab. */
337 * Opens a new tab showing the URL \a url.
339 void openNewTab(const KUrl
& url
);
341 void activateNextTab();
343 void activatePrevTab();
346 * Opens the selected folder in a new tab.
351 * Opens the selected folder in a new window.
353 void openInNewWindow();
355 /** Toggles the active view if two views are shown within the main window. */
356 void toggleActiveView();
359 * Indicates in the statusbar that the execution of the command \a command
362 void showCommand(CommandType command
);
365 * Activates the tab with the index \a index, which means that the current view
366 * is replaced by the view of the given tab.
368 void setActiveTab(int index
);
370 /** Closes the currently active tab. */
374 * Closes the tab with the index \index and activates the tab with index - 1.
376 void closeTab(int index
);
380 * Opens a context menu for the tab with the index \a index
381 * on the position \a pos.
383 void openTabContextMenu(int index
, const QPoint
& pos
);
386 * Handles a click on a places item: if the middle mouse button is
387 * clicked, a new tab is opened for \a url, otherwise the current
388 * view is replaced by \a url.
390 void handlePlacesClick(const KUrl
& url
, Qt::MouseButtons buttons
);
393 * Is connected to the KTabBar signal testCanDecode() and adjusts
394 * the output parameter \a accept.
396 void slotTestCanDecode(const QDragMoveEvent
* event
, bool& accept
);
399 * Is connected with the Dolphin search box and the search configurator
400 * and triggers a Nepomuk search.
405 * Is connected to the QTabBar signal tabMoved(int from, int to).
406 * Reorders the list of tabs after a tab was moved in the tab bar
407 * and sets m_tabIndex to the new index of the current tab.
409 void slotTabMoved(int from
, int to
);
412 * Is connected to the searchbox signal 'requestSearchOptions' and
413 * takes care to show the search options.
415 void showSearchOptions();
418 * If the URL can be listed open it in the current view, otherwise
419 * run it through KRun.
421 void handleUrl(const KUrl
& url
);
424 DolphinMainWindow(int id
);
428 * Activates the given view, which means that
429 * all menu actions are applied to this view. When
430 * having a split view setup, the nonactive view
431 * is usually shown in darker colors.
433 void setActiveViewContainer(DolphinViewContainer
* view
);
436 void setupDockWidgets();
437 void updateEditActions();
438 void updateViewActions();
439 void updateGoActions();
442 * Adds the tab[\a index] to the closed tab menu's list of actions.
444 void rememberClosedTab(int index
);
447 * Connects the signals from the created DolphinView with
448 * the DolphinViewContainer \a container with the corresponding slots of
449 * the DolphinMainWindow. This method must be invoked each
450 * time a DolphinView has been created.
452 void connectViewSignals(DolphinViewContainer
* container
);
455 * Updates the text of the split action:
456 * If two views are shown, the text is set to "Split",
457 * otherwise the text is set to "Join". The icon
458 * is updated to match with the text and the currently active view.
460 void updateSplitAction();
462 /** Returns the name of the tab for the URL \a url. */
463 QString
tabName(const KUrl
& url
) const;
465 bool isKompareInstalled() const;
467 void createSecondaryView(int tabIndex
);
470 * Helper method for saveProperties() and readProperties(): Returns
471 * the property string for a tab with the index \a tabIndex and
472 * the property \a property.
474 QString
tabProperty(const QString
& property
, int tabIndex
) const;
477 * Sets the window caption to url.fileName() if this is non-empty,
478 * "/" if the URL is "file:///", and url.protocol() otherwise.
480 void setUrlAsCaption(const KUrl
& url
);
482 QString
squeezedText(const QString
& text
) const;
486 * Implements a custom error handling for the undo manager. This
487 * assures that all errors are shown in the status bar of Dolphin
488 * instead as modal error dialog with an OK button.
490 class UndoUiInterface
: public KIO::FileUndoManager::UiInterface
494 virtual ~UndoUiInterface();
495 virtual void jobError(KIO::Job
* job
);
499 KActionMenu
* m_recentTabsMenu
;
500 KAction
* m_showMenuBar
;
502 DolphinViewContainer
* m_activeViewContainer
;
503 QVBoxLayout
* m_centralWidgetLayout
;
504 DolphinSearchBox
* m_searchBox
;
505 DolphinSearchOptionsConfigurator
* m_searchOptionsConfigurator
;
510 ViewTab() : isPrimaryViewActive(true), primaryView(0), secondaryView(0), splitter(0) {}
511 bool isPrimaryViewActive
;
512 DolphinViewContainer
* primaryView
;
513 DolphinViewContainer
* secondaryView
;
518 QList
<ViewTab
> m_viewTab
;
520 DolphinViewActionHandler
* m_actionHandler
;
521 DolphinRemoteEncoding
* m_remoteEncoding
;
522 QPointer
<DolphinSettingsDialog
> m_settingsDialog
;
525 inline DolphinViewContainer
* DolphinMainWindow::activeViewContainer() const
527 return m_activeViewContainer
;
530 inline bool DolphinMainWindow::isSplit() const
532 return m_viewTab
[m_tabIndex
].secondaryView
!= 0;
535 inline KNewMenu
* DolphinMainWindow::newMenu() const
540 inline KAction
* DolphinMainWindow::showMenuBarAction() const
542 return m_showMenuBar
;
545 inline int DolphinMainWindow::getId() const
550 #endif // DOLPHIN_MAINWINDOW_H