dolphin/src
David Faure 40035fe5bf Dolphin: port to CommandLauncherJob
Summary: git master already requires 5.69 anyway, due to KBookmarkMenu API change

Test Plan: Builds, Tools / Compare Files works.

Reviewers: broulik, elvisangelaccio, meven

Reviewed By: elvisangelaccio, meven

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D28589
2020-04-05 20:33:30 +02:00
..
filterbar When filter bar is focused, switch to view when tab key is pressed 2019-05-25 21:32:29 -06:00
icons Add application icon for Mac and MS Windows. 2016-11-22 18:15:42 +01:00
kitemviews Set a better defaultDropAction for dragging 2020-03-30 09:54:38 +07:00
panels Add missing includes 2020-03-19 13:59:59 +01:00
search (search) Fix searching tags with spaces 2020-01-19 23:17:26 +01:00
settings Revert "Port deprecated signal (qt5.15)" 2020-03-31 15:35:33 +02:00
statusbar Remove unnecessary semicolons after Q_UNUSED 2019-11-09 22:09:16 +01:00
tests (search) Fix searching tags with spaces 2020-01-19 23:17:26 +01:00
trash Get rid of ugly static_cast usages in connect() calls 2019-05-05 17:53:29 +02:00
views Select new duplicated items 2020-03-17 22:58:58 +01:00
CMakeLists.txt Switch to generated MainWindow dbus interface 2020-03-16 22:43:08 +01:00
config-baloo.h.cmake Port Dolphin to Baloo 2014-02-06 20:29:09 +01:00
config-kactivities.h.cmake Bring back KActivities support 2019-03-18 21:18:04 +01:00
config-terminal.h.cmake Introduce HAVE_TERMINAL 2019-01-28 22:38:21 +01:00
dbusinterface.cpp Exclude daemonized processes from Dolphin::attachToExistingInstance() 2020-03-16 22:38:40 +01:00
dbusinterface.h Fix minor typo 2020-03-17 16:56:45 +02:00
dolphin.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinbookmarkhandler.cpp Port away from deprecated KBookmarksmenu API 2020-03-30 15:50:07 +02:00
dolphinbookmarkhandler.h Remove dead code 2019-11-25 20:54:12 +01:00
dolphincontextmenu.cpp Add Duplicate feature 2020-03-15 13:13:08 -06:00
dolphincontextmenu.h Refactoring to reduce size of openItemContextMenu and add the ContextType TimelineOrSearchContext 2019-12-02 13:24:36 +01:00
dolphindockwidget.cpp don't use temporaries when uneeded 2018-06-22 16:17:47 +02:00
dolphindockwidget.h Don't use nullptr/0 as flags (deprecated in qt5.15) 2019-12-26 14:23:45 +01:00
dolphinmainwindow.cpp Dolphin: port to CommandLauncherJob 2020-04-05 20:33:30 +02:00
dolphinmainwindow.h Add action for focusing Terminal Panel 2019-12-05 15:53:19 -07:00
dolphinnewfilemenu.cpp [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions 2016-03-16 22:17:37 +01:00
dolphinnewfilemenu.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinpart.cpp Use KParts::ReadOnlyPart::localFilePath() in DolphinPart::slotOpenTerminal() 2019-12-21 12:28:06 -07:00
dolphinpart.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-03-02 05:36:51 +01:00
dolphinpart.h [Dolphin] Open Preferred Search Tool action 2019-11-17 18:15:26 +01:00
dolphinpart.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinpart.rc Add action for focusing Terminal Panel 2019-12-05 15:53:19 -07:00
dolphinpart_ext.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinpart_ext.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinplacesmodelsingleton.cpp Introduce singleton for KFilePlacesModel 2018-03-19 09:57:24 +01:00
dolphinplacesmodelsingleton.h Introduce singleton for KFilePlacesModel 2018-03-19 09:57:24 +01:00
dolphinrecenttabsmenu.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinrecenttabsmenu.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinremoveaction.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinremoveaction.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphintabbar.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphintabbar.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphintabpage.cpp Remove unnecessary semicolons after Q_UNUSED 2019-11-09 22:09:16 +01:00
dolphintabpage.h Fix minor typos 2018-10-25 21:23:44 +03:00
dolphintabwidget.cpp Dolphin: port to CommandLauncherJob 2020-04-05 20:33:30 +02:00
dolphintabwidget.h Add actions for switching to a specific tab 2019-10-13 16:41:00 +02:00
dolphinui.rc Add Duplicate feature 2020-03-15 13:13:08 -06:00
dolphinviewcontainer.cpp Use QDesktopServices to open urls not supported by dolphin 2020-01-20 16:50:14 +01:00
dolphinviewcontainer.h [dolphin] Add an action to toggle the searchbar 2019-09-01 21:59:43 +02:00
global.cpp Switch to generated MainWindow dbus interface 2020-03-16 22:43:08 +01:00
global.h Exclude daemonized processes from Dolphin::attachToExistingInstance() 2020-03-16 22:38:40 +01:00
main.cpp Exclude daemonized processes from Dolphin::attachToExistingInstance() 2020-03-16 22:38:40 +01:00
Messages.sh i18n: drop servicemenuinstaller messages from main po file 2019-07-15 08:08:23 +02:00
middleclickactioneventfilter.cpp Add navigation history to forward/back buttons 2019-09-29 14:16:11 +02:00
middleclickactioneventfilter.h Fix all 'explicit constructor' krazy warnings 2018-02-03 22:21:30 +01:00
org.kde.dolphin.appdata.xml GIT_SILENT made messages (after extraction) 2020-03-30 02:36:14 +02:00
org.kde.dolphin.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-11-11 09:42:43 +01:00