Port KTorrent to QWebEngine
ClosedPublic

Authored by gassaf on Nov 15 2019, 1:55 AM.

Details

Summary

Ports KTorrent Search Plugin to QWebEngine
Ports KTorrent Syndication Plugin to QWebEngine

Test Plan

Use search Plugin:

  • Search for torrent
  • Start download automatically from magnet link
  • Start download automatically from torrent file
  • Save torrent file to disk

Diff Detail

Repository
R473 KTorrent
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
gassaf requested review of this revision.Nov 15 2019, 1:55 AM
gassaf created this revision.

Who would be the correct person to review this? Apparently there is no current maintainer for ktorrent but stikonas seems to approve the latest changes to ktorrent?

I'll take a better look later.

Would you be able to switch to new Qt5 signals and slots on those lines that you touched?

mlaurent requested changes to this revision.Nov 22 2019, 6:06 AM
mlaurent added a subscriber: mlaurent.
mlaurent added inline comments.
plugins/search/magneturlschemehandler.h
32

explicit

plugins/search/searchwidget.cpp
94

new signal/slot syntax

plugins/search/webview.cpp
54

same

81

const

This revision now requires changes to proceed.Nov 22 2019, 6:06 AM
gassaf updated this revision to Diff 70274.Nov 24 2019, 11:56 PM
gassaf edited the test plan for this revision. (Show Details)

Thanks for the feedback, should be all fixed now.

gassaf marked 4 inline comments as done.Nov 24 2019, 11:59 PM
stikonas accepted this revision.Nov 25 2019, 12:05 AM
trufanov accepted this revision.Nov 25 2019, 10:25 AM
mlaurent accepted this revision.Nov 28 2019, 5:51 AM
This revision is now accepted and ready to land.Nov 28 2019, 5:51 AM
This revision was automatically updated to reflect the committed changes.