summaryrefslogtreecommitdiffstats
path: root/components/accounts
Commit message (Collapse)AuthorAge
* Set the list of available account plugins from cmakeChristian Mollekopf2018-04-17
|
* Replaced ToolButton by IconButtonChristian Mollekopf2018-04-04
| | | | Controls1 components don't scale correctly on high-dpi displays.
* Tested account setupChristian Mollekopf2018-01-24
|
* Dynamically create the accountwizardChristian Mollekopf2018-01-23
| | | | | to avoid maintaining state. We used to see the old wizard when creating an additional account.
* Avoid unnecessary references to appChristian Mollekopf2018-01-23
|
* Working Accounts main.qmlChristian Mollekopf2017-12-19
|
* We no longer need the kpackage structureChristian Mollekopf2017-12-18
|
* Test that we start into the account wizardChristian Mollekopf2017-10-06
|
* Require a tab to get to the first element.Christian Mollekopf2017-09-27
|
* Focus handling in accountsviewChristian Mollekopf2017-09-24
|
* Fixed showing a loginview after the account setupChristian Mollekopf2017-09-22
| | | | | | The view managment is starting to become a mess. I guess we'll need something like a state machine in the long run managing the view transitions.
* Autofocus texteditChristian Mollekopf2017-09-22
|
* Made the account wizard look more integratedChristian Mollekopf2017-09-12
|
* Generalize the single account concept.Christian Mollekopf2017-09-08
| | | | | | | * The wizard get's configured with a list of available accounts. * If only a single account type is available we skip the selection. * For the first account, account setup can not be aborted. * In single account mode the account can not be removed.
* Some basic input field validation.Christian Mollekopf2017-09-08
|
* Single account modeChristian Mollekopf2017-09-07
| | | | It's hardcoded to be enabled and set to kolabnow at the moment (TBD).
* Press outside, not outside parentChristian Mollekopf2017-08-23
|
* make more translatableMichael Bohlender2017-07-19
|
* introduce Kube.HeadingMichael Bohlender2017-06-29
|
* remove kirigami dependencyMichael Bohlender2017-06-27
|
* Immediately trigger a sync when creating an accountChristian Mollekopf2017-06-21
| | | | ... and return to the mailview
* CleanupChristian Mollekopf2017-05-12
|
* use more kube controls in accountMichael Bohlender2017-04-19
|
* make more use of Kube.Button and Popup in accountsMichael Bohlender2017-04-06
|
* use kube button in accountWizardMichael Bohlender2017-04-06
|
* Unused fileChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* use themeChristian Mollekopf2017-04-04
|
* port more stuff to kube themeMichael Bohlender2017-03-30
|
* use kube theme in AccountWizardMichael Bohlender2017-03-30
|
* Accountwizard with titleChristian Mollekopf2017-03-20
|
* 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.
* Normalize the component package structureChristian Mollekopf2017-02-20
|
* We need the nameChristian Mollekopf2017-02-02
|
* create gmail account controller and dialogMichael Bohlender2017-01-09
|
* link account name to composerMichael Bohlender2017-01-05
|
* kolabnow controller and create uiMichael Bohlender2017-01-05
|
* maildir controller based on the new kubecontroller + adjusted create-maildir-uiMichael Bohlender2017-01-05
|
* Fix popup referenceChristian Mollekopf2017-01-05
|
* qqc1 -> qqc2 in accountwizard/createmaildirMichael Bohlender2016-12-08
|
* connect maildir controller and maildir account wizzard pageMichael Bohlender2016-11-22
|
* add accountwizard to mainviewMichael Bohlender2016-11-17
|
* initial revamped create account wizzardMichael Bohlender2016-11-17