]> cloud.milkyroute.net Git - dolphin.git/commit
Port KRun to OpenUrlJob
authorAhmad Samir <a.samirh78@gmail.com>
Tue, 18 Aug 2020 08:43:58 +0000 (08:43 +0000)
committerDavid Faure <faure@kde.org>
Tue, 18 Aug 2020 08:43:58 +0000 (08:43 +0000)
commit257eeebf4b71f846799009394370e0755a4225e1
tree9cc6ede544903eccb96fd927a4af205f179649a3
parent864b59fcf1915bd2ca13703cc1e625f435224b27
Port KRun to OpenUrlJob

In DolphinMainWindow, since KRun allows running executables by default, use
setRunExecutables(true) so as not to change the behaviour.

Remove the now redundant slotHandleUrlStatFinished, that whole StatJob
logic is now handled by OpenUrlJob.

Bump KF required version to 5.73, since that's where
OpenUrlJob::setShowOpenOrExecuteDialog was introduced.
CMakeLists.txt
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinviewcontainer.cpp