[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.0-beta2-1-7-gc6aa400

Modestas Vainius modax at alioth.debian.org
Sat May 8 17:29:17 UTC 2010


The following commit has been merged in the experimental branch:
commit f81f969e67118d0b2d9d04b629ffbb4ac6b32788
Merge: d69d4872710c544bef347ff5a9a27681499792b3 9a1ecf7699bda394a634b889eb6202a4cecdbf34
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat May 8 18:23:30 2010 +0300

    Merge branch 'upstream-experimental' into experimental

 CMakeLists.txt                                     |    6 +-
 ChangeLog                                          |   15 +
 cmake/CMakeLists.txt                               |    2 -
 cmake/modules/CMakeLists.txt                       |    3 -
 cmake/modules/FindBTCore.cmake                     |   90 -
 ktmagnetdownloader/CMakeLists.txt                  |    2 +-
 ktmagnetdownloader/magnetdownloader.cpp            |    2 +-
 ktorrent/CMakeLists.txt                            |    9 +-
 ktorrent/core.cpp                                  |    7 +-
 ktorrent/dialogs/fileselectdlg.cpp                 |   67 +-
 ktorrent/dialogs/fileselectdlg.h                   |    1 +
 ktorrent/dialogs/fileselectdlg.ui                  |   17 +
 ktorrent/dialogs/importdialog.cpp                  |    6 +
 ktorrent/dialogs/importdialog.h                    |    1 +
 ktorrent/gui.cpp                                   |   19 +-
 ktorrent/ktorrent.desktop                          |    2 +
 ktorrent/ktorrent.notifyrc                         |   14 +-
 ktorrent/ktorrentplugin.desktop                    |    1 +
 ktorrent/ktorrentui.rc                             |    1 +
 ktorrent/main.cpp                                  |    2 +-
 ktorrent/scanlistener.cpp                          |    9 +-
 ktorrent/scanlistener.h                            |   11 +-
 ktorrent/trayicon.cpp                              |  122 +-
 ktorrent/trayicon.h                                |   28 +-
 .../view/propertiesextender.cpp                    |   81 +-
 .../view/propertiesextender.h                      |   42 +-
 ktorrent/view/propertiesextender.ui                |   53 +
 ktorrent/view/scanextender.cpp                     |   20 +-
 ktorrent/view/scanextender.h                       |    7 +-
 ktorrent/view/scanextender.ui                      |    9 +-
 ktorrent/view/view.cpp                             |   44 +-
 ktorrent/view/view.h                               |    6 +-
 ktorrent/view/viewdelegate.cpp                     |  123 +-
 ktorrent/view/viewdelegate.h                       |   66 +-
 ktorrent/view/viewmanager.cpp                      |   20 +-
 ktorrent/view/viewmanager.h                        |    6 +-
 ktupnptest/CMakeLists.txt                          |    2 +-
 libbtcore/CMakeLists.txt                           |  383 -
 libbtcore/bcodec/bdecoder.cpp                      |  285 -
 libbtcore/bcodec/bdecoder.h                        |   92 -
 libbtcore/bcodec/bencoder.cpp                      |  180 -
 libbtcore/bcodec/bencoder.h                        |  191 -
 libbtcore/bcodec/bnode.cpp                         |  301 -
 libbtcore/bcodec/bnode.h                           |  239 -
 libbtcore/bcodec/value.cpp                         |   87 -
 libbtcore/bcodec/value.h                           |   68 -
 libbtcore/btcore_export.h                          |   42 -
 libbtcore/btversion.cpp                            |   89 -
 libbtcore/btversion.h                              |   70 -
 libbtcore/datachecker/datachecker.cpp              |   35 -
 libbtcore/datachecker/datachecker.h                |   76 -
 libbtcore/datachecker/datacheckerjob.cpp           |   95 -
 libbtcore/datachecker/datacheckerjob.h             |   53 -
 libbtcore/datachecker/datacheckerlistener.cpp      |   33 -
 libbtcore/datachecker/datacheckerlistener.h        |   83 -
 libbtcore/datachecker/datacheckerthread.cpp        |   59 -
 libbtcore/datachecker/datacheckerthread.h          |   63 -
 libbtcore/datachecker/multidatachecker.cpp         |  197 -
 libbtcore/datachecker/multidatachecker.h           |   50 -
 libbtcore/datachecker/singledatachecker.cpp        |   99 -
 libbtcore/datachecker/singledatachecker.h          |   44 -
 libbtcore/dht/announcetask.cpp                     |  184 -
 libbtcore/dht/announcetask.h                       |   75 -
 libbtcore/dht/database.cpp                         |  242 -
 libbtcore/dht/database.h                           |  135 -
 libbtcore/dht/dht.cpp                              |  403 -
 libbtcore/dht/dht.h                                |  140 -
 libbtcore/dht/dhtbase.cpp                          |   37 -
 libbtcore/dht/dhtbase.h                            |  130 -
 libbtcore/dht/dhtpeersource.cpp                    |  160 -
 libbtcore/dht/dhtpeersource.h                      |   79 -
 libbtcore/dht/kbucket.cpp                          |  393 -
 libbtcore/dht/kbucket.h                            |  233 -
 libbtcore/dht/kclosestnodessearch.cpp              |   93 -
 libbtcore/dht/kclosestnodessearch.h                |   81 -
 libbtcore/dht/key.cpp                              |  109 -
 libbtcore/dht/key.h                                |  129 -
 libbtcore/dht/node.cpp                             |  291 -
 libbtcore/dht/node.h                               |  103 -
 libbtcore/dht/nodelookup.cpp                       |  128 -
 libbtcore/dht/nodelookup.h                         |   52 -
 libbtcore/dht/pack.cpp                             |   95 -
 libbtcore/dht/pack.h                               |   49 -
 libbtcore/dht/rpccall.cpp                          |   80 -
 libbtcore/dht/rpccall.h                            |  110 -
 libbtcore/dht/rpcmsg.cpp                           |  666 --
 libbtcore/dht/rpcmsg.h                             |  282 -
 libbtcore/dht/rpcserver.cpp                        |  344 -
 libbtcore/dht/rpcserver.h                          |  118 -
 libbtcore/dht/task.cpp                             |  133 -
 libbtcore/dht/task.h                               |  172 -
 libbtcore/dht/taskmanager.cpp                      |   79 -
 libbtcore/dht/taskmanager.h                        |   69 -
 libbtcore/diskio/cache.cpp                         |  164 -
 libbtcore/diskio/cache.h                           |  248 -
 libbtcore/diskio/cachefile.cpp                     |  550 --
 libbtcore/diskio/cachefile.h                       |  157 -
 libbtcore/diskio/chunk.cpp                         |   71 -
 libbtcore/diskio/chunk.h                           |  128 -
 libbtcore/diskio/chunkmanager.cpp                  | 1190 ---
 libbtcore/diskio/chunkmanager.h                    |  378 -
 libbtcore/diskio/deletedatafilesjob.cpp            |  133 -
 libbtcore/diskio/deletedatafilesjob.h              |   90 -
 libbtcore/diskio/dndfile.cpp                       |  163 -
 libbtcore/diskio/dndfile.h                         |   93 -
 libbtcore/diskio/movedatafilesjob.cpp              |  167 -
 libbtcore/diskio/movedatafilesjob.h                |   80 -
 libbtcore/diskio/multifilecache.cpp                |  954 --
 libbtcore/diskio/multifilecache.h                  |   81 -
 libbtcore/diskio/piecedata.cpp                     |   92 -
 libbtcore/diskio/piecedata.h                       |  107 -
 libbtcore/diskio/preallocationjob.cpp              |   73 -
 libbtcore/diskio/preallocationjob.h                |   52 -
 libbtcore/diskio/preallocationthread.cpp           |  133 -
 libbtcore/diskio/preallocationthread.h             |   94 -
 libbtcore/diskio/singlefilecache.cpp               |  283 -
 libbtcore/diskio/singlefilecache.h                 |   71 -
 libbtcore/download/chunkdownload.cpp               |  563 --
 libbtcore/download/chunkdownload.h                 |  229 -
 libbtcore/download/chunkselector.cpp               |  363 -
 libbtcore/download/chunkselector.h                 |   85 -
 libbtcore/download/downloader.cpp                  |  991 --
 libbtcore/download/downloader.h                    |  307 -
 libbtcore/download/httpconnection.cpp              |  424 -
 libbtcore/download/httpconnection.h                |  166 -
 libbtcore/download/packet.cpp                      |  174 -
 libbtcore/download/packet.h                        |   90 -
 libbtcore/download/piece.cpp                       |   34 -
 libbtcore/download/piece.h                         |   44 -
 libbtcore/download/request.cpp                     |   53 -
 libbtcore/download/request.h                       |   96 -
 libbtcore/download/webseed.cpp                     |  545 --
 libbtcore/download/webseed.h                       |  214 -
 libbtcore/interfaces/blocklistinterface.cpp        |   33 -
 libbtcore/interfaces/blocklistinterface.h          |   61 -
 libbtcore/interfaces/cachefactory.cpp              |   36 -
 libbtcore/interfaces/cachefactory.h                |   55 -
 libbtcore/interfaces/chunkdownloadinterface.cpp    |   33 -
 libbtcore/interfaces/chunkdownloadinterface.h      |   62 -
 libbtcore/interfaces/chunkselectorinterface.cpp    |   50 -
 libbtcore/interfaces/chunkselectorinterface.h      |  110 -
 libbtcore/interfaces/exitoperation.cpp             |   47 -
 libbtcore/interfaces/exitoperation.h               |   68 -
 libbtcore/interfaces/logmonitorinterface.cpp       |   33 -
 libbtcore/interfaces/logmonitorinterface.h         |   52 -
 libbtcore/interfaces/monitorinterface.cpp          |   33 -
 libbtcore/interfaces/monitorinterface.h            |   95 -
 libbtcore/interfaces/peerinterface.cpp             |   33 -
 libbtcore/interfaces/peerinterface.h               |  100 -
 libbtcore/interfaces/peersource.cpp                |   64 -
 libbtcore/interfaces/peersource.h                  |  116 -
 libbtcore/interfaces/piecedownloader.cpp           |   48 -
 libbtcore/interfaces/piecedownloader.h             |  147 -
 libbtcore/interfaces/queuemanagerinterface.cpp     |   39 -
 libbtcore/interfaces/queuemanagerinterface.h       |   67 -
 libbtcore/interfaces/serverinterface.cpp           |  167 -
 libbtcore/interfaces/serverinterface.h             |  131 -
 libbtcore/interfaces/torrentfileinterface.cpp      |   64 -
 libbtcore/interfaces/torrentfileinterface.h        |  142 -
 libbtcore/interfaces/torrentinterface.cpp          |   40 -
 libbtcore/interfaces/torrentinterface.h            |  527 --
 libbtcore/interfaces/trackerinterface.cpp          |   67 -
 libbtcore/interfaces/trackerinterface.h            |  101 -
 libbtcore/interfaces/trackerslist.cpp              |   51 -
 libbtcore/interfaces/trackerslist.h                |  120 -
 libbtcore/interfaces/webseedinterface.cpp          |   40 -
 libbtcore/interfaces/webseedinterface.h            |   71 -
 libbtcore/magnet/CMakeLists.txt                    |    9 -
 libbtcore/magnet/magnetdownloader.cpp              |  195 -
 libbtcore/magnet/magnetdownloader.h                |  109 -
 libbtcore/magnet/magnetlink.cpp                    |  126 -
 libbtcore/magnet/magnetlink.h                      |   78 -
 libbtcore/magnet/metadatadownload.cpp              |  103 -
 libbtcore/magnet/metadatadownload.h                |   70 -
 libbtcore/magnet/tests/CMakeLists.txt              |    4 -
 libbtcore/magnet/tests/magnetlinktest.cpp          |   53 -
 libbtcore/migrate/cachemigrate.cpp                 |  120 -
 libbtcore/migrate/cachemigrate.h                   |   37 -
 libbtcore/migrate/ccmigrate.cpp                    |   65 -
 libbtcore/migrate/ccmigrate.h                      |   39 -
 libbtcore/migrate/migrate.cpp                      |   75 -
 libbtcore/migrate/migrate.h                        |   56 -
 libbtcore/mse/bigint.cpp                           |   99 -
 libbtcore/mse/bigint.h                             |   98 -
 libbtcore/mse/encryptedauthenticate.cpp            |  326 -
 libbtcore/mse/encryptedauthenticate.h              |   83 -
 libbtcore/mse/encryptedserverauthenticate.cpp      |  354 -
 libbtcore/mse/encryptedserverauthenticate.h        |   80 -
 libbtcore/mse/functions.cpp                        |   73 -
 libbtcore/mse/functions.h                          |   41 -
 libbtcore/mse/rc4encryptor.cpp                     |  100 -
 libbtcore/mse/rc4encryptor.h                       |   96 -
 libbtcore/mse/streamsocket.cpp                     |  348 -
 libbtcore/mse/streamsocket.h                       |  198 -
 libbtcore/net/CMakeLists.txt                       |   22 -
 libbtcore/net/address.cpp                          |   70 -
 libbtcore/net/address.h                            |   54 -
 libbtcore/net/bufferedsocket.cpp                   |  220 -
 libbtcore/net/bufferedsocket.h                     |  150 -
 libbtcore/net/downloadthread.cpp                   |  135 -
 libbtcore/net/downloadthread.h                     |   63 -
 libbtcore/net/networkthread.cpp                    |  203 -
 libbtcore/net/networkthread.h                      |  121 -
 libbtcore/net/poll.cpp                             |  120 -
 libbtcore/net/poll.h                               |   90 -
 libbtcore/net/portlist.cpp                         |   74 -
 libbtcore/net/portlist.h                           |  112 -
 libbtcore/net/reverseresolver.cpp                  |  143 -
 libbtcore/net/reverseresolver.h                    |  103 -
 libbtcore/net/socket.cpp                           |  460 -
 libbtcore/net/socket.h                             |   86 -
 libbtcore/net/socketdevice.cpp                     |   37 -
 libbtcore/net/socketdevice.h                       |   85 -
 libbtcore/net/socketgroup.cpp                      |  199 -
 libbtcore/net/socketgroup.h                        |  103 -
 libbtcore/net/socketmonitor.cpp                    |  183 -
 libbtcore/net/socketmonitor.h                      |  133 -
 libbtcore/net/socks.cpp                            |  518 --
 libbtcore/net/socks.h                              |  135 -
 libbtcore/net/speed.cpp                            |   78 -
 libbtcore/net/speed.h                              |   51 -
 libbtcore/net/tests/CMakeLists.txt                 |    7 -
 libbtcore/net/tests/polltest.cpp                   |  157 -
 libbtcore/net/tests/wakeuppipetest.cpp             |   72 -
 libbtcore/net/uploadthread.cpp                     |  131 -
 libbtcore/net/uploadthread.h                       |   63 -
 libbtcore/net/wakeuppipe.cpp                       |   68 -
 libbtcore/net/wakeuppipe.h                         |   59 -
 libbtcore/peer/accessmanager.cpp                   |   81 -
 libbtcore/peer/accessmanager.h                     |   70 -
 libbtcore/peer/authenticate.cpp                    |  226 -
 libbtcore/peer/authenticate.h                      |  106 -
 libbtcore/peer/authenticatebase.cpp                |  158 -
 libbtcore/peer/authenticatebase.h                  |  123 -
 libbtcore/peer/authenticationmonitor.cpp           |  136 -
 libbtcore/peer/authenticationmonitor.h             |   79 -
 libbtcore/peer/badpeerslist.cpp                    |   52 -
 libbtcore/peer/badpeerslist.h                      |   51 -
 libbtcore/peer/chunkcounter.cpp                    |   80 -
 libbtcore/peer/chunkcounter.h                      |   83 -
 libbtcore/peer/packetreader.cpp                    |  251 -
 libbtcore/peer/packetreader.h                      |   67 -
 libbtcore/peer/packetwriter.cpp                    |  371 -
 libbtcore/peer/packetwriter.h                      |  181 -
 libbtcore/peer/peer.cpp                            |  735 --
 libbtcore/peer/peer.h                              |  302 -
 libbtcore/peer/peerconnector.cpp                   |  122 -
 libbtcore/peer/peerconnector.h                     |   71 -
 libbtcore/peer/peerdownloader.cpp                  |  286 -
 libbtcore/peer/peerdownloader.h                    |  197 -
 libbtcore/peer/peerid.cpp                          |  253 -
 libbtcore/peer/peerid.h                            |   62 -
 libbtcore/peer/peermanager.cpp                     |  689 --
 libbtcore/peer/peermanager.h                       |  316 -
 libbtcore/peer/peerprotocolextension.cpp           |   53 -
 libbtcore/peer/peerprotocolextension.h             |   65 -
 libbtcore/peer/peeruploader.cpp                    |  124 -
 libbtcore/peer/peeruploader.h                      |   92 -
 libbtcore/peer/serverauthenticate.cpp              |  123 -
 libbtcore/peer/serverauthenticate.h                |   66 -
 libbtcore/peer/utmetadata.cpp                      |  159 -
 libbtcore/peer/utmetadata.h                        |   68 -
 libbtcore/peer/utpex.cpp                           |  199 -
 libbtcore/peer/utpex.h                             |   79 -
 libbtcore/torrent/CMakeLists.txt                   |   21 -
 libbtcore/torrent/advancedchokealgorithm.cpp       |  238 -
 libbtcore/torrent/advancedchokealgorithm.h         |   52 -
 libbtcore/torrent/choker.cpp                       |   60 -
 libbtcore/torrent/choker.h                         |  106 -
 libbtcore/torrent/globals.cpp                      |  111 -
 libbtcore/torrent/globals.h                        |   80 -
 libbtcore/torrent/job.cpp                          |   56 -
 libbtcore/torrent/job.h                            |   59 -
 libbtcore/torrent/jobqueue.cpp                     |  109 -
 libbtcore/torrent/jobqueue.h                       |   68 -
 libbtcore/torrent/peersourcemanager.cpp            |  163 -
 libbtcore/torrent/peersourcemanager.h              |   95 -
 libbtcore/torrent/server.cpp                       |  122 -
 libbtcore/torrent/server.h                         |   74 -
 libbtcore/torrent/statsfile.cpp                    |   91 -
 libbtcore/torrent/statsfile.h                      |   71 -
 libbtcore/torrent/tests/CMakeLists.txt             |    3 -
 libbtcore/torrent/tests/statsfiletest.cpp          |  121 -
 libbtcore/torrent/timeestimator.cpp                |  310 -
 libbtcore/torrent/timeestimator.h                  |  123 -
 libbtcore/torrent/torrent.cpp                      |  530 --
 libbtcore/torrent/torrent.h                        |  294 -
 libbtcore/torrent/torrentcontrol.cpp               | 1937 ----
 libbtcore/torrent/torrentcontrol.h                 |  373 -
 libbtcore/torrent/torrentcreator.cpp               |  410 -
 libbtcore/torrent/torrentcreator.h                 |  119 -
 libbtcore/torrent/torrentfile.cpp                  |  212 -
 libbtcore/torrent/torrentfile.h                    |  154 -
 libbtcore/torrent/torrentstats.cpp                 |  101 -
 libbtcore/torrent/torrentstats.h                   |  153 -
 libbtcore/torrent/uploader.cpp                     |   66 -
 libbtcore/torrent/uploader.h                       |   73 -
 libbtcore/tracker/httpannouncejob.cpp              |  151 -
 libbtcore/tracker/httpannouncejob.h                |   76 -
 libbtcore/tracker/httptracker.cpp                  |  578 --
 libbtcore/tracker/httptracker.h                    |   95 -
 libbtcore/tracker/tracker.cpp                      |  152 -
 libbtcore/tracker/tracker.h                        |  150 -
 libbtcore/tracker/trackermanager.cpp               |  598 --
 libbtcore/tracker/trackermanager.h                 |  137 -
 libbtcore/tracker/udptracker.cpp                   |  413 -
 libbtcore/tracker/udptracker.h                     |  112 -
 libbtcore/tracker/udptrackersocket.cpp             |  252 -
 libbtcore/tracker/udptrackersocket.h               |  157 -
 libbtcore/util/CMakeLists.txt                      |   28 -
 libbtcore/util/array.cpp                           |   27 -
 libbtcore/util/array.h                             |   74 -
 libbtcore/util/autorotatelogjob.cpp                |   91 -
 libbtcore/util/autorotatelogjob.h                  |   60 -
 libbtcore/util/bitset.cpp                          |  199 -
 libbtcore/util/bitset.h                            |  194 -
 libbtcore/util/circularbuffer.cpp                  |  110 -
 libbtcore/util/circularbuffer.h                    |   87 -
 libbtcore/util/compressfilejob.cpp                 |  131 -
 libbtcore/util/compressfilejob.h                   |   74 -
 libbtcore/util/constants.h                         |  102 -
 libbtcore/util/decompressfilejob.cpp               |  136 -
 libbtcore/util/decompressfilejob.h                 |   79 -
 libbtcore/util/error.cpp                           |   35 -
 libbtcore/util/error.h                             |   53 -
 libbtcore/util/extractfilejob.cpp                  |  145 -
 libbtcore/util/extractfilejob.h                    |   57 -
 libbtcore/util/file.cpp                            |  154 -
 libbtcore/util/file.h                              |  115 -
 libbtcore/util/fileops.cpp                         |  590 --
 libbtcore/util/fileops.h                           |  182 -
 libbtcore/util/functions.cpp                       |  323 -
 libbtcore/util/functions.h                         |  110 -
 libbtcore/util/log.cpp                             |  308 -
 libbtcore/util/log.h                               |  215 -
 libbtcore/util/logsystemmanager.cpp                |   68 -
 libbtcore/util/logsystemmanager.h                  |   71 -
 libbtcore/util/pipe.cpp                            |  122 -
 libbtcore/util/pipe.h                              |   58 -
 libbtcore/util/ptrmap.cpp                          |   24 -
 libbtcore/util/ptrmap.h                            |  193 -
 libbtcore/util/sha1hash.cpp                        |  129 -
 libbtcore/util/sha1hash.h                          |  149 -
 libbtcore/util/sha1hashgen.cpp                     |  381 -
 libbtcore/util/sha1hashgen.h                       |   97 -
 libbtcore/util/tests/CMakeLists.txt                |    3 -
 libbtcore/util/tests/circularbuffertest.cpp        |  127 -
 libbtcore/util/timer.cpp                           |   60 -
 libbtcore/util/timer.h                             |   69 -
 libbtcore/util/urlencoder.cpp                      |   92 -
 libbtcore/util/urlencoder.h                        |   40 -
 libbtcore/util/waitjob.cpp                         |   86 -
 libbtcore/util/waitjob.h                           |   77 -
 libbtcore/util/win32.cpp                           |  522 --
 libbtcore/util/win32.h                             |  184 -
 libbtcore/utp/CMakeLists.txt                       |   15 -
 libbtcore/utp/connection.cpp                       |  676 --
 libbtcore/utp/connection.h                         |  206 -
 libbtcore/utp/delaywindow.cpp                      |   90 -
 libbtcore/utp/delaywindow.h                        |   75 -
 libbtcore/utp/localwindow.cpp                      |  164 -
 libbtcore/utp/localwindow.h                        |   96 -
 libbtcore/utp/pollpipe.cpp                         |   67 -
 libbtcore/utp/pollpipe.h                           |   64 -
 libbtcore/utp/remotewindow.cpp                     |  208 -
 libbtcore/utp/remotewindow.h                       |  134 -
 libbtcore/utp/tests/CMakeLists.txt                 |   43 -
 libbtcore/utp/tests/congestiontest.cpp             |  216 -
 libbtcore/utp/tests/connectiontest.cpp             |  131 -
 libbtcore/utp/tests/connecttest.cpp                |   94 -
 libbtcore/utp/tests/delaywindowtest.cpp            |   91 -
 libbtcore/utp/tests/fintest.cpp                    |  122 -
 libbtcore/utp/tests/localwindowtest.cpp            |  262 -
 libbtcore/utp/tests/packetlosstest.cpp             |  229 -
 libbtcore/utp/tests/remotewindowtest.cpp           |  313 -
 libbtcore/utp/tests/sendtest.cpp                   |  180 -
 libbtcore/utp/tests/sockettest.cpp                 |  142 -
 libbtcore/utp/tests/transmittest.cpp               |  258 -
 libbtcore/utp/tests/utppolltest.cpp                |  194 -
 libbtcore/utp/timevalue.cpp                        |   66 -
 libbtcore/utp/timevalue.h                          |   62 -
 libbtcore/utp/utpprotocol.cpp                      |  158 -
 libbtcore/utp/utpprotocol.h                        |  154 -
 libbtcore/utp/utpserver.cpp                        |  528 --
 libbtcore/utp/utpserver.h                          |  135 -
 libbtcore/utp/utpserverthread.cpp                  |   43 -
 libbtcore/utp/utpserverthread.h                    |   46 -
 libbtcore/utp/utpsocket.cpp                        |  233 -
 libbtcore/utp/utpsocket.h                          |   66 -
 libktcore/CMakeLists.txt                           |    4 +-
 .../config-ktcore.h.cmake                          |    0
 libktcore/dbus/dbustorrent.cpp                     |   21 +-
 libktcore/dbus/dbustorrent.h                       |   10 +-
 libktcore/gui/activitylistwidget.cpp               |    3 +
 libktcore/interfaces/functions.cpp                 |    5 -
 libktcore/ktversion.h                              |   10 +-
 libktcore/torrent/queuemanager.cpp                 |  138 +-
 libktcore/torrent/queuemanager.h                   |    2 +
 libktcore/util/mmapfile.cpp                        |    2 +-
 libktupnp/CMakeLists.txt                           |    2 +-
 libktupnp/upnprouter.cpp                           |    2 +-
 plasma/applet/CMakeLists.txt                       |   43 +-
 plasma/dataengine/CMakeLists.txt                   |    2 +-
 plugins/CMakeLists.txt                             |    1 +
 plugins/bwscheduler/CMakeLists.txt                 |    2 +-
 plugins/bwscheduler/ktbwschedulerplugin.desktop    |    2 +-
 plugins/downloadorder/CMakeLists.txt               |    2 +-
 plugins/infowidget/CMakeLists.txt                  |    2 +-
 plugins/infowidget/ktinfowidgetplugin.desktop      |    1 +
 plugins/ipfilter/CMakeLists.txt                    |    2 +-
 plugins/ipfilter/ktipfilterplugin.desktop          |    1 +
 plugins/logviewer/CMakeLists.txt                   |    2 +-
 plugins/logviewer/ktlogviewerplugin.desktop        |    1 +
 plugins/magnetgenerator/CMakeLists.txt             |    2 +-
 .../ktmagnetgeneratorplugin.desktop                |   36 +
 .../magnetgenerator/ktmagnetgeneratorplugin.kcfg   |   18 +-
 plugins/magnetgenerator/magnetgeneratorplugin.cpp  |   46 +-
 plugins/magnetgenerator/magnetgeneratorplugin.h    |    5 +-
 .../magnetgenerator/magnetgeneratorprefwidget.cpp  |   23 +-
 .../magnetgenerator/magnetgeneratorprefwidget.h    |    3 +-
 .../magnetgenerator/magnetgeneratorprefwidget.ui   |   90 +-
 plugins/mediaplayer/CMakeLists.txt                 |    2 +-
 plugins/mediaplayer/ktmediaplayerplugin.desktop    |    1 +
 plugins/scanfolder/CMakeLists.txt                  |    2 +-
 plugins/scanfolder/ktscanfolderplugin.desktop      |    1 +
 plugins/scripting/CMakeLists.txt                   |    2 +-
 plugins/scripting/api/scriptablegroup.cpp          |    6 +-
 .../scripts/auto_resume/auto_resume.desktop        |    2 +
 .../email_notifications.desktop                    |    2 +-
 .../scripts/tracker_groups/tracker_groups.py       |    5 +-
 plugins/search/CMakeLists.txt                      |    2 +-
 plugins/search/htmlpart.cpp                        |    2 +-
 plugins/shutdown/CMakeLists.txt                    |    2 +-
 plugins/shutdown/ktshutdownplugin.desktop          |    5 +-
 plugins/stats/CMakeLists.txt                       |    2 +-
 plugins/stats/ktstatsplugin.desktop                |    1 +
 plugins/syndication/CMakeLists.txt                 |    2 +-
 plugins/upnp/CMakeLists.txt                        |    2 +-
 plugins/upnp/ktupnpplugin.desktop                  |    1 +
 plugins/webinterface/CMakeLists.txt                |    2 +-
 plugins/webinterface/ktwebinterfaceplugin.desktop  |    1 +
 plugins/zeroconf/CMakeLists.txt                    |    2 +-
 plugins/zeroconf/ktzeroconfplugin.desktop          |    3 +-
 po/CMakeLists.txt                                  |    2 +-
 po/ar/ktorrent.po                                  | 2074 +++---
 po/ast/ktorrent.po                                 | 2017 +++--
 po/be/ktorrent.po                                  | 1792 ++---
 po/bg/ktorrent.po                                  | 2068 +++---
 po/ca/ktorrent.po                                  | 2032 +++--
 po/ca at valencia/ktorrent.po                         | 6723 +++++++--------
 po/cs/ktorrent.po                                  | 2124 +++---
 po/da/ktorrent.po                                  | 2317 +++---
 po/de/ktorrent.po                                  | 2237 +++---
 po/el/ktorrent.po                                  | 2091 +++---
 po/en_GB/ktorrent.po                               | 2030 +++--
 po/eo/ktorrent.po                                  | 2079 +++---
 po/es/ktorrent.po                                  | 2055 +++---
 po/et/ktorrent.po                                  | 2030 +++--
 po/eu/ktorrent.po                                  | 8860 +++++++-----------
 po/fi/ktorrent.po                                  | 3488 +++-----
 po/fr/ktorrent.po                                  | 2185 +++---
 po/ga/ktorrent.po                                  | 2026 +++---
 po/gl/ktorrent.po                                  | 2045 +++---
 po/hi/ktorrent.po                                  | 1816 ++---
 po/hne/ktorrent.po                                 | 1806 ++--
 po/hr/ktorrent.po                                  | 1690 ++--
 po/hu/ktorrent.po                                  | 2441 +++---
 po/is/ktorrent.po                                  | 2085 +++---
 po/it/ktorrent.po                                  | 2085 +++---
 po/ja/ktorrent.po                                  | 2057 +++---
 po/km/ktorrent.po                                  | 2759 +++----
 po/ku/CMakeLists.txt                               |    2 -
 po/ku/ktorrent.po                                  | 9439 --------------------
 po/lt/ktorrent.po                                  | 2037 +++---
 po/lv/ktorrent.po                                  | 2052 +++---
 po/mai/CMakeLists.txt                              |    2 +
 po/{se => mai}/ktorrent.po                         | 5945 ++++++-------
 po/ms/ktorrent.po                                  | 1770 ++---
 po/nb/ktorrent.po                                  | 1700 ++--
 po/nds/ktorrent.po                                 | 2061 +++---
 po/nl/ktorrent.po                                  | 2238 +++---
 po/nn/ktorrent.po                                  | 1766 ++---
 po/oc/ktorrent.po                                  | 1776 ++--
 po/pl/ktorrent.po                                  | 2044 +++--
 po/pt/ktorrent.po                                  | 1717 ++--
 po/pt_BR/ktorrent.po                               | 1750 ++---
 po/ro/ktorrent.po                                  | 2088 +++---
 po/ru/ktorrent.po                                  | 2062 +++---
 po/si/ktorrent.po                                  | 1681 ++--
 po/sk/ktorrent.po                                  | 1759 ++---
 po/sl/ktorrent.po                                  | 2074 +++---
 po/sr/ktorrent.po                                  | 1759 ++---
 po/sr at ijekavian/ktorrent.po                        | 6354 +++++++-------
 po/sr at ijekavianlatin/ktorrent.po                   | 6348 +++++++-------
 po/sr at latin/ktorrent.po                            | 6271 +++++++-------
 po/sv/ktorrent.po                                  | 2006 +++--
 po/tr/ktorrent.po                                  | 2028 +++--
 po/uk/ktorrent.po                                  | 2065 +++---
 po/zh_CN/ktorrent.po                               | 2071 +++---
 po/zh_TW/ktorrent.po                               | 2027 +++--
 500 files changed, 65643 insertions(+), 137587 deletions(-)

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list