┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
AgeCommit message (Expand)Author
2021-12-16Remove calls to no-op KNewFileMenu::setViewShowsHiddenFilesNicolas Fella
2021-12-16Remove deprecated call to KParts::PartBase::loadPlugins.Alexander Lohnau
2021-12-13Drop now unneeded QOverload statementsAlexander Lohnau
2021-08-31Port to KTerminalLauncherJobNate Graham
2021-07-19Use KDirLister directly now that it emits a jobError() signalAhmad Samir
2021-06-30Remove go action for settings kio slaveAlexander Lohnau
2021-02-10Port away from deprecated KToolInvocation::invokeTerminalNicolas Fella
2021-02-08Avoid KJob::exec() in DolphinViewFelix Ernst
2020-12-29update KParts' ReadOnlyPart::localFilePath in DolphinPart::openUrl()Piotr Henryk Dabrowski
2020-12-09operator+/- is disabled for QFlags in qt6Laurent Montel
2020-12-07dolphinpart: port to new KPluginMetaData-based KParts APIFriedrich W. H. Kossebau
2020-12-07dolphinpart: add JSON metadata to plugin, install into kf5/parts subdirFriedrich W. H. Kossebau
2020-10-23Compile with QT_NO_KEYWORDSAlexander Lohnau
2020-10-23Compile without foreachAlexander Lohnau
2020-09-23Select/Unselect dialogue: Retain a history of entries made thereJonathan Marten
2020-08-25Output of licensedigger + manual cleanup afterwards.Elvis Angelaccio
2020-05-06Port QRegExp to QRegularExpressionAhmad Samir
2020-04-18DolphinPart: port dolphin's last use of KRun::run to CommandLauncherJob.David Faure
2019-12-21Use KParts::ReadOnlyPart::localFilePath() in DolphinPart::slotOpenTerminal()Piotr Henryk Dabrowski
2019-12-06Make it compile against last kf5 version without deprecated methodsLaurent Montel
2019-11-17[Dolphin] Open Preferred Search Tool actionPiotr Henryk Dabrowski
2019-09-05Change terminal panel icon to dialog-scriptsNoah Davis
2019-05-05Get rid of ugly static_cast usages in connect() callsElvis Angelaccio
2018-10-24[DolphinViewActionHandler] Rename createDirectory signalElvis Angelaccio
2018-04-13Convert hard coded shortcuts to standard keysRoman Inflianskas
2018-03-04Remove unused #includeRoman Inflianskas
2018-03-03Modernize the syntax of shortcutsRoman Inflianskas
2018-01-21Don't show 'Open Terminal' on WindowsElvis Angelaccio
2017-11-21Modernize: Use nullptr everywhereKevin Funk
2017-09-07Fix DolphinRemoveAction Shift toggling on WaylandElvis Angelaccio
2017-08-09Port to KStandardAction::RenameFileElvis Angelaccio
2017-07-27Port to KStandardAction::MoveToTrashElvis Angelaccio
2017-07-13Add missing emit keywordsElvis Angelaccio
2017-03-13Port to KStandardAction::DeleteFileElvis Angelaccio
2016-12-06Dolphin Part: Update the paste action at the end of the listingJonathan Marten
2016-09-28Follow changes in konqpopupmenu: no longer back/forward/up in part's contextm...David Faure
2016-05-26Port all instances of Kauthorized action/shell_command to shell_commandDavid Edmundson
2016-05-18Don't allow opening the terminal if shell_access Kiosk mode is setDavid Edmundson
2016-03-16[CLAZY] Fixed all level 1 and level 2 warnings with small exceptionsArtur Puzio
2015-02-27Fix build in a kdelibs4-free enviromentHrvoje Senjan
2015-02-26Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ...Emmanuel Pescosta
2015-02-24Fix build on Jenkins (or with BUILD_TESTING=ON)Hrvoje Senjan
2015-02-24Fix the build of kde-baseapps temporarily (categorized logging in DolphinPart)Emmanuel Pescosta
2015-02-24Replace kDebug/kWarning by categorized logging (org.kde.dolphin)Emmanuel Pescosta
2014-12-25Remove unused libkonq includesDavid Faure
2014-12-14Port KInputDialog to QInputDialogEmmanuel Pescosta
2014-12-14Remove K_EXPORT_PLUGINEmmanuel Pescosta
2014-12-14port away from deprecated KFileItem(mode_t mode, mode_t permissions, const QU...Emmanuel Pescosta
2014-11-10make use of initializer listsEmmanuel Pescosta
2014-11-03Q_DECL_OVERRIDELukáš Tinkl