[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:20 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=711600f

The following commit has been merged in the master branch:
commit 711600f8493ddaff38f26ce8e11187e7f914e89f
Author: Gustavo P. Boiko <gustavo.boiko at kdemail.net>
Date:   Thu Sep 30 13:26:32 2010 +0000

    - The account edit dialog now shows only one dialog containing all the main
    options for the protocol, and optionally an advanced button which opens one
    second dialog containing extra options.
    
    - There is no more distinction between mandatory and optional arguments, but the
    dialog ensures all mandatory arguments are handle, falling back to a generic
    dialog if they are not.
    
    - It also simplifies the loading of configuration widgets by creating the
    AccountEditDialog, which does all the job of loading the dialogs. This dialog
    is used by both the EditAccountDialog and the AddAccountWizard. It will also
    be used in the Kopete Telepathy plugin.
    
    The port of the plugins to this new scheme is already being done.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1181227
---
 src/KCMTelepathyAccounts/CMakeLists.txt            |  10 +-
 src/KCMTelepathyAccounts/abstract-account-ui.cpp   |  34 ++-
 src/KCMTelepathyAccounts/abstract-account-ui.h     |  19 +-
 src/KCMTelepathyAccounts/account-edit-widget.cpp   | 199 ++++++++++++++++++
 ...rameter-edit-widget.h => account-edit-widget.h} |  35 ++--
 src/KCMTelepathyAccounts/account-edit-widget.ui    |  64 ++++++
 src/KCMTelepathyAccounts/include/AccountEditWidget |   7 +
 .../include/MandatoryParameterEditWidget           |   7 -
 .../include/OptionalParameterEditWidget            |   7 -
 .../mandatory-parameter-edit-widget.cpp            |  68 ------
 .../mandatory-parameter-edit-widget.h              |  47 -----
 .../optional-parameter-edit-widget.cpp             |  60 ------
 .../optional-parameter-edit-widget.h               |  47 -----
 src/KCMTelepathyAccounts/protocol-item.cpp         |  37 +---
 src/KCMTelepathyAccounts/protocol-item.h           |   3 +-
 src/add-account-assistant.cpp                      | 205 +++---------------
 src/edit-account-dialog.cpp                        | 230 +++------------------
 src/edit-account-dialog.h                          |   5 -
 18 files changed, 372 insertions(+), 712 deletions(-)

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


-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list