-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5b9259
commit 7022424
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Cricket
updated
34 files
+110 −37 | README.md | |
+1 −1 | VERSION.md | |
+ − | assets/CricketUI.png | |
+1 −0 | src/Cricket-Linux.spec | |
+1 −0 | src/Cricket-Mac.spec | |
+23 −12 | src/Cricket-Windows.spec | |
+4 −4 | src/aboutDialog.py | |
+178 −12 | src/autoWindow.py | |
+72 −32 | src/comDialog.py | |
+1 −1 | src/control2101.py | |
+3 −3 | src/dev2101Window.py | |
+51 −20 | src/dev2301Window.py | |
+3 −3 | src/dev3141Window.py | |
+58 −20 | src/dev3201Window.py | |
+1 −1 | src/devClient.py | |
+3 −2 | src/devControl.py | |
+6 −4 | src/devServer.py | |
+1 −1 | src/getusb.py | |
+ − | src/icons/wave.png | |
+256 −27 | src/logWindow.py | |
+18 −4 | src/loopWindow.py | |
+1 −1 | src/main.py | |
+4 −2 | src/portDialog.py | |
+1 −1 | src/search.py | |
+1 −1 | src/serialDev.py | |
+13 −6 | src/setDialog.py | |
+1 −1 | src/thClient.py | |
+1 −1 | src/thControl.py | |
+6 −3 | src/thServer.py | |
+0 −417 | src/treeWindow.py | |
+9 −4 | src/uiGlobals.py | |
+164 −61 | src/uiMainApp.py | |
+2 −2 | src/usbDev.py | |
+577 −0 | src/vbusChart.py |