[SCM] KTorrent Debian packaging. branch, master, updated. debian/5.1.0-2

Pino Toscano pino at moszumanska.debian.org
Tue Sep 5 19:23:58 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=be8fc8c

The following commit has been merged in the master branch:
commit be8fc8c9e0ba0d2998ac11d3be1298141a5277a5
Merge: 259a4255398a297e60dbac7023bf33cd108c60b5 ff569a12c96821f453445144e046b1dd865e7fe8
Author: Pino Toscano <pino at debian.org>
Date:   Fri Sep 1 17:38:53 2017 +0200

    Updated version 5.1.0 from 'upstream/5.1.0'
    
    with Debian dir 5f49d2ee81a2ea963cf93d72a9f896bca90ce107

 CMakeLists.txt                                     |  190 +-
 cmake/modules/FindTaglib.cmake                     |  135 +
 .../org.freedesktop.PowerManagement.Inhibit.xml    |   20 +
 dbus_xml/org.freedesktop.PowerManagement.xml       |   33 +
 doc-translations/CMakeLists.txt                    |   12 -
 .../ca_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../de_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../es_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../et_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../fr_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../it_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../nl_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../pt_BR_ktorrent/ktorrent/CMakeLists.txt         |    1 -
 .../pt_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../ru_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../sv_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 .../uk_ktorrent/ktorrent/CMakeLists.txt            |    1 -
 doc/index.docbook                                  |    4 +-
 ktmagnetdownloader/CMakeLists.txt                  |    2 +-
 ktmagnetdownloader/magnetdownloader.cpp            |   38 +-
 ktmagnetdownloader/magnettest.cpp                  |   38 +-
 ktmagnetdownloader/magnettest.h                    |    5 +-
 ktorrent/CMakeLists.txt                            |   23 +-
 ktorrent/app.cpp                                   |    2 +-
 ktorrent/core.cpp                                  |   71 +-
 ktorrent/core.h                                    |   80 +-
 ktorrent/dialogs/addpeersdlg.cpp                   |   17 +-
 ktorrent/dialogs/addpeersdlg.h                     |    5 +-
 ktorrent/dialogs/fileselectdlg.cpp                 |   93 +-
 ktorrent/dialogs/fileselectdlg.h                   |   17 +-
 ktorrent/dialogs/importdialog.cpp                  |   62 +-
 ktorrent/dialogs/importdialog.h                    |    2 +-
 ktorrent/dialogs/missingfilesdlg.cpp               |   29 +-
 ktorrent/dialogs/missingfilesdlg.h                 |    3 +-
 ktorrent/dialogs/pastedialog.cpp                   |   28 +-
 ktorrent/dialogs/pastedialog.h                     |   18 +-
 ktorrent/dialogs/pastedlgbase.ui                   |   25 +-
 ktorrent/dialogs/speedlimitsdlg.cpp                |   37 +-
 ktorrent/dialogs/speedlimitsdlg.h                  |   10 +-
 ktorrent/dialogs/speedlimitsdlg.ui                 |   14 +-
 ktorrent/dialogs/speedlimitsmodel.cpp              |    8 +-
 ktorrent/dialogs/speedlimitsmodel.h                |   15 +-
 ktorrent/dialogs/spinboxdelegate.cpp               |   12 +-
 ktorrent/dialogs/spinboxdelegate.h                 |   13 +-
 ktorrent/dialogs/torrentcreatordlg.cpp             |   78 +-
 ktorrent/dialogs/torrentcreatordlg.h               |   11 +-
 ktorrent/dialogs/torrentcreatordlg.ui              |   16 +-
 ktorrent/groups/groupfiltermodel.cpp               |    3 +-
 ktorrent/groups/groupfiltermodel.h                 |    7 +-
 ktorrent/groups/grouppolicydlg.cpp                 |    5 +-
 ktorrent/groups/grouppolicydlg.h                   |    5 +-
 ktorrent/groups/groupswitcher.cpp                  |   48 +-
 ktorrent/groups/groupswitcher.h                    |    8 +-
 ktorrent/groups/groupview.cpp                      |   41 +-
 ktorrent/groups/groupview.h                        |    8 +-
 ktorrent/groups/groupviewmodel.cpp                 |   40 +-
 ktorrent/groups/groupviewmodel.h                   |   26 +-
 ktorrent/gui.cpp                                   |   63 +-
 ktorrent/gui.h                                     |    6 +-
 ktorrent/ipfilterlist.cpp                          |   16 +-
 ktorrent/ipfilterlist.h                            |   18 +-
 ktorrent/ipfilterwidget.cpp                        |   37 +-
 ktorrent/ipfilterwidget.h                          |   19 +-
 ktorrent/ipfilterwidget.ui                         |    6 +-
 ktorrent/ktorrent.notifyrc                         |   34 +-
 ktorrent/main.cpp                                  |   51 +-
 ktorrent/org.kde.ktorrent.appdata.xml              |  516 ++
 ktorrent/org.kde.ktorrent.desktop                  |   87 +-
 ktorrent/pref/advancedpref.cpp                     |   10 +-
 ktorrent/pref/advancedpref.h                       |    7 +-
 ktorrent/pref/btpref.cpp                           |    7 +-
 ktorrent/pref/btpref.h                             |    5 +-
 ktorrent/pref/generalpref.cpp                      |   11 +-
 ktorrent/pref/generalpref.h                        |    7 +-
 ktorrent/pref/networkpref.cpp                      |   29 +-
 ktorrent/pref/networkpref.h                        |    9 +-
 ktorrent/pref/prefdialog.cpp                       |   15 +-
 ktorrent/pref/prefdialog.h                         |   16 +-
 ktorrent/pref/proxypref.cpp                        |    7 +-
 ktorrent/pref/proxypref.h                          |    9 +-
 ktorrent/pref/qmpref.cpp                           |    5 +-
 ktorrent/pref/qmpref.h                             |    7 +-
 ktorrent/pref/recommendedsettingsdlg.cpp           |   45 +-
 ktorrent/pref/recommendedsettingsdlg.h             |    7 +-
 ktorrent/pref/recommendedsettingsdlg.ui            |  277 +-
 ktorrent/statusbar.cpp                             |   12 +-
 ktorrent/statusbar.h                               |    8 +-
 ktorrent/tools/magnetmodel.cpp                     |    3 +-
 ktorrent/tools/magnetmodel.h                       |   15 +-
 ktorrent/tools/magnetview.cpp                      |   24 +-
 ktorrent/tools/magnetview.h                        |    4 +-
 ktorrent/tools/queuemanagermodel.cpp               |   43 +-
 ktorrent/tools/queuemanagermodel.h                 |   28 +-
 ktorrent/tools/queuemanagerwidget.cpp              |   23 +-
 ktorrent/tools/queuemanagerwidget.h                |    5 +-
 ktorrent/torrentactivity.cpp                       |   15 +-
 ktorrent/torrentactivity.h                         |   19 +-
 ktorrent/trayicon.cpp                              |   61 +-
 ktorrent/trayicon.h                                |    6 +-
 ktorrent/view/propertiesdlg.cpp                    |    8 +-
 ktorrent/view/propertiesdlg.h                      |    8 +-
 ktorrent/view/propertiesdlg.ui                     |   18 +-
 ktorrent/view/scanextender.cpp                     |    8 +-
 ktorrent/view/scanextender.h                       |   24 +-
 ktorrent/view/torrentsearchbar.cpp                 |   13 +-
 ktorrent/view/torrentsearchbar.h                   |   10 +-
 ktorrent/view/view.cpp                             |   74 +-
 ktorrent/view/view.h                               |   13 +-
 ktorrent/view/viewdelegate.cpp                     |   27 +-
 ktorrent/view/viewdelegate.h                       |   10 +-
 ktorrent/view/viewjobtracker.cpp                   |    1 -
 ktorrent/view/viewjobtracker.h                     |    9 +-
 ktorrent/view/viewmodel.cpp                        |   69 +-
 ktorrent/view/viewmodel.h                          |   34 +-
 ktorrent/view/viewselectionmodel.cpp               |    1 +
 ktorrent/view/viewselectionmodel.h                 |    4 +-
 ktupnptest/CMakeLists.txt                          |    9 +-
 ktupnptest/main.cpp                                |   52 +-
 ktupnptest/upnptestwidget.cpp                      |   17 +-
 ktupnptest/upnptestwidget.h                        |   10 +-
 libktcore/CMakeLists.txt                           |   12 +-
 libktcore/dbus/dbus.cpp                            |   28 +-
 libktcore/dbus/dbus.h                              |    6 +-
 libktcore/dbus/dbusgroup.cpp                       |    6 +-
 libktcore/dbus/dbusgroup.h                         |    4 +-
 libktcore/dbus/dbussettings.cpp                    |    5 +-
 libktcore/dbus/dbussettings.h                      |    3 +-
 libktcore/dbus/dbustorrent.cpp                     |   21 +-
 libktcore/dbus/dbustorrent.h                       |    6 +-
 libktcore/dbus/dbustorrentfile.h                   |    3 +-
 libktcore/dbus/dbustorrentfilestream.cpp           |    4 +-
 libktcore/dbus/dbustorrentfilestream.h             |    3 +-
 libktcore/groups/allgroup.cpp                      |    7 +-
 libktcore/groups/allgroup.h                        |    5 +-
 libktcore/groups/functiongroup.cpp                 |    1 +
 libktcore/groups/functiongroup.h                   |    5 +-
 libktcore/groups/group.cpp                         |    1 +
 libktcore/groups/group.h                           |    6 +-
 libktcore/groups/groupmanager.cpp                  |   52 +-
 libktcore/groups/groupmanager.h                    |    8 +-
 libktcore/groups/torrentgroup.cpp                  |    1 +
 libktcore/groups/torrentgroup.h                    |   21 +-
 libktcore/groups/ungroupedgroup.cpp                |    8 +-
 libktcore/groups/ungroupedgroup.h                  |    5 +-
 libktcore/gui/centralwidget.cpp                    |   10 +-
 libktcore/gui/centralwidget.h                      |    5 +-
 libktcore/gui/extender.cpp                         |    1 -
 libktcore/gui/extender.h                           |    3 +-
 libktcore/gui/tabbarwidget.cpp                     |   52 +-
 libktcore/gui/tabbarwidget.h                       |   10 +-
 libktcore/interfaces/activity.cpp                  |    3 +-
 libktcore/interfaces/activity.h                    |    9 +-
 libktcore/interfaces/coreinterface.cpp             |    1 +
 libktcore/interfaces/coreinterface.h               |    9 +-
 libktcore/interfaces/functions.cpp                 |   10 +-
 libktcore/interfaces/functions.h                   |    3 +-
 libktcore/interfaces/guiinterface.cpp              |    1 +
 libktcore/interfaces/guiinterface.h                |    3 +-
 libktcore/interfaces/plugin.cpp                    |    1 +
 libktcore/interfaces/plugin.h                      |    5 +-
 libktcore/interfaces/prefpageinterface.cpp         |    1 +
 libktcore/interfaces/prefpageinterface.h           |    1 +
 libktcore/interfaces/torrentactivityinterface.cpp  |    2 +-
 libktcore/interfaces/torrentactivityinterface.h    |    2 +-
 libktcore/ktversion.h                              |    2 +-
 libktcore/plugin/pluginactivity.cpp                |   19 +-
 libktcore/plugin/pluginactivity.h                  |    7 +-
 libktcore/plugin/pluginmanager.cpp                 |   24 +-
 libktcore/plugin/pluginmanager.h                   |   15 +-
 libktcore/torrent/basicjobprogresswidget.cpp       |    5 +-
 libktcore/torrent/basicjobprogresswidget.h         |   19 +-
 libktcore/torrent/chunkbar.cpp                     |   16 +-
 libktcore/torrent/chunkbar.h                       |    8 +-
 libktcore/torrent/chunkbarrenderer.cpp             |    2 +
 libktcore/torrent/chunkbarrenderer.h               |    3 +-
 libktcore/torrent/jobprogresswidget.h              |    4 +-
 libktcore/torrent/jobtracker.h                     |   30 +-
 libktcore/torrent/magnetmanager.cpp                |   27 +-
 libktcore/torrent/magnetmanager.h                  |   11 +-
 libktcore/torrent/queuemanager.cpp                 |   76 +-
 libktcore/torrent/queuemanager.h                   |   16 +-
 libktcore/torrent/torrentfilelistmodel.cpp         |   12 +-
 libktcore/torrent/torrentfilelistmodel.h           |   35 +-
 libktcore/torrent/torrentfilemodel.cpp             |    1 +
 libktcore/torrent/torrentfilemodel.h               |    6 +-
 libktcore/torrent/torrentfiletreemodel.cpp         |   51 +-
 libktcore/torrent/torrentfiletreemodel.h           |   39 +-
 libktcore/util/indexofcompare.h                    |    1 +
 libktcore/util/itemselectionmodel.cpp              |    3 +-
 libktcore/util/itemselectionmodel.h                |   14 +-
 libktcore/util/mmapfile.cpp                        |   24 +-
 libktcore/util/mmapfile.h                          |    7 +-
 libktcore/util/stringcompletionmodel.cpp           |    9 +-
 libktcore/util/stringcompletionmodel.h             |    2 +-
 libktcore/util/treefiltermodel.h                   |    4 +-
 plasma/applet/applet.cpp                           |   23 +-
 plasma/applet/applet.h                             |    1 +
 plasma/applet/chunkbar.cpp                         |    1 +
 plasma/applet/chunkbar.h                           |    1 +
 plasma/applet/fadingitem.cpp                       |    2 +-
 plasma/applet/fadingitem.h                         |    4 +-
 plasma/applet/fadingnavigationwidget.h             |    2 +-
 plasma/applet/plasma-applet-ktorrent.desktop       |   10 +-
 plasma/dataengine/coredbusinterface.cpp            |    1 +
 plasma/dataengine/coredbusinterface.h              |    1 +
 plasma/dataengine/engine.cpp                       |   11 +-
 plasma/dataengine/engine.h                         |    4 +-
 .../dataengine/plasma-dataengine-ktorrent.desktop  |    8 +-
 plasma/dataengine/torrentdbusinterface.cpp         |    1 +
 plasma/dataengine/torrentdbusinterface.h           |    3 +-
 plugins/CMakeLists.txt                             |   50 +-
 plugins/bwscheduler/CMakeLists.txt                 |   10 +-
 plugins/bwscheduler/bwprefpage.cpp                 |    2 +-
 plugins/bwscheduler/bwprefpage.h                   |    1 +
 plugins/bwscheduler/bwschedulerplugin.cpp          |   38 +-
 plugins/bwscheduler/bwschedulerplugin.h            |   11 +-
 plugins/bwscheduler/edititemdlg.cpp                |   45 +-
 plugins/bwscheduler/edititemdlg.h                  |    9 +-
 plugins/bwscheduler/edititemdlg.ui                 |   16 +-
 plugins/bwscheduler/guidanceline.h                 |    3 +-
 plugins/bwscheduler/ktorrent_bwscheduler.desktop   |    8 +-
 plugins/bwscheduler/schedule.cpp                   |   16 +-
 plugins/bwscheduler/schedule.h                     |    7 +-
 plugins/bwscheduler/scheduleeditor.cpp             |   33 +-
 plugins/bwscheduler/scheduleeditor.h               |    3 +-
 plugins/bwscheduler/schedulegraphicsitem.cpp       |   11 +-
 plugins/bwscheduler/schedulegraphicsitem.h         |   17 +-
 plugins/bwscheduler/weekdaymodel.cpp               |    6 +-
 plugins/bwscheduler/weekdaymodel.h                 |   11 +-
 plugins/bwscheduler/weekscene.cpp                  |   38 +-
 plugins/bwscheduler/weekscene.h                    |    7 +-
 plugins/bwscheduler/weekview.cpp                   |   19 +-
 plugins/bwscheduler/weekview.h                     |   10 +-
 plugins/downloadorder/CMakeLists.txt               |   10 +-
 plugins/downloadorder/downloadorderdialog.cpp      |   38 +-
 plugins/downloadorder/downloadorderdialog.h        |    3 +-
 plugins/downloadorder/downloadordermanager.cpp     |   12 +-
 plugins/downloadorder/downloadordermanager.h       |    3 +-
 plugins/downloadorder/downloadordermodel.cpp       |   59 +-
 plugins/downloadorder/downloadordermodel.h         |   17 +-
 plugins/downloadorder/downloadorderplugin.cpp      |   22 +-
 plugins/downloadorder/downloadorderplugin.h        |   12 +-
 .../downloadorder/ktorrent_downloadorder.desktop   |   10 +-
 plugins/infowidget/CMakeLists.txt                  |    8 +-
 plugins/infowidget/GeoIP.c                         |    2 +-
 plugins/infowidget/addtrackersdialog.cpp           |   16 +-
 plugins/infowidget/addtrackersdialog.h             |    3 +-
 plugins/infowidget/availabilitychunkbar.cpp        |    8 +-
 plugins/infowidget/availabilitychunkbar.h          |    5 +-
 plugins/infowidget/chunkdownloadmodel.cpp          |   14 +-
 plugins/infowidget/chunkdownloadmodel.h            |   19 +-
 plugins/infowidget/chunkdownloadview.cpp           |    7 +-
 plugins/infowidget/chunkdownloadview.h             |    9 +-
 plugins/infowidget/downloadedchunkbar.cpp          |    6 +-
 plugins/infowidget/downloadedchunkbar.h            |    9 +-
 plugins/infowidget/fileview.cpp                    |   30 +-
 plugins/infowidget/fileview.h                      |    6 +-
 plugins/infowidget/flagdb.cpp                      |    2 +-
 plugins/infowidget/flagdb.h                        |    8 +-
 plugins/infowidget/geoipmanager.cpp                |   33 +-
 plugins/infowidget/geoipmanager.h                  |    2 +-
 plugins/infowidget/infowidgetplugin.cpp            |   80 +-
 plugins/infowidget/infowidgetplugin.h              |   13 +-
 plugins/infowidget/iwfilelistmodel.cpp             |    7 +-
 plugins/infowidget/iwfilelistmodel.h               |   20 +-
 plugins/infowidget/iwfiletreemodel.cpp             |    9 +-
 plugins/infowidget/iwfiletreemodel.h               |   15 +-
 plugins/infowidget/iwprefpage.cpp                  |    3 +-
 plugins/infowidget/iwprefpage.h                    |    2 +-
 plugins/infowidget/ktorrent_infowidget.desktop     |    8 +-
 plugins/infowidget/monitor.cpp                     |    1 +
 plugins/infowidget/monitor.h                       |   19 +-
 plugins/infowidget/peerview.cpp                    |   14 +-
 plugins/infowidget/peerview.h                      |    7 +-
 plugins/infowidget/peerviewmodel.cpp               |   21 +-
 plugins/infowidget/peerviewmodel.h                 |   20 +-
 plugins/infowidget/statustab.cpp                   |   36 +-
 plugins/infowidget/statustab.h                     |    4 +-
 plugins/infowidget/trackermodel.cpp                |   15 +-
 plugins/infowidget/trackermodel.h                  |   24 +-
 plugins/infowidget/trackerview.cpp                 |   21 +-
 plugins/infowidget/trackerview.h                   |   23 +-
 plugins/infowidget/webseedsmodel.cpp               |    8 +-
 plugins/infowidget/webseedsmodel.h                 |   18 +-
 plugins/infowidget/webseedstab.cpp                 |   15 +-
 plugins/infowidget/webseedstab.h                   |   11 +-
 plugins/ipfilter/CMakeLists.txt                    |   27 +-
 plugins/ipfilter/antip2p.cpp                       |  213 -
 plugins/ipfilter/antip2p.h                         |  109 -
 plugins/ipfilter/convertdialog.cpp                 |   20 +-
 plugins/ipfilter/convertdialog.h                   |   10 +-
 plugins/ipfilter/convertthread.cpp                 |   60 +-
 plugins/ipfilter/convertthread.h                   |    6 +-
 plugins/ipfilter/downloadandconvertjob.cpp         |  136 +-
 plugins/ipfilter/downloadandconvertjob.h           |   11 +-
 plugins/ipfilter/ipblockingprefpage.cpp            |   26 +-
 plugins/ipfilter/ipblockingprefpage.h              |   11 +-
 plugins/ipfilter/ipblockingprefpage.ui             |    7 +-
 plugins/ipfilter/ipblocklist.cpp                   |   15 +-
 plugins/ipfilter/ipblocklist.h                     |    8 +-
 plugins/ipfilter/ipfilterplugin.cpp                |   33 +-
 plugins/ipfilter/ipfilterplugin.h                  |   11 +-
 plugins/ipfilter/ktipfilterplugin.kcfg             |    4 +-
 ...terplugin.desktop => ktorrent_ipfilter.desktop} |    4 +-
 plugins/ipfilter/tests/CMakeLists.txt              |    4 +-
 plugins/ipfilter/tests/ipblocklisttest.cpp         |   30 +-
 plugins/logviewer/CMakeLists.txt                   |    8 +-
 plugins/logviewer/ktorrent_logviewer.desktop       |    5 +-
 plugins/logviewer/logflags.cpp                     |   18 +-
 plugins/logviewer/logflags.h                       |   21 +-
 plugins/logviewer/logflagsdelegate.cpp             |    4 +-
 plugins/logviewer/logflagsdelegate.h               |   11 +-
 plugins/logviewer/logprefpage.cpp                  |    6 +-
 plugins/logviewer/logprefpage.h                    |    9 +-
 plugins/logviewer/logviewer.cpp                    |   21 +-
 plugins/logviewer/logviewer.h                      |    7 +-
 plugins/logviewer/logviewerplugin.cpp              |   38 +-
 plugins/logviewer/logviewerplugin.h                |   11 +-
 plugins/magnetgenerator/CMakeLists.txt             |    8 +-
 .../ktorrent_magnetgenerator.desktop               |   13 +-
 plugins/magnetgenerator/magnetgeneratorplugin.cpp  |   36 +-
 plugins/magnetgenerator/magnetgeneratorplugin.h    |   13 +-
 .../magnetgenerator/magnetgeneratorprefwidget.cpp  |    6 +-
 .../magnetgenerator/magnetgeneratorprefwidget.h    |    2 +-
 plugins/mediaplayer/CMakeLists.txt                 |   10 +-
 plugins/mediaplayer/ktorrent_mediaplayer.desktop   |    6 +-
 plugins/mediaplayer/mediacontroller.cpp            |   16 +-
 plugins/mediaplayer/mediacontroller.h              |    5 +-
 plugins/mediaplayer/mediafile.cpp                  |   10 +-
 plugins/mediaplayer/mediafile.h                    |    5 +-
 plugins/mediaplayer/mediafilestream.h              |   10 +-
 plugins/mediaplayer/mediamodel.cpp                 |   14 +-
 plugins/mediaplayer/mediamodel.h                   |   27 +-
 plugins/mediaplayer/mediaplayer.cpp                |   10 +-
 plugins/mediaplayer/mediaplayer.h                  |    5 +-
 plugins/mediaplayer/mediaplayeractivity.cpp        |   55 +-
 plugins/mediaplayer/mediaplayeractivity.h          |    2 +-
 plugins/mediaplayer/mediaplayerplugin.cpp          |   15 +-
 plugins/mediaplayer/mediaplayerplugin.h            |    9 +-
 plugins/mediaplayer/mediaview.cpp                  |   30 +-
 plugins/mediaplayer/mediaview.h                    |   15 +-
 plugins/mediaplayer/playlist.cpp                   |   45 +-
 plugins/mediaplayer/playlist.h                     |   30 +-
 plugins/mediaplayer/playlistwidget.cpp             |   37 +-
 plugins/mediaplayer/playlistwidget.h               |   18 +-
 plugins/mediaplayer/videochunkbar.cpp              |    9 +-
 plugins/mediaplayer/videochunkbar.h                |    6 +-
 plugins/mediaplayer/videowidget.cpp                |   68 +-
 plugins/mediaplayer/videowidget.h                  |   14 +-
 plugins/scanfolder/CMakeLists.txt                  |   18 +-
 ...rplugin.desktop => ktorrent_scanfolder.desktop} |   12 +-
 plugins/scanfolder/scanfolder.cpp                  |   21 +-
 plugins/scanfolder/scanfolder.h                    |    4 +-
 plugins/scanfolder/scanfolderplugin.cpp            |   28 +-
 plugins/scanfolder/scanfolderplugin.h              |   13 +-
 plugins/scanfolder/scanfolderprefpage.cpp          |   30 +-
 plugins/scanfolder/scanfolderprefpage.h            |   13 +-
 plugins/scanfolder/scanfolderprefpage.ui           |    9 +-
 plugins/scanfolder/scanthread.cpp                  |   34 +-
 plugins/scanfolder/scanthread.h                    |   18 +-
 plugins/scanfolder/torrentloadqueue.cpp            |   32 +-
 plugins/scanfolder/torrentloadqueue.h              |   17 +-
 plugins/scripting/CMakeLists.txt                   |   30 +-
 plugins/scripting/api/scriptablegroup.cpp          |    4 +-
 plugins/scripting/api/scriptablegroup.h            |    7 +-
 plugins/scripting/api/scriptingmodule.cpp          |   14 +-
 plugins/scripting/api/scriptingmodule.h            |    2 +-
 ...ngplugin.desktop => ktorrent_scripting.desktop} |   12 +-
 ...criptingpluginui.rc => ktorrent_scriptingui.rc} |    0
 plugins/scripting/script.cpp                       |   40 +-
 plugins/scripting/script.h                         |    3 +-
 plugins/scripting/scriptdelegate.cpp               |   19 +-
 plugins/scripting/scriptdelegate.h                 |   15 +-
 plugins/scripting/scriptingplugin.cpp              |   85 +-
 plugins/scripting/scriptingplugin.h                |   11 +-
 plugins/scripting/scriptmanager.cpp                |   94 +-
 plugins/scripting/scriptmanager.h                  |   13 +-
 plugins/scripting/scriptmodel.cpp                  |   33 +-
 plugins/scripting/scriptmodel.h                    |   18 +-
 .../scripts/auto_remove/auto_remove.desktop        |   10 +-
 .../scripting/scripts/auto_remove/auto_remove.py   |    4 +-
 .../scripts/auto_resume/auto_resume.desktop        |    4 +-
 .../scripting/scripts/auto_resume/auto_resume.py   |    4 +-
 .../email_notifications.desktop                    |   10 +-
 .../email_notifications/email_notifications.py     |    4 +-
 .../scripts/tracker_groups/tracker_groups.desktop  |    7 +-
 .../scripts/tracker_groups/tracker_groups.py       |    2 +-
 plugins/search/CMakeLists.txt                      |   20 +-
 plugins/search/buffernetworkreply.cpp              |    4 +-
 plugins/search/buffernetworkreply.h                |   11 +-
 plugins/search/ktorrent_search.desktop             |   10 +-
 plugins/search/ktsearchplugin.kcfg                 |    5 +-
 plugins/search/localfilenetworkreply.cpp           |    5 +-
 plugins/search/localfilenetworkreply.h             |   16 +-
 plugins/search/opensearch/CMakeLists.txt           |   15 +-
 plugins/search/opensearch/bitenova/opensearch.xml  |    7 -
 .../search/opensearch/bittorrent/opensearch.xml    |    7 -
 plugins/search/opensearch/btdb.in/favicon.ico      |  Bin 0 -> 15086 bytes
 plugins/search/opensearch/btdb.in/opensearch.xml   |   19 +
 plugins/search/opensearch/btdig.com/favicon.ico    |  Bin 0 -> 4286 bytes
 plugins/search/opensearch/btdig.com/opensearch.xml |    9 +
 plugins/search/opensearch/btjunkie/opensearch.xml  |    7 -
 .../search/opensearch/duckduckgo.com/favicon.ico   |  Bin 0 -> 32988 bytes
 .../opensearch/duckduckgo.com/opensearch.xml       |    9 +
 plugins/search/opensearch/ktorrents/opensearch.xml |    8 -
 .../search/opensearch/legittorrents/opensearch.xml |    7 -
 plugins/search/opensearch/mininova/opensearch.xml  |    7 -
 .../search/opensearch/thepiratebay/opensearch.xml  |    7 -
 .../opensearch/torrentproject.se/favicon.ico       |  Bin 0 -> 1150 bytes
 .../opensearch/torrentproject.se/opensearch.xml    |   10 +
 plugins/search/opensearchdownloadjob.cpp           |   94 +-
 plugins/search/opensearchdownloadjob.h             |   14 +-
 .../search/proxy_helper.cpp                        |   44 +-
 .../allgroup.h => plugins/search/proxy_helper.h    |   32 +-
 plugins/search/searchactivity.cpp                  |   50 +-
 plugins/search/searchactivity.h                    |    9 +-
 plugins/search/searchengine.cpp                    |   35 +-
 plugins/search/searchengine.h                      |    5 +-
 plugins/search/searchenginelist.cpp                |  147 +-
 plugins/search/searchenginelist.h                  |   17 +-
 plugins/search/searchplugin.cpp                    |   39 +-
 plugins/search/searchplugin.h                      |   16 +-
 plugins/search/searchpref.ui                       |   10 +
 plugins/search/searchprefpage.cpp                  |   52 +-
 plugins/search/searchprefpage.h                    |   10 +-
 plugins/search/searchtoolbar.cpp                   |   36 +-
 plugins/search/searchtoolbar.h                     |    8 +-
 plugins/search/searchwidget.cpp                    |   59 +-
 plugins/search/searchwidget.h                      |   14 +-
 plugins/search/webview.cpp                         |   65 +-
 plugins/search/webview.h                           |   14 +-
 plugins/shutdown/CMakeLists.txt                    |   22 +-
 plugins/shutdown/ktorrent_shutdown.desktop         |   10 +-
 plugins/shutdown/shutdowndlg.cpp                   |   67 +-
 plugins/shutdown/shutdowndlg.h                     |    7 +-
 plugins/shutdown/shutdownplugin.cpp                |   59 +-
 plugins/shutdown/shutdownplugin.h                  |   10 +-
 plugins/shutdown/shutdownruleset.cpp               |   39 +-
 plugins/shutdown/shutdownruleset.h                 |    3 +-
 plugins/shutdown/shutdowntorrentmodel.cpp          |    6 +-
 plugins/shutdown/shutdowntorrentmodel.h            |   32 +-
 plugins/stats/CMakeLists.txt                       |    8 +-
 plugins/stats/ConnsTabPage.h                       |   17 +-
 plugins/stats/DisplaySettingsPage.cc               |    3 +-
 plugins/stats/DisplaySettingsPage.h                |    5 +-
 plugins/stats/PluginPage.h                         |    2 +-
 plugins/stats/SettingsPage.cc                      |    2 +-
 plugins/stats/SettingsPage.h                       |    6 +-
 plugins/stats/SpdTabPage.h                         |   16 +-
 plugins/stats/StatsPlugin.cc                       |   20 +-
 plugins/stats/StatsPlugin.h                        |   10 +-
 plugins/stats/drawer/ChartDrawer.cc                |    2 +-
 plugins/stats/drawer/ChartDrawer.h                 |    7 +-
 plugins/stats/drawer/ChartDrawerData.cc            |    2 +-
 plugins/stats/drawer/ChartDrawerData.h             |    2 +-
 plugins/stats/drawer/KPlotWgtDrawer.cc             |    4 +-
 plugins/stats/drawer/KPlotWgtDrawer.h              |   85 +-
 plugins/stats/drawer/PlainChartDrawer.cc           |    8 +-
 plugins/stats/drawer/PlainChartDrawer.h            |   72 +-
 plugins/stats/ktorrent_stats.desktop               |    9 +-
 plugins/syndication/CMakeLists.txt                 |   37 +-
 plugins/syndication/feedlist.cpp                   |   44 +-
 plugins/syndication/feedlist.h                     |   17 +-
 plugins/syndication/feedlistdelegate.cpp           |   17 +-
 plugins/syndication/feedlistdelegate.h             |    7 +-
 plugins/syndication/feedlistview.cpp               |    8 +-
 plugins/syndication/feedlistview.h                 |    6 +-
 plugins/syndication/feedretriever.cpp              |   18 +-
 plugins/syndication/feedretriever.h                |   13 +-
 plugins/syndication/feedwidget.cpp                 |   57 +-
 plugins/syndication/feedwidget.h                   |    8 +-
 plugins/syndication/feedwidgetmodel.cpp            |   44 +-
 plugins/syndication/feedwidgetmodel.h              |   19 +-
 plugins/syndication/filter.cpp                     |   66 +-
 plugins/syndication/filter.h                       |    6 +-
 plugins/syndication/filtereditor.cpp               |   66 +-
 plugins/syndication/filtereditor.h                 |   17 +-
 plugins/syndication/filtereditor.ui                |   20 +-
 plugins/syndication/filterlist.cpp                 |    4 +-
 plugins/syndication/filterlist.h                   |    4 +-
 plugins/syndication/filterlistmodel.cpp            |   10 +-
 plugins/syndication/filterlistmodel.h              |   11 +-
 plugins/syndication/filterlistview.cpp             |    6 +-
 plugins/syndication/filterlistview.h               |    6 +-
 ...t-add-feeds.png => 16-actions-kt-add-feeds.png} |  Bin
 ...d-filters.png => 16-actions-kt-add-filters.png} |  Bin
 ...ve-feeds.png => 16-actions-kt-remove-feeds.png} |  Bin
 ...ilters.png => 16-actions-kt-remove-filters.png} |  Bin
 ...t-add-feeds.png => 22-actions-kt-add-feeds.png} |  Bin
 ...d-filters.png => 22-actions-kt-add-filters.png} |  Bin
 ...ve-feeds.png => 22-actions-kt-remove-feeds.png} |  Bin
 ...ilters.png => 22-actions-kt-remove-filters.png} |  Bin
 ...t-add-feeds.png => 32-actions-kt-add-feeds.png} |  Bin
 ...d-filters.png => 32-actions-kt-add-filters.png} |  Bin
 ...ve-feeds.png => 32-actions-kt-remove-feeds.png} |  Bin
 ...ilters.png => 32-actions-kt-remove-filters.png} |  Bin
 plugins/syndication/icons/CMakeLists.txt           |    8 +-
 plugins/syndication/{feed.cpp => ktfeed.cpp}       |   87 +-
 plugins/syndication/{feed.h => ktfeed.h}           |   29 +-
 ...plugin.desktop => ktorrent_syndication.desktop} |    8 +-
 ...cationpluginui.rc => ktorrent_syndicationui.rc} |    0
 plugins/syndication/linkdownloader.cpp             |   72 +-
 plugins/syndication/linkdownloader.h               |   16 +-
 plugins/syndication/managefiltersdlg.cpp           |   43 +-
 plugins/syndication/managefiltersdlg.h             |   12 +-
 plugins/syndication/syndicationactivity.cpp        |   61 +-
 plugins/syndication/syndicationactivity.h          |   16 +-
 plugins/syndication/syndicationplugin.cpp          |   68 +-
 plugins/syndication/syndicationplugin.h            |   13 +-
 plugins/syndication/syndicationtab.cpp             |   43 +-
 plugins/syndication/syndicationtab.h               |    7 +-
 plugins/upnp/CMakeLists.txt                        |    9 +-
 plugins/upnp/ktorrent_upnp.desktop                 |    8 +-
 plugins/upnp/routermodel.cpp                       |   24 +-
 plugins/upnp/routermodel.h                         |   17 +-
 plugins/upnp/upnpplugin.cpp                        |   21 +-
 plugins/upnp/upnpplugin.h                          |   11 +-
 plugins/upnp/upnpwidget.cpp                        |   23 +-
 plugins/upnp/upnpwidget.h                          |    8 +-
 plugins/webinterface/CMakeLists.txt                |    3 +-
 plugins/webinterface/actionhandler.cpp             |    5 +-
 plugins/webinterface/actionhandler.h               |    1 +
 plugins/webinterface/challengegenerator.cpp        |    2 +
 plugins/webinterface/challengegenerator.h          |    1 +
 plugins/webinterface/globaldatagenerator.cpp       |    2 +
 plugins/webinterface/globaldatagenerator.h         |    1 +
 plugins/webinterface/httpclienthandler.cpp         |    6 +-
 plugins/webinterface/httpclienthandler.h           |    2 +-
 plugins/webinterface/httpresponseheader.cpp        |    1 +
 plugins/webinterface/httpresponseheader.h          |    6 +-
 plugins/webinterface/httpserver.cpp                |   27 +-
 plugins/webinterface/ktwebinterfaceplugin.desktop  |    6 +-
 plugins/webinterface/settingsgenerator.cpp         |    2 +
 plugins/webinterface/torrentlistgenerator.cpp      |    2 +
 plugins/webinterface/webinterfaceplugin.cpp        |   19 +-
 plugins/webinterface/webinterfaceplugin.h          |    8 +-
 plugins/webinterface/webinterfaceprefwidget.cpp    |   11 +-
 plugins/zeroconf/CMakeLists.txt                    |    8 +-
 plugins/zeroconf/ktorrent_zeroconf.desktop         |    8 +-
 plugins/zeroconf/torrentservice.cpp                |   25 +-
 plugins/zeroconf/torrentservice.h                  |   14 +-
 plugins/zeroconf/zeroconfplugin.cpp                |   16 +-
 plugins/zeroconf/zeroconfplugin.h                  |    9 +-
 po/ar/ktorrent.po                                  | 7022 +++++----------
 po/ast/ktorrent.po                                 | 8266 +++++++----------
 po/be/ktorrent.po                                  | 4066 +++++----
 po/bg/ktorrent.po                                  | 4653 +++++-----
 po/bs/ktorrent.po                                  | 3441 ++++---
 .../ca/docs}/ktorrent/index.docbook                |    6 +-
 po/ca/ktorrent.po                                  | 3729 +++++---
 po/ca at valencia/ktorrent.po                         | 3791 +++++---
 po/cs/ktorrent.po                                  | 3359 ++++---
 po/da/ktorrent.po                                  | 5662 +++++-------
 .../de/docs}/ktorrent/index.docbook                |    4 +-
 po/de/ktorrent.po                                  | 8431 ++++++++---------
 po/el/ktorrent.po                                  | 6341 +++++--------
 po/en_GB/ktorrent.po                               | 6769 +++++---------
 po/eo/ktorrent.po                                  | 6420 +++++--------
 .../es/docs}/ktorrent/index.docbook                |    2 +-
 po/es/ktorrent.po                                  | 3370 ++++---
 .../et/docs}/ktorrent/index.docbook                |    0
 po/et/ktorrent.po                                  | 5582 +++++-------
 po/eu/ktorrent.po                                  | 4825 +++++-----
 po/fi/ktorrent.po                                  | 3821 +++++---
 .../fr/docs}/ktorrent/index.docbook                |    0
 po/fr/ktorrent.po                                  | 9452 +++++++++++---------
 po/ga/ktorrent.po                                  | 5354 +++++------
 po/gl/ktorrent.po                                  | 3892 +++++---
 po/{se => he}/ktorrent.po                          | 4115 ++++++---
 po/hi/ktorrent.po                                  | 4073 +++++----
 po/hne/ktorrent.po                                 | 4050 +++++----
 po/hr/ktorrent.po                                  | 3347 ++++---
 po/hu/ktorrent.po                                  | 5761 +++++-------
 po/{se => ia}/ktorrent.po                          | 4152 ++++++---
 po/is/ktorrent.po                                  | 6110 +++++--------
 .../it/docs}/ktorrent/index.docbook                |    4 +-
 po/it/ktorrent.po                                  | 3522 +++++---
 po/ja/ktorrent.po                                  | 3626 +++++---
 po/kk/ktorrent.po                                  | 3594 +++++---
 po/km/ktorrent.po                                  | 3667 +++++---
 po/ko/ktorrent.po                                  | 3428 ++++---
 po/ku/ktorrent.po                                  | 3924 ++++----
 po/lt/ktorrent.po                                  | 3569 +++++---
 po/lv/ktorrent.po                                  | 6035 +++++--------
 po/mr/ktorrent.po                                  | 3348 ++++---
 po/ms/ktorrent.po                                  | 4701 +++++-----
 po/nb/ktorrent.po                                  | 3306 ++++---
 po/nds/ktorrent.po                                 | 7290 +++++----------
 .../nl/docs}/ktorrent/index.docbook                |    4 +-
 po/nl/ktorrent.po                                  | 6059 +++++--------
 po/nn/ktorrent.po                                  | 3304 ++++---
 po/oc/ktorrent.po                                  | 3973 ++++----
 po/pl/ktorrent.po                                  | 5671 +++++-------
 .../pt/docs}/ktorrent/index.docbook                |   31 +-
 po/pt/ktorrent.po                                  | 3347 ++++---
 .../pt_BR/docs}/ktorrent/index.docbook             |    0
 po/pt_BR/ktorrent.po                               | 3359 ++++---
 po/ro/ktorrent.po                                  | 6589 +++++---------
 .../ru/docs}/ktorrent/index.docbook                |    0
 po/ru/ktorrent.po                                  | 3445 ++++---
 po/se/ktorrent.po                                  | 3298 ++++---
 po/si/ktorrent.po                                  | 3745 +++++---
 po/sk/ktorrent.po                                  | 3380 ++++---
 po/sl/ktorrent.po                                  | 3442 ++++---
 po/sq/ktorrent.po                                  | 4958 +++++-----
 po/sr/ktorrent.po                                  | 3349 ++++---
 po/sr at ijekavian/ktorrent.po                        | 3349 ++++---
 po/sr at ijekavianlatin/ktorrent.po                   | 3349 ++++---
 po/sr at latin/ktorrent.po                            | 3349 ++++---
 .../sv/docs}/ktorrent/index.docbook                |    4 +-
 po/sv/ktorrent.po                                  | 5610 +++++-------
 po/tr/ktorrent.po                                  | 4266 ++++++---
 po/ug/ktorrent.po                                  | 3391 ++++---
 .../uk/docs}/ktorrent/index.docbook                |    4 +-
 po/uk/ktorrent.po                                  | 5741 +++++-------
 po/zh_CN/ktorrent.po                               | 5814 +++++-------
 po/zh_TW/ktorrent.po                               | 6389 +++++--------
 617 files changed, 156448 insertions(+), 143043 deletions(-)

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list