Gmoccapy 3.4.9 - several bugfixes for 2.9#3269
Merged
andypugh merged 6 commits intoLinuxCNC:2.9from Jan 11, 2025
Merged
Conversation
When a program with spindle on is aborted (assuming spindle off before program start), the images of the spindle buttons get a wrong state: the CSS property "-gtk-icon-effect" is set to "dim" which should be only set when they are disabled. Toggling the sensitive property twice corrects this wrong CSS property.
For touch screens the sensitive area of the Gtk.Paned handle is expanded by 50 px to each side. This makes it almost impossible to touch the DRO axes letters.
Backgrund: This value is used to compose the setting name in the gmoccapy pref file - so translating this will give a new setting for every language.
This allows to use the proper default values defined in the offsetpage.glade file if no gmoccapy preference file is given.
…NC#3181) This fixes problems with ducplicated entries in the preferences file.
Member
Author
|
@andypugh can we do a 2.9.4 release after this has been merged? Apart from this one there are also some bugfixes for the gmoccapy tooltable that has been added after the 2.9.3 release. Would feel better to have them out :) |
Collaborator
|
Making the release is easy. Getting all the debs made and in the right places on the server is quite a bit of work, especially as Pi / RTAI are hand-built even if the buildbot is working at the moment the release is made. |
Member
Author
I guess so too, yes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes some annoying bugs in the current 2.9 release: