┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Collapse)Author
2008-09-04don't use SPACE as shortcut for Quick View, as this conflicts with the ↵Peter Penz
Terminal Panel svn path=/trunk/KDE/kdebase/apps/; revision=857151
2008-08-26Booo... false alarm. After going to the XMLGUI code this is perfect. I also ↵Rafael Fernández López
wonder why call to setAutoSaveSettings when using Save flag, and why createGUI when using Create flag, is what setupGUI internally is doing indeed. So nah, going back and removing those unnecessary calls. Now user preferences on toolbar places and sizes of icons are obeyed. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=853002
2008-08-26Do not create with Save flag. OMG, this is a very bad problem of XMLGUI... ↵Rafael Fernández López
if you set that flag (which needs to be done before createGUI, it will go to setAutoSaveSettings from KMainWindow, which will apply the personal preferences of toolbars etc... of a NON EXISTANT GUI !. So take out this parameter from here... since we are calling anyway setAutoSaveSettings couple lines after. I wonder if we should encourage people to not use Save flag, or we should fix this into XMLGUI. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=852998
2008-08-14Fix for show_filter_bar action of tools-menu, which is not correctly set ↵Sascha Peilicke
(when the corresponding option is checked in the startupsettingsview) at application start-up. svn path=/trunk/KDE/kdebase/apps/; revision=846896
2008-08-12Activate the tab when an item is dragged above an inactive tab. Thanks to ↵Peter Penz
Dmitry Khlystov for the patch! BUG: 164312 svn path=/trunk/KDE/kdebase/apps/; revision=846009
2008-08-12Assure that the "Close Tab" action gets disabled when only one tab is open.Peter Penz
BUG: 168904 svn path=/trunk/KDE/kdebase/apps/; revision=845995
2008-07-31We want to change the tab, not just the view.Alex Merry
Fixes the issue: open three tabs. Select the second one and close it. Now right tab is active, but content for left tab is shown. Will backport to 4.1. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=839877
2008-07-26forgot to remove unused variable in last commitPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=838119
2008-07-26use DBus interface instead of KRun::runCommand()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=838112
2008-07-26Provide a "Quick View" in the Tools menu, which uses the Previewer plasmoid.Peter Penz
TODO 1: use the D-Bus interface directly instead of using KRun::runCommand() as workaround. TODO 2: a new icon would be necessary CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=838039
2008-07-22fixed issue that the close-action for the split view has been applied to the ↵Peter Penz
inactive view instead of the active view BUG: 167209 svn path=/trunk/KDE/kdebase/apps/; revision=836643
2008-07-11Code factorization: move "properties" action and slot to ↵David Faure
DolphinViewActionHandler. svn path=/trunk/KDE/kdebase/apps/; revision=831148
2008-06-30Move the "Find File..." action from DolphinMainWindow to ↵Peter Penz
DolphinViewActionHandler, so that is used in DolphinPart and hence also in Konqueror. Thanks to Bram for the patch! CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=826383
2008-06-29Don't disable the "Properties" action when no file is selected, just use the ↵Peter Penz
current folder as source. TODO: the code in DolphinPart::slotProperties() and DolphinMainWindow::properties() is quite similar -> move to DolphinViewActionHandler? CCMAIL: [email protected] BUG: 165311 svn path=/trunk/KDE/kdebase/apps/; revision=825846
2008-06-29provide Ctrl+T as alternative shortcut to Ctrl+Shift+N for "New Tab" like ↵Peter Penz
Konqueror BUG: 165309 svn path=/trunk/KDE/kdebase/apps/; revision=825833
2008-06-28Don't check for "kompare" each time 2 items are selected (thanks to Andreas ↵Peter Penz
Scherf). As Albert Astals Cid pointed out it might be nicer to use a menu plugin instead of hardcoding "kompare" (> KDE 4.1). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=825587
2008-06-10Move code for disabling the paste action into DolphinView::pasteInfo() -> ↵Peter Penz
Dolphin KPart now also is aware about the disabled paste action. @David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=819116
2008-06-08disable the paste action if no writing is supported for the paste-destinationPeter Penz
BUG: 161639 svn path=/trunk/KDE/kdebase/apps/; revision=818445
2008-06-05When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),David Faure
enable a hidden action with Key_Del as shortcut, so that the user can press Del to delete the file. BUG: 76016 svn path=/trunk/KDE/kdebase/apps/; revision=817389
2008-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! ↵George Goldberg
Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way). BUGS:161594 svn path=/trunk/KDE/kdebase/apps/; revision=815584
2008-06-01increase the readability of the codePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=815420
2008-06-01Fix dolphin to only enable the Cut context menu option if the file ↵George Goldberg
capabilites supportsMoving(). CCBUGS: 161594 Still need to fix Send to trash Context Option in Konqueror svn path=/trunk/KDE/kdebase/apps/; revision=815362
2008-05-28Assure that tabs always have a text. If the file name is empty, use the ↵Peter Penz
protocol instead. This fixes the issue that for "trash://" no text is shown in the tab. svn path=/trunk/KDE/kdebase/apps/; revision=813844
2008-05-18Adding icon name "tab-close-other" to replace "tab-close" where the action ↵James Richard Tyrer
is to close other tabs. svn path=/trunk/KDE/kdebase/apps/; revision=809235
2008-05-11A middle click on an item of the tree view panel should open the URL inside ↵Peter Penz
a new tab. TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage. svn path=/trunk/KDE/kdebase/apps/; revision=806635
2008-05-11If the middle mouse button is pressed above an item of the places panel, ↵Peter Penz
open the URL inside a new tab. svn path=/trunk/KDE/kdebase/apps/; revision=806606
2008-05-04Move "Adjust view properties" to dolphinviewactionhandler so that it's ↵David Faure
available in dolphinpart (konqueror) too. Bug reported by kde-bug-hunter "lemma". svn path=/trunk/KDE/kdebase/apps/; revision=804037
2008-05-04Assure that after "Split View" has been executed, that the second view gets ↵Peter Penz
the focus instead of the first view. BUG: 161365 svn path=/trunk/KDE/kdebase/apps/; revision=803984
2008-04-30KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the ↵David Faure
code in libkonq+dolphin+konqueror. svn path=/trunk/KDE/kdebase/apps/; revision=802881
2008-04-23let a double-click on the empty tab-area open a new tab (-> consistent with ↵Peter Penz
konsole behavior) svn path=/trunk/KDE/kdebase/apps/; revision=800241
2008-04-20Fix bug with the UndoUiInterface usage: if more than one mainwindow was ↵David Faure
used, the statusbar of the wrong window could be used for displaying error messages from the undo manager. svn path=/trunk/KDE/kdebase/apps/; revision=799250
2008-04-18fixed some stupid bugs I did not see in the previous commit -> after 9 hours ↵Peter Penz
in the office and 3 hours Dolphin it seems I'm too tired :-( svn path=/trunk/KDE/kdebase/apps/; revision=798677
2008-04-18consider the protocol and directory capabilities for file actions like ↵Peter Penz
Rename, Delete and Move To Trash svn path=/trunk/KDE/kdebase/apps/; revision=798674
2008-04-16fix possible crash when selecting "New Tab" from the tab context menu of an ↵Peter Penz
inactive tab svn path=/trunk/KDE/kdebase/apps/; revision=797843
2008-04-16* provide context menu for tabsPeter Penz
* assure that the tab name is set to "/" for the root URL instead of using an empty string svn path=/trunk/KDE/kdebase/apps/; revision=797725
2008-04-14let Dolphin use the new tab-close-buttonsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=797061
2008-04-13implemented functionality for closing tabsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=796587
2008-04-13prevent flickering when switching between tabs having a split viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=796566
2008-04-13fixes for tabs:Peter Penz
* remember active view when having a split view inside a tab * prevent a possible recursion when returning into a tab having a split view svn path=/trunk/KDE/kdebase/apps/; revision=796563
2008-04-12when clicking with the middle mouse button on a directory, a new tab should ↵Peter Penz
be opened svn path=/trunk/KDE/kdebase/apps/; revision=796116
2008-04-12"New Tab" menu + some related code ;-)Peter Penz
BUG: 143995 svn path=/trunk/KDE/kdebase/apps/; revision=796101
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. ↵Peter Penz
This allows to show the information inside the statusbar, that the paste operation has been completed (also some code duplication can be prevented by the way). svn path=/trunk/KDE/kdebase/apps/; revision=791436
2008-03-21Append # to the object name (window role), KWin uses it for betterLuboš Luňák
window grouping. svn path=/trunk/KDE/kdebase/apps/; revision=788492
2008-03-20show the Information Panel per default as discussed in core-develPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788150
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-03-12remove unused signalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=784855
2008-03-12menu actions have not been updated correctly when changing between the split ↵Peter Penz
views (regression from KDE 4.0.1 to KDE 4.0.2) BUG: 158317 svn path=/trunk/KDE/kdebase/apps/; revision=784853
2008-03-10Don't try to show the terminal in dolphin when in WindowsJeff Mitchell
svn path=/trunk/KDE/kdebase/apps/; revision=784126
2008-02-23minor cleanup: no need to create a slot which just invokes another method, ↵Peter Penz
just use the other method as slot svn path=/trunk/KDE/kdebase/apps/; revision=778423
2008-02-16let F6 also select the whole text of the URL navigator to stay consistent ↵Peter Penz
with Konqueror and Firefox BUG: 157589 svn path=/trunk/KDE/kdebase/apps/; revision=775977