┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
AgeCommit message (Expand)Author
2014-09-14simple setShortcuts => setDefaultShortcuts portingChristoph Cullmann
2014-05-14Adjust to changes in KAboutDataHrvoje Senjan
2014-05-05dolphin: convert the remaining code to Qt5 signal/slot syntaxAlex Richardson
2014-05-05KParts::ReadOnlyPart::openUrl() changed from KUrl parameter to QUrlAlex Richardson
2014-05-05Allow compiling Dolphin with KF5Alex Richardson
2013-10-12Moved all the extension code into dolphinpart_ext.*Dawit Alemayehu
2013-08-28Replaced all KNewFileMenu usages in DolphinPart by DolphinNewFileMenu.Emmanuel Pescosta
2013-08-18dolphin: Show full file info in statusbar when only one file is selectedFabio D'Urso
2013-08-05DolphinPart: Use Qt::convertFromPlainText instead of Qt::escape for filenamesFabio D'Urso
2013-07-29Don't let HTML-like filenames be interpreted as HTML stringsFabio D'Urso
2013-06-24Do not show "Move To Trash" action in context menu for remote URLs.Dawit Alemayehu
2013-05-14- Factored out the Delete/Move To Trash action into own class.Dawit Alemayehu
2012-12-13Fix Bug 304299 - Dolphin launches multiple instances of a program when multip...Emmanuel Pescosta
2012-09-15Corrected the compile fix commit, rev 965fc6b3.Dawit Alemayehu
2012-09-11Fix compile against the minimum required kdelibs version (v4.7.97)Dawit Alemayehu
2012-09-07Implemented the new KParts extension, KParts::ListingiNotificationExtension.Dawit Alemayehu
2012-09-05Implemented the new KParts' listing filter extension, KParts::ListingFilterEx...Dawit Alemayehu
2012-08-27Make --select can automatically scroll to the selected file.Weng Xuetian
2012-07-22Show the "Find File" and "Open Terminal" actions in the Tools for file URLs o...Dawit Alemayehu
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