┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Collapse)Author
2011-03-08Prevent unnecessary reloading of KDirLister on startupPeter Penz
When Dolphin is started with a directory as argument unnecessary reload operations of KDirListers are done. The patch improves this by just letting the DolphinView internally do a loading as soon as it gets visible (and without reloading). Also in case if only one directory is passed as argument the current tab gets reused instead of creating new tabs and removing the current tab. Thanks a lot to David Faure for pointing out this unefficient handling.
2011-02-27Consistently use binary operators to connect QFlagsSebastian Dörner
2011-02-09Fix regression that creating a sub-folder is not possiblePeter Penz
CCBUG: 265714
2011-02-09Coding style update for pointer comparisonPeter Penz
Most developers seem to prefer if (ptr) ... if (!ptr) ... in comparison to if (ptr != 0) ... if (ptr == 0) ... Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
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
The filter-panel should be disabled if the current folder is not indexed at all. Also when triggering a "Find" the filter-panel should stay invisible per default when the current folder is not indexed. CCBUG: 264969
2011-01-27Fix crash when detaching a tab with "Split View Mode" setting enabledSebastian Doerner
svn path=/trunk/KDE/kdebase/apps/; revision=1217560
2011-01-17Fix regression introduced by SVN commit 1214916: The navigator should get ↵Peter Penz
the focus when "Replace Location" is invoked. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1215110
2011-01-16Simplify DolphinMainWindow::replaceLocation()Sebastian Doerner
svn path=/trunk/KDE/kdebase/apps/; revision=1214916
2011-01-08SVN_SILENT: Remove unused methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1212992
2011-01-08Fix sanity check in toggleViews()Sebastian Doerner
svn path=/trunk/KDE/kdebase/apps/; revision=1212950
2011-01-04Add the "Lock Panels"/"Unlock Panels"-action to the context-menu of the ↵Peter Penz
Places Panel. svn path=/trunk/KDE/kdebase/apps/; revision=1211709
2010-12-31SVN_SILENT: Don't connect to non-existing signal/slotPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210426
2010-12-31Lock panels per default and allow to unlock them like in Amarok.Peter Penz
BUG: 229811 FIXED-IN: 4.7.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210424
2010-12-19Fix regression introduced in 4.5 and allow to add the menu actions "Show ↵Peter Penz
Information Panel", "Show Folders Panel", "Show Terminal Panel", "Show Places Panel" and "Show Places Panel" to the toolbar like in KDE SC 4.4. BUG: 250847 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1207728
2010-11-12Fix build-issue if no Nepomuk is availablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1196022
2010-11-11Currently the Filter Panel does only work with enabled Nepomuk. Don't show ↵Peter Penz
it when Nepomuk is disabled. svn path=/trunk/KDE/kdebase/apps/; revision=1195652
2010-11-10Also allow to show/hide the Filter Panel if Nepomuk is disabledPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195360
2010-11-09Revert "showMenuBar is deprecated, use showHideMenuBar instead."Aurélien Gâteau
This reverts commit f20cd7fd1836d0f16bc1dec2204bd4356a9f2802. svn path=/trunk/KDE/kdebase/apps/; revision=1194446
2010-11-07Make the filter-behavior similar to applications like Kate, where activating ↵Peter Penz
the filter lets focus it again. BUG: 256160 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193912
2010-11-06Disable the filter-dock if Nepomuk is not active.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193611
2010-11-05Rename the setter showFilterBar() to setFilterBarVisible().Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193348
2010-11-05SVN_SILENT: fix typoPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193345
2010-11-05If the user has changed the startup settings, they should also get applied ↵Peter Penz
to the current views. BUG: 254947 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193344
2010-10-29Fix build-issue if Nepomuk is not available.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1191041
2010-10-27Postpone the initialization of the filter-panel until it is shown. This ↵Peter Penz
prevents overhead if the filter-panel is disabled. svn path=/trunk/KDE/kdebase/apps/; revision=1190460
2010-10-27Move "Filter"-action to the bottom and apply icon + shortcutPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190446
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
- Remove filter-prototypes that conflict with the filterpanel svn path=/trunk/KDE/kdebase/apps/; revision=1190445
2010-10-27showMenuBar is deprecated, use showHideMenuBar instead.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=1190390
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190370
2010-10-26Fix build issues if Nepomuk is not availablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190010
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter ↵Peter Penz
search results in a very comfortable way. A lot of finetuning is necessary (e.g. the custom filter-prototypes from Dolphin will get removed etc). This will be done during the next weeks. svn path=/trunk/KDE/kdebase/apps/; revision=1189951
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
- Internal cleanups of DolphinContextMenu code svn path=/trunk/KDE/kdebase/apps/; revision=1189651
2010-10-10compile in debug mode (asserts enabled)Andreas Hartmetz
svn path=/trunk/KDE/kdebase/apps/; revision=1184511
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to ↵Peter Penz
keep the interface minimal (selectedItems() is already available) svn path=/trunk/KDE/kdebase/apps/; revision=1184457
2010-10-06Implement the actions "Open in New Window" and "Open in New Tab" for the ↵Peter Penz
case if no item is selected. svn path=/trunk/KDE/kdebase/apps/; revision=1183222
2010-09-22If the context-menu is opened for a file shown as search result, offer the ↵Peter Penz
actions "Open Parent Folder in New Window" and "Open Parent Folder in New Tab" svn path=/trunk/KDE/kdebase/apps/; revision=1178362
2010-09-22Unbelievable: I simply forgot to implement the Stop-action in Dolphin since ↵Peter Penz
KDE SC 4.0. Well better later than never: Done now :-) BUG: 233836 svn path=/trunk/KDE/kdebase/apps/; revision=1178344
2010-09-21- DolphinViewContainer::url() returns an instance, not a referencePeter Penz
- GeneralSettings::homeUrl() returns a QString instance, not a KUrl reference svn path=/trunk/KDE/kdebase/apps/; revision=1177958
2010-09-21Update the title of the tab when closing the second view in the split-mode. ↵Peter Penz
Thanks to Enrique Alonso for analysing the root-cause! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1177952
2010-09-20Workaround for a X11-issue in combination with KModifierKeyInfo: When ↵Peter Penz
constructing KModifierKeyInfo in the constructor of the context menu, the user interface might freeze. Thanks to Mark Gaiser for clarifying this with the KModifierKeyInfo maintainer and testing the workaround! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1177658
2010-09-17There is no need to burden DolphinMainWindow with internals of the context-menu.Peter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1176513
2010-09-17When you view the context menu of a file/folder and shift is pressed (and ↵Mark Gaiser
the delete action line is not enabled in the settings) then the "Move to trash (del)" action gets replaced by the "Delete (shift del)" action and replaced back to "Move to trash (del)" when you release shift. BUG: 194275 svn path=/trunk/KDE/kdebase/apps/; revision=1176493
2010-09-17Show location in window title for non-local URLs. Thanks to Mark Gaiser for ↵Peter Penz
the patch and David Faure for the review on http://reviewboard.kde.org/r/5178. BUG: 244512 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1176395
2010-09-04Remove custom handling of wheel-events for tabs, this is done now in KTabBarPeter Penz
CCBUG: 248962 svn path=/trunk/KDE/kdebase/apps/; revision=1171577
2010-08-27Context-menu cleanups:Peter Penz
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes. - Provide context-sensitive actions also when a context-menu is opened on the viewport BUG: 191938 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1168586
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154073