scummvm/audio
aryanrawlani28 68d01321d6 GUI: U32: Downscale changes of U32, fix review issues
This commit addresses a range of changes, within scummvm subproject.

- Audio files, like mididrv, remove U32String based name and identifier, because ASCII only.
- mididrv.cpp had some wrong format for warning messages, fix those
- Message dialogs were modified to use default arguments more often, but reverting back to the orignal to minimize changes.
- SetTooltip has a fake constructor that takes in a string, and use it.
- U32Format had some break statements missing, add those.
- RemapWidget: Use fake constructor for setLabel and setTooltip, to make minimal changes
- SDL: setting text in clipboard no longer uses SDL_iconv_string
- TTS: Override base class "say" with strings, so tts->say can be used with normal strings too.
- About dialog: fix incorrect code for u32string variables
- Fix some extra brackets
- Some buttons were incorrectly removed from using translated labels, revert those
- Message Dialog: Pass default and alt buttons as const references
- Saveload Dialog: Use translations in missing places, use const-references. Also, use translations in a correct manner.
- Use const references for tooltip in GraphicsWidget, EditTextWidget, error.cpp
- DomainEditTextWidget: Use U32String for text
2020-08-30 14:43:41 +02:00
..
decoders
mods
softsynth GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
soundfont
adlib.cpp
alsa_opl.cpp
audiostream.cpp
audiostream.h
fmopl.cpp
fmopl.h
mididrv.cpp GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
mididrv.h GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
midiparser_qt.cpp
midiparser_qt.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp
midiparser.h
midiplayer.cpp
midiplayer.h
miles_adlib.cpp
miles_midi.cpp
miles.h
mixer_intern.h
mixer.cpp
mixer.h
module.mk
mpu401.cpp
mpu401.h
musicplugin.cpp GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
musicplugin.h GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
null.cpp
null.h
opl2lpt.cpp
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h
timestamp.cpp
timestamp.h