Searched hist:ace584913dae5dcb3222e0074e4e3d6884e61a8d (Results 1 – 4 of 4) sorted by relevance
/haiku/src/preferences/input/ |
H A D | SettingsView.h | ace584913dae5dcb3222e0074e4e3d6884e61a8d Sun Mar 14 12:40:54 UTC 2021 Adrien Destugues <pulkomandy@pulkomandy.tk> Input preferences: fix selection of focus mode
- Replace the popup menu with a BOptionPopUp to simplify the code - Remove an unused menu to select "warp mode" - The focus mode is not stored in the mouse settings file (config/settings_Mouse_settings), it is in another file (config/settings/system/app_server/mouse). This file is not read or written directly by mouse preferences, but we get the settings by asking app_server. However, the code to get these was missing in one place, resulting in these settings not being correctly initialized.
Fixes #16524
Change-Id: Ia1efc235c9d1a5408e3c6abc2526da7a0a639fa4 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3796 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
|
H A D | SettingsView.cpp | ace584913dae5dcb3222e0074e4e3d6884e61a8d Sun Mar 14 12:40:54 UTC 2021 Adrien Destugues <pulkomandy@pulkomandy.tk> Input preferences: fix selection of focus mode
- Replace the popup menu with a BOptionPopUp to simplify the code - Remove an unused menu to select "warp mode" - The focus mode is not stored in the mouse settings file (config/settings_Mouse_settings), it is in another file (config/settings/system/app_server/mouse). This file is not read or written directly by mouse preferences, but we get the settings by asking app_server. However, the code to get these was missing in one place, resulting in these settings not being correctly initialized.
Fixes #16524
Change-Id: Ia1efc235c9d1a5408e3c6abc2526da7a0a639fa4 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3796 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
|
H A D | InputMouse.cpp | ace584913dae5dcb3222e0074e4e3d6884e61a8d Sun Mar 14 12:40:54 UTC 2021 Adrien Destugues <pulkomandy@pulkomandy.tk> Input preferences: fix selection of focus mode
- Replace the popup menu with a BOptionPopUp to simplify the code - Remove an unused menu to select "warp mode" - The focus mode is not stored in the mouse settings file (config/settings_Mouse_settings), it is in another file (config/settings/system/app_server/mouse). This file is not read or written directly by mouse preferences, but we get the settings by asking app_server. However, the code to get these was missing in one place, resulting in these settings not being correctly initialized.
Fixes #16524
Change-Id: Ia1efc235c9d1a5408e3c6abc2526da7a0a639fa4 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3796 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
|
H A D | MouseSettings.cpp | ace584913dae5dcb3222e0074e4e3d6884e61a8d Sun Mar 14 12:40:54 UTC 2021 Adrien Destugues <pulkomandy@pulkomandy.tk> Input preferences: fix selection of focus mode
- Replace the popup menu with a BOptionPopUp to simplify the code - Remove an unused menu to select "warp mode" - The focus mode is not stored in the mouse settings file (config/settings_Mouse_settings), it is in another file (config/settings/system/app_server/mouse). This file is not read or written directly by mouse preferences, but we get the settings by asking app_server. However, the code to get these was missing in one place, resulting in these settings not being correctly initialized.
Fixes #16524
Change-Id: Ia1efc235c9d1a5408e3c6abc2526da7a0a639fa4 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3796 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
|