[SCM] kdeconnect packaging branch, master, updated. upstream/0.5.2.1-34-gefac3a9

David Suárez deiv-guest at moszumanska.debian.org
Tue Jul 1 16:30:19 UTC 2014


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

The following commit has been merged in the master branch:
commit 92b864ef636d5e9421916535011655d972043cac
Merge: bda206ced97c23f9255e7bed57990e24f05f0235 adaa202e53764df659aab3c4fe35429e0f72187f
Author: David Suárez <david.sephirot at gmail.com>
Date:   Tue Jul 1 18:20:37 2014 +0200

    Merge tag 'upstream/0.7'
    
    Upstream version 0.7

 .reviewboardrc                                     |   3 +
 CMakeLists.txt                                     |  19 +-
 cli/CMakeLists.txt                                 |   2 +-
 cli/Messages.sh                                    |   3 +
 cli/kdeconnect-cli.cpp                             |  59 +++-
 cmake/FindXTest.cmake                              |  48 ++++
 macros.cmake => cmake/macros.cmake                 |   0
 core/CMakeLists.txt                                |  58 ++++
 core/Messages.sh                                   |   4 +
 {kded => core}/backends/devicelink.cpp             |   0
 {kded => core}/backends/devicelink.h               |   0
 {kded => core}/backends/lan/CMakeLists.txt         |   0
 {kded => core}/backends/lan/downloadjob.cpp        |   0
 {kded => core}/backends/lan/downloadjob.h          |   0
 {kded => core}/backends/lan/landevicelink.cpp      |   0
 {kded => core}/backends/lan/landevicelink.h        |   0
 {kded => core}/backends/lan/lanlinkprovider.cpp    |   2 +-
 {kded => core}/backends/lan/lanlinkprovider.h      |   0
 {kded => core}/backends/lan/netaddress.h           |   0
 {kded => core}/backends/lan/socketlinereader.cpp   |   1 -
 {kded => core}/backends/lan/socketlinereader.h     |   0
 {kded => core}/backends/lan/uploadjob.cpp          |   0
 {kded => core}/backends/lan/uploadjob.h            |   0
 {kded => core}/backends/linkprovider.cpp           |   0
 {kded => core}/backends/linkprovider.h             |   0
 {kded => core}/backends/loopback/CMakeLists.txt    |   0
 .../backends/loopback/loopbackdevicelink.cpp       |   0
 .../backends/loopback/loopbackdevicelink.h         |   0
 .../backends/loopback/loopbacklinkprovider.cpp     |   0
 .../backends/loopback/loopbacklinkprovider.h       |   0
 {kded => core}/daemon.cpp                          |  49 +++-
 {kded => core}/daemon.h                            |  23 +-
 {kded => core}/default_args.h                      |   0
 {kded => core}/device.cpp                          | 112 +++++---
 {kded => core}/device.h                            |  11 +-
 {kded => core}/filetransferjob.cpp                 |   0
 {kded => core}/filetransferjob.h                   |   0
 {kded => core}/kdebugnamespace.cpp                 |   0
 {kded => core}/kdebugnamespace.h                   |   2 +-
 {kded/plugins => core}/kdeconnectplugin.cpp        |  34 ++-
 {kded/plugins => core}/kdeconnectplugin.h          |  22 +-
 {kded => core}/networkpackage.cpp                  |   2 +-
 {kded => core}/networkpackage.h                    |   4 +-
 {kded => core}/networkpackagetypes.h               |   0
 {kded/plugins => core}/pluginloader.cpp            |   9 +-
 {kded/plugins => core}/pluginloader.h              |   3 +-
 fileitemactionplugin/CMakeLists.txt                |   6 +
 fileitemactionplugin/Messages.sh                   |   3 +
 fileitemactionplugin/kdeconnectsendfile.desktop    |  33 +++
 fileitemactionplugin/sendfileitemaction.cpp        |  89 ++++++
 fileitemactionplugin/sendfileitemaction.h          |  43 +++
 interfaces/CMakeLists.txt                          |  92 +++++++
 interfaces/KDEConnect/DevicesModel                 |   1 +
 interfaces/KDEConnect/NotificationsModel           |   1 +
 interfaces/KDEConnectConfig.cmake.in               |  35 +++
 {libkdeconnect => interfaces}/dbusinterfaces.cpp   |   0
 {libkdeconnect => interfaces}/dbusinterfaces.h     |  26 +-
 {libkdeconnect => interfaces}/devicesmodel.cpp     |  19 +-
 {libkdeconnect => interfaces}/devicesmodel.h       |  26 +-
 {libkdeconnect => interfaces}/kdebugnamespace.cpp  |   0
 {libkdeconnect => interfaces}/kdebugnamespace.h    |   0
 {libkdeconnect => interfaces}/modeltest.cpp        |   0
 {libkdeconnect => interfaces}/modeltest.h          |   0
 .../notificationsmodel.cpp                         |  48 ++--
 {libkdeconnect => interfaces}/notificationsmodel.h |  31 ++-
 kcm/CMakeLists.txt                                 |   4 +-
 kcm/devicessortproxymodel.cpp                      |   4 +-
 kcm/kcm.cpp                                        |   6 +-
 kcm/kcm.h                                          |   3 +-
 kcm/kcm_kdeconnect.desktop                         |   6 +
 kcm/kdeconnect.desktop                             |   5 +
 kded/CMakeLists.txt                                |  96 +------
 kded/Messages.sh                                   |  10 +-
 kded/kdeconnect.desktop                            |   4 +
 kded/kdeconnect.notifyrc                           | 109 +++-----
 kded/kdeconnectd.cpp                               |   6 +-
 kded/kded.cpp                                      |  24 +-
 kded/plugins/battery/CMakeLists.txt                |  46 ----
 kded/plugins/clipboard/CMakeLists.txt              |  36 ---
 kded/plugins/mpriscontrol/CMakeLists.txt           |  49 ----
 kded/plugins/ping/CMakeLists.txt                   |  31 ---
 kded/plugins/sftp/CMakeLists.txt                   |  64 -----
 kded/plugins/telephony/CMakeLists.txt              |  30 --
 kio/CMakeLists.txt                                 |   6 +-
 kio/kiokdeconnect.h                                |   4 +-
 libkdeconnect/CMakeLists.txt                       |  58 ----
 libkdeconnect/kdeconnect_export.h                  |  28 --
 plasmoid/declarativeplugin/CMakeLists.txt          |   3 +-
 .../kdeconnectdeclarativeplugin.cpp                |   4 +-
 plasmoid/package/contents/ui/Battery.qml           |  10 +-
 plasmoid/package/contents/ui/Sftp.qml              |  42 +--
 plasmoid/package/contents/ui/kdeconnect.qml        |   4 +-
 plasmoid/package/metadata.desktop                  |  44 +--
 {kded/plugins => plugins}/CMakeLists.txt           |   3 +-
 plugins/Messages.sh                                |   4 +
 plugins/battery/CMakeLists.txt                     |  20 ++
 {kded/plugins => plugins}/battery/README           |   0
 .../battery/batterydbusinterface.cpp               |   2 +-
 .../battery/batterydbusinterface.h                 |   0
 .../plugins => plugins}/battery/batteryplugin.cpp  |   6 +-
 {kded/plugins => plugins}/battery/batteryplugin.h  |   2 +-
 .../battery/kdeconnect_battery.desktop             |   5 +
 plugins/clipboard/CMakeLists.txt                   |  10 +
 {kded/plugins => plugins}/clipboard/README         |   0
 .../clipboard/clipboardplugin.cpp                  |   4 +-
 .../clipboard/clipboardplugin.h                    |   4 +-
 .../clipboard/kdeconnect_clipboard.desktop         |   6 +
 .../plugins => plugins}/kdeconnect_plugin.desktop  |   5 +
 plugins/mousepad/CMakeLists.txt                    |  15 +
 plugins/mousepad/README                            |   5 +
 .../mousepad/kdeconnect_mousepad.desktop           |  31 ++-
 plugins/mousepad/mousepadplugin.cpp                |  65 +++++
 .../mousepad/mousepadplugin.h                      |  20 +-
 plugins/mpriscontrol/CMakeLists.txt                |  23 ++
 {kded/plugins => plugins}/mpriscontrol/README      |   0
 .../mpriscontrol/kdeconnect_mpriscontrol.desktop   |   5 +
 .../mpriscontrol/mpriscontrolplugin.cpp            |  11 +-
 .../mpriscontrol/mpriscontrolplugin.h              |   2 +-
 .../mpriscontrol/mprisdbusinterface.xml            |   0
 .../mpriscontrol/propertiesInterface.xml           |   0
 .../notifications/CMakeLists.txt                   |  30 +-
 {kded/plugins => plugins}/notifications/README     |   0
 .../notifications/kdeconnect_notifications.desktop |   5 +
 .../notifications/notification.cpp                 |   2 +-
 .../notifications/notification.h                   |   2 +-
 .../notifications/notificationsdbusinterface.cpp   |  20 +-
 .../notifications/notificationsdbusinterface.h     |   7 +-
 .../notifications/notificationsplugin.cpp          |   8 +-
 .../notifications/notificationsplugin.h            |   2 +-
 .../plugins => plugins}/pausemusic/CMakeLists.txt  |  21 +-
 {kded/plugins => plugins}/pausemusic/README        |   0
 .../pausemusic/kdeconnect_pausemusic.desktop       |   4 +
 .../kdeconnect_pausemusic_config.desktop           |   3 +
 .../pausemusic/pausemusic_config.cpp               |   2 +-
 .../pausemusic/pausemusic_config.h                 |   0
 .../pausemusic/pausemusic_config.ui                |   0
 .../pausemusic/pausemusicplugin.cpp                |  31 ++-
 .../pausemusic/pausemusicplugin.h                  |   7 +-
 plugins/ping/CMakeLists.txt                        |  10 +
 {kded/plugins => plugins}/ping/README              |   0
 .../ping/kdeconnect_ping.desktop                   |   5 +
 {kded/plugins => plugins}/ping/pingplugin.cpp      |  23 +-
 {kded/plugins => plugins}/ping/pingplugin.h        |   9 +-
 plugins/sftp/CMakeLists.txt                        |  37 +++
 {kded/plugins => plugins}/sftp/README              |   0
 .../sftp/kdeconnect_sftp.desktop                   |   7 +
 .../sftp/kdeconnect_sftp_config.desktop            |   3 +
 {kded/plugins => plugins}/sftp/mounter.cpp         |   4 +-
 {kded/plugins => plugins}/sftp/mounter.h           |   0
 {kded/plugins => plugins}/sftp/mountloop.cpp       |   0
 {kded/plugins => plugins}/sftp/mountloop.h         |   0
 {kded/plugins => plugins}/sftp/sftp_config.cpp     |  10 +-
 {kded/plugins => plugins}/sftp/sftp_config.h       |   0
 {kded/plugins => plugins}/sftp/sftp_config.ui      | 120 +++-----
 {kded/plugins => plugins}/sftp/sftpplugin.cpp      |  60 ++--
 {kded/plugins => plugins}/sftp/sftpplugin.h        |   8 +-
 {kded/plugins => plugins}/share/CMakeLists.txt     |  28 +-
 {kded/plugins => plugins}/share/README             |   0
 .../plugins => plugins}/share/autoclosingqfile.cpp |   0
 {kded/plugins => plugins}/share/autoclosingqfile.h |   2 +-
 .../share/kdeconnect_share.desktop                 |   7 +
 .../share/kdeconnect_share_config.desktop          |   3 +
 {kded/plugins => plugins}/share/share_config.cpp   |   4 +-
 {kded/plugins => plugins}/share/share_config.h     |   0
 {kded/plugins => plugins}/share/share_config.ui    |  11 +-
 {kded/plugins => plugins}/share/shareplugin.cpp    |  18 +-
 {kded/plugins => plugins}/share/shareplugin.h      |   2 +-
 plugins/telephony/CMakeLists.txt                   |  10 +
 {kded/plugins => plugins}/telephony/README         |   0
 .../telephony/kdeconnect_telephony.desktop         |   5 +
 .../telephony/telephonyplugin.cpp                  |   4 +-
 .../telephony/telephonyplugin.h                    |   2 +-
 po/CMakeLists.txt                                  |   2 +
 po/bg/CMakeLists.txt                               |   2 +
 po/{it => bg}/kdeconnect-kcm.po                    |  42 +--
 po/bg/kdeconnect-kded.po                           |  38 +++
 po/{da => bg}/kdeconnect-kio.po                    |  32 ++-
 po/bs/kdeconnect-kcm.po                            |  10 +-
 po/bs/kdeconnect-kded.po                           | 234 +++-------------
 po/ca/CMakeLists.txt                               |   2 +
 po/ca/kdeconnect-cli.po                            |  73 +++++
 po/ca/kdeconnect-core.po                           |  92 +++++++
 po/ca/kdeconnect-filetiemaction.po                 |  29 ++
 po/{it => ca}/kdeconnect-kcm.po                    |  44 +--
 po/ca/kdeconnect-kded.po                           |  36 +++
 po/{pt_BR => ca}/kdeconnect-kio.po                 |  33 +--
 po/ca/kdeconnect-plugins.po                        | 156 +++++++++++
 po/{sk => ca}/plasma_applet_kdeconnect.po          |  32 ++-
 po/cs/kdeconnect-cli.po                            |  71 +++++
 po/cs/kdeconnect-core.po                           |  90 ++++++
 po/cs/kdeconnect-filetiemaction.po                 |  27 ++
 po/cs/kdeconnect-kcm.po                            |  10 +-
 po/cs/kdeconnect-kded.po                           | 225 +--------------
 po/cs/kdeconnect-plugins.po                        | 154 +++++++++++
 po/da/kdeconnect-kcm.po                            |  10 +-
 po/da/kdeconnect-kded.po                           | 293 ++++++--------------
 po/de/kdeconnect-kcm.po                            |  10 +-
 po/de/kdeconnect-kded.po                           | 293 ++++++--------------
 po/es/kdeconnect-kcm.po                            |  10 +-
 po/es/kdeconnect-kded.po                           | 302 +++++++--------------
 po/es/plasma_applet_kdeconnect.po                  |  15 +-
 po/fi/plasma_applet_kdeconnect.po                  |  10 +-
 po/fr/kdeconnect-kcm.po                            |  10 +-
 po/fr/kdeconnect-kded.po                           | 296 ++++++--------------
 po/hu/kdeconnect-kcm.po                            |  10 +-
 po/hu/kdeconnect-kded.po                           | 225 +--------------
 po/it/kdeconnect-kcm.po                            |  10 +-
 po/it/kdeconnect-kded.po                           | 208 ++------------
 po/ja/kdeconnect-kcm.po                            |  10 +-
 po/ja/kdeconnect-kded.po                           | 221 +--------------
 po/ko/kdeconnect-kcm.po                            |  10 +-
 po/ko/kdeconnect-kded.po                           | 293 ++++++--------------
 po/lt/kdeconnect-kcm.po                            |  10 +-
 po/lt/kdeconnect-kded.po                           | 221 +--------------
 po/nl/kdeconnect-cli.po                            |  71 +++++
 po/nl/kdeconnect-core.po                           |  90 ++++++
 po/nl/kdeconnect-filetiemaction.po                 |  27 ++
 po/nl/kdeconnect-kcm.po                            |  10 +-
 po/nl/kdeconnect-kded.po                           | 225 +--------------
 po/nl/kdeconnect-plugins.po                        | 155 +++++++++++
 po/pl/kdeconnect-kcm.po                            |  10 +-
 po/pl/kdeconnect-kded.po                           | 225 +--------------
 po/pt/kdeconnect-cli.po                            |  66 +++++
 po/pt/kdeconnect-core.po                           |  85 ++++++
 po/pt/kdeconnect-filetiemaction.po                 |  22 ++
 po/pt/kdeconnect-kcm.po                            |  10 +-
 po/pt/kdeconnect-kded.po                           | 226 +--------------
 po/pt/kdeconnect-plugins.po                        | 156 +++++++++++
 po/pt_BR/kdeconnect-cli.po                         |  72 +++++
 po/pt_BR/kdeconnect-core.po                        |  91 +++++++
 po/pt_BR/kdeconnect-filetiemaction.po              |  28 ++
 po/pt_BR/kdeconnect-kcm.po                         |  10 +-
 po/pt_BR/kdeconnect-kded.po                        | 226 +--------------
 po/pt_BR/kdeconnect-plugins.po                     | 157 +++++++++++
 po/ro/kdeconnect-kcm.po                            |  10 +-
 po/ro/kdeconnect-kded.po                           | 204 +-------------
 po/ru/kdeconnect-kcm.po                            |  10 +-
 po/ru/kdeconnect-kded.po                           | 208 ++------------
 po/sk/kdeconnect-cli.po                            |  69 +++++
 po/sk/kdeconnect-core.po                           |  88 ++++++
 po/sk/kdeconnect-filetiemaction.po                 |  25 ++
 po/sk/kdeconnect-kcm.po                            |  10 +-
 po/sk/kdeconnect-kded.po                           | 227 +---------------
 po/sk/kdeconnect-plugins.po                        | 152 +++++++++++
 po/sv/kdeconnect-cli.po                            |  71 +++++
 po/sv/kdeconnect-core.po                           |  90 ++++++
 po/sv/kdeconnect-filetiemaction.po                 |  27 ++
 po/sv/kdeconnect-kcm.po                            |  10 +-
 po/sv/kdeconnect-kded.po                           | 225 +--------------
 po/sv/kdeconnect-plugins.po                        | 154 +++++++++++
 po/uk/kdeconnect-cli.po                            |  72 +++++
 po/uk/kdeconnect-core.po                           |  91 +++++++
 po/uk/kdeconnect-filetiemaction.po                 |  28 ++
 po/uk/kdeconnect-kcm.po                            |  12 +-
 po/uk/kdeconnect-kded.po                           | 227 +---------------
 po/uk/kdeconnect-kio.po                            |   2 +-
 po/uk/kdeconnect-plugins.po                        | 155 +++++++++++
 po/uk/plasma_applet_kdeconnect.po                  |   2 +-
 tests/CMakeLists.txt                               |  19 +-
 tests/networkpackagetests.cpp                      |   2 +-
 tests/testsocketlinereader.cpp                     |   4 +-
 261 files changed, 4954 insertions(+), 5546 deletions(-)

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list