=== modified file 'debian/changelog'
--- debian/changelog 2015-02-11 17:34:13 +0000
+++ debian/changelog 2015-02-13 10:18:10 +0000
@@ -1,3 +1,10 @@
+ubuntu-system-settings (0.3+15.04.20150211.1-0ubuntu2) UNRELEASED; urgency=medium
+
+ * Disable StorageInfo temporarily while a fix for the upstream class
+ removal is being done.
+
+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Fri, 13 Feb 2015 12:12:45 +0200
+
ubuntu-system-settings (0.3+15.04.20150211.1-0ubuntu1) vivid; urgency=medium
[ jonas-drange ]
=== modified file 'plugins/about/PageComponent.qml'
--- plugins/about/PageComponent.qml 2015-01-14 00:00:41 +0000
+++ plugins/about/PageComponent.qml 2015-02-13 10:20:11 +0000
@@ -38,11 +38,11 @@
UbuntuStorageAboutPanel {
id: backendInfos
}
-
+/*
StorageInfo {
id: storageInfo
}
-
+*/
DeviceInfo {
id: deviceInfos
}
@@ -163,17 +163,19 @@
}
ListItem.Divider {}
-
+/*
ListItem.SingleValue {
id: storageItem
objectName: "storageItem"
text: i18n.tr("Storage")
+*/
/* TRANSLATORS: that's the free disk space, indicated in the most appropriate storage unit */
+/*
value: i18n.tr("%1 free").arg(Utilities.formatSize(storageInfo.availableDiskSpace("/home")))
progression: true
onClicked: pageStack.push(Qt.resolvedUrl("Storage.qml"))
}
-
+*/
SettingsItemTitle {
objectName: "softwareItem"
text: i18n.tr("Software:")