Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| | |||
* | Moved theme to framework | Christian Mollekopf | 2017-04-05 |
| | |||
* | Request sent property and some others | Christian Mollekopf | 2017-03-17 |
| | |||
* | Carddav settings | Christian Mollekopf | 2017-03-14 |
| | |||
* | Fixed kolabnow account setup page. | Christian Mollekopf | 2017-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. | ||
* | syncThen is no longer necessary. | Christian Mollekopf | 2017-01-12 |
| | |||
* | Revamp of composercontroller to use actions more. | Christian Mollekopf | 2016-12-16 |
| | | | | | | | | | | | | | Instead of setting all properties individually we directly assign all properties to a context that we assign to the actions. This way actions can automatically update themselves as new data becomes available, and we avoid the setter/getter boilerplate, at the cost of a less explicit interface (But that could be improved by allowing to define the required properties of a context in c++). By relying on prehandler/posthandler to execute certain actions we simplify the control flow and enable the future extension with handlers that i.e. do encryption etc. | ||
* | Use the provided accessors. | Christian Mollekopf | 2016-11-21 |
| | |||
* | Adapted to new API | Christian Mollekopf | 2016-10-05 |
| | |||
* | Less namespaces improve readability | Christian Mollekopf | 2016-10-04 |
| | |||
* | Adapted to new query api | Christian Mollekopf | 2016-10-04 |
| | |||
* | Adapt to KAsync changes. | Christian Mollekopf | 2016-09-15 |
| | |||
* | Share the settings implementation | Christian Mollekopf | 2016-07-16 |