┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Expand)Author
2011-02-09Fix regression that creating a sub-folder is not possiblePeter Penz
2011-02-09Coding style update for pointer comparisonPeter Penz
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-04Update e-mail address from [email protected] to [email protected]Peter Penz
2011-02-04Use capitalized KDE includesPeter Penz
2011-02-02Fix visibility- and enabled-issues for the filter-panelPeter Penz
2011-01-27Fix crash when detaching a tab with "Split View Mode" setting enabledSebastian Doerner
2011-01-17Fix regression introduced by SVN commit 1214916: The navigator should get the...Peter Penz
2011-01-16Simplify DolphinMainWindow::replaceLocation()Sebastian Doerner
2011-01-08SVN_SILENT: Remove unused methodPeter Penz
2011-01-08Fix sanity check in toggleViews()Sebastian Doerner
2011-01-04Add the "Lock Panels"/"Unlock Panels"-action to the context-menu of the Place...Peter Penz
2010-12-31SVN_SILENT: Don't connect to non-existing signal/slotPeter Penz
2010-12-31Lock panels per default and allow to unlock them like in Amarok.Peter Penz
2010-12-19Fix regression introduced in 4.5 and allow to add the menu actions "Show Info...Peter Penz
2010-11-12Fix build-issue if no Nepomuk is availablePeter Penz
2010-11-11Currently the Filter Panel does only work with enabled Nepomuk. Don't show it...Peter Penz
2010-11-10Also allow to show/hide the Filter Panel if Nepomuk is disabledPeter Penz
2010-11-09Revert "showMenuBar is deprecated, use showHideMenuBar instead."Aurélien Gâteau
2010-11-07Make the filter-behavior similar to applications like Kate, where activating ...Peter Penz
2010-11-06Disable the filter-dock if Nepomuk is not active.Peter Penz
2010-11-05Rename the setter showFilterBar() to setFilterBarVisible().Peter Penz
2010-11-05SVN_SILENT: fix typoPeter Penz
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