Skip to content

Commit

Permalink
gmoccapy_3_4_3: add release notes, increment version number, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed May 22, 2023
1 parent 1fa306d commit ea395ac
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/src/gui/gmoccapy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ All you have to take care of, is that you include for every tab or side panel th
** *box_custom_2* (will introduce your glade file left of cooling_frame)
** *box_custom_3* (will introduce your glade file left of spindle_frame)
** *box_custom_4* (will introduce your glade file right of spindle_frame)
** *box_dro_side* (will introduce your glade file right of the DRO)

[NOTE]
See also the included sample INI files to see the differences.
Expand Down Expand Up @@ -1129,7 +1130,9 @@ You have three options:
* _Start as window_ - If you select start as window the spinboxes to set the position and size will get active.
One time set, the GUI will start every time on the place and with the size selected.
Nevertheless the user can change the size and position using the mouse, but that will not have any influence on the settings.
* _hide the cursor_ - Does allow to hide the cursor, what is very useful if you use a touch screen.
* _Window decorated_ - Allows the title bar to be hidden. (default: title bar visible)
* _hide cursor_ - Does allow to hide the cursor, what is very useful if you use a touch screen.
* _hide tooltips_ - Does gide the tool tips.

.Keyboard

Expand Down
Binary file modified docs/src/gui/images/gmoccapy_3_axis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/gui/images/gmoccapy_3_axis_mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/gui/images/gmoccapy_5_axis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/gui/images/gmoccapy_5_axis_mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/gui/images/gmoccapy_settings_advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/gui/images/gmoccapy_settings_appearance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/gui/images/gmoccapy_settings_hardware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/emc/usr_intf/gmoccapy/gmoccapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def excepthook(exc_type, exc_obj, exc_tb):

# constants
# # gmoccapy #"
_RELEASE = " 3.4.2.1"
_RELEASE = " 3.4.3"
_INCH = 0 # imperial units are active
_MM = 1 # metric units are active

Expand Down
15 changes: 15 additions & 0 deletions src/emc/usr_intf/gmoccapy/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
ver 3.4.3

- fix setting of themes
- fix display of logo with "-logo" option
- added embedded tab location "box_dro_side"
- added setting to disable sound
- added setting for "hide title bar"
- replaced deprecated GTK widgets, mostly GtkTable and GtkAlignment
- removed setting MAX_RAPID_OVERRIDE (#2392)
- removed sound for calculator dialogs (except unlock code dialog)
- transparent buttons for cooling and spindle, fixed spindle_stop/spindle_stop_on icon
- fixed buttons in restart dialog (run from line) (side effect from #2381)
- hal_mdihistory: scroll to last line on reload
- fixed virtual keyboard did not expand (#2394)

ver 3.4.2.1

- Replaced deprecated Gtk widgets in GladeVCP library (#2381, thanks phillc54)
Expand Down

0 comments on commit ea395ac

Please sign in to comment.