Changed read timestamps timezones to UTC.

Fix QListDB::getObjectMetadatas not returning metadata when a single
object was requested.
Show size in GiB for backups.
This commit is contained in:
codestation
2014-04-19 15:48:50 -04:30
parent bb8909ef36
commit 00b76f308c
6 changed files with 31 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.qcma.HeadlessManager">
<signal name="databaseUpdated">
<arg name="count" type="i" direction="out"/>
</signal>
<method name="refreshDatabase">
</method>
<method name="stop">
</method>
</interface>
</node>