Dean Herbert
|
484a95229e
|
Update toast implementations temporarily to expedite getting tests back in line
|
2021-10-11 16:36:04 +09:00 |
|
Dean Herbert
|
49b341daff
|
Remove HoverTarget shared state update path
Felt quite convoluted to follow. Have just duplicated the single shared
line instead.
|
2021-10-10 11:55:47 +09:00 |
|
Dean Herbert
|
ccc6d8ff40
|
Improve the animation of the active indicator
|
2021-10-10 11:34:01 +09:00 |
|
Bartłomiej Dach
|
fe26d8e8df
|
Share sidebar colouring logic by splitting out SidebarIconButton
|
2021-10-10 00:34:12 +02:00 |
|
Bartłomiej Dach
|
b8616bf910
|
Adjust appearance of keybinding subpanel
|
2021-10-10 00:34:12 +02:00 |
|
Bartłomiej Dach
|
855a74b8a0
|
Adjust vertical spacings in individual subsections
|
2021-10-10 00:34:11 +02:00 |
|
Bartłomiej Dach
|
e23a54f1e6
|
Adjust setting section appearance & spacings
|
2021-10-10 00:31:01 +02:00 |
|
Bartłomiej Dach
|
4c293b637f
|
Restyle settings panel header
|
2021-10-09 23:40:15 +02:00 |
|
Bartłomiej Dach
|
315581f4c8
|
Adjust horizontal spacing in settings panel
|
2021-10-09 23:40:15 +02:00 |
|
Bartłomiej Dach
|
f6df93f013
|
Introduce basic parts of colour scheme to settings sidebar
|
2021-10-09 23:40:14 +02:00 |
|
Dan Balasescu
|
9be56829c9
|
Merge pull request #14935 from Susko3/fix-SettingsTextBox-using-null-as-default
Fix usages of `SettingsTextBox` having `null` as the default
|
2021-10-08 18:36:02 +09:00 |
|
Dean Herbert
|
9dc035757f
|
Fix weird textbox behaviour when entering a random mod seed overflowing int backing
|
2021-10-08 14:01:36 +09:00 |
|
Dean Herbert
|
2856aef4eb
|
Add exception to catch any incorrect defaults of Bindable<string>
|
2021-10-08 13:52:38 +09:00 |
|
Dean Herbert
|
e578046b20
|
Rename Filter -> AudioFilter
|
2021-10-07 18:50:08 +09:00 |
|
Dean Herbert
|
0348c6c7e5
|
Apply some renaming and code quality fixes
|
2021-10-07 18:49:22 +09:00 |
|
Dean Herbert
|
f98dd1b811
|
Merge branch 'master' into popup-filter-effect
|
2021-10-07 18:40:21 +09:00 |
|
Jamie Taylor
|
266e62794e
|
Tweak cutoff effect for new Q value
|
2021-10-06 11:52:05 +09:00 |
|
Dan Balasescu
|
4bbff2ebf7
|
Merge branch 'master' into new-interfaces
|
2021-10-06 11:38:17 +09:00 |
|
Dan Balasescu
|
9491e5a547
|
Merge pull request #14954 from peppy/rename-result-response
Rename `APIRequest.Result` to `Response`
|
2021-10-06 10:52:33 +09:00 |
|
Bartłomiej Dach
|
a5b07ce4fe
|
Fix backwards containment check in chat channel load callback
|
2021-10-05 20:53:06 +02:00 |
|
Dean Herbert
|
2be44188ef
|
Add missing null checks
|
2021-10-05 17:59:38 +09:00 |
|
Dean Herbert
|
d3b9660148
|
Move common interface implementations to extension methods
|
2021-10-05 14:41:14 +09:00 |
|
Dean Herbert
|
b41fa41c85
|
Rename APIRequest.Result to Response
|
2021-10-05 14:28:56 +09:00 |
|
Dean Herbert
|
853cf6feaa
|
Rename last remaining BeatmapInfo Beatmap usage
|
2021-10-04 17:35:53 +09:00 |
|
Dan Balasescu
|
5937a93e2d
|
Merge pull request #14949 from peppy/login-error-display
Show login failure messages on login form
|
2021-10-04 17:23:11 +09:00 |
|
smoogipoo
|
69c2b7dc59
|
Merge branch 'master' into rename-beatmap-info-beatmap-fields
|
2021-10-04 16:03:22 +09:00 |
|
Dean Herbert
|
266b4c7124
|
Expose login errors from IAPIProvider and show on the login form
|
2021-10-04 15:40:24 +09:00 |
|
Dean Herbert
|
5aaafce597
|
Make AuthenticateWithLogin throw instead of return a bool success status
|
2021-10-04 15:40:00 +09:00 |
|
smoogipoo
|
bc984dff4f
|
Fix typo
|
2021-10-04 15:35:28 +09:00 |
|
Dean Herbert
|
c19c2335ec
|
Remove added schedule due to changing flow
|
2021-10-04 14:58:54 +09:00 |
|
Dean Herbert
|
c6aba3e78b
|
Ensure a DrawableChannel is not attempted to be added after disposal
|
2021-10-04 14:44:16 +09:00 |
|
Susko3
|
3e403cfe03
|
Add comment explaining the purpose of the empty FilterTerms
|
2021-10-02 19:16:46 +02:00 |
|
Dean Herbert
|
ec61c3c5ee
|
Rename all remaining cases
|
2021-10-03 00:55:29 +09:00 |
|
Susko3
|
d55836c0b2
|
Make ResetButton no longer part of search filtering
The button will now appear if and only if all the bindings in its section are visible (not filtered out by the search)
|
2021-10-02 15:10:30 +02:00 |
|
Dean Herbert
|
973c31132b
|
Rename BeatmapInfo variables which were named beatmap for clarity
|
2021-10-02 12:45:34 +09:00 |
|
Jamie Taylor
|
2a4a376b87
|
Refactor Filter to behave closer to a Transformable
|
2021-10-02 01:32:47 +09:00 |
|
Dean Herbert
|
9fa901f6aa
|
Refine RealmContext implementation API
|
2021-09-30 23:56:38 +09:00 |
|
Jamie Taylor
|
f55c4ac640
|
IsLoaded check no longer required
|
2021-09-29 21:05:46 +09:00 |
|
Jamie Taylor
|
2608d193a9
|
Refactor Filter component to be more re-usable
|
2021-09-29 20:30:01 +09:00 |
|
Jamie Taylor
|
94e2dbd7e7
|
Add a low-pass filter effect to music when certain popup dialogs are shown
|
2021-09-29 20:30:00 +09:00 |
|
Dean Herbert
|
6b698047ab
|
Fix DialogOverlay potentially not expiring dialogs as soon as it should
|
2021-09-23 19:19:03 +09:00 |
|
Bartłomiej Dach
|
ab213e2010
|
Add missing licence headers
|
2021-09-19 21:09:03 +02:00 |
|
Dean Herbert
|
50f155e4b9
|
Move login panel related files to own namespace and tidy up class nesting
|
2021-09-17 18:34:16 +09:00 |
|
Joseph Madamba
|
2983d54682
|
Fix wiki main page blurb overflowing at higher ui scale
|
2021-09-16 17:32:23 -07:00 |
|
Dean Herbert
|
fde7c88999
|
Merge branch 'master' into update-framework
|
2021-09-16 22:49:02 +09:00 |
|
Dean Herbert
|
df786afb24
|
Merge pull request #14763 from kj415j45/localisation-settings-GlobalAction
Add localisation for Settings-KeyBindings-GlobalActions
|
2021-09-16 21:08:00 +09:00 |
|
smoogipoo
|
f9d5abff8a
|
Update with keybinding changes
|
2021-09-16 18:26:12 +09:00 |
|
kj415j45
|
51997fa533
|
Add localisation for GlobalActions
|
2021-09-16 16:02:04 +08:00 |
|
AbstractQbit
|
f0439ef50b
|
Remove unnecessary AllowTrackAdjustments overrides, add true to SongSelect
|
2021-09-15 13:12:57 +03:00 |
|
AbstractQbit
|
b9193aae6d
|
Make IOsuScreen.AllowTrackAdjustments nullable
Allows for inheriting value from the previous screen if undefined
|
2021-09-14 17:37:57 +03:00 |
|