0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update MessagesBundle_fr_FR.properties (POEditor.com) More... over 7 years ago
Update MessagesBundle_nl_NL.properties (POEditor.com) More... over 7 years ago
Update MessagesBundle_zh_CHS.properties (POEditor.com) More... over 7 years ago
Update MessagesBundle_af_ZA.properties (POEditor.com) More... over 7 years ago
Fix codacy warning. More... over 7 years ago
Even though GRBL CSVs are not localized, we can dream. More... over 7 years ago
Dynamically update GRBL CSVs and handle quoted CSV files. More... over 7 years ago
The supporting code for this is gone. More... over 7 years ago
Merge pull request #912 from breiler/codecov_codacy More... over 7 years ago
Merge pull request #917 from breiler/update_error_codes More... over 7 years ago
Merge branch 'master' into codecov_codacy More... over 7 years ago
Merge pull request #919 from breiler/visualizer_problems More... over 7 years ago
Moved the initialization of GLCapabilities so that the application may catch any errors (RPi as an example that doesn't have the required GL-capabilities yet). Issue #918 More... over 7 years ago
Merge branch 'master' into codecov_codacy More... over 7 years ago
Added missing visibility modifiers More... over 7 years ago
Added tests that will check that the error message has been written to console and that there aren't any active commands left. More... over 7 years ago
Added a generic error message if error message text couldn't be found in the csv. More... over 7 years ago
Avoid having IndexOutOfBounds-exceptions if no commands are loaded More... over 7 years ago
Updated with the missing error codes More... over 7 years ago
The BufferedCommunicator.setQueuesForTesting seemed dangerous as it's used in one constructor for GrblCommunicator. There's a risk that the constructor GrblCommunicator(cb, asl, c) could used by sub classes and would result in unexpected behaviour. Instead let the BufferedCommunicator reuse the LinkedBlockingDeque by clearing them. More... over 7 years ago
Removed unused code and added package modifiers More... over 7 years ago
Added a couple of tests for the grbl status string parser More... over 7 years ago
Merge pull request #911 from breiler/736-browse-toolbar More... over 7 years ago
Merge pull request #910 from breiler/toolbar More... over 7 years ago
Removed the complexity of checking if the instance of the controller is of type SerialCommunicatorListener. More... over 7 years ago
Removed a bunch of unused code More... over 7 years ago
The texts are never assigned in GUIBackend therefore they are always empty and not used by the pendant UI. More... over 7 years ago
Moved the creation of firmware to it's own method that can be mocked in unit tests. Replaced ignored and non implemented tests. More... over 7 years ago
Added the home button as a default action to the toolbar More... over 7 years ago
Merge pull request #909 from breiler/736-browse-toolbar More... over 7 years ago