┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Expand)Author
2010-11-05If the user has changed the startup settings, they should also get applied to...Peter Penz
2010-10-29Fix build-issue if Nepomuk is not available.Peter Penz
2010-10-27Postpone the initialization of the filter-panel until it is shown. This preve...Peter Penz
2010-10-27Move "Filter"-action to the bottom and apply icon + shortcutPeter Penz
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
2010-10-27showMenuBar is deprecated, use showHideMenuBar instead.Kevin Ottens
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
2010-10-26Fix build issues if Nepomuk is not availablePeter Penz
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter sea...Peter Penz
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
2010-10-10compile in debug mode (asserts enabled)Andreas Hartmetz
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to kee...Peter Penz
2010-10-06Implement the actions "Open in New Window" and "Open in New Tab" for the case...Peter Penz
2010-09-22If the context-menu is opened for a file shown as search result, offer the ac...Peter Penz
2010-09-22Unbelievable: I simply forgot to implement the Stop-action in Dolphin since K...Peter Penz
2010-09-21- DolphinViewContainer::url() returns an instance, not a referencePeter Penz
2010-09-21Update the title of the tab when closing the second view in the split-mode. T...Peter Penz
2010-09-20Workaround for a X11-issue in combination with KModifierKeyInfo: When constru...Peter Penz
2010-09-17There is no need to burden DolphinMainWindow with internals of the context-menu.Peter Penz
2010-09-17When you view the context menu of a file/folder and shift is pressed (and the...Mark Gaiser
2010-09-17Show location in window title for non-local URLs. Thanks to Mark Gaiser for t...Peter Penz
2010-09-04Remove custom handling of wheel-events for tabs, this is done now in KTabBarPeter Penz
2010-08-27Context-menu cleanups:Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
2010-07-08Forward port of SVN commit 1147596: Skip redirection URLs when going back or ...Peter Penz
2010-06-16Hide the information panel by defaultPeter Penz
2010-05-28Fix i18n context info: "@action:inmenu File" -> "... View"Alexander Potashev
2010-05-26Remove separatorIgnat Semenov
2010-05-25Update the edit actions when starting Dolphin, to assure that the state "no_s...Peter Penz
2010-05-08terminalAction is defined only on non-windows systemsPino Toscano
2010-05-03Use the dock widgets actions directly, as they are capable of showing the tog...Peter Penz
2010-05-03Allow to add menu groups like "View Mode", "Sort By"... to be added as toolba...Peter Penz
2010-03-24Always apply the editable state of the current URL navigator to the URL navig...Peter Penz
2010-03-23Assure that when opening a new tab, that the URL navigator of the new tab has...Peter Penz
2010-03-22Use the default keyboard shortcuts for next-tab/previous-tab as primary key, ...Peter Penz
2010-03-15Stat URLs before opening them to make sure they are actually dirs we can list...Sebastian Trueg
2010-02-23Allow to drop files above a tab. Thanks to Todd for the patch.Peter Penz
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on...David Faure
2010-01-25Now *really' open a new tab if the URL navigator requests it... (the previous...Peter Penz
2010-01-25* Adjust code to use the improved KUrlNavigator API.Peter Penz
2010-01-20only set the title synchronously for the file-protocol, otherwise use KIO::st...Peter Penz
2010-01-20Use a stat job to determine the caption on non-file URLs. This way we get the...Sebastian Trueg
2010-01-15use KAction::setShortcut() instead of QAction::setShortcut()Peter Penz
2010-01-11Fixed issue that the keyboard shortcuts for the docks places, folders, inform...Peter Penz
2010-01-11- When the filterbar has been activated as startup setting, still the view sh...Peter Penz
2010-01-06use correct icon when opening new tabs with the middle clickPeter Penz
2009-12-21Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined -...Maciej Mrozowski
2009-12-17don't try to do anything if no files have been passedPeter Penz
2009-12-17* respect the --select startup optionPeter Penz