GhostBSD/networkmgr 0838f94 — NetworkMgr net_api.py trayicon.py
Added types and docstrings
Delta | File | |
---|---|---|
+234 | -72 | NetworkMgr/net_api.py |
+2 | -2 | NetworkMgr/trayicon.py |
+236 | -74 | 2 files |
Added types and docstrings
Delta | File | |
---|---|---|
+234 | -72 | NetworkMgr/net_api.py |
+2 | -2 | NetworkMgr/trayicon.py |
+236 | -74 | 2 files |
Added field to class
Delta | File | |
---|---|---|
+1 | -0 | NetworkMgr/trayicon.py |
+1 | -0 | 1 files |
snake_case
Delta | File | |
---|---|---|
+19 | -19 | NetworkMgr/trayicon.py |
+19 | -19 | 1 files |
netcard -> net_card
Delta | File | |
---|---|---|
+4 | -4 | NetworkMgr/trayicon.py |
+4 | -4 | 1 files |
wificard -> wifi_card
Delta | File | |
---|---|---|
+12 | -12 | NetworkMgr/trayicon.py |
+12 | -12 | 1 files |
Fix PEP 8 E402 Warning: Move import statements to the top of the file.
Delta | File | |
---|---|---|
+5 | -6 | NetworkMgr/trayicon.py |
+2 | -5 | NetworkMgr/configuration.py |
+7 | -11 | 2 files |
Renamed functions and variables to adhere to Python naming conventions.
Delta | File | |
---|---|---|
+218 | -215 | NetworkMgr/configuration.py |
+127 | -137 | NetworkMgr/trayicon.py |
+87 | -91 | NetworkMgr/net_api.py |
+18 | -19 | NetworkMgr/query.py |
+10 | -9 | setup.py |
+3 | -2 | networkmgr |
+463 | -473 | 5 files not shown |
+469 | -478 | 11 files |
Merge pull request #109 from ghostbsd/Issue#81 Adding signal string to tooltip
Delta | File | |
---|---|---|
+9 | -10 | NetworkMgr/net_api.py |
+3 | -1 | NetworkMgr/trayicon.py |
+1 | -1 | setup.py |
+13 | -12 | 3 files |
Added card info to the set_tooltip_text call.
Delta | File | |
---|---|---|
+3 | -1 | NetworkMgr/trayicon.py |
+3 | -1 | 1 files |
Merge pull request #104 from ghostbsd/ghostbsd/issues#94 Reworked NetworkMgr devd files and replaced Enable Networking by Restart Networking.
Delta | File | |
---|---|---|
+61 | -50 | src/auto-switch.py |
+58 | -0 | src/link-up.py |
+22 | -18 | src/setup-nic.py |
+5 | -10 | NetworkMgr/trayicon.py |
+8 | -2 | src/networkmgr.conf |
+7 | -3 | NetworkMgr/net_api.py |
+161 | -83 | 2 files not shown |
+166 | -85 | 8 files |
replace Enable Networking by Restart Networking.
Delta | File | |
---|---|---|
+5 | -10 | NetworkMgr/trayicon.py |
+7 | -3 | NetworkMgr/net_api.py |
+2 | -2 | NetworkMgr/configuration.py |
+14 | -15 | 3 files |
Merge pull request #97 from ghostbsd/netcard01 Adding initial work for DNS and static IP configuration
Delta | File | |
---|---|---|
+515 | -0 | NetworkMgr/configuration.py |
+435 | -0 | NetworkMgr/trayicon.py |
+0 | -431 | src/trayicon.py |
+0 | -337 | src/net_api.py |
+302 | -0 | NetworkMgr/net_api.py |
+0 | -119 | src/netcardmgr |
+1,252 | -887 | 7 files not shown |
+1,367 | -909 | 13 files |
Merge remote-tracking branch 'origin/master' into netcard01
Delta | File | |
---|---|---|
+34 | -19 | src/setup-nic.py |
+8 | -8 | NetworkMgr/trayicon.py |
+5 | -5 | NetworkMgr/net_api.py |
+47 | -32 | 3 files |
Merge branch 'master' into netcard01
Delta | File | |
---|---|---|
+5 | -19 | NetworkMgr/net_api.py |
+14 | -9 | src/auto-switch.py |
+4 | -7 | NetworkMgr/trayicon.py |
+23 | -35 | 3 files |
Merge branch 'master' into netcard01
Delta | File | |
---|---|---|
+39 | -48 | NetworkMgr/trayicon.py |
+2 | -3 | NetworkMgr/net_api.py |
+1 | -1 | src/auto-switch.py |
+42 | -52 | 3 files |
Fixed issues with wlan and rename netcardmgr to network_configuration also changed networkmg module to be proper python module
Delta | File | |
---|---|---|
+576 | -0 | NetworkMgr/configuration.py |
+0 | -544 | src/netcardmgr.py |
+0 | -449 | src/trayicon.py |
+447 | -0 | NetworkMgr/trayicon.py |
+317 | -0 | NetworkMgr/net_api.py |
+0 | -301 | src/net_api.py |
+1,340 | -1,294 | 3 files not shown |
+1,363 | -1,310 | 9 files |
updating setup.py
Delta | File | |
---|---|---|
+500 | -0 | src/functions-networking.sh |
+0 | -500 | networkmgr/functions-networking.sh |
+270 | -0 | src/trayicon.py |
+0 | -270 | networkmgr/trayicon.py |
+255 | -0 | src/net_api.py |
+0 | -255 | networkmgr/net_api.py |
+1,025 | -1,025 | 87 files not shown |
+1,460 | -1,405 | 93 files |
Fixed wire network disconction
Delta | File | |
---|---|---|
+5 | -5 | install |
+3 | -3 | networkmgr/net_api.py |
+1 | -1 | networkmgr/trayicon.py |
+9 | -9 | 3 files |
Adding Makefile
Delta | File | |
---|---|---|
+30 | -0 | install |
+13 | -0 | Makefile |
+4 | -8 | install.sh |
+5 | -3 | networkmgr/net_api.py |
+2 | -0 | networkmgr/trayicon.py |
+1 | -1 | networkmgr.py |
+55 | -12 | 2 files not shown |
+55 | -14 | 8 files |
Adding code for networkmgr.py
Delta | File | |
---|---|---|
+4 | -7 | networkmgr/trayicon.py |
+9 | -1 | networkmgr.py |
+1 | -1 | install.sh |
+14 | -9 | 3 files |
Adding install.sh and networkmgr.py
Delta | File | |
---|---|---|
+32 | -31 | networkmgr/net_api.py |
+34 | -0 | install.sh |
+5 | -0 | networkmgr.py |
+1 | -2 | networkmgr.sh |
+1 | -2 | networkmgr/trayicon.py |
+1 | -1 | networkmgr.desktop |
+74 | -36 | 1 files not shown |
+75 | -36 | 7 files |
Using new set of Icon
Delta | File | |
---|---|---|
+56 | -40 | networkmgr/trayicon.py |
+4 | -4 | networkmgr/net_api.py |
+1 | -7 | setup.py |
+2 | -1 | networkmgr/netcardmgr.py |
+1 | -1 | networkmgr.desktop |
+1 | -0 | networkmgr/icons/nm-signal-00.png |
+65 | -53 | 52 files not shown |
+81 | -53 | 58 files |
fixed menu_item
Delta | File | |
---|---|---|
+8 | -8 | networkmgr/trayicon.py |
+8 | -8 | 1 files |
fixed password window
Delta | File | |
---|---|---|
+12 | -5 | networkmgr/net_api.py |
+4 | -4 | networkmgr/authentication.py |
+0 | -1 | networkmgr/trayicon.py |
+16 | -10 | 3 files |
Adding WPA supports
Delta | File | |
---|---|---|
+29 | -40 | networkmgr/authentication.py |
+13 | -17 | networkmgr/net_api.py |
+3 | -3 | networkmgr/trayicon.py |
+45 | -60 | 3 files |
Adding better wire and wifi Network connection
Delta | File | |
---|---|---|
+83 | -37 | networkmgr/trayicon.py |
+54 | -27 | networkmgr/net_api.py |
+4 | -4 | networkmgr/authentication.py |
+0 | -1 | networkmgr.desktop |
+141 | -69 | 4 files |
Adding change to use theme icon
Delta | File | |
---|---|---|
+29 | -29 | networkmgr/trayicon.py |
+0 | -4 | networkmgr/netcardmgr.py |
+2 | -1 | networkmgr/net_api.py |
+31 | -34 | 3 files |
Adding change for netcardmgr
Delta | File | |
---|---|---|
+9 | -20 | networkmgr/netcardmgr.py |
+0 | -2 | networkmgr/trayicon.py |
+9 | -22 | 2 files |
Adding change for setup.py
Delta | File | |
---|---|---|
+94 | -0 | networkmgr/netcardmgr.py |
+17 | -4 | setup.py |
+2 | -2 | networkmgr.sh |
+2 | -1 | networkmgr/trayicon.py |
+115 | -7 | 4 files |
Adding code for wep
Delta | File | |
---|---|---|
+25 | -11 | networkmgr/authentication.py |
+21 | -11 | networkmgr/net_api.py |
+10 | -8 | netcardmgr.py |
+5 | -11 | networkmgr/trayicon.py |
+61 | -41 | 4 files |