┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Expand)Author
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
2008-01-21Make sort/descending available in dolphinpartDavid Faure
2008-01-21forwardport 764429:David Faure
2008-01-21Revert the moving of the action to the DolphinView instance, this doesn't wor...David Faure
2008-01-21Cleanup: let the DolphinView be aware about the used action collection. This ...Peter Penz
2008-01-19stay consistent with Konqueror: F10 creates a new directoryPeter Penz
2008-01-10use F3 for "Split View" instead of F10, as F10 is used for "new directory" si...Peter Penz
2008-01-10Backport: use F3 for "Split View" instead of F10Peter Penz
2008-01-07Backport of bugfix 154434 (trunk revision 757791): Remember the additional-in...Peter Penz
2008-01-05Remember the additional-info property (size, date, type, ...) for each view m...Peter Penz
2008-01-01Icon renaming (code changes - KDE/):Jakob Petsovits
2007-12-19Now the konsole part is autodestructed when no tabs do exist. This makes the ...Rafael Fernández López
2007-12-18Disable the action that launches kompare if kompare is not installed.David Faure
2007-12-16If the URL navigator is editable and has the focus, Ctrl+A should select the ...Peter Penz
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-12-04Allow turning off the feature that additional information might be shown in t...Peter Penz
2007-12-01Make file properties dialog box non-modalJohn Tapsell
2007-11-30Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as cur...Peter Penz
2007-11-30enable session managementPeter Penz
2007-11-25there's no need having 2-liners inside their own method when this method is o...Peter Penz
2007-11-18allow to show/hide the menubarPeter Penz
2007-11-18Check whether the shift key is pressed when the "Move to Trash" action is exe...Peter Penz
2007-11-17Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ...David Faure
2007-11-15Implement cut/copy/paste in dolphinpart.David Faure
2007-11-15Implement renaming in dolphinpart.David Faure
2007-11-15KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in k...David Faure