add docker files, improve dbus interface

This commit is contained in:
2017-07-27 16:47:20 +03:00
parent 5c56f813d2
commit 4625afa0b9
8 changed files with 87 additions and 31 deletions

View File

@ -186,6 +186,10 @@ QString AWKeysAggregator::formatter(const QVariant &_data,
break;
}
// replace spaces to non-breakable ones
if (!_key.startsWith("custom") && (!_key.startsWith("weather")))
output.replace(" ", " ");
return output;
}