┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
AgeCommit message (Expand)Author
2012-04-17Fixed the signal connection that emits completed in Dolphin's KPartDawit Alemayehu
2012-04-11KFileItemModel: interface cleanupsPeter Penz
2012-04-11Minor API-cleanups for DolphinViewPeter Penz
2012-04-11KItemViews: Internal directory restructurationPeter Penz
2012-01-30Synchronize view-mode settings before the settings dialog gets openedPeter Penz
2011-11-06Delete obsolete class DolphinSettingsPeter Penz
2011-10-08Context menu cleanupsPeter Penz
2011-08-29Renamed some signals for consistency with KItemViews classesPeter Penz
2011-07-31normalize signals/slotsMontel Laurent
2011-07-30Merged very early alpha-version of Dolphin 2.0Peter Penz
2011-04-10Readd KFind shortcut for the Dolphin KPartPeter Penz
2011-02-10revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91aChristoph Thielecke
2011-02-10compile fix: includes does only exist with old names, please fix kde headers tooChristoph Thielecke
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-04Use capitalized KDE includesPeter 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-09-17KDirModel takes ownership of the directory lister, so don't delete the direct...Peter Penz
2010-08-30Move dolphin's statusbar message-label (the one with support for errors and a...David Faure
2010-08-27Context-menu cleanups:Peter Penz
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-09Fix another problem with the network:/ ioslave: don't keep the mimetype when ...David Faure
2010-03-14Fix compilation on OpenSolaris with Sun StudioPeter Penz
2010-02-23Remove all code that is related to DolphinController'sFrank Reininghaus
2010-02-08Separate the parent object (for the knewfilemenu instance) and the parent widgetDavid Faure
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-12-23add version control actions to konqueror context menu if availableolActions()Peter Penz
2009-11-25Restore the "Edit->Selection" menu from Konqueror 3 for fileFrank Reininghaus
2009-11-18Warn when the unsuspecting user is about to create a directory that starts wi...David Faure
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