Ask for explain some functions in Gmoccapy

More
03 Jul 2022 17:17 - 03 Jul 2022 17:19 #246517 by zz912
In the text editor is button Redo. What the function make?
 
It is pity, the button has no tooltip.
Attachments:
Last edit: 03 Jul 2022 17:19 by zz912.

Please Log in or Create an account to join the conversation.

More
03 Jul 2022 19:47 #246531 by zz912
What is "World mode" mean?

I have to translate:
"Switch motion mode between Joint and World mode
F12 or $ key does the same"
Where this message can be?

Please Log in or Create an account to join the conversation.

More
03 Jul 2022 20:23 #246537 by zz912
What is "Wear" mean?

 
Attachments:

Please Log in or Create an account to join the conversation.

More
03 Jul 2022 21:51 #246542 by tommylight
Redo = do the same thing again = Zpet or znovu???
World mode = where your hand is in relation to XYZ
Joint mode = where your elbow is in relation to forearm
Wear = how much worn off or used = jak moc je nehco pouzito ???
-
Dang it i am forgetting Czech language at an alarming rate! Need to find someone to speak with here, preferably female! :)
The following user(s) said Thank You: zz912

Please Log in or Create an account to join the conversation.

More
04 Jul 2022 23:02 #246605 by andypugh

In the text editor is button Redo. What the function make?
 

On the left is "undo", which reverses the previous edit action. 
"Redo" reverses the "undo".

Also, in the other posts. 
"World" mode moves the tool tip in XYZ space. "Joint" mode moves the joints of the machine one at a time. For some machines this looks like exactly the same thing, but with a robot arm (for example) there is a significant difference. 
(But, the meanings are not exactly obvious in english either) 
The following user(s) said Thank You: zz912

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 11:19 #246637 by zz912

In the text editor is button Redo. What the function make?
 
On the left is "undo", which reverses the previous edit action. 
"Redo" reverses the "undo".

Also, in the other posts. 
"World" mode moves the tool tip in XYZ space. "Joint" mode moves the joints of the machine one at a time. For some machines this looks like exactly the same thing, but with a robot arm (for example) there is a significant difference. 
(But, the meanings are not exactly obvious in english either) 
 

Thank you for explain.

I finished for myself for these buttons Tooltips.
 

linuxcnc-2.8/src/emc/usr_intf/gmoccapy/gmoccapy.glade

line 4112:
                              <object class="GtkButton" id="btn_undo">
                                <property name="label" translatable="yes">Undo</property>
                                <property name="height_request">48</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <signal name="clicked" handler="on_btn_undo_clicked" swapped="no"/>
                                <property name="tooltip_text" translatable="yes">reverts your edit </property>
line 4127:
                              <object class="GtkButton" id="btn_search_back">
                                <property name="label" translatable="yes">Search
 back</property>
                                <property name="height_request">48</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <signal name="clicked" handler="on_btn_search_back_clicked" swapped="no"/>
                                <property name="tooltip_text" translatable="yes">finds text searched backwards</property>
line 4145:
                             <object class="GtkButton" id="btn_search_forward">
                                <property name="label" translatable="yes">Search
  fwd</property>
                                <property name="height_request">48</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <signal name="clicked" handler="on_btn_search_forward_clicked" swapped="no"/>
                                <property name="tooltip_text" translatable="yes">finds text searched forwards</property>
line 4163:
                              <object class="GtkButton" id="btn_redo">
                                <property name="label" translatable="yes">Redo</property>
                                <property name="height_request">48</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <signal name="clicked" handler="on_btn_redo_clicked" swapped="no"/>
                                <property name="tooltip_text" translatable="yes">returns your edit</property>
line 4253:
                              <object class="GtkButton" id="btn_replace">
                                <property name="label" translatable="yes">Replace</property>
                                <property name="height_request">48</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <signal name="clicked" handler="on_btn_replace_clicked" swapped="no"/>
                                <property name="tooltip_text" translatable="yes">replace searched text</property>
line: 4212
                              <object class="GtkCheckButton" id="chk_replace_all">
                                <property name="label" translatable="yes">Replace
   All</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <property name="draw_indicator">True</property>
                                <property name="tooltip_text" translatable="yes">replace all text searched </property>
line: 4227
                              <object class="GtkCheckButton" id="chk_ignore_case">
                                <property name="label" translatable="yes">Ignore
 Case</property>
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="receives_default">False</property>
                                <property name="active">True</property>
                                <property name="draw_indicator">True</property>
                                <property name="tooltip_text" translatable="yes">ignore capital letters</property>
First I have to make them in English so that I can translate them into Czech.

I would like to make two requests.
1) checking the correctness of tooltips
2) add to Github





 
Attachments:

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 11:31 #246638 by zz912

Dang it i am forgetting Czech language at an alarming rate! Need to find someone to speak with here, preferably female!

Budu mít lepší podporu pro LCNC, když budu vypadat takto?
 
Tak to je škoda. Já jsem malý škaredý kluk a vypadám asi takhle:
 
Attachments:
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 11:36 #246639 by robertspark

Please Log in or Create an account to join the conversation.

More
06 Jul 2022 15:43 #246727 by andypugh

<property name="tooltip_text" translatable="yes">reverts your edit </property>

OK.

<property name="tooltip_text" translatable="yes">finds text searched backwards</property>

I would go with: "Finds text searching backwards"

<property name="tooltip_text" translatable="yes">finds text searched forwards</property>

I would go with: "Finds text searching forwards"

<property name="tooltip_text" translatable="yes">replace searched text</property>

"Replace found text"

<property name="tooltip_text" translatable="yes">replace all text searched </property>

"Replace all found text"

<property name="tooltip_text" translatable="yes">ignore capital letters</property>

"Ignore capitalisation" (possibly, and would be capitalization in US English)

2) add to Github


Are you able to make a pull request?

Please Log in or Create an account to join the conversation.

More
06 Jul 2022 16:11 - 06 Jul 2022 16:13 #246730 by zz912
Are you able to make a pull request?

is there any tutorial for this? I would love to learn it.
Last edit: 06 Jul 2022 16:13 by zz912.

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.213 seconds
Powered by Kunena Forum