0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 17, 2024 — Sep 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where trying to stop a paused job would cause an exception about that the stopwatch already suspended. More... about 7 years ago
Fixed codacy warnings More... about 7 years ago
Fixed codacy warnings More... about 7 years ago
Tweaked the TinyG controller * Implemented more features * Initialises the controller * Enables status updates More... about 7 years ago
Disables action buttons if the controller doesn't have support for it. More... about 7 years ago
Added tests for response message handler More... about 7 years ago
Fixed problem where some controllers use LF ending for sending and CRLF for receiving. Made the connection handle both CRLF and LF for splitting up messages. More... about 7 years ago
This will put the controller in shutdown mode and disconnect which is not suitable for the startup block. Need to investigate this further... More... about 7 years ago
Added capabilities for firmware settings and check mode which will enable or disable the features in the GUI More... about 7 years ago
Small adjustments. Removed unused code. Lowered some log messages levels. Fixed typos in the javadoc. More... about 7 years ago
The MainWindow and MachineStatusPanel will now load its controller state texts from static utils. More... about 7 years ago
Merge pull request #1069 from breiler/feature/tinyg More... about 7 years ago
Fixed codacy warnings More... about 7 years ago
Minor adjustments. More... about 7 years ago
Removed the message sending support from the SerialCommunicatorListener. It's now handled in the controller which decides what messages should be displayed and how. More... about 7 years ago
Replaced the `ControllerListener.messageForConsole` with a `MessageService` and a `MessageListener` instead. To display a message in the console one must call the MessageService which is accessible from both the IController and BackendAPI. More... about 7 years ago
Use the IController interface instead of the AbstractController. This will make it possible to implement a completely new variant if IController without having to rely on existing methods. More... about 7 years ago
Merge pull request #1067 from winder/start-page More... about 7 years ago
Fix codacy warning. More... about 7 years ago
PR feedback and codacy warnings. More... about 7 years ago
Make the 'Show On Startup' checkbox work. More... about 7 years ago
StartPage -> WelcomePage More... about 7 years ago
Move everything to new package. More... about 7 years ago
Some cleanup. More... about 7 years ago
Fix build error More... about 7 years ago
Merge branch 'master' into start-page More... about 7 years ago
Update localizations. More... about 7 years ago
Removed unused import More... about 7 years ago
Changed so that the $SLP command isn't mistaken for a S-command More... over 7 years ago
Merge pull request #1062 from breiler/bugfix/setup-wizard-soft-limits More... over 7 years ago