┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Collapse)Author
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
2010-07-08Forward port of SVN commit 1147596: Skip redirection URLs when going back or ↵Peter Penz
forward in history (otherwise going back won't be possible for the user, as a redirection will occur again). CCBUG: 212293 svn path=/trunk/KDE/kdebase/apps/; revision=1147597
2010-06-16Hide the information panel by defaultPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1138819
2010-05-28Fix i18n context info: "@action:inmenu File" -> "... View"Alexander Potashev
svn path=/trunk/KDE/kdebase/apps/; revision=1131720
2010-05-26Remove separatorIgnat Semenov
svn path=/trunk/KDE/kdebase/apps/; revision=1130874
2010-05-25Update the edit actions when starting Dolphin, to assure that the state ↵Peter Penz
"no_selection" gets triggered svn path=/trunk/KDE/kdebase/apps/; revision=1130573
2010-05-08terminalAction is defined only on non-windows systemsPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=1124310
2010-05-03Use the dock widgets actions directly, as they are capable of showing the ↵Peter Penz
toggle state. Drawback: The actions cannot be added directly to the toolbar, but as the group "Panels" can be added instead, this should be no issue. svn path=/trunk/KDE/kdebase/apps/; revision=1122363
2010-05-03Allow to add menu groups like "View Mode", "Sort By"... to be added as ↵Peter Penz
toolbar item (see http://reviewboard.kde.org/r/3862). Thanks to Todd for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1122320
2010-03-24Always apply the editable state of the current URL navigator to the URL ↵Peter Penz
navigator of the new tab (not only if the current URL navigator is editable) svn path=/trunk/KDE/kdebase/apps/; revision=1106928
2010-03-23Assure that when opening a new tab, that the URL navigator of the new tab ↵Peter Penz
has the same editable state as the current tab Thanks to Vishesh Handa for the patch! svn path=/trunk/KDE/kdebase/apps/; revision=1106757
2010-03-22Use the default keyboard shortcuts for next-tab/previous-tab as primary key, ↵Peter Penz
but use the commonly used shortcuts Ctrl+Tab/Ctrl+Shift+Tab as secondary keys. Of course it is still possible that the user defines custom shortcuts. BUG: 231541 svn path=/trunk/KDE/kdebase/apps/; revision=1106406
2010-03-15Stat URLs before opening them to make sure they are actually dirs we can ↵Sebastian Trueg
list. Otherwise use KRun. svn path=/trunk/KDE/kdebase/apps/; revision=1103520
2010-02-23Allow to drop files above a tab. Thanks to Todd for the patch.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1094746
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the ↵David Faure
only way to avoid duplicating code until kde5) Port all of kdebase' use of KNewMenu to KNewFileMenu. Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog, and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp svn path=/trunk/KDE/kdebase/apps/; revision=1080547
2010-01-25Now *really' open a new tab if the URL navigator requests it... (the ↵Peter Penz
previous commit missed this 2 quite important lines). CCBUG: 181223 svn path=/trunk/KDE/kdebase/apps/; revision=1079854
2010-01-25* Adjust code to use the improved KUrlNavigator API.Peter Penz
* Open a new tab if the URL navigator requests it. * Get rid of a cyclic dependency between DolphinViewContainer and DolphinMainWindow. BUG: 181223 svn path=/trunk/KDE/kdebase/apps/; revision=1079843
2010-01-20only set the title synchronously for the file-protocol, otherwise use ↵Peter Penz
KIO::stat() svn path=/trunk/KDE/kdebase/apps/; revision=1077599
2010-01-20Use a stat job to determine the caption on non-file URLs. This way we get ↵Sebastian Trueg
the fancy UDS_DISPLAY_NAMEs for URLs like the nepomuksearch ones. BUG: 222095 svn path=/trunk/KDE/kdebase/apps/; revision=1077551
2010-01-15use KAction::setShortcut() instead of QAction::setShortcut()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1075127
2010-01-11Fixed issue that the keyboard shortcuts for the docks places, folders, ↵Peter Penz
information and terminal could not be changed. BUG: 218485 svn path=/trunk/KDE/kdebase/apps/; revision=1073053
2010-01-11- When the filterbar has been activated as startup setting, still the view ↵Peter Penz
should get the keyboard focus. - Assure that the keyboard focus does not get lost when a tab is opened in background. CCBUG: 183394 svn path=/trunk/KDE/kdebase/apps/; revision=1072868
2010-01-06use correct icon when opening new tabs with the middle clickPeter Penz
BUG: 212942 svn path=/trunk/KDE/kdebase/apps/; revision=1070717
2009-12-21Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined ↵Maciej Mrozowski
- no need to do it twice. This fixed compilation without nepomuk libs. svn path=/trunk/KDE/kdebase/apps/; revision=1064809
2009-12-17don't try to do anything if no files have been passedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1063333
2009-12-17* respect the --select startup optionPeter Penz
* minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329
2009-12-12allow to restrict the search results by the current folder (including all ↵Peter Penz
sub folders) svn path=/trunk/KDE/kdebase/apps/; revision=1061589
2009-12-12* allow to filter the search result by images or text-documentsPeter Penz
* minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1061550
2009-11-25* Fixed execution of links in the metadata widget.Sebastian Trueg
* Do not try to list non-listable URLs. svn path=/trunk/KDE/kdebase/apps/; revision=1054300
2009-11-25Fix Dolphin crash on startup if HAVE_NEPOMUK is false.Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1054165
2009-11-23Add missing includeDmitry Suzdalev
svn path=/trunk/KDE/kdebase/apps/; revision=1053349
2009-11-21* show only a minimized set of search options per defaultPeter Penz
* remember the search options when closing Dolphin, so that the user can adjust his "default search template" svn path=/trunk/KDE/kdebase/apps/; revision=1052499
2009-11-19Provide clickable resources for the Information Panel. Thanks to Sebastian ↵Peter Penz
Trüg für the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1051553
2009-11-18Warn when the unsuspecting user is about to create a directory that starts ↵David Faure
with a dot, like Sabine's ".csv test files" folder, which did not appear in the directory view after being created. svn path=/trunk/KDE/kdebase/apps/; revision=1051124
2009-11-17better fix so that it links, too...David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=1050535
2009-11-17try to fix compilation for people without nepomuk ↵David Faure
(dolphinmainwindow.cpp:1008: error: invalid use of incomplete type ‘struct DolphinSearchOptionsConfigurator’) svn path=/trunk/KDE/kdebase/apps/; revision=1050534
2009-11-13search finetuning:Peter Penz
* trigger progress information when starting a search * let the information panel hide the meta data for the search string * get the search string from the configurator svn path=/trunk/KDE/kdebase/apps/; revision=1048721
2009-11-12Show a progress information when doing a Nepomuk search. As "sideeffect" ↵Peter Penz
some KDE3 relicts for the progress bar code have been removed too... svn path=/trunk/KDE/kdebase/apps/; revision=1048225