moonlight-qt/app/gui
MoreOrLessSoftware e807a52cfa Add bitrate auto-adjustment toggle and reset button
This change adds a 'Use Default' button next to the bitrate slider that resets the bitrate to the default value for the current resolution/FPS. It also implements an autoAdjustBitrate setting that controls whether the bitrate is automatically updated when resolution/FPS/YUV444 settings change.

- When the user manually adjusts the bitrate slider, autoAdjustBitrate is set to false
- When the user clicks the 'Use Default' button, autoAdjustBitrate is set to true
- Bitrate is only updated automatically when settings change if autoAdjustBitrate is true
2025-04-02 22:02:09 -05:00
..
appmodel.cpp Never display placeholder text for an app collector game 2021-05-02 10:39:25 -05:00
appmodel.h Never display placeholder text for an app collector game 2021-05-02 10:39:25 -05:00
AppView.qml feat: add message when host doesn't show any apps 2025-04-02 21:45:23 -05:00
AutoResizingComboBox.qml Override some Material 3 colors to improve contrast 2023-09-27 00:51:51 -05:00
CenteredGridView.qml Don't allow Flickables to be dragged beyond bounds 2020-02-20 13:38:01 -08:00
CliPair.qml Don't poll gamepad input when the GUI is not focused/visible 2024-09-26 19:24:29 -05:00
CliQuitStreamSegue.qml French translation (#451) 2020-11-21 11:42:16 -06:00
CliStartStreamSegue.qml Don't poll gamepad input when the GUI is not focused/visible 2024-09-26 19:24:29 -05:00
computermodel.cpp Split details dialog into multiple lines for easier translation 2024-04-30 22:53:23 -05:00
computermodel.h Add "View details" to PC list (#1221) 2024-04-30 21:23:25 -05:00
ErrorMessageDialog.qml Rewrite dialog code to use Quick Controls 2 2019-03-31 17:24:25 -07:00
GamepadMapper.qml Translation updates and refactoring 2020-11-21 13:15:54 -06:00
main.qml feat: hide hw acceleration warning when using forced software decoding 2025-04-02 21:46:11 -05:00
NavigableDialog.qml Fix infinite polish() loop when quitting a game due to removal of the 'overlay' property on Qt 6.0 2020-12-01 20:46:28 -06:00
NavigableItemDelegate.qml Add numpad Enter handlers (Keys.onEnterPressed) (#516) 2021-02-27 17:01:22 -06:00
NavigableMenu.qml Add a PC menu header to show the current PC status 2020-12-13 12:50:56 -06:00
NavigableMenuItem.qml Add numpad Enter handlers (Keys.onEnterPressed) (#516) 2021-02-27 17:01:22 -06:00
NavigableMessageDialog.qml Add numpad Enter handlers (Keys.onEnterPressed) (#516) 2021-02-27 17:01:22 -06:00
NavigableToolButton.qml Use attached Layout attached properties to set tool button size 2021-12-03 12:24:31 +03:00
PcView.qml Fix import incorrectly removed by 2a63ad5 2024-09-28 00:09:21 -05:00
QuitSegue.qml Print error dialogs and warning toasts to the log 2023-09-08 23:00:00 -05:00
sdlgamepadkeynavigation.cpp Only call SDL_NumJoysticks() once per loop 2024-11-12 23:52:31 -06:00
sdlgamepadkeynavigation.h Prepare for SDL3 support 2025-01-25 16:20:20 -06:00
SettingsView.qml Add bitrate auto-adjustment toggle and reset button 2025-04-02 22:02:09 -05:00
StreamSegue.qml Fix null window on Qt 6.9 2025-04-02 21:14:22 -05:00