Achim Kalwa
unread,May 13, 2021, 1:16:00 PM5/13/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Just a small issue, but very annoying (for me):
Several actions in the client are notified with a small sound, which are all played with different audio volumes. Each notification gets its own volume control slider in the sound mixer (see screenshot). This is because in SVNProgressDlg.cpp all calls to PlaySound() do not use the SND_SYSTEM flag. If this flag would be specified, the sound is assigned to the audio session for system notification sounds.
My proposal is to use SND_SYSTEM either as the new default; or make it an advanced configure option. There is already a "PlaySound" option, which could be converted from Boolean to Integer and interpreted like this:
0 = Off (former "false")
1 = On (former "true"), call PlaySound without SND_SYSTEM like current version
2 = On (New), using the SND_SYSTEM flag.
Thanks for reading,
Achim
TSVN Commit Failed Sound.png
TSVN Update Finished Sound.png