┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Expand)Author
2008-06-10Move code for disabling the paste action into DolphinView::pasteInfo() -> Dol...Peter Penz
2008-06-08disable the paste action if no writing is supported for the paste-destinationPeter Penz
2008-06-05When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),David Faure
2008-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,...George Goldberg
2008-06-01increase the readability of the codePeter Penz
2008-06-01Fix dolphin to only enable the Cut context menu option if the file capabilite...George Goldberg
2008-05-28Assure that tabs always have a text. If the file name is empty, use the proto...Peter Penz
2008-05-18Adding icon name "tab-close-other" to replace "tab-close" where the action is...James Richard Tyrer
2008-05-11A middle click on an item of the tree view panel should open the URL inside a...Peter Penz
2008-05-11If the middle mouse button is pressed above an item of the places panel, open...Peter Penz
2008-05-04Move "Adjust view properties" to dolphinviewactionhandler so that it's availa...David Faure
2008-05-04Assure that after "Split View" has been executed, that the second view gets t...Peter Penz
2008-04-30KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the cod...David Faure
2008-04-23let a double-click on the empty tab-area open a new tab (-> consistent with k...Peter Penz
2008-04-20Fix bug with the UndoUiInterface usage: if more than one mainwindow was used,...David Faure
2008-04-18fixed some stupid bugs I did not see in the previous commit -> after 9 hours ...Peter Penz
2008-04-18consider the protocol and directory capabilities for file actions like Rename...Peter Penz
2008-04-16fix possible crash when selecting "New Tab" from the tab context menu of an i...Peter Penz
2008-04-16* provide context menu for tabsPeter Penz
2008-04-14let Dolphin use the new tab-close-buttonsPeter Penz
2008-04-13implemented functionality for closing tabsPeter Penz
2008-04-13prevent flickering when switching between tabs having a split viewPeter Penz
2008-04-13fixes for tabs:Peter Penz
2008-04-12when clicking with the middle mouse button on a directory, a new tab should b...Peter Penz
2008-04-12"New Tab" menu + some related code ;-)Peter Penz
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. This...Peter Penz
2008-03-21Append # to the object name (window role), KWin uses it for betterLuboš Luňák
2008-03-20show the Information Panel per default as discussed in core-develPeter Penz
2008-03-18Fix Krazy i18n issues.Chusslove Illich
2008-03-12remove unused signalPeter Penz
2008-03-12menu actions have not been updated correctly when changing between the split ...Peter Penz
2008-03-10Don't try to show the terminal in dolphin when in WindowsJeff Mitchell
2008-02-23minor cleanup: no need to create a slot which just invokes another method, ju...Peter Penz
2008-02-16let F6 also select the whole text of the URL navigator to stay consistent wit...Peter Penz
2008-02-15Initially I thought it's better not having code as default value inside dolph...Peter Penz
2008-02-14minor code cleanupPeter Penz
2008-02-14~ is no useful home folder in a Windows environment (thanks to Michael O'Shea...Peter Penz
2008-02-13Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ...David Faure
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V...David Faure
2008-02-11Forwardport 773570:David Faure
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, t...David Faure
2008-02-07Fixed issue that the "Show Full Location" action is not synchronized with the...Peter Penz
2008-01-30allow dropping items above a place inside the Places panelPeter Penz
2008-01-28keep in sync with 4.0 branch (767566)David Faure
2008-01-28Centralize three more actions so that they are available in DolphinPart: 'Sho...David Faure
2008-01-27- Fix some compiler warnings.Bill Egert
2008-01-22svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a...David Faure
2008-01-22Move the code handling the additional-info-actions to DolphinView; simplify s...David Faure
2008-01-22Use a QActionGroup and save 6 slots (and the duplication of the action names ...David Faure
2008-01-21Make sort/descending available in dolphinpartDavid Faure