┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
AgeCommit message (Expand)Author
2009-11-14When navigating back/forward in the DolphinPart inside Konqueror, rememberFrank Reininghaus
2009-11-14Cheat a bit with the root item: give it the view URL, rather than the dirlist...David Faure
2009-11-10Fix RMB/paste on a subfolder (konq calls pasteTo(KUrl), as documented in Brow...David Faure
2009-11-10While reading this code, I noted that it didn't use KFileItemListProperties a...David Faure
2009-09-21The redirection from zip to file wasn't appearing in konqueror because zip:/t...David Faure
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz
2009-07-12Same change as in r995015, but for usage in konq: Don't connect to KDirLister...David Faure
2009-04-07We don't know the mimetype here, so better not set it at all, konq will deter...David Faure
2009-04-01KonqFileItemCapabilities -> KFileItemListPropertiesDavid Faure
2009-03-26Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ...Peter Penz
2009-03-25BUG: 175658Rahman Duran
2009-03-21- Write the settings to the disk as soon as "Apply" or "OK" has been pressed ...Peter Penz
2009-03-17Assure that KNewMenu from DolphinPart attachs itself to the DolphinNewMenuObs...Peter Penz
2009-03-15a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a che...Christian Ehrlicher
2009-03-10Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that th...Frank Reininghaus
2009-02-17Implement TODO - show the action "expandable folders" in the RMB popup over d...David Faure
2009-02-11- allow the view implementations to attach custom actions to the context menuPeter Penz
2009-01-26Don't crash if parentWidget is 0 (even though I don't recommend setting it to...David Faure
2009-01-19Update the KPart host's status bar info when selection changes.Simon Paul St James
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-13Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in an...David Faure
2008-10-05update the statusbar and provide a progress information within the Dolphin KP...Peter Penz
2008-08-07use the global setting for the "Show Delete" commandPeter Penz
2008-07-11Code factorization: move "properties" action and slot to DolphinViewActionHan...David Faure
2008-06-29Don't disable the "Properties" action when no file is selected, just use the ...Peter Penz
2008-06-18SVN_SILENT: removed unnecessary includesPeter Penz
2008-06-10Argh my last patch broke plugins. So revert 818988 and do it properly, for re...David Faure
2008-06-10Revert 818910 and do it properly (patch by dfaure).Chusslove Illich
2008-06-09Another fix for redirections: "Create New" was missing from the konqpopupmenu...David Faure
2008-06-07fix crash when e. g. right clicking on a file using SMB inside KonquerorPeter Penz
2008-06-05When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),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-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,...George Goldberg
2008-06-02dolphin part context menu now displays delete and not send to trash for remot...George Goldberg
2008-06-02Fix dolphinpart context menu so that the delete/rename/send to trash options ...George Goldberg
2008-05-28Handle redirections (e.g. from fish://localhost) without breaking the column ...David Faure
2008-05-07allow Konqueror to open also files inside a new tab, not only directoriesPeter Penz
2008-05-05Re-enable name filtering (e.g. /home/dfaure/*.txt) in konquerorDavid Faure
2008-05-04Ooops, fix name of componentdata so that the dolphinpart GUI is found again.David Faure
2008-04-27don't allow to trash files which are inside trash:/ alreadyDavid 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-10Load plugins at the end of the ctor, so that everything is set up already. Wi...David 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-03-05Fix a crash when right clicking on the viewport and no items selected.Rafael Fernández López
2008-03-05Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.Norbert Frese