After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647720 - The devices list should be labelled.
The devices list should be labelled.
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: properties
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-04-13 21:43 UTC by Allan Day
Modified: 2011-06-27 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allan Day 2011-04-13 21:43:56 UTC
When the devices list is empty, it is not obvious what it is for. What will the add button add, exactly? Labelling the list 'Devices' will make it clear what the function of this part of the interface is.
Comment 1 Bastien Nocera 2011-06-27 10:36:52 UTC
We were supposed to have a "No devices configured" item in the treeview:
https://live.gnome.org/Design/SystemSettings/Bluetooth#Guidelines
But implementing that is a royal pain in the neck, and I really don't trust the treeview/dbus-glib code that's currently there to monitor devices coming and going.

I'll implement this with a column header as you mentioned.
Comment 2 Bastien Nocera 2011-06-27 10:37:25 UTC
commit 6880cb67c467c1d863988b91dda8a3f5fdde34d7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 11:33:42 2011 +0100

    properties: Show the header in that column
    
    And rename it to "Devices".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647720

commit 3fb77489b106f1aa998481f41f3720096a8927c6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 11:33:22 2011 +0100

    lib: Add API to get the device column for chooser