5274e9b0 | 05-Mar-2015 |
Axel Dörfler <axeld@pinc-software.de> |
Network: added interface list item.
* Added BNetworkInterfaceListItem that can be used by interface protocol add-ons to represent their functionality in the list view. * It will automatically upda
Network: added interface list item.
* Added BNetworkInterfaceListItem that can be used by interface protocol add-ons to represent their functionality in the list view. * It will automatically update itself on changes, and will show the specified label, and address, if any, as well as indicate whether or not the family has been disabled (which doesn't work perfectly yet, as IFF_AUTO_CONFIGURED is on the interface level). * Therefore, the interface list item will no longer show the address, but the type of the device instead. * Introduced the BNetworkConfigurationListener interface that is used to broadcast network updates to.
show more ...
|
07addd7e | 26-Feb-2015 |
Axel Dörfler <axeld@pinc-software.de> |
Network: broadcast updates, remove apply button.
* Network now monitors all network, and network settings changes, and will notify all add-ons about those changes. * Removed the global apply butto
Network: broadcast updates, remove apply button.
* Network now monitors all network, and network settings changes, and will notify all add-ons about those changes. * Removed the global apply button. Instead, the static IP configuration now got that button. All other changes will be instant.
show more ...
|