0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The firmware action should not be active when the controller isn't connected or in idle mode More... over 7 years ago
Removed label from connect/disconnect action in toolbar and updated the disconnect icon More... over 7 years ago
* Added new action for opening the configure firmware dialog and removed the old action registration from RunActionService * Replaced the icons for baud rate, firmware and serial port with new monochromic versions * Fixed the text on the port toolbar from "Baud rate" to "Port" More... over 7 years ago
Removed unused action More... over 7 years ago
Merge pull request #900 from breiler/871-default-baud-rate More... over 7 years ago
Merge pull request #903 from breiler/737-visualizer More... over 7 years ago
Added a test program for testing the visualiser More... over 7 years ago
Fixed some Codacy warnings. More... over 7 years ago
Added a popup menu to load a view preset in the visualizer. More... over 7 years ago
Removed unused imports More... over 7 years ago
Added a sub menu for the enable/disable menu items in the visualiser More... over 7 years ago
Changed the sort of renderables in the popup menu using the title and not the priority. More... over 7 years ago
Fixed bug where renderables could be registered multiple times. For instance when a new visualiser window was created. This would result in duplicates in the visualizers popup-menu. Maybe also result in multiple renderings of the rendering type? More... over 7 years ago
Fixed a potential memory leak where listeners isn't removed when the visualizer window is closed. More... over 7 years ago
Fixed Codacy-warnings, added missing visibility modifier. Replaced a couple of fields with variables. More... over 7 years ago
Fixed Codacy-warnings, moved fields to the top of class declaration More... over 7 years ago
Added functionality for removing listeners More... over 7 years ago
Fixed a Codacy-error, it didn't like the method declarations before the field declarations. More... over 7 years ago
Fixed a Codacy-error, it didn't like the final initialization of the macros hash-map. More... over 7 years ago
Fixed a couple of Codacy-warnings: * Removed unused code * Moved fields to the top of the class * Added missing visibility modifiers for fields More... over 7 years ago
Changed the default baud rate to 115200 in the settings. More... over 7 years ago
Merge pull request #897 from breiler/codacy More... over 7 years ago
Merge pull request #896 from breiler/736-browse-toolbar More... over 7 years ago
Fixed Codacy-warnings: Fixed ineffective null check (would cause an NPE) and replaced fields with local variables. More... over 7 years ago
Fixed Codacy-warning: using the equalsIgnoreCase could improve performance More... over 7 years ago
Added a simple test for checking the default values and the listener. Noted that the default value for the baud rate is 9600 as reported in issue #871. More... over 7 years ago
Replaced unnecessary field with variable More... over 7 years ago
Fixed misspelled method name More... over 7 years ago
Fixed Codacy-warnings: Removed unused imports and separated the field declarations to own rows. More... over 7 years ago
Simplified the toggle for keyboard movement More... over 7 years ago