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

Modestas Vainius modax at alioth.debian.org
Mon Apr 5 14:39:14 UTC 2010


The following commit has been merged in the experimental branch:
commit 10b738cd5865a54dde6758be994407c41d1d686c
Merge: 3f30456d6a5ca6b2c289e27619610eb9405d15a2 7aab19fc9d792520c3a7864eea10e325e46dce81
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Apr 5 15:52:57 2010 +0300

    Merge branch 'upstream-experimental' into experimental

 CMakeLists.txt                                     |    3 +-
 ChangeLog                                          |   70 +
 dbus_xml/org.ktorrent.UTPDaemon.xml                |   18 -
 ktmagnetdownloader/magnettest.cpp                  |    8 +-
 ktorrent/core.cpp                                  |  377 +-
 ktorrent/core.h                                    |   33 +-
 ktorrent/dialogs/fileselectdlg.cpp                 |    2 +-
 ktorrent/dialogs/torrentcreatordlg.cpp             |   71 +-
 ktorrent/dialogs/torrentcreatordlg.h               |    7 +
 ktorrent/dialogs/torrentcreatordlg.ui              |  258 +-
 ktorrent/groups/groupview.cpp                      |   15 +-
 ktorrent/gui.cpp                                   |   28 +-
 ktorrent/gui.h                                     |   10 +-
 ktorrent/ktorrent.desktop                          |   24 +-
 ktorrent/ktorrent.notifyrc                         |   84 +-
 ktorrent/ktorrentplugin.desktop                    |   10 +-
 ktorrent/ktorrentui.rc                             |    9 +-
 ktorrent/main.cpp                                  |    4 +-
 ktorrent/pref/networkpref.cpp                      |   18 +
 ktorrent/pref/networkpref.h                        |    4 +
 ktorrent/pref/networkpref.ui                       |  311 +-
 ktorrent/tools/queuemanagermodel.cpp               |  131 +-
 ktorrent/tools/queuemanagermodel.h                 |   26 +-
 ktorrent/tools/queuemanagerwidget.cpp              |  265 +-
 ktorrent/tools/queuemanagerwidget.h                |   25 +-
 ktorrent/tools/queuemanagerwidget.ui               |   77 +-
 ktorrent/torrentactivity.cpp                       |   10 +-
 ktorrent/trayicon.cpp                              |   22 +-
 ktorrent/trayicon.h                                |    6 +-
 ktorrent/view/view.cpp                             |   14 +-
 ktorrent/view/view.h                               |    1 +
 ktorrent/view/viewmanager.cpp                      |   34 +-
 ktorrent/view/viewmanager.h                        |    8 +-
 ktorrent/view/viewmodel.cpp                        |   15 +-
 ktorrent/view/viewmodel.h                          |    5 +-
 ktupnptest/upnptestwidget.ui                       |   84 +-
 ktutpd/CMakeLists.txt                              |   18 -
 ktutpd/main.cpp                                    |   19 -
 ktutpd/utpdaemon.cpp                               |   68 -
 ktutpd/utpdaemon.h                                 |   60 -
 libbtcore/CMakeLists.txt                           |   84 +-
 libbtcore/bcodec/bdecoder.cpp                      |   41 +
 libbtcore/bcodec/bdecoder.h                        |   14 +
 libbtcore/bcodec/bencoder.cpp                      |   25 +-
 libbtcore/bcodec/bencoder.h                        |   20 +-
 libbtcore/btversion.h                              |    2 +-
 libbtcore/config-btcore.h.cmake                    |    2 +
 libbtcore/dht/database.cpp                         |    8 +-
 libbtcore/dht/dht.cpp                              |    2 +-
 libbtcore/dht/dhtpeersource.cpp                    |    2 +-
 libbtcore/dht/kbucket.cpp                          |   29 +-
 libbtcore/dht/rpcserver.cpp                        |   24 +-
 libbtcore/diskio/cache.cpp                         |    5 +-
 libbtcore/diskio/cache.h                           |   11 +-
 libbtcore/diskio/cachefile.cpp                     |   56 +-
 libbtcore/diskio/cachefile.h                       |    1 +
 libbtcore/diskio/chunk.cpp                         |    8 +-
 libbtcore/diskio/chunk.h                           |    5 +-
 libbtcore/diskio/chunkmanager.cpp                  |    4 +-
 libbtcore/diskio/chunkmanager.h                    |    7 +-
 libbtcore/diskio/multifilecache.cpp                |   66 +-
 libbtcore/diskio/multifilecache.h                  |    6 +-
 libbtcore/diskio/piecedata.cpp                     |   34 +
 libbtcore/diskio/piecedata.h                       |   28 +-
 libbtcore/diskio/preallocationjob.cpp              |   12 +-
 libbtcore/diskio/singlefilecache.cpp               |   28 +-
 libbtcore/diskio/singlefilecache.h                 |    8 +-
 libbtcore/download/chunkdownload.cpp               |   34 +-
 libbtcore/download/chunkdownload.h                 |    3 +-
 libbtcore/download/downloader.cpp                  |  122 +-
 libbtcore/download/downloader.h                    |   16 +-
 libbtcore/download/httpconnection.cpp              |   16 +-
 libbtcore/download/webseed.cpp                     |   20 +-
 libbtcore/download/webseed.h                       |    2 +
 libbtcore/interfaces/serverinterface.cpp           |  167 +
 libbtcore/interfaces/serverinterface.h             |  131 +
 libbtcore/interfaces/torrentfileinterface.cpp      |    2 +-
 libbtcore/interfaces/torrentfileinterface.h        |    2 +-
 libbtcore/interfaces/torrentinterface.h            |   24 +
 libbtcore/interfaces/trackerslist.h                |    5 +
 libbtcore/mse/bigint.cpp                           |    2 +-
 libbtcore/mse/encryptedauthenticate.cpp            |    7 +-
 libbtcore/mse/encryptedauthenticate.h              |    3 +-
 libbtcore/mse/encryptedserverauthenticate.cpp      |    8 +-
 libbtcore/mse/encryptedserverauthenticate.h        |    2 +-
 libbtcore/mse/streamsocket.cpp                     |   54 +-
 libbtcore/mse/streamsocket.h                       |    3 +-
 libbtcore/net/CMakeLists.txt                       |   22 +
 libbtcore/net/address.cpp                          |    1 +
 libbtcore/net/address.h                            |    2 +
 libbtcore/net/bufferedsocket.cpp                   |   42 +-
 libbtcore/net/bufferedsocket.h                     |   12 +-
 libbtcore/net/downloadthread.cpp                   |   75 +-
 libbtcore/net/downloadthread.h                     |   12 +-
 libbtcore/net/networkthread.h                      |    5 +-
 libbtcore/net/poll.cpp                             |  120 +
 libbtcore/net/poll.h                               |   90 +
 libbtcore/net/reverseresolver.cpp                  |    3 +
 libbtcore/net/socket.cpp                           |   84 +-
 libbtcore/net/socket.h                             |   71 +-
 libbtcore/net/socketdevice.cpp                     |   37 +
 libbtcore/net/socketdevice.h                       |   85 +
 libbtcore/net/socketgroup.cpp                      |    2 +-
 libbtcore/net/socketmonitor.cpp                    |   10 +-
 libbtcore/net/socketmonitor.h                      |    5 +
 libbtcore/net/tests/CMakeLists.txt                 |    7 +
 libbtcore/net/tests/polltest.cpp                   |  157 +
 libbtcore/net/tests/wakeuppipetest.cpp             |   72 +
 libbtcore/net/uploadthread.cpp                     |   63 +-
 libbtcore/net/uploadthread.h                       |    8 +-
 libbtcore/net/wakeuppipe.cpp                       |   95 +-
 libbtcore/net/wakeuppipe.h                         |   24 +-
 libbtcore/peer/authenticate.cpp                    |   70 +-
 libbtcore/peer/authenticate.h                      |   15 +-
 libbtcore/peer/authenticatebase.cpp                |    1 -
 libbtcore/peer/authenticatebase.h                  |    9 +-
 libbtcore/peer/authenticationmonitor.cpp           |   64 +-
 libbtcore/peer/authenticationmonitor.h             |    8 +-
 libbtcore/peer/peer.cpp                            |   47 +-
 libbtcore/peer/peer.h                              |   13 +-
 libbtcore/peer/peerconnector.cpp                   |  122 +
 libbtcore/peer/peerconnector.h                     |   71 +
 libbtcore/peer/peerdownloader.cpp                  |   13 +-
 libbtcore/peer/peermanager.cpp                     |  140 +-
 libbtcore/peer/peermanager.h                       |   27 +-
 libbtcore/peer/serverauthenticate.cpp              |    5 +-
 libbtcore/peer/serverauthenticate.h                |    8 +-
 libbtcore/peer/utpex.cpp                           |    4 +-
 libbtcore/torrent/CMakeLists.txt                   |   21 +
 libbtcore/torrent/advancedchokealgorithm.cpp       |   37 +-
 libbtcore/torrent/advancedchokealgorithm.h         |    5 +-
 libbtcore/torrent/choker.cpp                       |   16 -
 libbtcore/torrent/choker.h                         |   15 -
 libbtcore/torrent/globals.cpp                      |   50 +-
 libbtcore/torrent/globals.h                        |   20 +-
 libbtcore/torrent/jobqueue.cpp                     |    5 +-
 libbtcore/torrent/server.cpp                       |  137 +-
 libbtcore/torrent/server.h                         |   68 +-
 libbtcore/torrent/statsfile.cpp                    |   51 +-
 libbtcore/torrent/statsfile.h                      |   90 +-
 libbtcore/torrent/tests/CMakeLists.txt             |    3 +
 libbtcore/torrent/tests/statsfiletest.cpp          |  121 +
 libbtcore/torrent/torrentcontrol.cpp               |  313 +-
 libbtcore/torrent/torrentcontrol.h                 |  170 +-
 libbtcore/torrent/torrentcreator.cpp               |   16 +-
 libbtcore/torrent/torrentcreator.h                 |   24 +-
 libbtcore/torrent/torrentfile.cpp                  |    8 +-
 libbtcore/torrent/torrentfile.h                    |    2 +-
 libbtcore/torrent/torrentstats.cpp                 |    6 +-
 libbtcore/torrent/torrentstats.h                   |    6 +
 libbtcore/tracker/httpannouncejob.cpp              |   23 +-
 libbtcore/tracker/httpannouncejob.h                |    6 +-
 libbtcore/tracker/httptracker.cpp                  |   19 +-
 libbtcore/tracker/kioannouncejob.cpp               |   69 +
 libbtcore/tracker/kioannouncejob.h                 |   58 +
 libbtcore/tracker/trackermanager.cpp               |   27 +
 libbtcore/tracker/trackermanager.h                 |    1 +
 libbtcore/tracker/udptracker.cpp                   |   87 +-
 libbtcore/tracker/udptracker.h                     |   11 +
 libbtcore/tracker/udptrackersocket.cpp             |   32 +
 libbtcore/tracker/udptrackersocket.h               |   18 +
 libbtcore/util/CMakeLists.txt                      |   28 +
 libbtcore/util/circularbuffer.cpp                  |  110 +
 libbtcore/util/circularbuffer.h                    |   87 +
 libbtcore/util/constants.h                         |    6 +
 libbtcore/util/fileops.cpp                         |  112 +-
 libbtcore/util/fileops.h                           |   19 +-
 libbtcore/util/functions.h                         |   13 +-
 libbtcore/util/log.cpp                             |   14 +-
 libbtcore/util/log.h                               |    7 +-
 libbtcore/util/logsystemmanager.cpp                |    1 +
 libbtcore/util/pipe.cpp                            |  122 +
 libbtcore/util/pipe.h                              |   58 +
 libbtcore/util/sha1hashgen.cpp                     |    6 +-
 libbtcore/util/tests/CMakeLists.txt                |    3 +
 libbtcore/util/tests/circularbuffertest.cpp        |  127 +
 libbtcore/util/timer.cpp                           |    3 +-
 libbtcore/util/timer.h                             |    3 +-
 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 +-
 libktcore/dbus/dbus.cpp                            |   15 +-
 libktcore/dbus/dbus.h                              |   15 +-
 libktcore/dbus/dbussettings.cpp                    |   30 +
 libktcore/dbus/dbussettings.h                      |    6 +
 libktcore/dbus/dbustorrent.cpp                     |   25 +
 libktcore/dbus/dbustorrent.h                       |    7 +
 libktcore/gui/activitylistmodel.cpp                |    8 +
 libktcore/gui/activitylistmodel.h                  |    1 +
 libktcore/gui/tabbarwidget.cpp                     |  188 +-
 libktcore/gui/tabbarwidget.h                       |   48 +-
 libktcore/interfaces/coreinterface.h               |   31 +-
 libktcore/interfaces/functions.cpp                 |    4 +-
 libktcore/ktorrent.kcfg                            |   11 +-
 libktcore/ktversion.h                              |    6 +-
 libktcore/torrent/queuemanager.cpp                 |  102 +-
 libktcore/torrent/queuemanager.h                   |   29 +-
 libktcore/torrent/torrentfiletreemodel.cpp         |   15 +-
 libktcore/util/indexofcompare.h                    |   40 +
 libktupnp/upnprouter.cpp                           |    6 +-
 libktupnp/upnprouter.h                             |    1 -
 plasma/applet/fadingitem.cpp                       |   61 +-
 plasma/applet/fadingitem.h                         |   11 +-
 plasma/applet/plasma-applet-ktorrent.desktop       |   16 +-
 .../dataengine/plasma-dataengine-ktorrent.desktop  |   16 +-
 plugins/CMakeLists.txt                             |    3 +
 plugins/bwscheduler/CMakeLists.txt                 |    2 +-
 plugins/bwscheduler/additemdlg.cpp                 |   26 +-
 plugins/bwscheduler/additemdlg.h                   |    2 +-
 plugins/bwscheduler/additemdlg.ui                  |  211 +-
 plugins/bwscheduler/bwprefpage.ui                  |    6 +-
 plugins/bwscheduler/bwschedulerplugin.cpp          |   25 +-
 plugins/bwscheduler/bwschedulerplugin.h            |    3 +
 plugins/bwscheduler/edititemdlg.cpp                |   18 +-
 plugins/bwscheduler/edititemdlg.h                  |    2 +-
 plugins/bwscheduler/edititemdlg.ui                 |  197 +-
 plugins/bwscheduler/ktbwschedulerplugin.desktop    |   14 +-
 plugins/bwscheduler/ktbwschedulerplugin.kcfg       |    2 +-
 plugins/bwscheduler/schedule.cpp                   |   14 +-
 plugins/bwscheduler/schedule.h                     |    2 +-
 plugins/bwscheduler/scheduleeditor.cpp             |    4 +-
 plugins/bwscheduler/scheduleeditor.h               |    4 +-
 plugins/bwscheduler/schedulegraphicsitem.cpp       |   16 +-
 plugins/bwscheduler/weekscene.cpp                  |    6 +-
 plugins/bwscheduler/weekscene.h                    |    4 +-
 plugins/bwscheduler/weekview.cpp                   |    4 +-
 plugins/bwscheduler/weekview.h                     |    4 +-
 .../downloadorder/ktdownloadorderplugin.desktop    |   12 +
 plugins/infowidget/CMakeLists.txt                  |    1 -
 plugins/infowidget/ktinfowidgetplugin.desktop      |   13 +-
 plugins/infowidget/statustab.ui                    |    2 +-
 plugins/infowidget/trackermodel.cpp                |   25 +-
 plugins/infowidget/trackermodel.h                  |    2 +
 plugins/infowidget/trackerview.cpp                 |    8 +-
 plugins/ipfilter/ktipfilterplugin.desktop          |   11 +
 plugins/logviewer/CMakeLists.txt                   |    1 -
 plugins/logviewer/ktlogviewerplugin.desktop        |   11 +
 plugins/logviewer/logviewer.cpp                    |   16 +-
 plugins/logviewer/logviewer.h                      |    6 +-
 plugins/magnetgenerator/CMakeLists.txt             |   19 +
 .../ktmagnetgeneratorplugin.desktop                |   15 +
 .../magnetgenerator/ktmagnetgeneratorplugin.kcfg   |   30 +
 .../magnetgenerator/ktmagnetgeneratorpluginui.rc   |    6 +
 plugins/magnetgenerator/magnetgeneratorplugin.cpp  |  121 +
 plugins/magnetgenerator/magnetgeneratorplugin.h    |   53 +
 .../magnetgeneratorpluginsettings.kcfgc            |    7 +
 .../magnetgenerator/magnetgeneratorprefwidget.cpp  |   58 +
 .../magnetgenerator/magnetgeneratorprefwidget.h    |   45 +
 .../magnetgenerator/magnetgeneratorprefwidget.ui   |  124 +
 plugins/mediaplayer/ktmediaplayerplugin.desktop    |   12 +
 plugins/mediaplayer/mediamodel.cpp                 |    2 +-
 plugins/mediaplayer/mediaplayeractivity.cpp        |    1 +
 plugins/scanfolder/CMakeLists.txt                  |    1 -
 plugins/scanfolder/ktscanfolderplugin.desktop      |   16 +-
 plugins/scanfolder/scanfolder.cpp                  |   19 +-
 plugins/scripting/CMakeLists.txt                   |    1 -
 plugins/scripting/ktscriptingplugin.desktop        |   12 +
 .../scripts/auto_remove/auto_remove.desktop        |   14 +-
 .../scripts/auto_resume/auto_resume.desktop        |   58 +-
 .../scripting/scripts/auto_resume/auto_resume.py   |   16 +-
 .../email_notifications.desktop                    |   12 +
 .../scripts/tracker_groups/tracker_groups.desktop  |   12 +
 plugins/search/CMakeLists.txt                      |    3 +-
 plugins/search/htmlpart.cpp                        |    4 +-
 plugins/search/ktsearchplugin.desktop              |   12 +
 plugins/search/opensearch/ktorrents/opensearch.xml |    2 +-
 plugins/search/searchactivity.cpp                  |  103 +-
 plugins/search/searchactivity.h                    |    3 +
 plugins/search/searchplugin.cpp                    |    2 +
 plugins/search/searchwidget.cpp                    |   12 +-
 plugins/search/searchwidget.h                      |    2 +
 plugins/shutdown/CMakeLists.txt                    |    1 -
 plugins/shutdown/ktshutdownplugin.desktop          |   12 +
 plugins/stats/ktstatsplugin.desktop                |   12 +
 plugins/syndication/feedwidgetmodel.cpp            |    7 +-
 plugins/syndication/filterlistmodel.cpp            |    4 +-
 plugins/syndication/ktsyndicationplugin.desktop    |   12 +
 plugins/upnp/CMakeLists.txt                        |    1 -
 plugins/upnp/ktupnpplugin.desktop                  |   13 +
 plugins/webinterface/CMakeLists.txt                |    1 -
 plugins/webinterface/actionhandler.cpp             |    4 +-
 plugins/webinterface/httpclienthandler.cpp         |   57 +-
 plugins/webinterface/httpclienthandler.h           |    5 +-
 plugins/webinterface/httpresponseheader.cpp        |    8 +-
 plugins/webinterface/httpresponseheader.h          |    5 +-
 plugins/webinterface/httpserver.cpp                |   48 +-
 plugins/webinterface/httpserver.h                  |    2 +-
 plugins/webinterface/ktwebinterfaceplugin.desktop  |   12 +
 plugins/webinterface/ktwebinterfaceplugin.kcfg     |    4 +-
 plugins/webinterface/loginhandler.cpp              |    3 +-
 plugins/webinterface/webinterfaceprefwidget.cpp    |    9 +
 plugins/webinterface/webinterfaceprefwidget.h      |    3 +
 plugins/webinterface/webinterfaceprefwidget.ui     |  195 +-
 plugins/webinterface/www/coldmilk/CMakeLists.txt   |    2 +-
 plugins/webinterface/www/coldmilk/coldmilk.html    |  241 -
 plugins/webinterface/www/coldmilk/interface.html   |  241 +
 plugins/webinterface/www/coldmilk/login.html       |    4 +-
 plugins/zeroconf/CMakeLists.txt                    |    2 +-
 plugins/zeroconf/ktzeroconfplugin.desktop          |   12 +
 plugins/zeroconf/torrentservice.cpp                |    2 +-
 po/CMakeLists.txt                                  |    6 +
 po/ar/ktorrent.po                                  |14650 +++++++++---------
 po/ast/CMakeLists.txt                              |    2 +
 po/ast/ktorrent.po                                 |10331 +++++++++++++
 po/be/ktorrent.po                                  |13086 ++++++++--------
 po/bg/ktorrent.po                                  |14639 +++++++++---------
 po/ca/ktorrent.po                                  |14533 +++++++++---------
 po/ca at valencia/CMakeLists.txt                      |    2 +
 po/ca at valencia/ktorrent.po                         | 9974 ++++++++++++
 po/cs/ktorrent.po                                  |14419 +++++++++---------
 po/da/ktorrent.po                                  |14387 +++++++++---------
 po/de/ktorrent.po                                  |14486 +++++++++---------
 po/el/ktorrent.po                                  |14841 +++++++++---------
 po/en_GB/ktorrent.po                               |14262 +++++++++---------
 po/eo/ktorrent.po                                  |15545 ++++++++++----------
 po/es/ktorrent.po                                  |14701 +++++++++---------
 po/et/ktorrent.po                                  |14241 +++++++++---------
 po/eu/ktorrent.po                                  |14023 +++++++++---------
 po/fi/ktorrent.po                                  |15040 +++++++++---------
 po/fr/ktorrent.po                                  |16010 ++++++++++----------
 po/ga/ktorrent.po                                  |13922 +++++++++---------
 po/gl/ktorrent.po                                  |14403 +++++++++---------
 po/hi/ktorrent.po                                  |13089 ++++++++--------
 po/hne/ktorrent.po                                 |12977 ++++++++--------
 po/hr/ktorrent.po                                  |11638 ++++++++-------
 po/hu/ktorrent.po                                  |14457 +++++++++---------
 po/is/ktorrent.po                                  |15106 ++++++++++---------
 po/it/ktorrent.po                                  |14948 ++++++++++---------
 po/ja/ktorrent.po                                  |13761 +++++++++---------
 po/km/ktorrent.po                                  |14832 +++++++++---------
 po/ku/ktorrent.po                                  |12582 ++++++++--------
 po/lt/ktorrent.po                                  |13866 +++++++++---------
 po/lv/ktorrent.po                                  |14610 +++++++++---------
 po/ms/ktorrent.po                                  |12625 ++++++++--------
 po/nb/ktorrent.po                                  |14242 +++++++++---------
 po/nds/ktorrent.po                                 |14440 +++++++++---------
 po/nl/ktorrent.po                                  |14513 +++++++++---------
 po/nn/ktorrent.po                                  |14317 +++++++++---------
 po/oc/ktorrent.po                                  |12887 ++++++++--------
 po/pl/ktorrent.po                                  |14401 +++++++++---------
 po/pt/ktorrent.po                                  |14263 +++++++++---------
 po/pt_BR/ktorrent.po                               |14479 +++++++++---------
 po/ro/ktorrent.po                                  |14606 +++++++++---------
 po/ru/ktorrent.po                                  |14170 +++++++++---------
 po/se/ktorrent.po                                  |11612 +++++++-------
 po/si/CMakeLists.txt                               |    2 +
 po/si/ktorrent.po                                  | 8962 +++++++++++
 po/sk/ktorrent.po                                  |14605 +++++++++---------
 po/sl/ktorrent.po                                  |14933 ++++++++++---------
 po/sr/ktorrent.po                                  |14092 +++++++++---------
 po/sr at ijekavian/CMakeLists.txt                     |    2 +
 po/sr at ijekavian/ktorrent.po                        | 9461 ++++++++++++
 po/sr at ijekavianlatin/CMakeLists.txt                |    2 +
 po/sr at ijekavianlatin/ktorrent.po                   | 9452 ++++++++++++
 po/sr at latin/CMakeLists.txt                         |    2 +
 po/sr at latin/ktorrent.po                            | 9424 ++++++++++++
 po/sv/ktorrent.po                                  |14326 +++++++++---------
 po/tr/ktorrent.po                                  |14305 +++++++++---------
 po/uk/ktorrent.po                                  |14353 +++++++++---------
 po/zh_CN/ktorrent.po                               |14871 +++++++++---------
 po/zh_TW/ktorrent.po                               |14229 +++++++++---------
 scripts/gen_kde4_pkg.rb                            |    6 +-
 394 files changed, 416297 insertions(+), 338689 deletions(-)

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list