Skip to content

Commit ea395ac

Browse files
committed
gmoccapy_3_4_3: add release notes, increment version number, update docs
1 parent 1fa306d commit ea395ac

10 files changed

Lines changed: 20 additions & 2 deletions

docs/src/gui/gmoccapy.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ All you have to take care of, is that you include for every tab or side panel th
318318
** *box_custom_2* (will introduce your glade file left of cooling_frame)
319319
** *box_custom_3* (will introduce your glade file left of spindle_frame)
320320
** *box_custom_4* (will introduce your glade file right of spindle_frame)
321+
** *box_dro_side* (will introduce your glade file right of the DRO)
321322

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

11341137
.Keyboard
11351138

6.88 KB
Loading
11.3 KB
Loading
6.72 KB
Loading
11.8 KB
Loading
-3.66 KB
Loading
5.08 KB
Loading
-2.59 KB
Loading

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def excepthook(exc_type, exc_obj, exc_tb):
7676

7777
# constants
7878
# # gmoccapy #"
79-
_RELEASE = " 3.4.2.1"
79+
_RELEASE = " 3.4.3"
8080
_INCH = 0 # imperial units are active
8181
_MM = 1 # metric units are active
8282

src/emc/usr_intf/gmoccapy/release_notes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
ver 3.4.3
2+
3+
- fix setting of themes
4+
- fix display of logo with "-logo" option
5+
- added embedded tab location "box_dro_side"
6+
- added setting to disable sound
7+
- added setting for "hide title bar"
8+
- replaced deprecated GTK widgets, mostly GtkTable and GtkAlignment
9+
- removed setting MAX_RAPID_OVERRIDE (#2392)
10+
- removed sound for calculator dialogs (except unlock code dialog)
11+
- transparent buttons for cooling and spindle, fixed spindle_stop/spindle_stop_on icon
12+
- fixed buttons in restart dialog (run from line) (side effect from #2381)
13+
- hal_mdihistory: scroll to last line on reload
14+
- fixed virtual keyboard did not expand (#2394)
15+
116
ver 3.4.2.1
217

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

0 commit comments

Comments
 (0)