Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmoccapy 3.4.9 - several bugfixes for 2.9 #3269

Merged
merged 6 commits into from
Jan 11, 2025
Merged

Conversation

hansu
Copy link
Member

@hansu hansu commented Jan 11, 2025

This fixes some annoying bugs in the current 2.9 release:

hansu added 6 commits January 11, 2025 10:55
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.
@hansu
Copy link
Member Author

hansu commented Jan 11, 2025

@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 :)

@andypugh andypugh merged commit e586c3e into LinuxCNC:2.9 Jan 11, 2025
11 checks passed
@andypugh
Copy link
Collaborator

andypugh commented Jan 11, 2025

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.
But I expect that a release would allow a source update on Debian, and close out the bugs there?

@hansu
Copy link
Member Author

hansu commented Jan 11, 2025

But I expect that a release would allow a source update on Debian, and close out the bugs there?

I guess so too, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants