┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.cpp
AgeCommit message (Expand)Author
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
2010-05-31Fix context for action name "Delete (using shortcut for Trash)"Alexander Potashev
2010-05-14Fix temporary regression of sorting introduced by SVN commit 1126410Peter Penz
2010-05-14Rename AdditionalInfoManager to AdditionalInfoAccessorPeter Penz
2010-05-13If an information entry will be added to KFileItemDelegate (like done recentl...Peter Penz
2010-05-11Expose the new file item property pathorurl to the Dolphin UI. This is mostly...Sebastian Trueg
2010-05-03Create QActionGroup like done for other sub menus for consistency. Although a...Peter Penz
2010-05-03Allow to add menu groups like "View Mode", "Sort By"... to be added as toolba...Peter Penz
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on...David Faure
2010-01-11Don't offer the "Get Service Menu..." action as public action that can be add...Peter Penz
2009-12-03remove unneded includeFrederik Gladhorn
2009-11-25Restore the "Edit->Selection" menu from Konqueror 3 for fileFrank Reininghaus
2009-11-09fixed merge issuePeter Penz
2009-11-07Two minor proof-reading changes:Andrew Coles
2009-11-06* provide descriptive tooltip texts for actionsPeter Penz
2009-11-06Initial ServiceMenu-KHotNewStuff-stuffJonathan Schmidt-Dominé
2009-10-10Start of refactoring so that the metadata widget can be moved outside of Dolp...Peter Penz
2009-05-26fixed krazy issues (see http://www.kdedevelopers.org/node/3919)Peter Penz
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
2009-03-26Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ...Peter Penz
2009-03-25BUG: 175658Rahman Duran
2009-03-15Added F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open fi...Shaun Reich
2009-03-11Using the "document-properties" icon for the Properties entry of the RMB cont...Shaun Reich
2009-03-11Revert my previous commit, dfaure is right, this should be done through KAcce...Shaun Reich
2009-03-11Added keyboard accelerators to various actions that were missing them...Shaun Reich
2009-02-18use an icon for the "Rename" icon like the Folder View PlasmoidPeter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2008-12-15Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" be...David Faure
2008-12-05adding toolbar icon for Create FolderJames Richard Tyrer
2008-09-29Don't call setShortcut for a KAction over a QAction Pointer.Michael Jansen
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, detai...Peter Penz
2008-08-05First step of refactoring to improve the zooming capabilities of views:Peter Penz
2008-07-11Code factorization: move "properties" action and slot to DolphinViewActionHan...David Faure
2008-07-11another i18n TODO done: better description of this special action, for "confi...David Faure
2008-06-30Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHan...Peter Penz
2008-06-18SVN_SILENT: removed unnecessary includesPeter Penz
2008-06-05When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),David Faure
2008-05-04Move "Adjust view properties" to dolphinviewactionhandler so that it's availa...David Faure
2008-03-18Fix Krazy i18n issues.Chusslove Illich
2008-02-13Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ...David Faure
2008-02-13--deprecatedDavid Faure
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V...David Faure
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, t...David Faure