Commit Graph

1166 Commits

Author SHA1 Message Date
060d80efbe Continue showing progress bar on direct panels when importing
Previously the progrress bar would fade out once downloads completed, which felt unintuitive.
2018-01-22 13:05:07 +09:00
c4feb67bce Using field properties to set mute / unmute instead of separate methods 2018-01-20 11:45:04 +01:00
4a85266fca Using BindableBool to mute the volume when it's value changes 2018-01-18 17:23:02 +01:00
9c09b33e4e Removed no longer used "lastVolume" field 2018-01-17 23:17:59 +01:00
18ff57fdf9 Inline changing mute icon properties with object creation 2018-01-17 21:09:46 +01:00
a8fb732256 Added muted/unmuted icon 2018-01-17 20:43:08 +01:00
1440edbf8b Use AudioManager adjustments to mute volume 2018-01-17 17:15:13 +01:00
ac41cb59ea Typo fix, removed unnecessary braces 2018-01-17 14:36:33 +01:00
38c5434b82 Remove placeholder methods in OsuGame
Let's add these when they can actually be implemented.
2018-01-17 20:32:20 +09:00
b27577e242 Add temporary browser handling of beatmap difficulty loading
until we have an api method to support this.
2018-01-17 19:37:20 +09:00
783ca40c64 Update with upstream changes 2018-01-17 16:51:47 +09:00
54b0f4b912 Merge branch 'master' into url-parsing-support 2018-01-17 16:16:55 +09:00
0340e4f8dc Option in settings to toggle mute/unmute when losing/gaining window focus 2018-01-16 20:33:30 +01:00
9277586907 Toggle mute/unmute keyboard shortcut 2018-01-16 17:46:54 +01:00
5212194e3f Merge remote-tracking branch 'ppy/master' into fix-cursor-hiding 2018-01-17 00:44:42 +09:00
5e1cd8ddc4 Apply conditionals directly rather than using an in-between property 2018-01-16 20:34:40 +09:00
02564db43f Merge remote-tracking branch 'origin/master' into fix-cursor-hiding 2018-01-16 20:20:47 +09:00
9b33499fe7 Merge remote-tracking branch 'upstream/master' into RefactorInputQueues 2018-01-16 20:04:34 +09:00
0459f0a069 Invert CanShowCursor conditional to fix cursor not showing in VisualTests 2018-01-16 13:40:02 +09:00
0796d33e66 Merge branch 'master' into fix-skipbutton-ordering 2018-01-15 15:54:18 +09:00
7c41925144 ProvidesUserCursor -> ProvidingUserCursor, and update xmldoc 2018-01-15 14:07:09 +09:00
43f8a8e8c5 Rename OsuCursorVisualiser -> CursorOverrideContainer 2018-01-15 14:00:13 +09:00
ae1adfd2f2 remove unnecessary empty lines
codefactor.io \(o.o)/
also one unnecessary semicolon
2018-01-12 19:30:34 +01:00
78441c05cb OsuCursorContainer -> OsuCursorVisualiser 2018-01-12 19:45:09 +09:00
34aee4fea0 Improve comments 2018-01-12 19:39:35 +09:00
16d739580b IProvideLocalCursor -> IProvideCursor 2018-01-12 19:37:03 +09:00
620e125fad Fix cursor being displayed on intro/disclaimer 2018-01-12 19:34:55 +09:00
45301d07fd Merge branch 'master' into url-parsing-support 2018-01-12 19:34:44 +09:00
5952f1e7f1 Adjust transforms for cursor transitions 2018-01-12 19:34:14 +09:00
188b26472c Merge remote-tracking branch 'upstream/master' into sliderbar-tooltip-precision 2018-01-12 18:54:36 +09:00
512e4d2c9f Rewrite the way that cursor overrides are done game-wide 2018-01-12 18:13:17 +09:00
2c67ff75ed added custom hoverclicksounds so links make sounds on hover&click 2018-01-11 18:52:50 +01:00
5cfb2c2ffe Make VolumeControlReceptor handle global input
Fixes volume not being able to be changed in dead areas of OverlayContainers.
2018-01-11 19:03:31 +09:00
c5c33e20bf OverlayContainer changes in-line with framework 2018-01-11 19:03:01 +09:00
d147683361 Cleanup 2018-01-10 17:39:15 +09:00
c010b48b29 Remove number format specified from OsuSliderBar, override ToolTipText
Better/cleaner solution.
2018-01-10 17:29:16 +09:00
17e7f75aca More osu!-side bindable fixes 2018-01-10 15:41:13 +09:00
3bf9901dd2 Fixed bugs and added tests 2018-01-09 16:11:45 +01:00
72624aea18 Use a better method of link compilation
Adds word wrap back, simplifies a lot.
2018-01-09 20:33:20 +09:00
1be0569743 Update licence headers 2018-01-09 14:34:52 +09:00
b035a92bda Merge branch 'master' into url-parsing-support 2018-01-09 14:28:20 +09:00
ae032cbf23 Support HandleKeyboardInput, HandleMouseInput, CanReceiveKeyboardInput, CanReceiveMouseInput properties 2018-01-07 23:40:00 +03:00
a1d94d7adf Merge branch 'master' into sliderbar-tooltip-precision 2018-01-05 20:48:30 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
cbf4852438 Expose a NumberFormatInfo for more extensibility 2018-01-05 14:26:10 +09:00
b84f83cf16 Trigger a value changed event when the number of digits changes 2018-01-05 14:26:10 +09:00
eaa2a007e7 Cleanup 2018-01-05 14:26:10 +09:00
08af3e6303 Make OsuSliderBar formatting support variable number of digits 2018-01-05 14:26:10 +09:00
ddc9edab54 Make OsuSliderBar support both float and double values 2018-01-05 14:26:10 +09:00
af86220dcc Merge remote-tracking branch 'origin/master' into update-branch 2018-01-05 12:08:50 +09:00