-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Update ui_qt.cpp #18428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update ui_qt.cpp #18428
Conversation
Fixes: * libretro#18415
|
I don't love the "not to be confused with" bit. If it is confusing, I'd rather drop the "big picture" nomenclature altogether in exchange for "gamepad-friendly interface" or the generic "leanback interface" term. I'm also not so sure about calling the quick menu a "pause menu." Is that a term that people would be familiar with? Sony calls theirs the "quick menu," too, AFAIK (I think ours predates theirs, though; I believe they first introduced it in 2016, and ours had already existed with that name for a couple of years by then). |
Align the descriptions of the F1 and F5 hotkeys with their exact sub-labels as specified in Settings -> Input -> Hotkeys
Replaced "Quick Menu" and "pause menu" with "Switches the current display between menu and content"
The Quick Menu documentation lead sentence is: However
Most likely since F1 (or the assigned hotkey) initially opens the Quick Menu but permits navigation to Main Menu, Settings, and others via the back button.
I made a fresh commit to update the documentation with this exact phrasing. Are you ok with it? Once the (F1) issue has been resolved, I can follow up on the Big Picture term issue. |
The "Big Picture" term issue
Proposed termsThe "gamepad-friendly interface" is a good candidate term in my opinion. Below are sections to optional terms that I suggest. graphical user interfaceWhat do you think about the idea about simply replacing "Big Picture" with the term "graphical user interface (GUI)"? The GUI is navigated with both gamepads and mouse and keyboard. Also, the graphical user interface (GUI) of RetroArch includes menu drivers such as Ozone, XMB, GLUI, and RGUI. In contrast, the Qt-based desktop menu is tailored for mouse and keyboard input and provides a more traditional desktop application experience. This distinction makes it easy for users to recognize the visual differences between the two interfaces. main interfaceOr "main interface"; it is a clear and accurate term for RetroArch's primary menu system, especially since it offers more options and features than the Desktop mode as described in the the dialogue window:
|
|
I don't hate calling it the "GUI" or the "main interface", though I believe, technically, the Qt/WIMP UI is also a GUI. |
|
The Main window must remain open for the Desktop Menu window to function; closing the Main window will also close the Desktop Menu window. So perhaps its better to include the term 'window' for clarity when distinguishing between the two open windows: the Desktop menu window and the Main interface window. What do you think about that? |
|
that seems pretty reasonable to me. As a user, would you be confused if it said that while you're running in fullscreen? (that may not even be possible, exactly, with the WIMP UI in that situation) |
* Replace "Big Picture" with "main interface" * add the term "window" in the description - The Main window must remain open for the Desktop Menu window to function; closing the Main window will also close the Desktop Menu window. So perhaps its better to include the term 'window' for clarity when distinguishing between the two open windows: the Desktop menu window and the Main interface window.
Great! Please take a look at e6e0d52
Fullscreen mode uses a single maximized or borderless window. In the main interface window, press F to enter fullscreen, then F5 to open the WIMP Desktop Menu—this unmaximizes the main interface window and focuses the desktop menu window. You can press F again in the main interface to return to fullscreen (even with the desktop menu window open) and use Tab to switch between the windows. |
Replaced "This Desktop Menu window" with "The Desktop Menu window" to distinguish it from the Desktop Menu dialogue window containing that text.
Added "WIMP (Windows, Icons, Menus, Pointer)"
|
Added "WIMP (Windows, Icons, Menus, Pointer) (eecaf72) to make it consistent with
|
Added "QT" for easier identification (Help -> "About QT...")
Qt not QT
Wording ("Qt-based WIMP)"
|
Added the term "Qt-based" to make it consistent with the Desktop Menu's menu bar item: |
|
I'm not sure that adding the "QT" (should probably be stylized as "Qt" anyway) bit brings much to the table. It's more consistent with the 'help' menu, but I'm not sure that knowing the underlying toolkit name is actually beneficial/desirable for end-users. |
|
Clarify that these hotkey examples reflect the default key assignments, as users with custom mappings may find the examples don’t match their setup.
|
Clarify that the hotkey examples reflect the default key assignments, as users with custom mappings may find the examples don’t match their setup. |
"Added 'View ->' before 'Settings -> Input -> Hotkeys' to show these settings are accessible from the Desktop Mode window.
|
Added 'View ->' before 'Settings -> Input -> Hotkeys' to show these settings are accessible from the Desktop Mode window. |
minor
Appended '[tab]' to 'Hotkeys' for tabbed interface reference.
Clarified that settings are fully configurable from both Desktop Mode (View -> Settings...) and main interface (Main Menu -> Settings) with identical options, while noting certain actions/hotkeys only function in the main interface window.



Description
Added the term "Quick Menu", and replaced "Big Picture menu" with "Big Picture menu (not to be confused with Steam's Big Picture mode)"
Related Issues
Fixes:
Reviewers
@hizzlekizzle