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 7848325src auto-switch.py setup-nic.py

Rework auto-switch.py, setup-nic.py, networkmgr.conf

Updated the list of wifi in setup-nic.py
DeltaFile
+23-51src/auto-switch.py
+27-18src/setup-nic.py
+8-2src/networkmgr.conf
+58-713 files

GhostBSD/networkmgr f0dddd1src/locale/sv networkmgr.po

Merge pull request #101 from real-joshua/feature/swedish-translation

Create networkmgr.po (Swedish translation)
DeltaFile
+113-0src/locale/sv/networkmgr.po
+113-01 files

GhostBSD/networkmgr 2e4b3a1src/locale/de networkmgr.po

Merge pull request #100 from real-joshua/feature/german-translation

Create networkmgr.po (German translation)
DeltaFile
+113-0src/locale/de/networkmgr.po
+113-01 files

GhostBSD/networkmgr 99a1c53. README.md

Merge pull request #99 from real-joshua/patch-3

Update README.md
DeltaFile
+11-13README.md
+11-131 files

GhostBSD/networkmgr 856fcefsrc/locale/nb_NO networkmgr.po

Merge pull request #102 from real-joshua/feature/norwegian-translation

Create networkmgr.po (Norwegian bokmål translation)
DeltaFile
+113-0src/locale/nb_NO/networkmgr.po
+113-01 files

GhostBSD/networkmgr d34f268src/locale/nb_NO networkmgr.po

Create networkmgr.po

Add Norwegian (bokmål) translation
DeltaFile
+113-0src/locale/nb_NO/networkmgr.po
+113-01 files

GhostBSD/networkmgr 53f31a0src/locale/sv networkmgr.po

Create networkmgr.po

Added a Swedish translation
DeltaFile
+113-0src/locale/sv/networkmgr.po
+113-01 files

GhostBSD/networkmgr 4bc17a4src/locale/de networkmgr.po

Update networkmgr.po

Make it more clear that it is "diable networking" and not "disabling the network"
DeltaFile
+1-1src/locale/de/networkmgr.po
+1-11 files

GhostBSD/networkmgr dca2f6csrc/locale/de networkmgr.po

Update networkmgr.po

Change wording slightly to make it more clear
DeltaFile
+1-1src/locale/de/networkmgr.po
+1-11 files

GhostBSD/networkmgr 717c3b6src/locale/de networkmgr.po

Create networkmgr.po

Added German translation
DeltaFile
+113-0src/locale/de/networkmgr.po
+113-01 files

GhostBSD/networkmgr d24871b. README.md

Update README.md

Slightly improved wording, fixed grammar
DeltaFile
+11-13README.md
+11-131 files

GhostBSD/networkmgr c1b4895src/locale/ru networkmgr.po

Merge pull request #98 from UnixAwesome/patch-1

Update networkmgr.po
DeltaFile
+1-1src/locale/ru/networkmgr.po
+1-11 files

GhostBSD/networkmgr a20498asrc/locale/ru networkmgr.po

Update networkmgr.po
DeltaFile
+1-1src/locale/ru/networkmgr.po
+1-11 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 501a90esrc trayicon.py setup-nic.py

Merge pull request #96 from kenrap/error-fix

Fix errors
DeltaFile
+3-3src/trayicon.py
+1-1src/setup-nic.py
+4-42 files

GhostBSD/networkmgr 3e556a7src trayicon.py setup-nic.py

Fix errors
DeltaFile
+3-3src/trayicon.py
+1-1src/setup-nic.py
+4-42 files

GhostBSD/networkmgr 1158987src setup-nic.py

Merge pull request #94 from kenrap/pathlib-refactor2

Refactor src/setup-nic.py using pathlib
DeltaFile
+34-19src/setup-nic.py
+34-191 files

GhostBSD/networkmgr 86ec65csrc trayicon.py net_api.py

Merge pull request #93 from kenrap/cleanup

Apply some cleanup
DeltaFile
+7-7src/trayicon.py
+5-5src/net_api.py
+12-122 files

GhostBSD/networkmgr c2c9e84src setup-nic.py

Refactor src/setup-nic.py using pathlib
DeltaFile
+34-19src/setup-nic.py
+34-191 files

GhostBSD/networkmgr bdcf582src trayicon.py net_api.py

Apply some cleanup
DeltaFile
+7-7src/trayicon.py
+5-5src/net_api.py
+12-122 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 3789efesrc net_api.py auto-switch.py

Merge pull request #90 from kenrap/simplify-bool

DeltaFile
+10-27src/net_api.py
+14-9src/auto-switch.py
+5-8src/trayicon.py
+29-443 files

GhostBSD/networkmgr 3199974src net_api.py auto-switch.py

Simplify bool usages
DeltaFile
+10-27src/net_api.py
+14-9src/auto-switch.py
+5-8src/trayicon.py
+29-443 files

GhostBSD/networkmgr 683d64bsrc trayicon.py net_api.py

Merge pull request #92 from kenrap/dry-refactor

Refactor with DRY principles
DeltaFile
+46-54src/trayicon.py
+2-3src/net_api.py
+48-572 files