GNOME Bugzilla – Bug 737560
[review] lr/bluetooth: Add support for editing Bluetooth connections
Last modified: 2015-04-15 12:16:09 UTC
Created attachment 287319 [details] [review] [PATCH] editor: Add support for editing Bluetooth connections Only existing DUN & PAN connections, no creation of new ones.
I have pushed two fixup commits. See https://git.gnome.org/browse/network-manager-applet/log/?h=jk/bluetooth-editor You should add Bluetooth type to the editor as well, probably as a combo box.
(In reply to comment #1) > I have pushed two fixup commits. See > https://git.gnome.org/browse/network-manager-applet/log/?h=jk/bluetooth-editor First one seems fine, while the other does not. It's not so simple to add a new bluetooth connection as you need to choose whether it's PAN or DUN and if it's dun then pick GSM or CDMA and run the broadband wizart. That's the reason I omitted it for mow. > You should add Bluetooth type to the editor as well, probably as a combo box. Does not make sense to me. It's complex enough to be determined at creation time (see above) and the devices don't turn from PAN to DUN or vice versa anyway.
(In reply to comment #2) > (In reply to comment #1) > > I have pushed two fixup commits. See > > https://git.gnome.org/browse/network-manager-applet/log/?h=jk/bluetooth-editor > > First one seems fine, while the other does not. It's not so simple to add a new > bluetooth connection as you need to choose whether it's PAN or DUN and if it's > dun then pick GSM or CDMA and run the broadband wizart. That's the reason I > omitted it for mow. > I don't think we would necessarily need to run the wizard for DUN. The main details for GSM/CDMA could be filled manually and let the user complete the rest. Sure, we would have to ask for the type first, and then add gsm or cdma settings if it is DUN. > > You should add Bluetooth type to the editor as well, probably as a combo box. > > Does not make sense to me. It's complex enough to be determined at creation > time (see above) and the devices don't turn from PAN to DUN or vice versa > anyway. If we don't want to support type changing then asking at connection creation type is sufficient. But if you prefer, leave it for later updates.
lr/bluetooth branch: https://git.gnome.org/browse/network-manager-applet/log/?h=lr/bluetooth
Pushed a fixup, otherwise it looks good to me.
9b292e0 ui: merge branch 'lr/bluetooth' 6df2262 editor: Add support for creating Bluetooth connections