Skip to content

Commit

Permalink
Updated documentation and translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 23, 2024
1 parent a60fed4 commit de526c4
Show file tree
Hide file tree
Showing 15 changed files with 975 additions and 815 deletions.
4 changes: 4 additions & 0 deletions docs/sphinx/en/user_docs/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,14 @@ Here you can control the Window's size and positioning.
.. topic:: Fixed Position

Here you can establish the position where mrv2's window will start.
To activate saving the position, make sure to mark the check box
next to "Fixed Position".

.. topic:: Fixed Size

With this, you can establish the size of mrv2's window at start.
To activate saving the size, make sure to mark the check box
next to "Fixed Size".

.. topic:: Take Current Window Values

Expand Down
4 changes: 4 additions & 0 deletions docs/sphinx/es/user_docs/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,14 @@ Aquí controla el tamaño y posición de la Ventana principal.
.. topic:: Posición Fija

Aquí puede establecer la posición en que mrv2 comenzará.
Para activar grabar la posición, asegúrese de marcar la casilla
junto a "Posición Fija".

.. topic:: Tamaño Fijo

Con esto, puede cambiar el tamaño de la ventana al arrancar.
Para activar grabar el tamaño, asegúrese de marcar la casilla
junto a "Tamaño Fijo".

.. topic:: Tomar los Valores Actuales de la Ventana

Expand Down
4 changes: 4 additions & 0 deletions mrv2/docs/en/_sources/user_docs/preferences.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,14 @@ Here you can control the Window's size and positioning.
.. topic:: Fixed Position

Here you can establish the position where mrv2's window will start.
To activate saving the position, make sure to mark the check box
next to "Fixed Position".

.. topic:: Fixed Size

With this, you can establish the size of mrv2's window at start.
To activate saving the size, make sure to mark the check box
next to "Fixed Size".

.. topic:: Take Current Window Values

Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/en/searchindex.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions mrv2/docs/en/user_docs/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,15 @@ <h2>Positioning<a class="headerlink" href="#positioning" title="Link to this hea
</aside>
<aside class="topic">
<p class="topic-title">Fixed Position</p>
<p>Here you can establish the position where mrv2’s window will start.</p>
<p>Here you can establish the position where mrv2’s window will start.
To activate saving the position, make sure to mark the check box
next to “Fixed Position”.</p>
</aside>
<aside class="topic">
<p class="topic-title">Fixed Size</p>
<p>With this, you can establish the size of mrv2’s window at start.</p>
<p>With this, you can establish the size of mrv2’s window at start.
To activate saving the size, make sure to mark the check box
next to “Fixed Size”.</p>
</aside>
<aside class="topic">
<p class="topic-title">Take Current Window Values</p>
Expand Down
4 changes: 4 additions & 0 deletions mrv2/docs/es/_sources/user_docs/preferences.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,14 @@ Aquí controla el tamaño y posición de la Ventana principal.
.. topic:: Posición Fija

Aquí puede establecer la posición en que mrv2 comenzará.
Para activar grabar la posición, asegúrese de marcar la casilla
junto a "Posición Fija".

.. topic:: Tamaño Fijo

Con esto, puede cambiar el tamaño de la ventana al arrancar.
Para activar grabar el tamaño, asegúrese de marcar la casilla
junto a "Tamaño Fijo".

.. topic:: Tomar los Valores Actuales de la Ventana

Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/es/searchindex.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions mrv2/docs/es/user_docs/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,15 @@ <h2>Posicionado<a class="headerlink" href="#posicionado" title="Link to this hea
</aside>
<aside class="topic">
<p class="topic-title">Posición Fija</p>
<p>Aquí puede establecer la posición en que mrv2 comenzará.</p>
<p>Aquí puede establecer la posición en que mrv2 comenzará.
Para activar grabar la posición, asegúrese de marcar la casilla
junto a «Posición Fija».</p>
</aside>
<aside class="topic">
<p class="topic-title">Tamaño Fijo</p>
<p>Con esto, puede cambiar el tamaño de la ventana al arrancar.</p>
<p>Con esto, puede cambiar el tamaño de la ventana al arrancar.
Para activar grabar el tamaño, asegúrese de marcar la casilla
junto a «Tamaño Fijo».</p>
</aside>
<aside class="topic">
<p class="topic-title">Tomar los Valores Actuales de la Ventana</p>
Expand Down
86 changes: 43 additions & 43 deletions mrv2/lib/mrvWidgets/mrvPreferencesUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ class PreferencesUI {open
Fl_Window uiMain {
label Preferences
user_data this user_data_type {PreferencesUI*} open
xywh {8 53 847 467} type Double resizable
code0 {main = m;} modal visible
xywh {8 65 847 467} type Double hide resizable
code0 {main = m;} modal
} {
Fl_Group {} {open
xywh {0 0 847 466} box FLAT_BOX
Expand Down Expand Up @@ -490,8 +490,8 @@ o->redraw();}
}
}
Fl_Group {} {
label Fonts
xywh {288 37 555 360} box EMBOSSED_BOX align 5 hide
label Fonts selected
xywh {288 37 555 360} box EMBOSSED_BOX align 5
} {
Fl_Group {} {
label Fonts open
Expand Down Expand Up @@ -624,14 +624,14 @@ o->redraw();}
}
}
Fl_Group {} {
label Positioning
label Positioning open
xywh {288 37 555 360} box EMBOSSED_BOX hide
} {
Fl_Group {} {
label Positioning open
xywh {300 61 530 312} box ROUNDED_BOX
} {
Fl_Group {} {
Fl_Group {} {open
xywh {339 86 451 278}
} {
Fl_Check_Button uiAlwaysSaveOnExit {
Expand All @@ -654,7 +654,7 @@ o->redraw();}
xywh {675 139 60 25} textcolor 56
}
}
Fl_Group {} {
Fl_Group {} {open
xywh {339 226 451 43} box ROUNDED_BOX
} {
Fl_Check_Button uiWindowFixedSize {
Expand All @@ -677,7 +677,7 @@ o->redraw();}
v->uiWindowYPosition->value( v->main->uiMain->y() );
v->uiWindowXSize->value( v->main->uiMain->w() );
v->uiWindowYSize->value( v->main->uiMain->h() );}
xywh {345 324 445 40} align 128
tooltip {Fills the Fixed Position and and Fixed Size values with the current values of the viewer. Remember to also check the boxes for Fixed Position and/or Fixed Size depending what you want to save.} xywh {345 324 445 40} align 128
}
}
}
Expand Down Expand Up @@ -1224,7 +1224,7 @@ v->uiOCIO_Display_View->do_callback();}
}
}
Fl_Group {} {
label Loading open
label Loading
xywh {288 37 555 360} align 5 hide
} {
Fl_Group {} {open
Expand Down Expand Up @@ -1291,122 +1291,122 @@ v->uiOCIO_Display_View->do_callback();}
}
}
Fl_Group {} {
label Network selected
xywh {288 37 555 360} align 5
label Network
xywh {288 37 555 360} align 5 hide
} {
Fl_Group {} {open selected
Fl_Group {} {open
xywh {320 37 503 360}
} {
Fl_Box {} {
label Send selected
label Send
xywh {503 37 106 24}
}
Fl_Box {} {
label Accept selected
label Accept
xywh {614 37 105 24}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {323 61 500 36} box UP_BOX
} {
Fl_Box {} {
label Media selected
label Media
xywh {323 61 142 36} align 24
}
Fl_Check_Button SendMedia {selected
Fl_Check_Button SendMedia {
xywh {544 66 27 26} down_box DOWN_BOX
}
Fl_Check_Button ReceiveMedia {selected
Fl_Check_Button ReceiveMedia {
xywh {659 66 27 26} down_box DOWN_BOX
}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {323 111 500 36} box UP_BOX
} {
Fl_Box {} {
label {UI Control} selected
label {UI Control}
xywh {323 111 142 36} align 24
}
Fl_Check_Button SendUI {selected
Fl_Check_Button SendUI {
xywh {544 116 27 26} down_box DOWN_BOX
}
Fl_Check_Button ReceiveUI {selected
Fl_Check_Button ReceiveUI {
xywh {659 116 27 26} down_box DOWN_BOX
}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {323 161 500 36} box UP_BOX
} {
Fl_Box {} {
label {Pan and Zoom} selected
label {Pan and Zoom}
xywh {323 161 142 36} align 24
}
Fl_Check_Button SendPanAndZoom {selected
Fl_Check_Button SendPanAndZoom {
xywh {544 165 27 26} down_box DOWN_BOX
}
Fl_Check_Button ReceivePanAndZoom {selected
Fl_Check_Button ReceivePanAndZoom {
xywh {659 165 27 26} down_box DOWN_BOX
}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {323 211 500 36} box UP_BOX
} {
Fl_Box {} {
label Timeline selected
label Timeline
xywh {323 211 142 36} align 24
}
Fl_Check_Button SendTimeline {selected
Fl_Check_Button SendTimeline {
xywh {544 217 27 26} down_box DOWN_BOX
}
Fl_Check_Button ReceiveTimeline {selected
Fl_Check_Button ReceiveTimeline {
xywh {659 217 27 26} down_box DOWN_BOX
}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {323 261 500 36} box UP_BOX
} {
Fl_Box {} {
label {Color Control} selected
label {Color Control}
xywh {323 261 142 36} align 24
}
Fl_Check_Button SendColor {selected
Fl_Check_Button SendColor {
xywh {544 262 27 26} down_box DOWN_BOX
}
Fl_Check_Button ReceiveColor {selected
Fl_Check_Button ReceiveColor {
xywh {659 262 27 26} down_box DOWN_BOX
}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {321 311 502 36} box UP_BOX
} {
Fl_Box {} {
label Annotations selected
label Annotations
xywh {321 311 142 36} align 24
}
Fl_Check_Button SendAnnotations {selected
Fl_Check_Button SendAnnotations {
xywh {544 316 27 26} down_box DOWN_BOX
}
Fl_Check_Button ReceiveAnnotations {selected
Fl_Check_Button ReceiveAnnotations {
xywh {659 316 27 26} down_box DOWN_BOX
}
}
Fl_Group {} {selected
Fl_Group {} {
xywh {320 361 501 36} box UP_FRAME
} {
Fl_Box {} {
label {Audio Control} selected
label {Audio Control}
xywh {321 361 142 29} align 24
}
Fl_Check_Button SendAudio {selected
Fl_Check_Button SendAudio {
xywh {544 365 27 21} down_box DOWN_BOX
}
Fl_Check_Button ReceiveAudio {selected
Fl_Check_Button ReceiveAudio {
xywh {659 365 27 21} down_box DOWN_BOX
}
}
}
}
Fl_Group {} {
label Video selected
label Video
xywh {288 37 555 360} box EMBOSSED_BOX align 5 hide
} {
Fl_Group {} {open
Expand Down
Loading

0 comments on commit de526c4

Please sign in to comment.