Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | make it possible to enter itneractive mode from a script | Aaron Seigo | 2016-01-10 |
| | | | | | | | | use case -> you want to set the default log and debug levels away from the defaults and then go into interactive mode: set logging warning go_interactive | ||
* | update for accuracy | Aaron Seigo | 2016-01-10 |
| | |||
* | factor out and simplify the repl entrance branch | Aaron Seigo | 2016-01-10 |
| | |||
* | factor out the common multiline input routine | Aaron Seigo | 2016-01-10 |
| | |||
* | consistency (and avoids warnings on redirect input) | Aaron Seigo | 2015-12-28 |
| | |||
* | trim lines, ignore empty ones | Aaron Seigo | 2015-12-26 |
| | |||
* | ignore lines beginning with # as comments | Aaron Seigo | 2015-12-26 |
| | |||
* | add the new option to the output | Aaron Seigo | 2015-12-26 |
| | |||
* | make it possible to write akonadish scripts.. | Aaron Seigo | 2015-12-26 |
| | | | | help | ||
* | if not being run interactively, then use the main app loop | Aaron Seigo | 2015-12-24 |
| | | | | | | QEventLoop requires QCoreApplication is running; so when we don't have one running the whole app, just start/stop the core app on demand (from/for commands). | ||
* | akonadi2_cli -> akonadish | Aaron Seigo | 2015-12-23 |