Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 19, 2024
1 parent ae1e7d0 commit 4aaf3ee
Show file tree
Hide file tree
Showing 11 changed files with 1,945 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion src/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ v1.2.8
and color primaries used when saving.
- Preferences->Render->Video Levels had Full Range and Legal Range reversed.
Fixed.
- Added Russian AI translation.
- Added first pass at Russian AI translation.


v1.2.7
Expand Down
20 changes: 10 additions & 10 deletions src/lib/mrvWidgets/mrvPreferencesUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ class PreferencesUI {open
xywh {283 28 570 380} box PLASTIC_UP_BOX labelcolor 32
} {
Fl_Group {} {
label {User Interface}
xywh {288 37 555 360} box EMBOSSED_BOX align 5 hide
label {User Interface} open
xywh {288 37 555 360} box EMBOSSED_BOX align 5
} {
Fl_Group {} {
label {Window Behavior}
label {Window Behavior} open selected
xywh {293 61 545 164} box ROUNDED_BOX
} {
Fl_Check_Button uiPrefsAlwaysOnTop {
Expand All @@ -132,23 +132,23 @@ If you try to open several mrv2s with different images, all these images will be
tooltip {When selected, mrv2 will raise the window to the front once you enter the view window.} xywh {317 190 25 25} box UP_BOX down_box DOWN_BOX value 1 align 8
}
Fl_Group uiPrefsOpenMode {open
xywh {607 67 196 142} box UP_BOX
xywh {632 73 196 142} box UP_BOX
} {
Fl_Round_Button {} {
label Normal
tooltip {When selected, mrv2 will resize its window to the first image.} xywh {619 80 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX value 1 align 8
tooltip {When selected, mrv2 will resize its window to the first image.} xywh {644 86 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX value 1 align 8
}
Fl_Round_Button {} {
label Fullscreen
tooltip {When selected, mrv2 will start in full screen mode.} xywh {619 110 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX align 8
tooltip {When selected, mrv2 will start in full screen mode.} xywh {644 116 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX align 8
}
Fl_Round_Button {} {
label Presentation
tooltip {When selected, mrv2 will start in presentation mode.} xywh {619 140 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX align 8
tooltip {When selected, mrv2 will start in presentation mode.} xywh {644 146 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX align 8
}
Fl_Round_Button {} {
label Maximized
tooltip {When selected, mrv2 will start in a maximized window.} xywh {619 170 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX align 8
tooltip {When selected, mrv2 will start in a maximized window.} xywh {644 176 25 26} type Radio box ROUND_UP_BOX down_box ROUND_DOWN_BOX align 8
}
}
}
Expand Down Expand Up @@ -706,7 +706,7 @@ v->uiWindowYSize->value( v->main->uiMain->h() );}
}
Fl_Group {} {
label Render open
xywh {288 37 555 360} box EMBOSSED_BOX align 5
xywh {288 37 555 360} box EMBOSSED_BOX align 5 hide
} {
Fl_Group {} {
label Render open
Expand All @@ -721,7 +721,7 @@ v->uiWindowYSize->value( v->main->uiMain->h() );}
xywh {20 20 100 20}
}
MenuItem {} {
label {Full Range} selected
label {Full Range}
xywh {40 40 100 20}
}
MenuItem {} {
Expand Down
Loading

0 comments on commit 4aaf3ee

Please sign in to comment.