summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Collapse)AuthorAge
* Custom component metadata mechanism.Christian Mollekopf2017-12-19
|
* Removed kpackage structureChristian Mollekopf2017-12-18
|
* Accounts without kpackageChristian Mollekopf2017-12-18
|
* Login page for generic imap accountChristian Mollekopf2017-11-08
|
* Merge branch 'feature/kolabnowsetup' into developChristian Mollekopf2017-10-24
|\
| * Sign up link for Kolab NowChristian Mollekopf2017-10-24
| |
* | Only load the login view for accounts that require a keyringChristian Mollekopf2017-10-24
|/
* Support links on all labelsChristian Mollekopf2017-10-23
|
* Fix up the rest of the account settings.Christian Mollekopf2017-10-08
|
* Support reentering the password from the settingsChristian Mollekopf2017-10-08
| | | | | Additionally this fixes the loader sizing to use the implicit size. This means all settings pages need to set an implicit height.
* Autofocus texteditChristian Mollekopf2017-09-22
|
* Autofocus password fieldChristian Mollekopf2017-09-22
|
* Simplify layoutChristian Mollekopf2017-09-22
|
* A login viewChristian Mollekopf2017-09-22
|
* Fix kolabnow accountname to email addressChristian Mollekopf2017-09-22
|
* Make the account name a requirement as wellChristian Mollekopf2017-09-08
|
* Use RequiredTextFieldChristian Mollekopf2017-09-08
|
* Some basic input field validation.Christian Mollekopf2017-09-08
|
* Translatable stringsChristian Mollekopf2017-09-07
|
* A single test for all accountsettings.Christian Mollekopf2017-08-23
| | | | | Only the imaptest was working anyways and all of them tested the same things.
* Fixup cmake for settingstestChristian Mollekopf2017-08-23
|
* The grand cmake cleanupChristian Mollekopf2017-08-23
| | | | | | We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set.
* Test for and fix setting the username.Christian Mollekopf2017-08-23
|
* dedicated Kube.PasswordFieldMichael Bohlender2017-07-31
|
* Use imported targets instead of qt5_use_modulesHeiko Becker2017-07-29
| | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Kube already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #kube, cmollekopf Reviewed By: #kube, cmollekopf Subscribers: #kube Differential Revision: https://phabricator.kde.org/D6362
* use Kube.CheckBox and improve layoutMichael Bohlender2017-07-27
|
* make placeholdertexts translatableMichael Bohlender2017-07-25
|
* make more translatableMichael Bohlender2017-07-19
|
* One QT_MIN_VERSION is enough, also it's 5.7Christian Mollekopf2017-07-05
|
* Set the username for login to the email addressChristian Mollekopf2017-05-12
|
* Added text to gmail account to tell how to enable imap accessChristian Mollekopf2017-04-21
|
* use kube controls in accountMichael Bohlender2017-04-19
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* use themeChristian Mollekopf2017-04-04
|
* Carddav settingsChristian Mollekopf2017-03-14
|
* We actuall need kasync herev0.1.0Christian Mollekopf2017-03-01
|
* Adapted to KAsync changesChristian Mollekopf2017-03-01
|
* cmake fixesChristian Mollekopf2017-03-01
|
* Removed the unused maildircontrollerChristian Mollekopf2017-03-01
|
* We have an actual usernameChristian Mollekopf2017-02-22
|
* Use beta.kolabnow.comChristian Mollekopf2017-02-22
|
* Removed Create/Edit*.qml and controllers, added gmail pluginChristian Mollekopf2017-02-22
| | | | | The current settings plugin could potentially be replaced by a proper controller, but what we have works so that's low priority.
* Fixed kolabnow account setup page.Christian Mollekopf2017-02-22
| | | | | | | | | | The account plugin supplies the configuration UI, the application supplies the scaffolding. That way we ensure the application doens't contain any account specific code and account configurations are free to offer specialized UI's that work best for them. We're not currently using a standardized controller, but if we did those controllers would have to live with the plugin, not the framework or the components.
* Fixed beta.kolabnow.com portChristian Mollekopf2017-01-26
|
* syncThen is no longer necessary.Christian Mollekopf2017-01-12
|
* connect maildir controller and maildir account wizzard pageMichael Bohlender2016-11-22
|
* add show password option to password fieldMichael Bohlender2016-10-31
|
* Imap Settings UI: more placeholder text, fix typo + don't show the passwordMichael Bohlender2016-10-31
|
* use theme color instead of opacityMichael Bohlender2016-10-24
|