gnome-control-center/panels
Georges Basile Stavracas Neto 2520aea647 info: use UDisks to retrieve disk size
The current code relies on GLib API and uses the
available mounts to calculate the available partition
size. This is because this code assumes that more
than one OS can be installed in the same drive, and
wouldn't make sense to show the whole disk size in
this situation.

That, however, clashes with the general purpose of
the panel, for it is meant to show general information
about the user's computer, and it is not reporting
the full disk size.

Fix that by using the UDisks API to get the real size
of the full disks.

https://bugzilla.gnome.org/show_bug.cgi?id=639376

Slighly modified by Iain Lane <iainl@gnome.org> to
port to meson and add udisks2 to CI deps.

Fixes #285.
Fixes #302.
2019-02-13 17:04:26 +00:00
..
applications applications: Emit sidebar-activated on sidebar row activation 2019-01-21 21:53:21 +00:00
background background: Fix compile warnings with g_clear_pointer 2019-02-07 11:22:53 +13:00
bluetooth bluetooth: Use g_auto for variables 2018-11-14 10:11:44 +00:00
color color: Fix compile warning on g_clear_pointer 2019-02-07 11:22:11 +13:00
common common: Add CcValueObject until HdyValueObject is available 2019-01-29 12:05:43 +01:00
datetime datetime: Use HdyActionRow 2019-01-29 10:28:28 +00:00
display display: Move arrangement instructions outside of view area 2019-02-11 18:59:32 +01:00
info info: use UDisks to retrieve disk size 2019-02-13 17:04:26 +00:00
keyboard keyboard: Make .ui filename match the .c filename 2018-11-12 16:41:01 +00:00
mouse mouse: Don't use a separate box for touchpad switch 2019-01-29 10:43:23 +00:00
network connection-editor: Use GtkTemplate 2019-01-27 21:03:13 +00:00
notifications notifications: Do not vertically expand the listbox 2019-01-10 16:43:36 +00:00
online-accounts online-accounts: Set label relationship for listboxes 2019-01-10 11:53:00 +00:00
power power: stop using deprecated up_client_get_devices 2018-12-07 14:55:43 +00:00
printers printers: Remove unused variables 2019-02-07 11:22:33 +13:00
privacy privacy: Use the location portal permissions 2019-01-07 10:59:30 -02:00
region region: Stop input list being scrollable 2019-02-04 13:56:41 +00:00
search search: Ellipsize the labels 2018-11-29 00:48:16 +00:00
sharing sharing: Make .ui filename match the .c filename 2018-11-12 16:41:01 +00:00
sound sound: Rename new sound panel to replace old one 2019-02-07 09:31:18 +13:00
thunderbolt thunderbolt: show parent devices in device dialog 2019-02-04 14:30:42 +01:00
universal-access universal-access: Reverse Repeat Keys Speed direction 2019-01-10 11:58:42 +00:00
user-accounts user-accounts: Ellipsize real name label 2019-02-13 15:06:53 +00:00
wacom wacom: Update "Test your settings" button sensitivity on device availability 2019-02-12 00:40:14 +00:00
meson.build sound: Rename new sound panel to replace old one 2019-02-07 09:31:18 +13:00