Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename GMail -> Google in the UI onlybetter-google-account | Minijackson | 2018-08-23 |
| | |||
* | Add CalDAV and CardDAV Google settings | Minijackson | 2018-08-23 |
| | |||
* | Revert "Add caldav and carddav URLs + rename Gmail -> Google" | Minijackson | 2018-08-23 |
| | | | | This reverts commit ef1cf433c9598430654e87790fdb1be11f82ecd1. | ||
* | Add caldav and carddav URLs + rename Gmail -> Google | Minijackson | 2018-08-23 |
| | |||
* | Account name from metadata.json | Christian Mollekopf | 2018-08-18 |
| | |||
* | A generic account. | Christian Mollekopf | 2018-08-18 |
| | | | | | | This is intended to eventually replace the protocol specific accounts. The account is used to group together several protocols to one logical service, and thus it makes sense to set it up as one. | ||
* | Hopefully fixed file dialogs on mac. | Christian Mollekopf | 2018-08-18 |
| | | | | | | | There seems to be a problem with setting visible=true before the component is completed. The dialog doesn't have to wrapped in a component anyways, and we can just show it using open. | ||
* | A dedicated username field for imap. | Christian Mollekopf | 2018-07-26 |
| | |||
* | Gmail settings that work. | Christian Mollekopf | 2018-07-16 |
| | |||
* | Setup a caldav resource as part of the kolabnow plugin | Christian Mollekopf | 2018-07-13 |
| | |||
* | Only use the base url for carddav | Christian Mollekopf | 2018-07-13 |
| | | | | Discovery of the rest works. | ||
* | Keep login with an empty password from succeeding | Christian Mollekopf | 2018-07-03 |
| | |||
* | Got rid of controls1 where possible, and otherwise marked it learly | Christian Mollekopf | 2018-04-04 |
| | |||
* | Tie the account name to the email address | Christian Mollekopf | 2018-01-24 |
| | |||
* | Fixed gmail login | Christian Mollekopf | 2018-01-24 |
| | |||
* | Fixed initial account login. | Christian Mollekopf | 2018-01-24 |
| | | | | | | | | | Because we ended up trying to load the resources before they even existed (directly after the account was created), we ended up creating a second set of unconfigured resources. Storing the password by modifying the resource was an artifact of the past anyways, and a login function results in a cleaner system and fixes the problem at hand. | ||
* | Tested account setup | Christian Mollekopf | 2018-01-24 |
| | |||
* | Custom component metadata mechanism. | Christian Mollekopf | 2017-12-19 |
| | |||
* | Removed kpackage structure | Christian Mollekopf | 2017-12-18 |
| | |||
* | Accounts without kpackage | Christian Mollekopf | 2017-12-18 |
| | |||
* | Login page for generic imap account | Christian Mollekopf | 2017-11-08 |
| | |||
* | Merge branch 'feature/kolabnowsetup' into develop | Christian Mollekopf | 2017-10-24 |
|\ | |||
| * | Sign up link for Kolab Now | Christian Mollekopf | 2017-10-24 |
| | | |||
* | | Only load the login view for accounts that require a keyring | Christian Mollekopf | 2017-10-24 |
|/ | |||
* | Support links on all labels | Christian Mollekopf | 2017-10-23 |
| | |||
* | Fix up the rest of the account settings. | Christian Mollekopf | 2017-10-08 |
| | |||
* | Support reentering the password from the settings | Christian Mollekopf | 2017-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 textedit | Christian Mollekopf | 2017-09-22 |
| | |||
* | Autofocus password field | Christian Mollekopf | 2017-09-22 |
| | |||
* | Simplify layout | Christian Mollekopf | 2017-09-22 |
| | |||
* | A login view | Christian Mollekopf | 2017-09-22 |
| | |||
* | Fix kolabnow accountname to email address | Christian Mollekopf | 2017-09-22 |
| | |||
* | Make the account name a requirement as well | Christian Mollekopf | 2017-09-08 |
| | |||
* | Use RequiredTextField | Christian Mollekopf | 2017-09-08 |
| | |||
* | Some basic input field validation. | Christian Mollekopf | 2017-09-08 |
| | |||
* | Translatable strings | Christian Mollekopf | 2017-09-07 |
| | |||
* | A single test for all accountsettings. | Christian Mollekopf | 2017-08-23 |
| | | | | | Only the imaptest was working anyways and all of them tested the same things. | ||
* | Fixup cmake for settingstest | Christian Mollekopf | 2017-08-23 |
| | |||
* | The grand cmake cleanup | Christian Mollekopf | 2017-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 Mollekopf | 2017-08-23 |
| | |||
* | dedicated Kube.PasswordField | Michael Bohlender | 2017-07-31 |
| | |||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-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 layout | Michael Bohlender | 2017-07-27 |
| | |||
* | make placeholdertexts translatable | Michael Bohlender | 2017-07-25 |
| | |||
* | make more translatable | Michael Bohlender | 2017-07-19 |
| | |||
* | One QT_MIN_VERSION is enough, also it's 5.7 | Christian Mollekopf | 2017-07-05 |
| | |||
* | Set the username for login to the email address | Christian Mollekopf | 2017-05-12 |
| | |||
* | Added text to gmail account to tell how to enable imap access | Christian Mollekopf | 2017-04-21 |
| | |||
* | use kube controls in account | Michael Bohlender | 2017-04-19 |
| | |||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| |