Commit Graph

51635 Commits

Author SHA1 Message Date
83e781d5a1 Allow localisation of PlaceholderText 2022-05-17 17:42:46 +09:00
c0de1f96ff Tidy up interaction toggling and add progress message 2022-05-17 17:33:54 +09:00
17e0105c2c Fix interaction with popover when textbox is disabled 2022-05-17 17:33:54 +09:00
03d3900a02 Fix incorrect default state of checkboxes 2022-05-17 17:33:54 +09:00
30fdbc3de0 Add safety against calling GetStableImportPaths when path doesn't exist 2022-05-17 17:33:54 +09:00
adc7b61240 Switch directory selector to use a semi-shared popover implementation 2022-05-17 17:33:54 +09:00
3ff0399281 Split out LabelledTextBoxWithPopover for reuse 2022-05-17 17:33:54 +09:00
8112416335 Assert that downloads are queued early enough to work 2022-05-17 17:33:54 +09:00
e2ea98693f Tidy up buttons and text 2022-05-17 17:33:54 +09:00
98e5ad44a7 Add OverlayColourProvider support to OsuDirectorySelector 2022-05-17 17:33:54 +09:00
4af1a788d1 Add locate stable button / screen 2022-05-17 15:55:53 +09:00
1593f05ff3 Tidy up checkbox implementation 2022-05-17 15:55:53 +09:00
13e70eab51 Allow cancellation of count operations and bypassing interactive location logic 2022-05-17 15:55:53 +09:00
1666d13d26 Add item counts to import screen 2022-05-17 15:55:53 +09:00
6448c97929 Allow retrieving count of available stable imports 2022-05-17 15:55:53 +09:00
4412fec41a Add import from stable screen 2022-05-17 15:55:52 +09:00
ef5b2233d7 Improve the first run progress button to show loading and completion status 2022-05-17 15:23:13 +09:00
d13c1d5d5a Merge pull request #18265 from frenzibyte/ios-indirect-event
Enable proper mouse support for osu! on iPadOS
2022-05-17 15:06:47 +09:00
ffbd4f7990 Merge pull request #18309 from peppy/sentry-tag-os-processor
Add sentry tags for operating system and processor count
2022-05-17 15:02:35 +09:00
bc294b8157 Add sentry tags for operating system and processor count
These would usually be in the log header, but right now that's not
conveyed. An example use case would be better understanding
https://sentry.ppy.sh/organizations/ppy/issues/846/?project=2&query=is%3Aunresolved&sort=freq&statsPeriod=14d,
where we currently don't know whether it is a desktop or mobile OS.
2022-05-17 12:53:14 +09:00
6f7c675dfe Merge pull request #18304 from ThePooN/action-sentry-release
👷 Push tagged releases to Sentry
2022-05-17 01:31:45 +09:00
d7aed77340 👷 Push tagged releases to Sentry 2022-05-16 16:01:42 +02:00
ff85ce84ec Merge pull request #18300 from peppy/add-ruleset-context-tags
Add ruleset context to sentry error reports
2022-05-16 17:21:39 +09:00
9331c62306 Also add realm ruleset count 2022-05-16 16:09:50 +09:00
5ec05a8653 Add tags for current screen and ruleset 2022-05-16 15:51:32 +09:00
8c9edee360 Add ruleset context to sentry error reports 2022-05-16 15:47:00 +09:00
328561f5c8 Merge pull request #18263 from frenzibyte/spotlight-beatmap-badge
Add support for "spotlight" label in beatmap overlay/listing
2022-05-15 12:32:20 +09:00
92ae652555 Enable indirect input events on iOS for proper mouse support 2022-05-14 22:07:42 +03:00
4bb06873d5 Move badge hierarchy declaration to constructor for safer access 2022-05-14 21:54:56 +03:00
351f5a30d0 Merge pull request #18264 from peppy/deselect-all-mods-key
Add key binding to deselect all mods
2022-05-14 20:48:42 +02:00
b6575c216b Allow selecting all mods at free mod select using ctrl+a 2022-05-15 03:25:14 +09:00
8a01050168 Refactor mod select button initialisation to allow shared usage of deselect button 2022-05-15 03:16:43 +09:00
282c8aec86 Fix typo in test step
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-05-15 03:09:15 +09:00
1878578196 Move todo comment to subclasses 2022-05-14 21:05:34 +03:00
441957e18e Convert get-only virtual properties to avoid DI order dependency 2022-05-14 21:05:34 +03:00
88ba84ac9c Replace Pill with Badge everywhere 2022-05-14 20:52:38 +03:00
6c3a4375c5 Fix case of "toggle mod select" string 2022-05-15 02:51:58 +09:00
a759cf2dab Add key binding to deselect all mods
Defaults to `Backspace`.
2022-05-15 02:51:58 +09:00
9bac33ec9f Integrate spotlight beatmap badge in listing cards 2022-05-14 19:47:31 +03:00
2878a6dcbe Integrate spotlight beatmap badge in info overlay 2022-05-14 19:47:10 +03:00
56d6cb5764 Add "spotlight" beatmap badge 2022-05-14 19:46:50 +03:00
c8bea6273b Abstractify beatmap badge logic to own class 2022-05-14 19:46:37 +03:00
d5027cdfbd Add FeaturedInSpotlight property to API beatmapsets 2022-05-14 19:46:13 +03:00
6e74244022 Merge pull request #18239 from peppy/editor-readability
Add lingering hitobject display to editor, replacing "Hit Animations" toggle
2022-05-14 01:04:21 +02:00
ab5c736da1 Merge branch 'master' into editor-readability 2022-05-13 21:10:48 +02:00
b533ed5e9b Merge pull request #18252 from peppy/editor-track-shortcuts
Add editor track traversal shortcut keys (`Z`-`V`)
2022-05-13 20:42:22 +02:00
a346456daf Add test coverage of new traversal keys 2022-05-14 03:01:42 +09:00
c4871ebcf4 Add editor track traversal keys (Z-V) 2022-05-14 02:50:51 +09:00
8edbc10155 Merge pull request #18249 from peppy/update-resources
Update resources
2022-05-13 23:13:39 +09:00
cf3ead8047 Remove unused local 2022-05-13 22:06:30 +09:00