Dean Herbert
|
b541550ea9
|
Avoid initial synchronous dropdown population overhead in AudioDevicesSettings
|
2021-08-16 19:47:41 +09:00 |
|
Dean Herbert
|
8d051d9fa0
|
Avoid multiple synchronous overheads in SettingsItem
|
2021-08-16 19:47:41 +09:00 |
|
Dean Herbert
|
c0130da235
|
Avoid running initial layout transform in LayoutSettings
|
2021-08-16 19:47:41 +09:00 |
|
Dan Balasescu
|
4d31d07c51
|
Merge branch 'master' into open-tablet-driver-faq
|
2021-08-16 13:46:43 +09:00 |
|
Salman Ahmed
|
c8fb796660
|
Fix settings notice text class tinting everything with yellow
|
2021-08-14 20:14:28 +03:00 |
|
kj415j45
|
c2bbe17562
|
Rename element in OsuSettings enum
`ShowProgressGraph` -> `ShowDifficultyGraph`
|
2021-08-14 22:35:15 +08:00 |
|
Salman Ahmed
|
f43ab323ff
|
Add shared class for notice text in settings
|
2021-08-13 11:12:44 +03:00 |
|
Salman Ahmed
|
cd842ccef8
|
Improve message
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2021-08-13 10:15:50 +03:00 |
|
Salman Ahmed
|
543f6039e2
|
Display on Windows and Linux only
|
2021-08-13 09:26:53 +03:00 |
|
Salman Ahmed
|
c5ee8753b4
|
Notify users to read OpenTabletDriver's FAQ when tablet not detected
|
2021-08-13 09:20:52 +03:00 |
|
Jamie Taylor
|
9b7bb37244
|
Add hover+select sounds to some components that are missing them
|
2021-07-30 21:35:28 +09:00 |
|
Dean Herbert
|
c8944b62ec
|
Update incorrect linked comment
|
2021-07-26 17:28:58 +09:00 |
|
Dean Herbert
|
075507648a
|
Show warning for linux as well
|
2021-07-26 17:28:58 +09:00 |
|
Dean Herbert
|
b70bd7689e
|
Add warning about using high precision mouse on macOS
|
2021-07-26 17:00:06 +09:00 |
|
Dean Herbert
|
af9f910a12
|
Change WarningText to accept LocalisableString
Can't work just yet, but best to have the flow in place to maintain 100%
localisation on classes which were already localised.
|
2021-07-26 16:59:29 +09:00 |
|
Joseph Madamba
|
dce47917fd
|
Fix ruleset icons overflowing from settings footer
|
2021-07-23 19:07:54 -07:00 |
|
Bartłomiej Dach
|
b1087d14f3
|
Merge branch 'master' into skin-editor-button-access
|
2021-07-22 22:49:44 +02:00 |
|
Bartłomiej Dach
|
986910a7e4
|
Annotate dependency as possibly-null
|
2021-07-22 22:43:35 +02:00 |
|
Anton Kovalyov
|
bfad044b00
|
Remove unused imports.
|
2021-07-20 21:57:55 -07:00 |
|
Anton Kovalyov
|
2b0d530075
|
Eliminate Overlay.KeyBinding namespace and move everything to Settings.Section.Input
|
2021-07-20 21:18:24 -07:00 |
|
Dean Herbert
|
9c4fbf45e9
|
Add the ability to enter and exit the skin editor via on-screen buttons
|
2021-07-20 19:36:12 +09:00 |
|
Dean Herbert
|
7df7137c88
|
Add localisation support for remaining input settings sections
|
2021-07-16 23:03:55 +09:00 |
|
Dean Herbert
|
3f3adfe297
|
Add localisation support for MouseSettings
|
2021-07-15 13:09:51 +09:00 |
|
Dean Herbert
|
5b91111eda
|
Update SettingsSubsection.Header to accept a LocalisableString
|
2021-07-15 13:09:51 +09:00 |
|
Dean Herbert
|
687c9aa33d
|
Add tooltip and keywords for "high precision" setting
|
2021-07-15 12:37:52 +09:00 |
|
Bartłomiej Dach
|
6f89f8e572
|
Merge branch 'master' into da-mod-refactor
|
2021-07-10 11:41:54 +02:00 |
|
Dean Herbert
|
fcee69ffe6
|
Fix ShowsDefaultIndicator not actually being consumed
|
2021-07-08 17:48:08 +09:00 |
|
Bartłomiej Dach
|
f45418dde7
|
Replace game-side directory/file selector with framework extensions
|
2021-07-06 22:11:54 +02:00 |
|
Dean Herbert
|
f7aba7360a
|
Merge pull request #13654 from Henry-YSLin/fix-invisible-number-box
Refactor `SeedSettingsControl` and `SettingsNumberBox`
|
2021-06-28 16:07:30 +09:00 |
|
Dean Herbert
|
eeb56970ef
|
Make OutlinedNumberBox private and nested again
|
2021-06-28 15:24:55 +09:00 |
|
Henry Lin
|
3d19364a71
|
Use BindValueChanged instead of setting the value in property setter
|
2021-06-28 11:20:00 +08:00 |
|
Henry Lin
|
0cceef8da5
|
Moved the string to int? conversion logic into SettingsNumberBox
|
2021-06-28 11:00:07 +08:00 |
|
Henry Lin
|
3b822cd5cf
|
Refactor SeedSettingsControl and related controls
|
2021-06-26 11:19:14 +08:00 |
|
Bartłomiej Dach
|
50c27d2635
|
Update usages of IHasTooltip in line with framework localisation changes
|
2021-06-25 19:10:04 +02:00 |
|
Bartłomiej Dach
|
cc5145a131
|
Fix languages with a sub-language part not working properly
|
2021-06-16 11:10:03 +02:00 |
|
Bartłomiej Dach
|
d298e95df7
|
Limit maximum height of settings enum dropdowns
|
2021-06-16 10:25:50 +02:00 |
|
Pasi4K5
|
ef9cb2c958
|
Rename nested classes
|
2021-06-12 18:37:31 +02:00 |
|
Pasi4K5
|
b79d57b68c
|
Move OsuSettingsNumberBox into SettingsNumberBox
|
2021-06-12 17:57:40 +02:00 |
|
Pasi4K5
|
c728f673d6
|
Rename classes
|
2021-06-12 17:37:01 +02:00 |
|
Pasi4K5
|
29f3880415
|
Move classes into SettingsTextBox
|
2021-06-12 17:34:02 +02:00 |
|
Pasi4K5
|
fe39a47797
|
Add OsuModSettingsTextBox and OsuModSettingsNumberBox
|
2021-06-12 00:34:53 +02:00 |
|
Dean Herbert
|
20759657de
|
Rename configuration variables and refactor lots more
|
2021-06-11 16:37:31 +09:00 |
|
Dean Herbert
|
c00f9ae4b7
|
Reword settings text
|
2021-06-11 16:11:37 +09:00 |
|
Craftplacer
|
39c3b08fc7
|
Merge remote-tracking branch 'upstream/master' into chat-mention
|
2021-06-05 11:18:06 +02:00 |
|
Dean Herbert
|
98fa5b67d6
|
Merge branch 'master' into single-bind-reset-button
|
2021-05-26 17:01:16 +09:00 |
|
Dean Herbert
|
88bdd8a7b7
|
Update some out of date code pieces
|
2021-05-26 16:01:21 +09:00 |
|
Dean Herbert
|
52ca2f4797
|
Merge branch 'master' into chat-mention
|
2021-05-26 16:00:26 +09:00 |
|
Dean Herbert
|
b13a68592f
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-22 17:07:23 +09:00 |
|
Dean Herbert
|
b0a113a36b
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-21 17:57:54 +09:00 |
|
Dean Herbert
|
2958b9adf4
|
Merge branch 'master' into import-from-stable-select-location
|
2021-05-21 17:37:34 +09:00 |
|