[SCM] quassel packaging branch, master, updated. debian/1%0.12.2-3-4-g8b50992

Felix Geyer fgeyer at moszumanska.debian.org
Thu Feb 11 19:10:01 UTC 2016


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

The following commit has been merged in the master branch:
commit 5791c9a97d3587d82482626f29b834563b9f3c7e
Merge: 7d7035d68f8b97bc62869b55c261f6b5e3e5268a f1db87918a0ac0dda52fe0f71082169c9127509a
Author: Felix Geyer <fgeyer at debian.org>
Date:   Thu Feb 11 19:14:57 2016 +0100

    Merge tag 'upstream/0.12.3'
    
    Upstream version 0.12.3
    
    # gpg: Signature made Do 11 Feb 2016 19:14:55 CET
    # gpg:                using RSA key 0xFE22C6FD83135D45
    # gpg: Good signature from "Felix Geyer <felix at fobos.de>" [ultimate]
    # gpg:                 aka "Felix Geyer <debfx-pkg at fobos.de>" [ultimate]
    # gpg:                 aka "Felix Geyer <debfx at kubuntu.org>" [ultimate]
    # gpg:                 aka "Felix Geyer <debfx at fobos.de>" [ultimate]
    # gpg:                 aka "Felix Geyer <debfx at ubuntu.com>" [ultimate]
    # gpg:                 aka "Felix Geyer <felix.geyer at fobos.de>" [ultimate]
    # gpg:                 aka "Felix Geyer <fgeyer at debian.org>" [ultimate]
    # Primary key fingerprint: 164C 7051 2F79 2947 6764  AB56 FE22 C6FD 8313 5D45

 .gitignore                                         |   3 +
 3rdparty/miniz/miniz.c                             |   4 +-
 CMakeLists.txt                                     |  62 ++---
 ChangeLog                                          |  16 ++
 appveyor.yml                                       | 128 ++++++++++
 scripts/build/NullsoftInstaller.nsi                | 272 +++++++++++++++++++++
 scripts/build/SnoreNotify.nsh                      |  22 ++
 scripts/build/macosx_DeployApp.py                  |  23 +-
 scripts/build/macosx_makebundle.py                 |  14 +-
 src/client/bufferviewoverlay.cpp                   |   6 +-
 src/client/client.cpp                              |   2 +-
 src/client/clientauthhandler.cpp                   |  62 ++++-
 src/client/clientauthhandler.h                     |  10 +
 src/client/clientirclisthelper.cpp                 |   2 +-
 src/client/clientsettings.cpp                      |   2 +-
 src/client/coreconnection.cpp                      |   2 +
 src/client/messagefilter.cpp                       |   4 +-
 src/client/messagemodel.cpp                        |   8 +-
 src/client/networkmodel.cpp                        |   8 +-
 src/client/selectionmodelsynchronizer.cpp          |  13 +-
 src/client/treemodel.cpp                           |   9 +-
 src/common/CMakeLists.txt                          |   6 +-
 src/common/abstractcliparser.h                     |   2 +-
 src/common/aliasmanager.cpp                        |   2 +-
 src/common/bufferviewmanager.cpp                   |   4 +-
 src/common/cliparser.cpp                           |   2 +-
 src/common/ircchannel.cpp                          |  38 +--
 src/common/ircuser.cpp                             |   5 +-
 src/common/ircuser.h                               |   7 +-
 src/common/logger.cpp                              |   5 +
 src/common/main.cpp                                |   2 +
 src/common/peer.cpp                                |  15 +-
 src/common/peer.h                                  |   1 +
 src/common/signalproxy.cpp                         |  12 +-
 src/common/syncableobject.cpp                      |   4 +-
 src/common/syncableobject.h                        |   2 +-
 .../PostgreSQL/17/migrate_write_quasseluser.sql    |   4 +-
 .../SQL/SQLite/18/migrate_read_quasseluser.sql     |   2 +-
 src/core/abstractsqlstorage.cpp                    |   4 +-
 src/core/abstractsqlstorage.h                      |   1 +
 src/core/core.cpp                                  |  26 +-
 src/core/core.h                                    |   4 +-
 src/core/coreauthhandler.cpp                       |   2 +
 src/core/corebacklogmanager.cpp                    |   8 +-
 src/core/corebufferviewmanager.cpp                 |   8 +-
 src/core/coreircchannel.cpp                        |  18 ++
 src/core/corenetwork.cpp                           |  22 +-
 src/core/corenetwork.h                             |   7 +-
 src/core/coresession.cpp                           |  10 +-
 src/core/coreuserinputhandler.cpp                  |   2 +-
 src/core/ctcpparser.cpp                            |   6 +-
 src/core/postgresqlstorage.cpp                     |  13 +-
 src/core/sqlitestorage.cpp                         |   5 +-
 src/core/sslserver.cpp                             |  44 +++-
 src/core/sslserver.h                               |   2 +-
 src/qtui/CMakeLists.txt                            |   7 +-
 src/qtui/chatscene.cpp                             |   4 +-
 src/qtui/dockmanagernotificationbackend.cpp        |  10 +-
 src/qtui/dockmanagernotificationbackend.h          |   3 +-
 src/qtui/mainwin.cpp                               |  22 +-
 src/qtui/qtuimessageprocessor.cpp                  |   4 +-
 src/qtui/settingspages/bufferviewsettingspage.cpp  |   4 +-
 src/qtui/settingspages/identitiessettingspage.cpp  |   2 +-
 src/qtui/snorenotificationbackend.cpp              | 164 ++++++-------
 src/qtui/snorenotificationbackend.h                |  35 +--
 src/qtui/ui/snorentificationconfigwidget.ui        |  95 ++-----
 src/uisupport/aboutdata.cpp                        |  18 +-
 src/uisupport/action.cpp                           |  19 +-
 src/uisupport/bufferview.cpp                       |  15 --
 src/uisupport/bufferview.h                         |   1 -
 src/uisupport/bufferviewfilter.cpp                 |  42 +---
 src/uisupport/bufferviewfilter.h                   |   7 -
 src/uisupport/contextmenuactionprovider.cpp        |   2 +-
 src/uisupport/multilineedit.cpp                    |  21 +-
 src/uisupport/multilineedit.h                      |   8 +-
 src/uisupport/tabcompleter.cpp                     |   2 +-
 version.h.in                                       |   4 +-
 77 files changed, 992 insertions(+), 464 deletions(-)

-- 
quassel packaging



More information about the pkg-kde-commits mailing list