[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=b5a95ec

The following commit has been merged in the master branch:
commit b5a95ecb90d5a59a6945cd968019cb25e1ba2ee6
Author: Ahmed Ibrahim <ahmedibrahimkhali at gmail.com>
Date:   Wed Apr 23 00:57:16 2014 +0200

    Share images over common image sharing networks
    
    When dragging and dropping images over the text-ui
    allow uploading to popular services such as imgur.
    This is useful when on networks that do not support
    file transfer
    
    REVIEW: 117573
    FEATURE: 322874
    FIXED-IN: 0.9.0
---
 CMakeLists.txt                                     |   3 +-
 app/CMakeLists.txt                                 |   1 +
 cmake/modules/FindQJSON.cmake                      |  48 +++++
 config/CMakeLists.txt                              |   2 +
 config/behavior-config.cpp                         |  19 ++
 config/behavior-config.h                           |   2 +
 config/behavior-config.ui                          |  52 ++++-
 image-sharer/CMakeLists.txt                        |  23 +++
 .../abstractsharer.cpp                             |  56 +++---
 image-sharer/abstractsharer.h                      |  91 +++++++++
 image-sharer/imagebinsharer.cpp                    |  56 ++++++
 .../imagebinsharer.h                               |  47 ++---
 image-sharer/imagesharer_export.h                  |  21 ++
 image-sharer/imgursharer.cpp                       |  68 +++++++
 .../imgursharer.h                                  |  47 ++---
 image-sharer/mpform.cpp                            | 204 +++++++++++++++++++
 image-sharer/mpform.h                              |  58 ++++++
 image-sharer/shareprovider.cpp                     | 219 +++++++++++++++++++++
 image-sharer/shareprovider.h                       |  72 +++++++
 image-sharer/simplestimagehostingsharer.cpp        |  53 +++++
 .../simplestimagehostingsharer.h                   |  48 ++---
 lib/CMakeLists.txt                                 |   4 +-
 lib/chat-widget.cpp                                |  83 +++++++-
 lib/chat-widget.h                                  |   5 +
 lib/text-chat-config.cpp                           |  21 ++
 lib/text-chat-config.h                             |   5 +
 26 files changed, 1158 insertions(+), 150 deletions(-)

The diff has been stripped from this email because it exceeds 50KB


-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list