qt4.cpp File Reference

Include dependency graph for qt4.cpp:


Defines

#define ADVANCED_PREFS_TEXT   N_( "Show advanced preferences over simple ones" )
#define ADVANCED_PREFS_LONGTEXT
#define SYSTRAY_TEXT   N_( "Systray icon" )
#define SYSTRAY_LONGTEXT
#define MINIMIZED_TEXT   N_( "Start VLC with only a systray icon" )
#define MINIMIZED_LONGTEXT
#define TITLE_TEXT   N_( "Show playing item name in window title" )
#define TITLE_LONGTEXT
#define FILEDIALOG_PATH_TEXT   N_( "Path to use in openfile dialog" )
#define NOTIFICATION_TEXT   N_( "Show notification popup on track change" )
#define NOTIFICATION_LONGTEXT
#define ADVANCED_OPTIONS_TEXT   N_( "Advanced options" )
#define ADVANCED_OPTIONS_LONGTEXT
#define OPACITY_TEXT   N_( "Windows opacity between 0.1 and 1." )
#define OPACITY_LONGTEXT
#define ERROR_TEXT   N_( "Show unimportant error and warnings dialogs" )
#define UPDATER_TEXT   N_( "Activate the updates availability notification" )
#define UPDATER_LONGTEXT
#define UPDATER_DAYS_TEXT   N_("Number of days between two update checks")
#define COMPLETEVOL_TEXT   N_( "Allow the volume to be set to 400%" )
#define COMPLETEVOL_LONGTEXT
#define SAVEVOL_TEXT   N_( "Automatically save the volume on exit" )
#define BLING_TEXT   N_( "Use non native buttons and volume slider" )
#define PRIVACY_TEXT   N_( "Ask for network policy at start" )
#define SLIDERCOL_TEXT   N_( "Define the colors of the volume slider " )
#define SLIDERCOL_LONGTEXT
#define QT_MODE_TEXT   N_( "Selection of the starting mode and look " )
#define QT_MODE_LONGTEXT
#define QT_NORMAL_MODE_TEXT   N_( "Classic look" )
#define QT_ALWAYS_VIDEO_MODE_TEXT   N_( "Complete look with information area" )
#define QT_MINIMAL_MODE_TEXT   N_( "Minimal look with no menus" )
#define QT_FULLSCREEN_TEXT   N_( "Show a controller in fullscreen mode" )

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
static int OpenDialogs (vlc_object_t *)
static int WindowOpen (vlc_object_t *)
static void WindowClose (vlc_object_t *)
static void Run (intf_thread_t *)
static void * Init (vlc_object_t *)
static void ShowDialog (intf_thread_t *, int, int, intf_dialog_args_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static int PopupMenuCB (vlc_object_t *p_this, const char *psz_variable, vlc_value_t old_val, vlc_value_t new_val, void *param)
static int WindowControl (vout_window_t *, int, va_list)
 Video output window provider.

Variables

static const int i_mode_list []
static const char *const psz_mode_list_text []
static QMutex windowLock
static QWaitCondition windowWait

Define Documentation

#define ADVANCED_OPTIONS_LONGTEXT

Value:

N_( "Show all the advanced options " \
                                      "in the dialogs." )

#define ADVANCED_OPTIONS_TEXT   N_( "Advanced options" )

#define ADVANCED_PREFS_LONGTEXT

Value:

N_( "Show advanced preferences and not simple "\
                                    "preferences when opening the preferences "\
                                    "dialog." )

#define ADVANCED_PREFS_TEXT   N_( "Show advanced preferences over simple ones" )

#define BLING_TEXT   N_( "Use non native buttons and volume slider" )

#define COMPLETEVOL_LONGTEXT

Value:

N_( "Allow the volume to have range from 0% to " \
                                 "400%, instead of 0% to 200%. This option " \
                                 "can distort the audio, since it uses " \
                                 "software amplification." )

#define COMPLETEVOL_TEXT   N_( "Allow the volume to be set to 400%" )

#define ERROR_TEXT   N_( "Show unimportant error and warnings dialogs" )

#define FILEDIALOG_PATH_TEXT   N_( "Path to use in openfile dialog" )

#define MINIMIZED_LONGTEXT

Value:

N_( "VLC will start with just an icon in " \
                               "your taskbar" )

#define MINIMIZED_TEXT   N_( "Start VLC with only a systray icon" )

#define NOTIFICATION_LONGTEXT

Value:

N_( \
    "Show a notification popup with the artist and track name when " \
    "the current playlist item changes, when VLC is minimized or hidden." )

#define NOTIFICATION_TEXT   N_( "Show notification popup on track change" )

#define OPACITY_LONGTEXT

Value:

N_( "Sets the windows opacity between 0.1 and 1 " \
                             "for main interface, playlist and extended panel."\
                             " This option only works with Windows and " \
                             "X11 with composite extensions." )

#define OPACITY_TEXT   N_( "Windows opacity between 0.1 and 1." )

#define PRIVACY_TEXT   N_( "Ask for network policy at start" )

#define QT_ALWAYS_VIDEO_MODE_TEXT   N_( "Complete look with information area" )

#define QT_FULLSCREEN_TEXT   N_( "Show a controller in fullscreen mode" )

#define QT_MINIMAL_MODE_TEXT   N_( "Minimal look with no menus" )

#define QT_MODE_LONGTEXT

Value:

N_( "Start VLC with:\n" \
                             " - normal mode\n"  \
                             " - a zone always present to show information " \
                                  "as lyrics, album arts...\n" \
                             " - minimal mode with limited controls" )

#define QT_MODE_TEXT   N_( "Selection of the starting mode and look " )

#define QT_NORMAL_MODE_TEXT   N_( "Classic look" )

#define SAVEVOL_TEXT   N_( "Automatically save the volume on exit" )

#define SLIDERCOL_LONGTEXT

Value:

N_( "Define the colors of the volume slider\n" \
                       "By specifying the 12 numbers separated by a ';'\n" \
            "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
            "An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")

#define SLIDERCOL_TEXT   N_( "Define the colors of the volume slider " )

#define SYSTRAY_LONGTEXT

Value:

N_( "Show an icon in the systray " \
                             "allowing you to control VLC media player " \
                             "for basic actions." )

#define SYSTRAY_TEXT   N_( "Systray icon" )

#define TITLE_LONGTEXT

Value:

N_( "Show the name of the song or video in the " \
                           "controler window title." )

#define TITLE_TEXT   N_( "Show playing item name in window title" )

#define UPDATER_DAYS_TEXT   N_("Number of days between two update checks")

#define UPDATER_LONGTEXT

Value:

N_( "Activate the automatic notification of new " \
                            "versions of the software. It runs once every " \
                            "two weeks." )

#define UPDATER_TEXT   N_( "Activate the updates availability notification" )


Function Documentation

static void Close ( vlc_object_t  )  [static]

static void * Init ( vlc_object_t  )  [static]

static int Open ( vlc_object_t  )  [static]

static int OpenDialogs ( vlc_object_t  )  [static]

static int PopupMenuCB ( vlc_object_t p_this,
const char *  psz_variable,
vlc_value_t  old_val,
vlc_value_t  new_val,
void *  param 
) [static]

static void Run ( intf_thread_t  )  [static]

static void ShowDialog ( intf_thread_t ,
int  ,
int  ,
intf_dialog_args_t  
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 

static void WindowClose ( vlc_object_t  )  [static]

static int WindowControl ( vout_window_t ,
int  ,
va_list   
) [static]

Video output window provider.

static int WindowOpen ( vlc_object_t  )  [static]


Variable Documentation

const int i_mode_list[] [static]

Initial value:

    {  0 ,  1 ,  2  }

const char* const psz_mode_list_text[] [static]

Initial value:

    {  N_( "Classic look" ) ,  N_( "Complete look with information area" ) ,  N_( "Minimal look with no menus" )  }

QMutex windowLock [static]

QWaitCondition windowWait [static]


Generated on Wed Aug 13 08:03:55 2008 for VLC by  doxygen 1.5.1