┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
AgeCommit message (Expand)Author
2011-10-08Context menu cleanupsPeter Penz
2011-08-29Renamed some signals for consistency with KItemViews classesPeter Penz
2011-04-10Readd KFind shortcut for the Dolphin KPartPeter Penz
2011-01-09Encapsulate the creation and handling of the directory lister, the model and ...Peter Penz
2010-11-04Interface cleanup: The DolphinView should not expose QAbstractItemView-specif...Peter Penz
2010-11-01Added implementation of the FileInfoExtension to allow KPart plugins to obtai...Dawit Alemayehu
2010-08-27Context-menu cleanups:Peter Penz
2010-02-23Remove all code that is related to DolphinController'sFrank Reininghaus
2010-01-27Implement the --select option in konqueror again, using Peter's nice work in ...David Faure
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on...David Faure
2009-11-25Restore the "Edit->Selection" menu from Konqueror 3 for fileFrank Reininghaus
2009-11-14SVN_SILENT: Remove trailing white spaceFrank Reininghaus
2009-11-14When navigating back/forward in the DolphinPart inside Konqueror, rememberFrank Reininghaus
2009-11-10Fix RMB/paste on a subfolder (konq calls pasteTo(KUrl), as documented in Brow...David Faure
2009-07-31Fix forward declarationLaurent Montel
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz
2009-03-26Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ...Peter Penz
2009-03-25BUG: 175658Rahman Duran
2009-02-11- allow the view implementations to attach custom actions to the context menuPeter Penz
2009-01-16Remove useless code, replaced with slotRedirection.David Faure
2009-01-16Repair redirections in DolphinPart, it used to notify of redirections by conn...David Faure
2008-10-05update the statusbar and provide a progress information within the Dolphin KP...Peter Penz
2008-07-11Code factorization: move "properties" action and slot to DolphinViewActionHan...David Faure
2008-06-05Move the "Create New" action (for the Edit menu, not for the context menu) to...David Faure
2008-06-04Continue cleaning up the menus of "konqueror as a webbrowser" : moved "Tools ...David Faure
2008-05-28Handle redirections (e.g. from fish://localhost) without breaking the column ...David Faure
2008-05-05Re-enable name filtering (e.g. /home/dfaure/*.txt) in konquerorDavid Faure
2008-04-23provide middle-mouse-button support for Konqueror (= create new window or tab)Peter Penz
2008-04-17Ported dolphinpart to K_PLUGIN_FACTORYDavid Faure
2008-04-09Readd as in libkonq "part" this signal ""aboutToOpenURL""Laurent Montel
2008-04-01assure that the Dolphin KPart inside Konqueror gets updated when the settings...Peter Penz
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
2008-01-28Centralize three more actions so that they are available in DolphinPart: 'Sho...David Faure
2008-01-22And finally: provide those "additional info" actions in the part too.David Faure
2008-01-21Make sort/descending available in dolphinpartDavid Faure
2008-01-21Revert the moving of the action to the DolphinView instance, this doesn't wor...David Faure
2008-01-21merge -c764347 by Peter, needed for dolphinpart bugfixingDavid Faure
2007-12-24Move (broken) action "Edit/Properties" to dolphinpart and made it work there.David Faure
2007-12-24Move (broken) editMimeType action from konqueror to dolphinpart (and made it ...David Faure
2007-12-24Move a bunch of Go menu actions from konqueror to dolphinpart, so that they d...David Faure
2007-11-23Move F10 (create directory) shortcut from konq to dolphinpart.David Faure
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-15fix crash when pressing F2 on startupDavid Faure
2007-11-15Implement renaming in dolphinpart.David Faure
2007-11-10remove unnecessary forward declarationAndré Wöbbeking
2007-10-23Fixed issue that within Konqueror changing the active column from the column-...Peter Penz
2007-10-10DolphinPart: provide a way to switch between view modes in konqueror.David Faure
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López