]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/extrapanel.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / extrapanel.cpp
index 224e34cbf68a6bbbf83aadc155c82ca6d48ca915..8203e53bc32a3125992b82d2c28362dc3227d058 100644 (file)
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/aout.h>
-#include <aout_internal.h>
-#include <vlc/vout.h>
-#include <vlc/intf.h>
+#include <vlc_aout.h>
+#include <vlc_vout.h>
+#include <vlc_interface.h>
 
 #include <math.h>
 
@@ -38,8 +37,8 @@
  * Local class declarations.
  *****************************************************************************/
 
-#define SMOOTH_TIP N_( "Move bands together. The higher this value is, the " \
-                "more correlated their movement will be." )
+#define SMOOTH_TIP N_( "Controls the blending of equalizer bands. The higher" \
+            " this value is, the more correlated their movement will be." )
 
 static int IntfBandsCallback( vlc_object_t *, char const *,
                               vlc_value_t, vlc_value_t, void * );
@@ -146,11 +145,12 @@ struct filter {
 static const struct filter vfilters[] =
 {
     { "clone", N_("Image clone"), N_("Creates several clones of the image") },
-    { "distort", N_("Distortion"), N_("Adds distorsion effects") },
-    { "invert", N_("Image inversion") , N_("Inverts the image colors") },
-    { "motionblur", N_("Blurring"), N_("Creates a motion blurring on the image") },
+    { "distort", N_("Distortion"), N_("Adds distortion effects") },
+    { "invert", N_("Image inversion") , N_("Inverts the colors of the image") },
+    { "motionblur", N_("Blurring"), N_("Adds motion blurring to the image") },
     { "transform",  N_("Transformation"), N_("Rotates or flips the image") },
     { "magnify",  N_("Magnify"), N_("Magnifies part of the image") },
+    { "puzzle",  N_("Puzzle"), N_("Turns the image into a puzzle") },
     { NULL, NULL, NULL } /* Do not remove this line */
 };
 
@@ -201,7 +201,7 @@ wxPanel *ExtraPanel::VideoPanel( wxWindow *parent )
 
     /* Create static box to surround the adjust controls */
     wxStaticBox *adjust_box =
-           new wxStaticBox( panel, -1, wxU(_("Adjust Image")) );
+           new wxStaticBox( panel, -1, wxU(_("Image adjustment" )) );
     wxStaticBoxSizer *adjust_sizer =
         new wxStaticBoxSizer( adjust_box, wxVERTICAL );
     adjust_sizer->SetMinSize( -1, 50 );
@@ -314,7 +314,7 @@ wxPanel *ExtraPanel::VideoPanel( wxWindow *parent )
 
     filter_sizer->Add( t_col_sizer );
     filter_sizer->Add( new wxButton( panel, FiltersInfo_Event,
-                            wxU(_("More info" ) ) ), 0, wxALL, 4 );
+                            wxU(_("More Info" ) ) ), 0, wxALL, 4 );
 #if 0
     other_sizer->Add( video_sizer, 0, wxALL | wxEXPAND , 0);
     other_sizer->Add( filter_sizer, 0, wxALL | wxEXPAND , 0);
@@ -394,13 +394,13 @@ wxPanel *ExtraPanel::AudioPanel( wxWindow *parent )
 
     wxCheckBox * headphone_check = new wxCheckBox( panel, HeadPhone_Event,
                                     wxU(_("Headphone virtualization")));
-    headphone_check->SetToolTip( wxU(_("This filter gives the feeling of a "
-             "5.1 speakers set when using a headphone." ) ) );
+    headphone_check->SetToolTip( wxU(_("Imitates the effect of "
+             "surround sound when using headphones." ) ) );
 
     wxCheckBox * normvol_check = new wxCheckBox( panel, NormVol_Event,
                                     wxU(_("Volume normalization")));
-    normvol_check->SetToolTip( wxU(_("This filter prevents the audio output "
-                         "power from going over a defined value." ) ) );
+    normvol_check->SetToolTip( wxU(_("Prevents the audio output "
+                         "level from going over a predefined value." ) ) );
 
     wxStaticText *normvol_label = new wxStaticText( panel, -1,
                                    wxU( _("Maximum level") ) );
@@ -464,7 +464,7 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
     eq_chkbox =  new wxCheckBox( panel, EqEnable_Event,
                             wxU(_("Enable") ) );
     eq_chkbox->SetToolTip( wxU(_("Enable the equalizer. You can either "
-    "manually change the bands or use a preset (Audio Menu->Equalizer)." ) ) );
+    "manually adjust the bands or use a preset (Audio Menu->Equalizer)." ) ) );
     top_sizer->Add( eq_chkbox, 0, wxALL, 2 );
 
     eq_2p_chkbox =  new wxCheckBox( panel, Eq2Pass_Event,
@@ -482,13 +482,13 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
     top_sizer->Add( eq_restoredefaults_button, 0, wxALL, 2 );
     top_sizer->Add( 0, 0, 1, wxALL, 2 );
 
-    smooth_text = new wxStaticText( panel, -1, wxU( "Smooth :" ));
-    smooth_text->SetToolTip( wxU( SMOOTH_TIP ) );
+    smooth_text = new wxStaticText( panel, -1, wxU( _("Smooth :") ));
+    smooth_text->SetToolTip( wxU( _(SMOOTH_TIP) ) );
     top_sizer->Add( smooth_text, 0, wxALL, 2 );
 
     smooth_slider =new wxSlider( panel, Smooth_Event, 0, 0, 10 ,
                     wxDefaultPosition, wxSize( 100, -1 ) );
-    smooth_slider->SetToolTip( wxU( SMOOTH_TIP ) );
+    smooth_slider->SetToolTip( wxU( _(SMOOTH_TIP) ) );
     top_sizer->Add( smooth_slider, 0, wxALL, 2 );
     i_smooth = 0;
 
@@ -513,7 +513,7 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
         eq_gridsizer->Add( band_sliders[i], 1, wxEXPAND|wxALL, 2 );
     }
 
-    preamp_text = new wxStaticText( panel, -1, wxT( "Preamp\n12.0dB" ) );
+    preamp_text = new wxStaticText( panel, -1, wxU( _("Preamp\n12.0dB") ) );
     wxFont font= preamp_text->GetFont();
     font.SetPointSize(7);
     preamp_text->SetFont( font );
@@ -550,7 +550,7 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
         psz_af = var_GetString( p_aout, "audio-filter" );
         if( var_GetBool( p_aout, "equalizer-2pass" ) )
             eq_2p_chkbox->SetValue( true );
-       vlc_object_release( p_aout );
+    vlc_object_release( p_aout );
     }
     else
     {
@@ -980,7 +980,7 @@ void ExtraPanel::OnAdjustUpdate( wxScrollEvent &event)
 /* FIXME */
 void ExtraPanel::OnRatio( wxCommandEvent& event )
 {
-   config_PutPsz( p_intf, "aspect-ratio", ratio_combo->GetValue().mb_str() );
+   config_PutPsz( p_intf, "aspect-ratio", ratio_combo->GetValue().mb_str(wxConvUTF8) );
 }
 
 
@@ -996,17 +996,15 @@ void ExtraPanel::OnSelectFilter(wxCommandEvent& event)
 
 void ExtraPanel::OnFiltersInfo(wxCommandEvent& event)
 {
-    wxMessageBox( wxU( _("Video effects filters to apply. "
+    wxMessageBox( wxU( _("Filtering effects to apply to the video. "
                   "You must restart the stream for these settings to "
-                  "take effect.\n"
-                  "To configure the filters, go to the Preferences, "
-                  "and go to Video/Filters. "
-                  "You can then configure each filter.\n"
-                  "If you want fine control over the filters ( to choose "
-                  "the order in which they are applied ), you need to enter "
-                  "manually a filters string (Preferences / Video / Filters)."
+                  "take effect.\n\n"
+                  "To configure these filters, go to Preferences / Video / "
+                  "Filters. In order to control the order in which they "
+                  "are applied, enter a filters string in the Video Filter "
+                  "Module inside the preferences."
                   ) ),
-                    wxU( _("More information" ) ), wxOK | wxICON_INFORMATION,
+                    wxU( _("More Information" ) ), wxOK | wxICON_INFORMATION,
                     this->p_parent );
 }
 /**********************************