]> git.sesse.net Git - vlc/blob - modules/gui/qt4/qt4.cpp
Remove unneeded psz_program hack.
[vlc] / modules / gui / qt4 / qt4.cpp
1 /*****************************************************************************
2  * qt4.cpp : QT4 interface
3  ****************************************************************************
4  * Copyright (C) 2006-2007 the VideoLAN team
5  * $Id$
6  *
7  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
8  *          Jean-Baptiste Kempf <jb@videolan.org>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23  *****************************************************************************/
24
25 #include <QApplication>
26 #include <QLocale>
27 #include <QTranslator>
28
29 #include "qt4.hpp"
30 #include <vlc_os_specific.h>
31 #include "dialogs_provider.hpp"
32 #include "input_manager.hpp"
33 #include "main_interface.hpp"
34
35 #ifdef HAVE_X11_XLIB_H
36 #include <X11/Xlib.h>
37 #endif
38
39 #include "../../../share/vlc32x32.xpm"
40
41 /*****************************************************************************
42  * Local prototypes.
43  *****************************************************************************/
44 static int  Open         ( vlc_object_t * );
45 static void Close        ( vlc_object_t * );
46 static int  OpenDialogs  ( vlc_object_t * );
47 static void Run          ( intf_thread_t * );
48 static void Init         ( intf_thread_t * );
49 static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
50
51 /*****************************************************************************
52  * Module descriptor
53  *****************************************************************************/
54 #define ALWAYS_VIDEO_TEXT N_( "Always show video area" )
55 #define ALWAYS_VIDEO_LONGTEXT N_( "Start VLC with a cone image, and display it" \
56                                   " when there is no video track." )
57
58 #define ADVANCED_PREFS_TEXT N_( "Show advanced prefs over simple ones" )
59 #define ADVANCED_PREFS_LONGTEXT N_( "Show advanced preferences and not simple " \
60                                     "preferences when opening the preferences " \
61                                     "dialog." )
62
63 #define SYSTRAY_TEXT N_( "Systray icon" )
64 #define SYSTRAY_LONGTEXT N_( "Show an icon in the systray " \
65                              "allowing you to control VLC media player " \
66                              "for basic actions" )
67
68 #define MINIMIZED_TEXT N_( "Start VLC with only a systray icon" )
69 #define MINIMIZED_LONGTEXT N_( "When you launch VLC with that option, " \
70                                "VLC will start with just an icon in" \
71                                "your taskbar" )
72
73 #define TITLE_TEXT N_( "Show playing item name in window title" )
74 #define TITLE_LONGTEXT N_( "Show the name of the song or video in the " \
75                            "controler window title" )
76
77 #define FILEDIALOG_PATH_TEXT N_( "Path to use in openfile dialog" )
78
79 #define NOTIFICATION_TEXT N_( "Show notification popup on track change" )
80 #define NOTIFICATION_LONGTEXT N_( \
81     "Show a notification popup with the artist and track name when " \
82     "the current playlist item changes, when VLC is minimized or hidden." )
83
84 #define ADVANCED_OPTIONS_TEXT N_( "Advanced options" )
85 #define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
86                                       "in the dialogs" )
87
88 #define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1." )
89 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
90                              "for main interface, playlist and extended panel." \
91                              " This option only works with Windows and " \
92                              "X11 with composite extensions." )
93
94 #define SHOWFLAGS_TEXT N_( "Define what columns to show in playlist window" )
95 #define SHOWFLAGS_LONGTEXT N_( "Enter the sum of the options that you want: \n" \
96                                "Title: 1; Duration: 2; Artist: 4; Genre: 8; " \
97                                "Copyright: 16; Collection/album: 32; Rating: 256." )
98
99 #define ERROR_TEXT N_( "Show unimportant error and warnings dialogs" )
100 #define MINIMAL_TEXT N_( "Start in minimal view (menus hidden)." )
101
102 #define UPDATER_TEXT N_( "Activate the new updates notification" )
103 #define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
104                             "versions of the software. It runs once a week." )
105
106 #define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" )
107 #define COMPLETEVOL_LONGTEXT N_( "Allow the volume to have range from 0% to " \
108                                  "400%, instead of 0% to 200%. This option " \
109                                  "can distort the audio, since it uses " \
110                                  "software amplification." )
111
112 #define BLING_TEXT N_( "Use non native buttons and volume slider" )
113
114 #define PRIVACY_TEXT N_( "Ask for network policy at start" )
115
116 vlc_module_begin();
117     set_shortname( (char *)"Qt" );
118     set_description( (char*)_("Qt interface") );
119     set_category( CAT_INTERFACE ) ;
120     set_subcategory( SUBCAT_INTERFACE_MAIN );
121     set_capability( "interface", 151 );
122     set_callbacks( Open, Close );
123
124     add_shortcut("qt");
125
126     add_submodule();
127         set_description( "Dialogs provider" );
128         set_capability( "dialogs provider", 51 );
129
130         add_bool( "qt-notification", VLC_TRUE, NULL, NOTIFICATION_TEXT,
131                   NOTIFICATION_LONGTEXT, VLC_FALSE );
132         add_float_with_range( "qt-opacity", 1., 0.1, 1., NULL, OPACITY_TEXT,
133                   OPACITY_LONGTEXT, VLC_FALSE );
134
135         add_bool( "qt-always-video", VLC_FALSE, NULL, ALWAYS_VIDEO_TEXT,
136                 ALWAYS_VIDEO_LONGTEXT, VLC_TRUE );
137         add_bool( "qt-system-tray", VLC_TRUE, NULL, SYSTRAY_TEXT,
138                 SYSTRAY_LONGTEXT, VLC_FALSE);
139         add_bool( "qt-start-minimized", VLC_FALSE, NULL, MINIMIZED_TEXT,
140                 MINIMIZED_LONGTEXT, VLC_TRUE);
141         add_bool( "qt-minimal-view", VLC_FALSE, NULL, MINIMAL_TEXT,
142                 MINIMAL_TEXT, VLC_TRUE );
143
144         add_bool( "qt-name-in-title", VLC_TRUE, NULL, TITLE_TEXT,
145                   TITLE_LONGTEXT, VLC_FALSE );
146         add_bool( "qt-blingbling", VLC_TRUE, NULL, BLING_TEXT,
147                   BLING_TEXT, VLC_FALSE );
148
149         add_bool( "qt-volume-complete", VLC_FALSE, NULL, COMPLETEVOL_TEXT,
150                 COMPLETEVOL_LONGTEXT, VLC_TRUE );
151         add_string( "qt-filedialog-path", NULL, NULL, FILEDIALOG_PATH_TEXT,
152                 FILEDIALOG_PATH_TEXT, VLC_TRUE );
153             change_autosave();
154             change_internal();
155
156         add_bool( "qt-adv-options", VLC_FALSE, NULL, ADVANCED_OPTIONS_TEXT,
157                   ADVANCED_OPTIONS_LONGTEXT, VLC_TRUE );
158         add_bool( "qt-advanced-pref", VLC_FALSE, NULL, ADVANCED_PREFS_TEXT,
159                 ADVANCED_PREFS_LONGTEXT, VLC_FALSE );
160         add_bool( "qt-error-dialogs", VLC_TRUE, NULL, ERROR_TEXT,
161                 ERROR_TEXT, VLC_FALSE );
162         add_bool( "qt-updates-notif", VLC_TRUE, NULL, UPDATER_TEXT,
163                 UPDATER_LONGTEXT, VLC_FALSE );
164
165         add_integer( "qt-pl-showflags",
166                 VLC_META_ENGINE_ARTIST|VLC_META_ENGINE_TITLE|
167                 VLC_META_ENGINE_DURATION|VLC_META_ENGINE_COLLECTION,
168                 NULL, SHOWFLAGS_TEXT,
169                 SHOWFLAGS_LONGTEXT, VLC_TRUE );
170         add_bool( "privacy-ask", VLC_TRUE, NULL, PRIVACY_TEXT, PRIVACY_TEXT,
171                 VLC_FALSE );
172         set_callbacks( OpenDialogs, Close );
173 vlc_module_end();
174
175 /*****************************************************************************
176  * Module callbacks
177  *****************************************************************************/
178 static int Open( vlc_object_t *p_this )
179 {
180     intf_thread_t *p_intf = (intf_thread_t *)p_this;
181     p_intf->pf_run = Run;
182 #if defined Q_WS_X11 && defined HAVE_X11_XLIB_H
183     /* Thanks for libqt4 calling exit() in QApplication::QApplication()
184      * instead of returning an error, we have to check the X11 display */
185     Display *p_display = XOpenDisplay( NULL );
186     if( !p_display )
187     {
188         msg_Err( p_intf, "Could not connect to X server" );
189         return VLC_EGENERIC;
190     }
191     XCloseDisplay( p_display );
192 #endif
193     p_intf->p_sys = (intf_sys_t *)malloc( sizeof( intf_sys_t ) );
194     if( !p_intf->p_sys )
195     {
196         msg_Err( p_intf, "Out of memory" );
197         return VLC_ENOMEM;
198     }
199     memset( p_intf->p_sys, 0, sizeof( intf_sys_t ) );
200
201     p_intf->p_sys->p_playlist = pl_Yield( p_intf );
202     p_intf->p_sys->p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL );
203
204     p_intf->b_play = VLC_TRUE;
205
206     return VLC_SUCCESS;
207 }
208
209 static int OpenDialogs( vlc_object_t *p_this )
210 {
211     intf_thread_t *p_intf = (intf_thread_t *)p_this;
212     int val = Open( p_this );
213     if( val )
214         return val;
215
216     p_intf->pf_show_dialog = ShowDialog;
217     return VLC_SUCCESS;
218 }
219
220 static void Close( vlc_object_t *p_this )
221 {
222     intf_thread_t *p_intf = (intf_thread_t *)p_this;
223     vlc_mutex_lock( &p_intf->object_lock );
224     p_intf->b_dead = VLC_TRUE;
225     vlc_mutex_unlock( &p_intf->object_lock );
226
227     vlc_object_release( p_intf->p_sys->p_playlist );
228     msg_Unsubscribe( p_intf, p_intf->p_sys->p_sub );
229     free( p_intf->p_sys );
230 }
231
232
233 /*****************************************************************************
234  * Initialize the interface or the dialogs provider
235  *****************************************************************************/
236 static void Run( intf_thread_t *p_intf )
237 {
238     if( p_intf->pf_show_dialog )
239     {
240         if( vlc_thread_create( p_intf, "Qt dialogs", Init, 0, VLC_TRUE ) )
241             msg_Err( p_intf, "failed to create Qt dialogs thread" );
242     }
243     else
244         Init( p_intf );
245 }
246
247 static void Init( intf_thread_t *p_intf )
248 {
249     char dummy[] = "";
250     char *argv[] = { dummy };
251     int argc = 1;
252
253     Q_INIT_RESOURCE( vlc );
254
255 #ifndef WIN32
256     /* KLUDGE:
257      * disables icon theme use because that makes Cleanlooks style bug
258      * because it asks gconf for some settings that timeout because of threads
259      * see commits 21610 21622 21654 for reference */
260     QApplication::setDesktopSettingsAware( false );
261 #endif
262
263     /* Start the QApplication here */
264     QApplication *app = new QApplication( argc, argv , true );
265     app->setWindowIcon( QIcon( QPixmap(vlc_xpm) ) );
266     p_intf->p_sys->p_app = app;
267
268     // Initialize timers and the Dialog Provider
269     DialogsProvider::getInstance( p_intf );
270
271     // Create the normal interface
272     if( !p_intf->pf_show_dialog )
273     {
274         MainInterface *p_mi = new MainInterface( p_intf );
275         p_intf->p_sys->p_mi = p_mi;
276         p_mi->show();
277     }
278     else
279     /*if( p_intf->pf_show_dialog )*/
280         vlc_thread_ready( p_intf );
281     // Translation - get locale
282     QLocale ql = QLocale::system();
283     // Translations for qt's own dialogs
284     QTranslator qtTranslator( 0 );
285     // Let's find the right path for the translation file
286 #if !defined( WIN32 )
287     QString path =  QString( QT4LOCALEDIR );
288 #else
289     QString path = QString( QString(system_VLCPath()) + DIR_SEP +
290                             "locale" + DIR_SEP );
291 #endif
292     // files depending on locale
293     bool b_loaded = qtTranslator.load( path + "qt_" + ql.name());
294     if (!b_loaded)
295         msg_Dbg( p_intf, "Error while initializing qt-specific localization" );
296     app->installTranslator( &qtTranslator );
297
298     /* Start playing if needed */
299     if( !p_intf->pf_show_dialog && p_intf->b_play )
300     {
301         playlist_Control( THEPL, PLAYLIST_AUTOPLAY, VLC_FALSE );
302     }
303
304     /* Explain to the core how to show a dialog :D */
305     p_intf->pf_show_dialog = ShowDialog;
306
307     /* Last settings */
308     app->setQuitOnLastWindowClosed( false );
309
310     /* Launch */
311     app->exec();
312
313     /* And quit */
314     MainInputManager::killInstance();
315     DialogsProvider::killInstance();
316     delete p_intf->p_sys->p_mi;
317     delete app;
318 }
319
320 /*****************************************************************************
321  * Callback to show a dialog
322  *****************************************************************************/
323 static void ShowDialog( intf_thread_t *p_intf, int i_dialog_event, int i_arg,
324                         intf_dialog_args_t *p_arg )
325 {
326     DialogEvent *event = new DialogEvent( i_dialog_event, i_arg, p_arg );
327     QApplication::postEvent( THEDP, static_cast<QEvent*>(event) );
328 }
329
330 /*****************************************************************************
331  * PopupMenuCB: callback to show the popupmenu.
332  *  We don't show the menu directly here because we don't want the
333  *  caller to block for a too long time.
334  *****************************************************************************/
335 static int PopupMenuCB( vlc_object_t *p_this, const char *psz_variable,
336                         vlc_value_t old_val, vlc_value_t new_val, void *param )
337 {
338     intf_thread_t *p_intf = (intf_thread_t *)param;
339     ShowDialog( p_intf, INTF_DIALOG_POPUPMENU, new_val.b_bool, 0 );
340     return VLC_SUCCESS;
341 }