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 6439a31. .pylintrc qodana.yaml, .github/workflows qodana_code_quality.yml

Added a Qodana workflow to inspect and report code quality on Pull Requests.

The `.pylint` file comes from Google Style Guides.
DeltaFile
+399-0.pylintrc
+36-0qodana.yaml
+18-0.github/workflows/qodana_code_quality.yml
+453-03 files

GhostBSD/networkmgr cce025csrc auto-switch.py

Fixed typos
DeltaFile
+1-1src/auto-switch.py
+1-11 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 1961608. README.md

Merge pull request #108 from ghostbsd/ericbsd-patch-1

Update README.md python version
DeltaFile
+1-1README.md
+1-11 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 cb79724. README.md

Update README.md
DeltaFile
+1-1README.md
+1-11 files

GhostBSD/networkmgr 13b4710.github FUNDING.yml CODEOWNERS

Merge pull request #105 from ghostbsd/Issue#162

Issue #162 - CODEOWENERS
DeltaFile
+1-2.github/FUNDING.yml
+1-1.github/CODEOWNERS
+2-32 files

GhostBSD/networkmgr 0a2a572.github FUNDING.yml

Addressed the issue of duplicated key 'custom'
DeltaFile
+1-2.github/FUNDING.yml
+1-21 files

GhostBSD/networkmgr c5bd65c.github CODEOWNERS

Updated groups in CODEOWNERS
DeltaFile
+1-1.github/CODEOWNERS
+1-11 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 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