Skip to content
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

Added option to set idle time before cursor is hidden #6720

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2024

  1. Added option to set idle time before cursor is hidden

    Fixes Ryujinx#4930
    
    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e00f751 View commit details
    Browse the repository at this point in the history
  2. Added option to set idle time before cursor is hidden

    Fixes Ryujinx#4930
    
    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    28c4d80 View commit details
    Browse the repository at this point in the history
  3. Added option to set idle time before cursor is hidden (Ryujinx#4390)

    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    43346cb View commit details
    Browse the repository at this point in the history
  4. Added option to set idle time before cursor is hidden (Ryujinx#4390)

    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f90cb93 View commit details
    Browse the repository at this point in the history
  5. Added option to set idle time before cursor is hidden (Ryujinx#4390)

    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f514b51 View commit details
    Browse the repository at this point in the history
  6. Added option to set idle time before cursor is hidden (Ryujinx#4390)

    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9a1f337 View commit details
    Browse the repository at this point in the history
  7. Added option to set idle time before cursor is hidden (Ryujinx#4390)

    In SettingsWindow.cs and SettingsWindow.glade:
    Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
    When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.
    
    In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
    Load the saved value, or default 5 seconds if no value exists.
    Save the custom set value to the config file.
    
    In SettingsViewModel.cs:
    Catch when the idle time setting is changed while a game is running, and change the value live.
    Dansla116 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ef51375 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a313f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    40ccfb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    cf1d994 View commit details
    Browse the repository at this point in the history