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 | ||
* | Email debug serializer | Christian Mollekopf | 2018-08-02 |
| | |||
* | Also serialize single contacts | Christian Mollekopf | 2018-07-24 |
| | |||
* | Use the qdebug serializer to print contacts | Christian Mollekopf | 2018-07-24 |
| | |||
* | Print contacts | Christian Mollekopf | 2018-07-24 |
| | |||
* | Print the full property if we print individual properties. | Christian Mollekopf | 2018-05-17 |
| | |||
* | Support reductions in the list command | Christian Mollekopf | 2018-02-21 |
| | |||
* | sinksh list: limit and sort support | Christian Mollekopf | 2018-02-13 |
| | |||
* | Removed all traces of BLOB properties | Christian Mollekopf | 2018-02-06 |
| | |||
* | Limit number of characters we print | Christian Mollekopf | 2018-01-30 |
| | |||
* | Support UUID's without curly braces | Christian Mollekopf | 2018-01-29 |
| | |||
* | Share the filter syntax for count and list | Christian Mollekopf | 2018-01-25 |
| | |||
* | Ensure we get a return code | Christian Mollekopf | 2017-11-01 |
| | |||
* | sinksh list apply resource filter and print BLOB properties | Christian Mollekopf | 2017-02-16 |
| | |||
* | PropertyParser to properly parse different property types. | Christian Mollekopf | 2017-02-16 |
| | |||
* | Separate results | Christian Mollekopf | 2017-02-13 |
| | |||
* | Support a property-per-line printing style in list | Christian Mollekopf | 2017-02-13 |
| | | | | | Otherwise this becomes completely unreadable. Currently only used with --showall. With this "sinksh show" should no longer be necessary. | ||
* | sinksh inspect | Christian Mollekopf | 2017-02-08 |
| | |||
* | Fixed build issues with pedantic enabled | Christian Mollekopf | 2017-01-12 |
| | |||
* | Share query syntax | Christian Mollekopf | 2017-01-07 |
| | |||
* | Sinksh | Christian Mollekopf | 2017-01-05 |
| | |||
* | Introduced Log::Context | Christian Mollekopf | 2016-12-22 |
| | | | | | | | To have hierarchical debug output we have to pass around something at run-time, there is no reasonable alternative. Log::Context provides the identifier to do just that and largely replaces the debug component idea. | ||
* | sinksh list commandline arguments | Christian Mollekopf | 2016-12-21 |
| | |||
* | Compact id representation for sinksh list. | Christian Mollekopf | 2016-12-19 |
| | | | | | Id clashes are possible but unlikely, but the compact id can't be used for other operations. | ||
* | sinksh list: allow the user to specify what to print | Christian Mollekopf | 2016-12-16 |
| | |||
* | sinksh fixes | Christian Mollekopf | 2016-12-15 |
| | |||
* | Don't expose the live query flag directly. | Christian Mollekopf | 2016-11-04 |
| | |||
* | A better resource filter api | Christian Mollekopf | 2016-10-05 |
| | |||
* | Use the Query::filter api. | Christian Mollekopf | 2016-09-27 |
| | |||
* | Ported sinksh list to synchronous API (which also fixed it) | Christian Mollekopf | 2016-06-26 |
| | |||
* | Property filter for list | Christian Mollekopf | 2016-05-09 |
| | |||
* | sinksh: support for printing tables | Christian Mollekopf | 2016-04-09 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
(except for documentation). |