0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correction of the probe collection More... almost 7 years ago
Clean autolever before scan Surface More... almost 7 years ago
disable button 'Apply to Gcode' after applied More... almost 7 years ago
Merge pull request #1162 from radzimir/master More... almost 7 years ago
Merge branch 'master' of https://github.com/radzimir/Universal-G-Code-Sender More... almost 7 years ago
tests running under windows More... almost 7 years ago
Update localizations. More... almost 7 years ago
Merge pull request #1160 from carneeki/master More... almost 7 years ago
Merge branch 'master' of github.com:carneeki/Universal-G-Code-Sender More... almost 7 years ago
ignore .factorypath files created by some IDEs More... almost 7 years ago
fixed #1161 More... almost 7 years ago
fixes #1159 More... almost 7 years ago
Merge pull request #1157 from carneeki/master More... almost 7 years ago
ignore RMB with regards to LongMouseListener, fixes #1132, fixes #1146 More... almost 7 years ago
Merge pull request #1127 from carneeki/tcpdriver More... almost 7 years ago
Don\'t catch generic socket exception in openPort(), it serves no purpose More... almost 7 years ago
attempt to disconnect gracefully after the connection was interrupted unexpectedly More... almost 7 years ago
disconnect gracefully if connection terminated. noticed there may be a bug elsewhere in UGS More... almost 7 years ago
add the exception object to the exceptions thrown in openPort(), also provide example URI in portNames() as requested by @breiler More... almost 7 years ago
attempt to fix codebeat issue of block nesting too deep More... about 7 years ago
switch from isConnected() to !isClosed(); isConnected() is not a reliable thing to check More... about 7 years ago
simplify closePort() More... about 7 years ago
move host/port checks to seturi() More... about 7 years ago
make the TCP connection driver settings stick properly More... about 7 years ago
Merge branch 'tcpdriver' of github.com:carneeki/Universal-G-Code-Sender into tcpdriver More... about 7 years ago
fix a socketerror exception when closing connection More... about 7 years ago
fix a socketerror when closing connection More... about 7 years ago
make responseHandler handle responses by appending a newline char, remove debug lines More... about 7 years ago
provide some more helpful error messages for some types of network problems More... about 7 years ago
switching from java.nio.socketchannel to socket, communicates with a TCP daemon, but responsehandler does not yet appear to respond. More... about 7 years ago