0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When the limits are reached the methods for previous and next values should return null according to the specs: https://docs.oracle.com/javase/7/docs/api/javax/swing/SpinnerNumberModel.html#getNextValue() More... about 8 years ago
Merge pull request #639 from joacimb/master More... about 8 years ago
Merge pull request #624 from joacimb/toolbar-customization More... about 8 years ago
#640 fixes issues where keys exists in the bundle file as empty strings. These are displayed as blanks n the UI. It will now try to fetch the english translation if it encounters a blank translation. More... about 8 years ago
Update MessagesBundle_es_ES.properties (POEditor.com) More... about 8 years ago
Update MessagesBundle_ru_RU.properties (POEditor.com) More... about 8 years ago
Update MessagesBundle_pt_BR.properties (POEditor.com) More... about 8 years ago
Update MessagesBundle_fr_FR.properties (POEditor.com) More... about 8 years ago
#636 fixes a bug in the options panel where the buttons aren't initialized with the correct enabled status. More... about 8 years ago
#637 by calling getNextValue an event will be fired which will cause a call to the same method again. This will be repeated untill the stack is full. Added a test and rewrote the code so that it won't call getNextValue(). More... about 8 years ago
Merge branch 'master' into autoleveler More... about 8 years ago
Merge pull request #635 from joacimb/master More... about 8 years ago
Add probe offset option and pull the point generation into a new class which can help with generating the scanning code. More... about 8 years ago
Added a notification for restart when the language is changed. More... about 8 years ago
Merge branch 'master' into toolbar-customization More... about 8 years ago
Moved the separate bundles to a master default bundle. More... about 8 years ago
AutoLeveler UI More... about 8 years ago
Merge branch 'master' of github.com:winder/Universal-G-Code-Sender More... about 8 years ago
Visualizer refactoring to allow plugable renderables. More... about 8 years ago
Merge pull request #631 from joacimb/master More... over 8 years ago
#625 I wrote two tests that confirms that the go-to-home button goes to Z0 first if the machine Z-position is negative. More... over 8 years ago
Merge pull request #630 from joacimb/master More... over 8 years ago
Fixed bug where the jog status line unit wasn't updated and that the event for the changed setting was fired before the setting was stored. More... over 8 years ago
Merge pull request #627 from joacimb/master More... over 8 years ago
Added minimal information for the plugins and modules which is displayed in the platform plugin configuration tool. More... over 8 years ago
Made some adjustments after code review, moved constants to LocalizingService. #621 #624 More... over 8 years ago
Hide the file browser toolbar as it is not longer used (must be removed in some way later). Changed the order of connection toolbars. More... over 8 years ago
Changed the order of the connect/disconnect-button More... over 8 years ago
Actions are now translated without a specific bundle definition (this requires that default bundles are added which is overridden with values from MessageBundle). Added new panels and toolbars for handling the connection. Disables some of the connection components when we are connected. Removed MigLayout from the toolbar panels as they where interfering with the layout of the toolbar manager. More... over 8 years ago
Added new icons for the toolbars More... over 8 years ago