summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/FocusComposer.qml
Commit message (Collapse)AuthorAge
* One framework plugin to rule them allChristian Mollekopf2017-04-04
|
* Instead of using the action system we use controllers only.Christian Mollekopf2017-01-02
| | | | | It's simpler, and the action system was just too complex to use in a typesafe way.
* Encapsulate completer and selector.Christian Mollekopf2016-12-30
|
* A typesafe action contextChristian Mollekopf2016-12-29
|
* Close the composer when doneChristian Mollekopf2016-12-16
|
* Revamp of composercontroller to use actions more.Christian Mollekopf2016-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 jensMichael Bohlender2016-12-10
|
* port focus composer to qqc2Michael Bohlender2016-12-04
|
* Fixed some Popup referencesChristian Mollekopf2016-11-18
|
* AutocompleteLineEditChristian Mollekopf2016-11-17
|
* remove dummy attachment handlingMichael Bohlender2016-11-16
|
* port composer to qqc2 popupMichael Bohlender2016-11-16
|
* change composer layout according to mockup by kenMichael Bohlender2016-11-07
|
* relicense under gplv2+Michael Bohlender2016-09-26
|
* create OverlayDialog component and use it everywhereMichael Bohlender2016-06-21
|
* ensure that all the overlay dialogs work well with light and dark themesMichael Bohlender2016-06-20
|
* focus composer: make the dialog not opaqueMichael Bohlender2016-06-20
|
* composer: fix issues with dark themesMichael Bohlender2016-06-20
|
* Let the controller retrieve what it requires, remember the id of theChristian Mollekopf2016-05-11
| | | | draft to modfiy.
* Support for loading draftsChristian Mollekopf2016-05-10
|
* Dynamically create components instead of just hiding themChristian Mollekopf2016-03-12
|
* add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵Michael Bohlender2016-03-10
| | | | item
* remove Colorpalette.qml and change its use to the theme pluginMichael Bohlender2016-03-10
|
* Theme plugin with colorpaletteMichael Bohlender2016-03-10
|
* Moved application to componentsChristian Mollekopf2016-03-09