summaryrefslogtreecommitdiffstats
path: root/akonadish/main.cpp
Commit message (Collapse)AuthorAge
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* make it possible to enter itneractive mode from a scriptAaron Seigo2016-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 accuracyAaron Seigo2016-01-10
|
* factor out and simplify the repl entrance branchAaron Seigo2016-01-10
|
* factor out the common multiline input routineAaron Seigo2016-01-10
|
* consistency (and avoids warnings on redirect input)Aaron Seigo2015-12-28
|
* trim lines, ignore empty onesAaron Seigo2015-12-26
|
* ignore lines beginning with # as commentsAaron Seigo2015-12-26
|
* add the new option to the outputAaron Seigo2015-12-26
|
* make it possible to write akonadish scripts..Aaron Seigo2015-12-26
| | | | help
* if not being run interactively, then use the main app loopAaron Seigo2015-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 -> akonadishAaron Seigo2015-12-23