Merge pull request #110 from ghostbsd/translation-pt_br
Issue 196 - Translation
Fixed grammar and typos
Optimized and simplified `network_dictionary()`
Added types and docstrings
Added types and docstrings
Added field to class
snake_case
netcard -> net_card
wificard -> wifi_card
Fix PEP 8 E402 Warning: Move import statements to the top of the file.
Fix GTK orientation parameter by using Gtk.Orientation enum
Replaced integer value with Gtk.Orientation.HORIZONTAL/VERTICAL to resolve type warning and ensure correct orientation setting for Gtk.Box.
Renamed functions and variables to adhere to Python naming conventions.
Merge pull request #109 from ghostbsd/Issue#81
Adding signal string to tooltip
Reformatted the netstate so it better displays network information
Added card info to the set_tooltip_text call.
Adding signal string to tooltip
Merge pull request #104 from ghostbsd/ghostbsd/issues#94
Reworked NetworkMgr devd files and replaced Enable Networking by Restart Networking.
replace Enable Networking by Restart Networking.
Improved the devd files further setup-nic.py and auto-switch.py.
Added link-up.py to handle the linkup for ethernet with devd.
Merge pull request #97 from ghostbsd/netcard01
Adding initial work for DNS and static IP configuration
Fixed NetworkMgr module
Merge remote-tracking branch 'origin/master' into netcard01
Merge branch 'master' into netcard01
Merge branch 'master' into netcard01
Adding save button trigger on entry changes
Improved window at click save
Fixed issues with wlan and rename netcardmgr to network_configuration
also changed networkmg module to be proper python module
Merge branch 'master' into netcard01
Also clean networkcard with flake8
change networkmgr python3.7 to python3
Merge pull request #61 from probonopd/patch-1
Allow networkmgr to run without installation to /usr/local/share/
Allow networkmgr to run without installation to /usr/local/share/