Draft: [balooctl] Migrate info and warning messages to qInfo() and qWarning()
The balooctl index and clear functions send information, progress and warning messages to stdout
Separate out info and warning messages and report them using Qt functions that write to stderr. Include options to filter them with --quiet and --silent arguments.