From: <dom...@us...> - 2015-12-29 16:29:08
|
Revision: 837 http://sourceforge.net/p/fvwm-crystal/code/837 Author: dominique_libre Date: 2015-12-29 16:29:05 +0000 (Tue, 29 Dec 2015) Log Message: ----------- commented show the sound card into the volume tooltip Modified Paths: -------------- ChangeLog fvwm/components/functions/Mixer Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-28 18:22:40 UTC (rev 836) +++ ChangeLog 2015-12-29 16:29:05 UTC (rev 837) @@ -3,6 +3,9 @@ Version 3.4.0 ------------- +mardi 29 décembre 2015 + functions/Mixer: commented show the sound card into the volume tooltip. + lundi 28 décembre 2015 functions/Feedback: remove launch of $BROWSER FvwmForm Editor at first Crystal startup, it is into the Preferences Editor. Modified: fvwm/components/functions/Mixer =================================================================== --- fvwm/components/functions/Mixer 2015-12-28 18:22:40 UTC (rev 836) +++ fvwm/components/functions/Mixer 2015-12-29 16:29:05 UTC (rev 837) @@ -223,6 +223,7 @@ DestroyFunc Volume-Tooltip AddToFunc Volume-Tooltip + I PipeRead '$[FVWM_SYSTEMDIR]/scripts/AmixerCurrentdBVolume $[infostore.SoundCard] $[infostore.SoundDevice]' -+ I PipeRead 'echo "Fvwm-Tooltip Volume \\"$[gt.Sound Card] $[infostore.SoundCard] $[infostore.MixerControl]\\" \\"$[infostore.CurrentdBVolume] dB\\" +$(($[vp.width]/2))-$(($[vp.height]/2)) 20 750"' ++ I PipeRead 'echo "Fvwm-Tooltip Volume \\"$[infostore.MixerControl]\\" \\"$[infostore.CurrentdBVolume] dB\\" +$(($[vp.width]/2))-$(($[vp.height]/2)) 20 750"' +#+ I PipeRead 'echo "Fvwm-Tooltip Volume \\"$[gt.Sound Card] $[infostore.SoundCard] $[infostore.MixerControl]\\" \\"$[infostore.CurrentdBVolume] dB\\" +$(($[vp.width]/2))-$(($[vp.height]/2)) 20 750"' # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |