Codebase list ktp-accounts-kcm / upstream/15.08.3
Imported Upstream version 15.08.3 Maximiliano Curia 8 years ago
4 changed file(s) with 7 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1111 # KDE Application Version, managed by release script
1212 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
1313 set (KDE_APPLICATIONS_VERSION_MINOR "08")
14 set (KDE_APPLICATIONS_VERSION_MICRO "2")
14 set (KDE_APPLICATIONS_VERSION_MICRO "3")
1515
1616 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
1717 set(KTP_ACCOUNTS_KCM_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
105105
106106 if (d->type == KAccountsUiPlugin::ConfigureAccountDialog) {
107107 if (d->accountManager->isReady()) {
108 Q_EMIT uiReady();
108 Q_EMIT configUiReady();
109109 } else {
110110 // let's wait for AM to become ready first
111 connect(d->accountManager->becomeReady(), &Tp::PendingOperation::finished, this, &KAccountsUiProvider::uiReady);
111 connect(d->accountManager->becomeReady(), &Tp::PendingOperation::finished, this, &KAccountsUiProvider::configUiReady);
112112 }
113113 }
114114 }
337337 properties.insert(QLatin1String("org.freedesktop.Telepathy.Account.Enabled"), true);
338338 }
339339
340 const QString password = values[QStringLiteral("password")].toString();
340341 //remove password values from being sent. These are stored by Accounts SSO instead
341342
342343 //FIXME: This is a hack for jabber registration, we don't remove passwords - see Telepathy ML thread "Storing passwords in MC and regsitering new accounts"
346347 }
347348
348349 //TODO: prefix all the values with telepathy or some mc-key
349 Q_EMIT success(values[QStringLiteral("account")].toString(), values[QStringLiteral("password")].toString(), values);
350 Q_EMIT success(values[QStringLiteral("account")].toString(), password, values);
350351
351352 d->dialog->accept();
352353 }
33 Comment[ast]=Interfaz d'usuariu de configuración de cuenta personalizada pa cuentes qu'usen el xestor de conexones Morse.
44 Comment[bs]=Korisnički interfejs konfiguratora prilagođenih korisničkih naloga koji koristi Morse menadžer konekcija.
55 Comment[ca]=Interfície d'usuari de configuració de compte personalitzat per comptes que utilitzen el gestor de connexions Morse.
6 Comment[ca@valencia]=Interfície d'usuari de configuració de compte personalitzat per comptes que utilitzen el gestor de connexions Morse.
67 Comment[cs]=Vlastní uživatelské rozhraní nastavení účtů pro účty používající správce spojení Morse.
78 Comment[da]=Brugerflade til brugertilpasset kontokonfiguration til konti der bruger forbindelseshåndteringen Morse.
89 Comment[de]=Eigene Benutzeroberfläche zum Einrichten von Zugängen, die die Morse-Verbindungsverwaltung verwenden.
33 Comment[ast]=Interfaz d'usuariu de configuración de cuenta personalizada pa cuentes Gadu-Gadu qu'usen el xestor de conexones Sunshine.
44 Comment[bs]=Korisnički interfejs za konfiguraciju Gadu-Gadu korisničkih naloga koristeći Sunshine menadžer konekcja.
55 Comment[ca]=Interfície d'usuari de configuració de compte personalitzat en comptes del Gadu-Gadu que utilitzen el gestor de connexions Sunshine.
6 Comment[ca@valencia]=Interfície d'usuari de configuració de compte personalitzat per comptes del Gadu-Gadu que utilitzen el gestor de connexions Sunshine.
6 Comment[ca@valencia]=Interfície d'usuari de configuració de compte personalitzat en comptes del Gadu-Gadu que utilitzen el gestor de connexions Sunshine.
77 Comment[cs]=Vlastní uživatelské rozhraní nastavení účtů pro účty Gadu-Gadu používající správce spojení Sunshine.
88 Comment[da]=Brugerflade til brugertilpasset kontokonfiguration til Gadu-Gadu-konti der bruger forbindelseshåndteringen Sunshine.
99 Comment[de]=Eigene Benutzeroberfläche zum Einrichten von Gadu-Gadu-Zugängen, die die Sunshine-Verbindungsverwaltung verwenden.