Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Close the composer when done | Christian Mollekopf | 2016-12-16 |
| | |||
* | 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. | ||
* | focus composer: remover 'stairs' as demanded by jens | Michael Bohlender | 2016-12-10 |
| | |||
* | port focus composer to qqc2 | Michael Bohlender | 2016-12-04 |
| | |||
* | Fixed some Popup references | Christian Mollekopf | 2016-11-18 |
| | |||
* | AutocompleteLineEdit | Christian Mollekopf | 2016-11-17 |
| | |||
* | remove dummy attachment handling | Michael Bohlender | 2016-11-16 |
| | |||
* | port composer to qqc2 popup | Michael Bohlender | 2016-11-16 |
| | |||
* | change composer layout according to mockup by ken | Michael Bohlender | 2016-11-07 |
| | |||
* | relicense under gplv2+ | Michael Bohlender | 2016-09-26 |
| | |||
* | create OverlayDialog component and use it everywhere | Michael Bohlender | 2016-06-21 |
| | |||
* | ensure that all the overlay dialogs work well with light and dark themes | Michael Bohlender | 2016-06-20 |
| | |||
* | focus composer: make the dialog not opaque | Michael Bohlender | 2016-06-20 |
| | |||
* | composer: fix issues with dark themes | Michael Bohlender | 2016-06-20 |
| | |||
* | Let the controller retrieve what it requires, remember the id of the | Christian Mollekopf | 2016-05-11 |
| | | | | draft to modfiy. | ||
* | Support for loading drafts | Christian Mollekopf | 2016-05-10 |
| | |||
* | Dynamically create components instead of just hiding them | Christian Mollekopf | 2016-03-12 |
| | |||
* | add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵ | Michael Bohlender | 2016-03-10 |
| | | | | item | ||
* | remove Colorpalette.qml and change its use to the theme plugin | Michael Bohlender | 2016-03-10 |
| | |||
* | Theme plugin with colorpalette | Michael Bohlender | 2016-03-10 |
| | |||
* | Moved application to components | Christian Mollekopf | 2016-03-09 |