summaryrefslogtreecommitdiffstats
path: root/framework/actions
Commit message (Collapse)AuthorAge
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* Removed old filesChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* Install all plugins into the same folderChristian Mollekopf2017-04-05
|
* One framework plugin to rule them allChristian Mollekopf2017-04-04
|
* Adapted to KAsync changesChristian Mollekopf2017-03-01
|
* Don't use initialiser list syntax for referenceAndrzej Hunt2017-02-28
| | | | | | | | | | | | | | | | | | | | Summary: Initialiser lists don't work for member references in gcc 4.8, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 (This issue is apparently fixed in gcc 4.9, but at least my distro still ships 4.8 by default.) This syntax was originally introduced in: ba7128b30850594c7efb258d1794e377eede364a Reviewers: #kube, cmollekopf, aacid Reviewed By: #kube, cmollekopf Subscribers: aacid Differential Revision: https://phabricator.kde.org/D4516
* syncThen is no longer necessary.Christian Mollekopf2017-01-12
|
* 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.
* A typesafe action contextChristian Mollekopf2016-12-29
|
* 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.
* PreactionhandlerChristian Mollekopf2016-12-16
|
* Adapt to KAsync changes.Christian Mollekopf2016-09-15
|
* Unbreak action execution from qmlChristian Mollekopf2016-05-04
| | | | | QML can't do with custom return types. (we'd have to wrap it in a QVariant or use a property).
* Link to KAsyncChristian Mollekopf2016-05-04
|
* A save-as-draft action & action resultsChristian Mollekopf2016-05-03
| | | | | | This patch introduces tracking of actions, so they can be tested. It also provides a save-as-draft action, that looks for the draft folder, and stores the mail accordingly.
* Renamed the framework pluginsChristian Mollekopf2016-03-09
|
* Ignore the properties of base classes.Christian Mollekopf2016-02-25
| | | | QObject::objectName
* CleanupChristian Mollekopf2016-02-25
|
* Send mail from the composerChristian Mollekopf2016-02-24
|
* Moved the ActionHandlerHelperChristian Mollekopf2016-02-24
|
* Prototype of the action systemChristian Mollekopf2016-01-05