Here is an ugly patch. Maybe the font is too big?
0006-Add-red-labels-to-assistant.patch
Youness Alaoui wrote:
> Removed:
> - Make sure that the 'has webcam' capability is enabled if the user didn't
> disable the webcam in farsight.
> - Try to figure out why webcam session does not work sometimes, are the
> ffenc_h263 'rtp-payload-size' and the rtph263pay 'modea-only' element
> properties set correctly? can we decrease ffmpeg's quality to decrease the
> payload size? (a single GOB's size is sometimes superior to the MTU.. unless
> we use a much lower resolution, we can't do it.. ffmpeg's implementation
> isn't very size efficient..)
> New TODO:
> - Add big/bold/red warnings on the assistant pages : "This conference is
> *ONLY* for the [trans webcam/voiceclips/av] feature"
> - Add translation for new assistant keys
>
>
--
Regards, Pablo.
Index: lang/langen
===================================================================
--- lang/langen (revision 11513)
+++ lang/langen (working copy)
@@ -61,6 +61,7 @@
assistantaoutput Choose your output device, and try playing this file to test it.
assistantawarn You won't be able to record yourself, or speak to your friends. You may find answers on how to install this extension on our Wiki:
assistantfinetunepic Change the following settings to adjust the image quality of your webcam
+assistantnote NOTE: this configuration is only for the $1 feature
assistantselectcam Select your webcam from the list
assistantstarting Starting the Assistant
assistanttitle Audio and Video assistant
@@ -89,6 +90,7 @@
autoresizedp Automatically resize display pictures to default size
autovideosrcdesc Automatically detect the webcam capture device on your system
autovideosinkdesc Automatically detect the best video output method for your system
+av Video Conference
avaccepted Video Conference call accepted
avcanceled Video Conference call canceled
avgotinvitation Received Video Conference invitation from $1
@@ -1046,6 +1048,7 @@
viewprofile View Profile
viewspace View space items
view View
+voiceclip Voice Clip
volume Volume
wanttosharecam I want to make my webcam available to others
webcamcanceled The webcam session with $1 has been canceled
Index: assistant.tcl
===================================================================
--- assistant.tcl (revision 11513)
+++ assistant.tcl (working copy)
@@ -1153,6 +1153,11 @@
pack $contentf.desc -pady 20
#to get a nice wrapping
bind $contentf.desc <Configure> [list %W configure -wraplength %w]
+
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans webcam] ] \
+ -fg red -font bigfont
+ pack $contentf.note -pady 20 -side bottom
if {![info exists lowrescam]} {
set lowrescam [::config::getKey lowrescam]
@@ -1479,6 +1484,11 @@
pack $contentf.desc -pady 10
#to get a nice wrapping
bind $contentf.desc <Configure> [list %W configure -wraplength %w]
+
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans webcam] ] \
+ -fg red -font bigfont
+ pack $contentf.note -pady 10 -side bottom
#create the left frame (for the comboboxes)
set leftframe $contentf.left
@@ -1681,7 +1691,12 @@
pack $contentf.desc -pady 20
#to get a nice wrapping
bind $contentf.desc <Configure> [list %W configure -wraplength %w]
-
+
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans webcam] ] \
+ -fg red -font bigfont
+ pack $contentf.note -pady 20 -side bottom
+
#create the left frame (for the comboboxes)
set leftframe $contentf.left
frame $leftframe -bd 0
@@ -1852,6 +1867,10 @@
pack $contentf.desc -pady [list 20 0]
#to get a nice wrapping
bind $contentf.desc <Configure> [list %W configure -wraplength %w]
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans voiceclip]s ] \
+ -fg red -font bigfont
+ pack $contentf.note -pady 10 -side bottom
#create the left frame (for the comboboxes)
set leftframe $contentf.left
@@ -2067,6 +2086,11 @@
pack $contentf.desc -pady [list 20 0]
#to get a nice wrapping
bind $contentf.desc <Configure> [list %W configure -wraplength %w]
+
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans voiceclip]s ] \
+ -fg red -font bigfont
+ pack $contentf.note -pady 20 -side bottom
#create the left frame (for the comboboxes)
set leftframe $contentf.left
@@ -2262,6 +2286,11 @@
-image [::skin::loadPixmap smallanim] -compound right
pack $contentf.fslabel
+
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans av] ] \
+ -fg red -font bigfont
+ pack $contentf.note -side bottom
if {$firsttime} {
::MSNSIP::TestFarsight [list ::AVAssistant::StepFarsightClBk $assistant $contentf $is_audio] "::AVAssistant::appendFarsightDetails"
@@ -2876,6 +2905,11 @@
-text [trans farsightextchecking] -image [::skin::loadPixmap yes-emblem] \
-compound right
pack $contentf.fslabel
+
+ #note for users not to get bored of configuring it several times
+ label $contentf.note -justify left -text [trans assistantnote [trans av] ] \
+ -fg red -font bigfont
+ pack $contentf.note -side bottom
::AVAssistant::StepFarsightClBk $assistant $contentf $is_audio 1
}
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel