]> git.sesse.net Git - vlc/blob - modules/gui/qt4/qt4.cpp
Corrects crashing when a skin doesn't have a video widget.
[vlc] / modules / gui / qt4 / qt4.cpp
1 /*****************************************************************************
2  * qt4.cpp : QT4 interface
3  ****************************************************************************
4  * Copyright © 2006-2008 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 #ifdef HAVE_CONFIG_H
26 # include "config.h"
27 #endif
28
29 #include <QApplication>
30 #include <QLocale>
31 #include <QTranslator>
32 #include <QDate>
33 #include <QMutex>
34 #include <QMutexLocker>
35 #include <QWaitCondition>
36
37 #include "qt4.hpp"
38 #include "input_manager.hpp"    /* THEMIM creation */
39 #include "dialogs_provider.hpp" /* THEDP creation */
40 #include "main_interface.hpp"   /* MainInterface creation */
41 #include "dialogs/help.hpp"     /* Launch Update */
42 #include "recents.hpp"          /* Recents Item destruction */
43 #include "util/qvlcapp.hpp"
44
45 #ifdef HAVE_X11_XLIB_H
46 #include <X11/Xlib.h>
47 #endif
48
49 #include "../../../share/vlc32x32.xpm"
50 #include "../../../share/vlc32x32-christmas.xpm"
51 #include <vlc_plugin.h>
52
53 #ifdef WIN32
54  #include <QtPlugin>
55  Q_IMPORT_PLUGIN(qjpeg)
56  Q_IMPORT_PLUGIN(qtaccessiblewidgets)
57 #endif
58
59 /*****************************************************************************
60  * Local prototypes.
61  *****************************************************************************/
62 static int  Open         ( vlc_object_t * );
63 static void Close        ( vlc_object_t * );
64 static int  OpenDialogs  ( vlc_object_t * );
65 static int  WindowOpen   ( vlc_object_t * );
66 static void WindowClose  ( vlc_object_t * );
67 static void *Thread      ( void * );
68 static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
69
70 /*****************************************************************************
71  * Module descriptor
72  *****************************************************************************/
73 #define ADVANCED_PREFS_TEXT N_( "Show advanced preferences over simple ones" )
74 #define ADVANCED_PREFS_LONGTEXT N_( "Show advanced preferences and not simple "\
75                                     "preferences when opening the preferences "\
76                                     "dialog." )
77
78 #define SYSTRAY_TEXT N_( "Systray icon" )
79 #define SYSTRAY_LONGTEXT N_( "Show an icon in the systray " \
80                              "allowing you to control VLC media player " \
81                              "for basic actions." )
82
83 #define MINIMIZED_TEXT N_( "Start VLC with only a systray icon" )
84 #define MINIMIZED_LONGTEXT N_( "VLC will start with just an icon in " \
85                                "your taskbar" )
86
87 #define KEEPSIZE_TEXT N_( "Resize interface to the native video size" )
88 #define KEEPSIZE_LONGTEXT N_( "You have two choices:\n" \
89             " - The interface will resize to the native video size\n" \
90             " - The video will fit to the interface size\n " \
91             "By default, interface resize to the native video size." )
92
93 #define TITLE_TEXT N_( "Show playing item name in window title" )
94 #define TITLE_LONGTEXT N_( "Show the name of the song or video in the " \
95                            "controler window title." )
96
97 #define FILEDIALOG_PATH_TEXT N_( "Path to use in openfile dialog" )
98
99 #define NOTIFICATION_TEXT N_( "Show notification popup on track change" )
100 #define NOTIFICATION_LONGTEXT N_( \
101     "Show a notification popup with the artist and track name when " \
102     "the current playlist item changes, when VLC is minimized or hidden." )
103
104 #define ADVANCED_OPTIONS_TEXT N_( "Advanced options" )
105 #define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
106                                       "in the dialogs." )
107
108 #define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1." )
109 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
110                              "for main interface, playlist and extended panel."\
111                              " This option only works with Windows and " \
112                              "X11 with composite extensions." )
113
114 #define ERROR_TEXT N_( "Show unimportant error and warnings dialogs" )
115
116 #define UPDATER_TEXT N_( "Activate the updates availability notification" )
117 #define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
118                             "versions of the software. It runs once every " \
119                             "two weeks." )
120 #define UPDATER_DAYS_TEXT N_("Number of days between two update checks")
121
122 #define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" )
123 #define COMPLETEVOL_LONGTEXT N_( "Allow the volume to have range from 0% to " \
124                                  "400%, instead of 0% to 200%. This option " \
125                                  "can distort the audio, since it uses " \
126                                  "software amplification." )
127
128 #define SAVEVOL_TEXT N_( "Automatically save the volume on exit" )
129
130 #define PRIVACY_TEXT N_( "Ask for network policy at start" )
131
132 #define RECENTPLAY_TEXT N_( "Save the recently played items in the menu" )
133
134 #define RECENTPLAY_FILTER_TEXT N_( "List of words separated by | to filter" )
135 #define RECENTPLAY_FILTER_LONGTEXT N_( "Regular expression used to filter " \
136         "the recent items played in the player" )
137
138 #define SLIDERCOL_TEXT N_( "Define the colors of the volume slider " )
139 #define SLIDERCOL_LONGTEXT N_( "Define the colors of the volume slider\n" \
140                        "By specifying the 12 numbers separated by a ';'\n" \
141             "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
142             "An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
143
144 #define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
145 #define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
146                              " - normal mode\n"  \
147                              " - a zone always present to show information " \
148                                   "as lyrics, album arts...\n" \
149                              " - minimal mode with limited controls" )
150
151 #define QT_NORMAL_MODE_TEXT N_( "Classic look" )
152 #define QT_ALWAYS_VIDEO_MODE_TEXT N_( "Complete look with information area" )
153 #define QT_MINIMAL_MODE_TEXT N_( "Minimal look with no menus" )
154
155 #define QT_FULLSCREEN_TEXT N_( "Show a controller in fullscreen mode" )
156
157 static const int i_mode_list[] =
158     { QT_NORMAL_MODE, QT_ALWAYS_VIDEO_MODE, QT_MINIMAL_MODE };
159 static const char *const psz_mode_list_text[] =
160     { QT_NORMAL_MODE_TEXT, QT_ALWAYS_VIDEO_MODE_TEXT, QT_MINIMAL_MODE_TEXT };
161
162 vlc_module_begin ()
163     set_shortname( "Qt" )
164     set_description( N_("Qt interface") )
165     set_category( CAT_INTERFACE )
166     set_subcategory( SUBCAT_INTERFACE_MAIN )
167     set_capability( "interface", 151 )
168     set_callbacks( Open, Close )
169
170     add_shortcut("qt")
171     add_integer( "qt-display-mode", QT_NORMAL_MODE, NULL,
172                  QT_MODE_TEXT, QT_MODE_LONGTEXT, false )
173         change_integer_list( i_mode_list, psz_mode_list_text, NULL )
174
175     add_bool( "qt-notification", true, NULL, NOTIFICATION_TEXT,
176               NOTIFICATION_LONGTEXT, false )
177
178     add_float_with_range( "qt-opacity", 1., 0.1, 1., NULL, OPACITY_TEXT,
179                           OPACITY_LONGTEXT, false )
180
181     add_bool( "qt-system-tray", true, NULL, SYSTRAY_TEXT,
182               SYSTRAY_LONGTEXT, false)
183     add_bool( "qt-start-minimized", false, NULL, MINIMIZED_TEXT,
184               MINIMIZED_LONGTEXT, true)
185     add_bool( "qt-video-autoresize", true, NULL, KEEPSIZE_TEXT,
186               KEEPSIZE_LONGTEXT, false )
187     add_bool( "qt-name-in-title", true, NULL, TITLE_TEXT,
188               TITLE_LONGTEXT, false )
189     add_bool( "qt-fs-controller", true, NULL, QT_FULLSCREEN_TEXT,
190               QT_FULLSCREEN_TEXT, false )
191
192     add_bool( "qt-volume-complete", false, NULL, COMPLETEVOL_TEXT,
193               COMPLETEVOL_LONGTEXT, true )
194     add_bool( "qt-autosave-volume", false, NULL, SAVEVOL_TEXT,
195               SAVEVOL_TEXT, true )
196     add_string( "qt-filedialog-path", NULL, NULL, FILEDIALOG_PATH_TEXT,
197                 FILEDIALOG_PATH_TEXT, true )
198         change_autosave ()
199         change_internal ()
200
201     add_bool( "qt-recentplay", true, NULL, RECENTPLAY_TEXT,
202               RECENTPLAY_TEXT, false )
203     add_string( "qt-recentplay-filter", "", NULL,
204                 RECENTPLAY_FILTER_TEXT, RECENTPLAY_FILTER_LONGTEXT, false )
205
206     add_bool( "qt-adv-options", false, NULL, ADVANCED_OPTIONS_TEXT,
207               ADVANCED_OPTIONS_LONGTEXT, true )
208     add_bool( "qt-advanced-pref", false, NULL, ADVANCED_PREFS_TEXT,
209               ADVANCED_PREFS_LONGTEXT, false )
210     add_bool( "qt-error-dialogs", true, NULL, ERROR_TEXT,
211               ERROR_TEXT, false )
212 #ifdef UPDATE_CHECK
213     add_bool( "qt-updates-notif", true, NULL, UPDATER_TEXT,
214               UPDATER_LONGTEXT, false )
215     add_integer( "qt-updates-days", 7, NULL, UPDATER_DAYS_TEXT,
216                  UPDATER_DAYS_TEXT, false )
217 #endif
218     add_string( "qt-slider-colours",
219                 "255;255;255;20;226;20;255;176;15;235;30;20",
220                 NULL, SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, false )
221
222     add_bool( "qt-privacy-ask", true, NULL, PRIVACY_TEXT, PRIVACY_TEXT,
223               false )
224         change_internal ()
225
226     add_obsolete_bool( "qt-blingbling" ) /* Suppressed since 1.0.0 */
227
228     add_submodule ()
229         set_description( "Dialogs provider" )
230         set_capability( "dialogs provider", 51 )
231
232         set_callbacks( OpenDialogs, Close )
233
234 #if defined (Q_WS_X11)
235 # define WID_CAPABILITY "xwindow"
236 #elif defined (WIN32)
237 # define WID_CAPABILITY "hwnd"
238 #endif
239 #ifdef WID_CAPABILITY
240     add_submodule ()
241         set_capability( WID_CAPABILITY, 50 )
242         set_callbacks( WindowOpen, WindowClose )
243 #endif
244
245 vlc_module_end ()
246
247 /* Ugly, but the Qt4 interface assumes single instance anyway */
248 static struct
249 {
250     QMutex lock;
251     QWaitCondition ready;
252 } iface;
253
254 /*****************************************************************************
255  * Module callbacks
256  *****************************************************************************/
257 static int Open( vlc_object_t *p_this )
258 {
259     intf_thread_t *p_intf = (intf_thread_t *)p_this;
260     intf_sys_t *p_sys;
261
262 #ifdef Q_WS_X11
263     char *psz_display = var_CreateGetNonEmptyString( p_intf, "x11-display" );
264     Display *p_display = XOpenDisplay( psz_display );
265     free( psz_display );
266     if( !p_display )
267     {
268         msg_Err( p_intf, "Could not connect to X server" );
269         return VLC_EGENERIC;
270     }
271 #endif
272
273     /* Allocations */
274     p_sys = p_intf->p_sys = new intf_sys_t;
275     p_sys->b_isDialogProvider = false;
276     p_sys->p_popup_menu = NULL; /* ??? */
277     p_sys->p_playlist = pl_Hold( p_intf );
278     p_sys->p_mi = NULL;
279 #ifdef Q_WS_X11
280     p_sys->display = p_display;
281 #endif
282
283     if( vlc_clone( &p_sys->thread, Thread, p_intf, VLC_THREAD_PRIORITY_LOW ) )
284     {
285         pl_Release (p_sys->p_playlist);
286         delete p_sys;
287         return VLC_ENOMEM;
288     }
289
290     /* */
291     QMutexLocker locker (&iface.lock);
292     vlc_value_t val;
293
294     while( p_sys->p_mi == NULL && !p_sys->b_isDialogProvider )
295         iface.ready.wait( &iface.lock );
296     if( !p_sys->b_isDialogProvider )
297     {
298         var_Create (p_this->p_libvlc, "qt4-iface", VLC_VAR_ADDRESS);
299         val.p_address = p_this;
300         var_Set (p_this->p_libvlc, "qt4-iface", val);
301     }
302     return VLC_SUCCESS;
303 }
304
305 static int OpenDialogs( vlc_object_t *p_this )
306 {
307     intf_thread_t *p_intf = (intf_thread_t *)p_this;
308     p_intf->pf_show_dialog = ShowDialog;
309
310     int val = Open( p_this );
311     if( val )
312         return val;
313
314     return VLC_SUCCESS;
315 }
316
317 static void Close( vlc_object_t *p_this )
318 {
319     intf_thread_t *p_intf = (intf_thread_t *)p_this;
320     intf_sys_t *p_sys = p_intf->p_sys;
321
322     var_Destroy (p_this->p_libvlc, "qt4-iface");
323     QApplication::quit();
324
325     vlc_join (p_sys->thread, NULL);
326 #ifdef Q_WS_X11
327     XCloseDisplay ((Display *)p_sys->display);
328 #endif
329     pl_Release (p_this);
330     delete p_sys;
331 }
332
333
334
335 static QMutex windowLock;
336 static QWaitCondition windowWait;
337
338 static void *Thread( void *obj )
339 {
340     intf_thread_t *p_intf = (intf_thread_t *)obj;
341     MainInterface *p_mi;
342     char dummy[] = "";
343     char *argv[] = { dummy };
344     int argc = 1;
345
346     Q_INIT_RESOURCE( vlc );
347
348 #if !defined(WIN32) && !defined(__APPLE__)
349     /* KLUDGE:
350      * disables icon theme use because that makes Cleanlooks style bug
351      * because it asks gconf for some settings that timeout because of threads
352      * see commits 21610 21622 21654 for reference */
353
354     /* If you don't have a gconftool-2 binary, you should comment this line */
355     if( strcmp( qVersion(), "4.4.0" ) < 0 ) /* fixed in Qt 4.4.0 */
356         QApplication::setDesktopSettingsAware( false );
357 #endif
358
359     /* Start the QApplication here */
360 #ifdef Q_WS_X11
361     QVLCApp app( (Display *)p_intf->p_sys->display, argc, argv );
362 #else
363     QVLCApp app( argc, argv );
364 #endif
365     p_intf->p_sys->p_app = &app;
366
367     p_intf->p_sys->mainSettings = new QSettings(
368 #ifdef WIN32
369             QSettings::IniFormat,
370 #else
371             QSettings::NativeFormat,
372 #endif
373             QSettings::UserScope, "vlc", "vlc-qt-interface" );
374
375     /* Icon setting */
376     if( QDate::currentDate().dayOfYear() >= 354 )
377         app.setWindowIcon( QIcon( QPixmap(vlc_christmas_xpm) ) );
378     else
379         app.setWindowIcon( QIcon( QPixmap(vlc_xpm) ) );
380
381     /* Initialize timers and the Dialog Provider */
382     DialogsProvider::getInstance( p_intf );
383
384     /* Detect screensize for small screens like TV or EEEpc*/
385     p_intf->p_sys->i_screenHeight =
386         app.QApplication::desktop()->availableGeometry().height();
387
388 #ifdef UPDATE_CHECK
389     /* Checking for VLC updates */
390     if( config_GetInt( p_intf, "qt-updates-notif" ) &&
391         !config_GetInt( p_intf, "qt-privacy-ask" ) )
392     {
393         int interval = config_GetInt( p_intf, "qt-updates-days" );
394         if( QDate::currentDate() >
395              getSettings()->value( "updatedate" ).toDate().addDays( interval ) )
396         {
397             /* The constructor of the update Dialog will do the 1st request */
398             UpdateDialog::getInstance( p_intf );
399             getSettings()->setValue( "updatedate", QDate::currentDate() );
400         }
401     }
402 #endif
403
404     /* Create the normal interface in non-DP mode */
405     if( !p_intf->pf_show_dialog )
406         p_mi = new MainInterface( p_intf );
407     else
408         p_mi = NULL;
409
410     /* */
411     iface.lock.lock();
412     p_intf->p_sys->p_mi = p_mi;
413     p_intf->p_sys->b_isDialogProvider = p_mi == NULL;
414     iface.ready.wakeAll();
415     iface.lock.unlock();
416
417     /* Explain to the core how to show a dialog :D */
418     p_intf->pf_show_dialog = ShowDialog;
419
420 #ifdef ENABLE_NLS
421     // Translation - get locale
422 #   if defined (WIN32) || defined (__APPLE__)
423     char* psz_tmp = config_GetPsz( p_intf, "language" );
424     QString lang = qfu( psz_tmp );
425     free( psz_tmp);
426     if (lang == "auto")
427         lang = QLocale::system().name();
428 #   else
429     QString lang = QLocale::system().name();
430 #   endif
431     // Translations for qt's own dialogs
432     QTranslator qtTranslator( 0 );
433     // Let's find the right path for the translation file
434 #if !defined( WIN32 )
435     QString path =  QString( QT4LOCALEDIR );
436 #else
437     QString path = QString( QString(config_GetDataDir()) + DIR_SEP +
438                             "locale" + DIR_SEP + "qt4" + DIR_SEP );
439 #endif
440     // files depending on locale
441     bool b_loaded = qtTranslator.load( path + "qt_" + lang );
442     if (!b_loaded)
443         msg_Dbg( p_intf, "Error while initializing qt-specific localization" );
444     app.installTranslator( &qtTranslator );
445 #endif  //ENABLE_NLS
446
447     /* Last settings */
448     app.setQuitOnLastWindowClosed( false );
449
450     /* Retrieve last known path used in file browsing */
451     char *psz_path = config_GetPsz( p_intf, "qt-filedialog-path" );
452     p_intf->p_sys->psz_filepath = EMPTY_STR( psz_path ) ? config_GetHomeDir()
453                                                         : psz_path;
454
455     /* Launch */
456     app.exec();
457
458     /* And quit */
459     msg_Dbg( p_intf, "Quitting the Qt4 Interface" );
460
461     QApplication::closeAllWindows();
462
463     if (p_mi != NULL)
464     {
465         QMutexLocker locker (&iface.lock);
466
467         msg_Dbg (p_intf, "destroying the main Qt4 interface");
468         p_intf->p_sys->p_mi = NULL;
469         /* Destroy first the main interface because it is connected to some
470            slots in the MainInputManager */
471         delete p_mi;
472     }
473
474     /* Destroy all remaining windows,
475        because some are connected to some slots
476        in the MainInputManager
477        Settings must be destroyed after that.
478      */
479     DialogsProvider::killInstance();
480
481     /* Delete the recentsMRL object before the configuration */
482     RecentsMRL::killInstance();
483
484     /* Delete the configuration. Application has to be deleted after that. */
485     delete p_intf->p_sys->mainSettings;
486
487     /* Destroy the MainInputManager */
488     MainInputManager::killInstance();
489
490
491     /* Save the path */
492     config_PutPsz( p_intf, "qt-filedialog-path", p_intf->p_sys->psz_filepath );
493     free( psz_path );
494
495     /* Delete the application automatically */
496     return NULL;
497 }
498
499 /*****************************************************************************
500  * Callback to show a dialog
501  *****************************************************************************/
502 static void ShowDialog( intf_thread_t *p_intf, int i_dialog_event, int i_arg,
503                         intf_dialog_args_t *p_arg )
504 {
505     VLC_UNUSED( p_intf );
506     DialogEvent *event = new DialogEvent( i_dialog_event, i_arg, p_arg );
507     QApplication::postEvent( THEDP, event );
508 }
509
510 /**
511  * Video output window provider
512  */
513 #include <vlc_window.h>
514
515 static int WindowControl (vout_window_t *, int, va_list);
516
517 static int WindowOpen (vlc_object_t *obj)
518 {
519     vout_window_t *wnd = (vout_window_t *)obj;
520     intf_thread_t *intf = NULL;
521     vlc_value_t val;
522
523     if (config_GetInt (obj, "embedded-video") <= 0)
524         return VLC_EGENERIC;
525
526     QMutexLocker (&iface.lock);
527     if (var_Get (obj->p_libvlc, "qt4-iface", &val) == 0)
528         intf = (intf_thread_t *)val.p_address;
529     if (intf == NULL)
530     {   /* If another interface is used, this plugin cannot work */
531         msg_Dbg (obj, "Qt4 interface not found");
532         return VLC_EGENERIC;
533     }
534
535     MainInterface *p_mi = intf->p_sys->p_mi;
536     msg_Dbg (obj, "requesting video...");
537
538 #if defined (Q_WS_X11)
539     wnd->handle.xid = p_mi->requestVideo (wnd->vout, &wnd->pos_x, &wnd->pos_y,
540                                           &wnd->width, &wnd->height);
541     if (!wnd->handle.xid)
542         return VLC_EGENERIC;
543
544 #elif defined (WIN32)
545     wnd->handle.hwnd = p_mi->requestVideo (wnd->vout, &wnd->pos_x, &wnd->pos_y,
546                                            &wnd->width, &wnd->height);
547     if (!wnd->handle.hwnd)
548         return VLC_EGENERIC;
549
550 #else
551     return VLC_EGENERIC;
552
553 #endif
554
555     wnd->control = WindowControl;
556     wnd->p_private = p_mi;
557     return VLC_SUCCESS;
558 }
559
560 static int WindowControl (vout_window_t *wnd, int query, va_list args)
561 {
562     MainInterface *p_mi = (MainInterface *)wnd->p_private;
563     QMutexLocker locker (&iface.lock);
564
565     return p_mi->controlVideo (query, args);
566 }
567
568 static void WindowClose (vlc_object_t *obj)
569 {
570     vout_window_t *wnd = (vout_window_t *)obj;
571     MainInterface *p_mi = (MainInterface *)wnd->p_private;
572     QMutexLocker locker (&iface.lock);
573
574     msg_Dbg (obj, "releasing video...");
575     p_mi->releaseVideo ();
576 }