GhostBSD/networkmgr a09e38e. setup.py README.md, NetworkMgr net_api.py

Merge pull request #110 from ghostbsd/translation-pt_br

 Issue 196 - Translation
DeltaFile
+113-0po/networkmgr.pot
+113-0po/pt_Br.po
+65-5setup.py
+7-1README.md
+1-1NetworkMgr/net_api.py
+1-1src/auto-switch.py
+300-86 files

GhostBSD/networkmgr c98227f. README.md, NetworkMgr net_api.py

Fixed grammar and typos
DeltaFile
+1-1NetworkMgr/net_api.py
+1-1README.md
+1-1src/auto-switch.py
+3-33 files

GhostBSD/networkmgr a0cfbcfNetworkMgr net_api.py

Optimized and simplified `network_dictionary()`
DeltaFile
+92-54NetworkMgr/net_api.py
+92-541 files

GhostBSD/networkmgr 0838f94NetworkMgr net_api.py trayicon.py

Added types and docstrings
DeltaFile
+234-72NetworkMgr/net_api.py
+2-2NetworkMgr/trayicon.py
+236-742 files

GhostBSD/networkmgr 4b31bb2NetworkMgr configuration.py

Added types and docstrings
DeltaFile
+135-29NetworkMgr/configuration.py
+135-291 files

GhostBSD/networkmgr 0b01d0fNetworkMgr trayicon.py

Added field to class
DeltaFile
+1-0NetworkMgr/trayicon.py
+1-01 files

GhostBSD/networkmgr aa4b543NetworkMgr trayicon.py

snake_case
DeltaFile
+19-19NetworkMgr/trayicon.py
+19-191 files

GhostBSD/networkmgr 79c4daaNetworkMgr trayicon.py

netcard -> net_card
DeltaFile
+4-4NetworkMgr/trayicon.py
+4-41 files

GhostBSD/networkmgr afe3be8NetworkMgr trayicon.py

wificard -> wifi_card
DeltaFile
+12-12NetworkMgr/trayicon.py
+12-121 files

GhostBSD/networkmgr ea5de53NetworkMgr trayicon.py configuration.py

Fix PEP 8 E402 Warning: Move import statements to the top of the file.
DeltaFile
+5-6NetworkMgr/trayicon.py
+2-5NetworkMgr/configuration.py
+7-112 files

GhostBSD/networkmgr 4fb1632NetworkMgr configuration.py

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.
DeltaFile
+15-15NetworkMgr/configuration.py
+15-151 files

GhostBSD/networkmgr 776da20. setup.py networkmgr, NetworkMgr configuration.py trayicon.py

Renamed functions and variables to adhere to Python naming conventions.
DeltaFile
+218-215NetworkMgr/configuration.py
+127-137NetworkMgr/trayicon.py
+87-91NetworkMgr/net_api.py
+18-19NetworkMgr/query.py
+10-9setup.py
+3-2networkmgr
+463-4735 files not shown
+469-47811 files

GhostBSD/networkmgr 79cfaf9. setup.py, NetworkMgr net_api.py trayicon.py

Merge pull request #109 from ghostbsd/Issue#81

Adding signal string to tooltip
DeltaFile
+9-10NetworkMgr/net_api.py
+3-1NetworkMgr/trayicon.py
+1-1setup.py
+13-123 files

GhostBSD/networkmgr 3841a9dNetworkMgr net_api.py

Reformatted the netstate so it better displays network information
DeltaFile
+2-3NetworkMgr/net_api.py
+2-31 files

GhostBSD/networkmgr 7ebd04bNetworkMgr trayicon.py

Added card info to the set_tooltip_text call.
DeltaFile
+3-1NetworkMgr/trayicon.py
+3-11 files

GhostBSD/networkmgr 247cc27. setup.py, NetworkMgr net_api.py

Adding signal string to tooltip
DeltaFile
+8-8NetworkMgr/net_api.py
+1-1setup.py
+9-92 files

GhostBSD/networkmgr af782d4NetworkMgr trayicon.py net_api.py, src auto-switch.py link-up.py

Merge pull request #104 from ghostbsd/ghostbsd/issues#94

Reworked NetworkMgr devd files and replaced Enable Networking by Restart Networking.
DeltaFile
+61-50src/auto-switch.py
+58-0src/link-up.py
+22-18src/setup-nic.py
+5-10NetworkMgr/trayicon.py
+8-2src/networkmgr.conf
+7-3NetworkMgr/net_api.py
+161-832 files not shown
+166-858 files

GhostBSD/networkmgr 0a3cd3fNetworkMgr trayicon.py net_api.py

replace Enable Networking by Restart Networking.
DeltaFile
+5-10NetworkMgr/trayicon.py
+7-3NetworkMgr/net_api.py
+2-2NetworkMgr/configuration.py
+14-153 files

GhostBSD/networkmgr 325d94c. setup.py, NetworkMgr configuration.py

Improved the devd files further setup-nic.py and auto-switch.py.

Added link-up.py to handle the linkup for ethernet with devd.
DeltaFile
+58-0src/link-up.py
+40-1src/auto-switch.py
+5-10src/setup-nic.py
+2-0NetworkMgr/configuration.py
+1-1src/networkmgr.conf
+1-0setup.py
+107-126 files

GhostBSD/networkmgr 0535c47NetworkMgr configuration.py trayicon.py, src trayicon.py net_api.py

Merge pull request #97 from ghostbsd/netcard01

Adding initial work for DNS and static IP configuration 
DeltaFile
+515-0NetworkMgr/configuration.py
+435-0NetworkMgr/trayicon.py
+0-431src/trayicon.py
+0-337src/net_api.py
+302-0NetworkMgr/net_api.py
+0-119src/netcardmgr
+1,252-8877 files not shown
+1,367-90913 files

GhostBSD/networkmgr 7b9d5af. setup.py, NetworkMgr __init__.py

Fixed NetworkMgr module
DeltaFile
+3-10setup.py
+0-0NetworkMgr/__init__.py
+3-102 files

GhostBSD/networkmgr 45eee64NetworkMgr trayicon.py net_api.py, src setup-nic.py

Merge remote-tracking branch 'origin/master' into netcard01
DeltaFile
+34-19src/setup-nic.py
+8-8NetworkMgr/trayicon.py
+5-5NetworkMgr/net_api.py
+47-323 files

GhostBSD/networkmgr 5799865NetworkMgr net_api.py trayicon.py, src auto-switch.py

Merge branch 'master' into netcard01
DeltaFile
+5-19NetworkMgr/net_api.py
+14-9src/auto-switch.py
+4-7NetworkMgr/trayicon.py
+23-353 files

GhostBSD/networkmgr 4a57c5fNetworkMgr trayicon.py net_api.py, src auto-switch.py

Merge branch 'master' into netcard01
DeltaFile
+39-48NetworkMgr/trayicon.py
+2-3NetworkMgr/net_api.py
+1-1src/auto-switch.py
+42-523 files

GhostBSD/networkmgr a34aa30. setup.py, NetworkMgr configuration.py query.py

Adding save button trigger on entry changes

Improved window at click save
DeltaFile
+52-113NetworkMgr/configuration.py
+88-0NetworkMgr/query.py
+3-2setup.py
+143-1153 files

GhostBSD/networkmgr 02745b5NetworkMgr configuration.py trayicon.py, src netcardmgr.py trayicon.py

Fixed issues with wlan and rename netcardmgr to network_configuration

also changed networkmg module to be proper python module
DeltaFile
+576-0NetworkMgr/configuration.py
+0-544src/netcardmgr.py
+0-449src/trayicon.py
+447-0NetworkMgr/trayicon.py
+317-0NetworkMgr/net_api.py
+0-301src/net_api.py
+1,340-1,2943 files not shown
+1,363-1,3109 files

GhostBSD/networkmgr 51ec977src trayicon.py net_api.py, src/icons/scalable/apps nm-device-wired.png

Merge branch 'master' into netcard01

Also clean networkcard with flake8
DeltaFile
+940-0src/icons/scalable/apps/nm-device-wired.png
+175-63src/trayicon.py
+81-127src/net_api.py
+74-70src/netcardmgr
+0-117src/authentication.py
+84-0src/setup-nic
+1,354-37720 files not shown
+1,452-47226 files

GhostBSD/networkmgr 964f502. networkmgr

change networkmgr python3.7 to python3
DeltaFile
+1-1networkmgr
+1-11 files

GhostBSD/networkmgr 6a97651. networkmgr

Merge pull request #61 from probonopd/patch-1

Allow networkmgr to run without installation to /usr/local/share/
DeltaFile
+2-0networkmgr
+2-01 files

GhostBSD/networkmgr b758627. networkmgr

Allow networkmgr to run without installation to /usr/local/share/
DeltaFile
+2-0networkmgr
+2-01 files