Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed the use of C99 extensions | Christian Mollekopf | 2018-08-03 |
| | |||
* | Improve documentation of SinkSH | Rémi Nicole | 2018-08-03 |
| | | | | | | | | | | | | | | | | | | | | | Summary: - Add support for positional arguments, options, flags in the syntax tree - Add automatic generation of usage string TODO: - ~~Better document the `--reduce` option in the `list` command~~ - Get the parent command for sub-commands so we could show help for `trace on` and not just `on` - Pass the syntax to the implementation of the command so commands can easily show help on wrong usage. Also, SyntaxTree could do automatic input validation in the future, this could also help. - Even with the new documentation, some command could still be confusing. Should we add some usage examples? Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #sink Differential Revision: https://phabricator.kde.org/D14547 | ||
* | sinksh improvements | Christian Mollekopf | 2018-01-30 |
| | |||
* | Sink clear error message | Christian Mollekopf | 2017-10-26 |
| | |||
* | Move type implementations in one place | Christian Mollekopf | 2017-03-21 |
| | | | | | | | Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types. | ||
* | Read resources synchronously | Christian Mollekopf | 2016-07-11 |
| | |||
* | Removed removeFromDisk | Christian Mollekopf | 2016-02-10 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
(except for documentation). |