| Summary: | Need AccountsKCM plugin for Groupwise | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | Vit Pelcak <vit> |
| Component: | accounts-kcm | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 0.6.2 | ||
| Target Milestone: | Future | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/telepathy-accounts-kcm/1452b8f22c3775c4ec7b276b8bc470e476cca27a | Version Fixed/Implemented In: | 0.7.0 |
| Sentry Crash Report: | |||
|
Description
Vit Pelcak
2013-06-17 12:09:38 UTC
To solve copy and paste UI in plugins/haze folder to cover "groupwise" Parameters needed: account(string) password(string) server(string) port (uint) Marking as a junior job someone messaged me that they are working on this. No-one else should Git commit 1452b8f22c3775c4ec7b276b8bc470e476cca27a by David Edmundson, on behalf of Daniel Cohen. Committed on 20/06/2013 at 23:23. Pushed by davidedmundson into branch 'master'. Add UI for creating GroupWise Accounts REVIEW: 111157 FIXED-IN: 0.7.0 DIGEST: Add interface into the AccountsKCM for creating Novell Groupwise IM Accounts M +5 -0 plugins/haze/CMakeLists.txt A +41 -0 plugins/haze/groupwise-advanced-settings-widget.cpp [License: LGPL (v2.1+)] A +42 -0 plugins/haze/groupwise-advanced-settings-widget.h [License: LGPL (v2.1+)] A +83 -0 plugins/haze/groupwise-advanced-settings-widget.ui A +46 -0 plugins/haze/groupwise-main-options-widget.cpp [License: LGPL (v2.1+)] A +41 -0 plugins/haze/groupwise-main-options-widget.h [License: LGPL (v2.1+)] A +78 -0 plugins/haze/groupwise-main-options-widget.ui M +5 -1 plugins/haze/haze-account-ui-plugin.cpp A +63 -0 plugins/haze/haze-groupwise-account.cpp [License: LGPL (v2.1+)] A +46 -0 plugins/haze/haze-groupwise-account.h [License: LGPL (v2.1+)] http://commits.kde.org/telepathy-accounts-kcm/1452b8f22c3775c4ec7b276b8bc470e476cca27a |