]> git.sesse.net Git - vlc/blob - modules/gui/qt4/qt4.cpp
Qt: Menu: change icon quit(cross) -> exit
[vlc] / modules / gui / qt4 / qt4.cpp
1 /*****************************************************************************
2  * qt4.cpp : Qt interface
3  ****************************************************************************
4  * Copyright © 2006-2009 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 <QDate>
31 #include <QMutex>
32
33 #include "qt4.hpp"
34
35 #include "input_manager.hpp"    /* THEMIM destruction */
36 #include "dialogs_provider.hpp" /* THEDP creation */
37 #include "main_interface.hpp"   /* MainInterface creation */
38 #include "dialogs/help.hpp"     /* Launch Update */
39 #include "recents.hpp"          /* Recents Item destruction */
40 #include "util/qvlcapp.hpp"     /* QVLCApplication definition */
41 #include "components/playlist/playlist_model.hpp" /* for ~PLModel() */
42
43 #ifdef Q_WS_X11
44  #include <vlc_xlib.h>
45 #endif
46
47 #include "../../../share/icons/32x32/vlc.xpm"
48 #include "../../../share/icons/32x32/vlc-xmas.xpm"
49 #include <vlc_plugin.h>
50 #include <vlc_vout_window.h>
51
52 #ifdef WIN32 /* For static builds */
53  #include <QtPlugin>
54  Q_IMPORT_PLUGIN(qjpeg)
55  Q_IMPORT_PLUGIN(qtaccessiblewidgets)
56 #endif
57
58 /*****************************************************************************
59  * Local prototypes.
60  *****************************************************************************/
61 static int  OpenIntf     ( vlc_object_t * );
62 static int  OpenDialogs  ( vlc_object_t * );
63 static int  Open         ( vlc_object_t *, bool );
64 static void Close        ( vlc_object_t * );
65 static int  WindowOpen   ( vout_window_t *, const vout_window_cfg_t * );
66 static void WindowClose  ( vout_window_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                            "controller window title." )
96
97 #define NOTIFICATION_TEXT N_( "Show notification popup on track change" )
98 #define NOTIFICATION_LONGTEXT N_( \
99     "Show a notification popup with the artist and track name when " \
100     "the current playlist item changes, when VLC is minimized or hidden." )
101
102 #define ADVANCED_OPTIONS_TEXT N_( "Advanced options" )
103 #define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
104                                       "in the dialogs." )
105
106 #define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1" )
107 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
108                              "for main interface, playlist and extended panel."\
109                              " This option only works with Windows and " \
110                              "X11 with composite extensions." )
111
112 #define OPACITY_FS_TEXT N_( "Fullscreen controller opacity between 0.1 and 1" )
113 #define OPACITY_FS_LONGTEXT N_( "Sets the fullscreen controller opacity between 0.1 and 1 " \
114                              "for main interface, playlist and extended panel."\
115                              " This option only works with Windows and " \
116                              "X11 with composite extensions." )
117
118
119 #define ERROR_TEXT N_( "Show unimportant error and warnings dialogs" )
120
121 #define UPDATER_TEXT N_( "Activate the updates availability notification" )
122 #define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
123                             "versions of the software. It runs once every " \
124                             "two weeks." )
125 #define UPDATER_DAYS_TEXT N_("Number of days between two update checks")
126
127 #define PRIVACY_TEXT N_( "Ask for network policy at start" )
128
129 #define RECENTPLAY_TEXT N_( "Save the recently played items in the menu" )
130
131 #define RECENTPLAY_FILTER_TEXT N_( "List of words separated by | to filter" )
132 #define RECENTPLAY_FILTER_LONGTEXT N_( "Regular expression used to filter " \
133         "the recent items played in the player" )
134
135 #define SLIDERCOL_TEXT N_( "Define the colors of the volume slider " )
136 #define SLIDERCOL_LONGTEXT N_( "Define the colors of the volume slider\n" \
137                        "By specifying the 12 numbers separated by a ';'\n" \
138             "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
139             "An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
140
141 #define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
142 #define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
143                              " - normal mode\n"  \
144                              " - a zone always present to show information " \
145                                   "as lyrics, album arts...\n" \
146                              " - minimal mode with limited controls" )
147
148 #define QT_FULLSCREEN_TEXT N_( "Show a controller in fullscreen mode" )
149 #define QT_NATIVEOPEN_TEXT N_( "Embed the file browser in open dialog" )
150
151 #define FULLSCREEN_NUMBER_TEXT N_( "Define which screen fullscreen goes" )
152 #define FULLSCREEN_NUMBER_LONGTEXT N_( "Screennumber of fullscreen, instead of " \
153                                        "same screen where interface is" )
154
155 #define QT_AUTOLOAD_EXTENSIONS_TEXT N_( "Load extensions on startup" )
156 #define QT_AUTOLOAD_EXTENSIONS_LONGTEXT N_( "Automatically load the "\
157                                             "extensions module on startup" )
158
159 #define QT_MINIMAL_MODE_TEXT N_("Start in minimal view (without menus)" )
160
161 #define QT_BGCONE_TEXT N_( "Display background cone or art" )
162 #define QT_BGCONE_LONGTEXT N_( "Display background cone or current album art " \
163                             "when not playing. " \
164                             "Can be disabled to prevent burning screen." )
165 #define QT_BGCONE_EXPANDS_TEXT N_( "Expanding background cone or art." )
166 #define QT_BGCONE_EXPANDS_LONGTEXT N_( "Background art fits window's size" )
167
168 #define QT_DISABLE_VOLUME_KEYS_TEXT N_( "Ignore keyboard volume buttons." )
169 #define QT_DISABLE_VOLUME_KEYS_LONGTEXT N_(                                             \
170     "With this option checked, the volume up, volume down and mute buttons on your "    \
171     "keyboard will always change your system volume. With this option unchecked, the "  \
172     "volume buttons will change VLC's volume when VLC is selected and change the "      \
173     "system volume when VLC is not selected." )
174
175 #define QT_PAUSE_MINIMIZED_TEXT N_( "Pause the video playback when minimized" )
176 #define QT_PAUSE_MINIMIZED_LONGTEXT N_( \
177     "With this option enabled, the playback will be automatically paused when minimizing the window." )
178
179 #define ICONCHANGE_TEXT N_( "Allow automatic icon changes")
180 #define ICONCHANGE_LONGTEXT N_( \
181     "This option allows the interface to change its icon on various occasions.")
182
183 #define VOLUME_MAX_TEXT N_( "Maximum Volume displayed" )
184
185 static const int i_notification_list[] =
186     { NOTIFICATION_NEVER, NOTIFICATION_MINIMIZED, NOTIFICATION_ALWAYS };
187
188 static const char *const psz_notification_list_text[] =
189     { N_("Never"), N_("When minimized"), N_("Always") };
190
191 /**********************************************************************/
192 vlc_module_begin ()
193     set_shortname( "Qt" )
194     set_description( N_("Qt interface") )
195     set_category( CAT_INTERFACE )
196     set_subcategory( SUBCAT_INTERFACE_MAIN )
197     set_capability( "interface", 151 )
198     set_callbacks( OpenIntf, Close )
199
200     add_shortcut("qt")
201
202     add_bool( "qt-minimal-view", false, QT_MINIMAL_MODE_TEXT,
203               QT_MINIMAL_MODE_TEXT, false );
204
205     add_bool( "qt-system-tray", true, SYSTRAY_TEXT, SYSTRAY_LONGTEXT, false)
206
207     add_integer( "qt-notification", NOTIFICATION_MINIMIZED,
208                  NOTIFICATION_TEXT,
209                  NOTIFICATION_LONGTEXT, false )
210             change_integer_list( i_notification_list, psz_notification_list_text )
211
212     add_bool( "qt-start-minimized", false, MINIMIZED_TEXT,
213               MINIMIZED_LONGTEXT, true)
214     add_bool( "qt-pause-minimized", false, QT_PAUSE_MINIMIZED_TEXT,
215               QT_PAUSE_MINIMIZED_LONGTEXT, false )
216
217     add_float_with_range( "qt-opacity", 1., 0.1, 1., OPACITY_TEXT,
218                           OPACITY_LONGTEXT, false )
219     add_float_with_range( "qt-fs-opacity", 0.8, 0.1, 1., OPACITY_FS_TEXT,
220                           OPACITY_FS_LONGTEXT, false )
221
222     add_bool( "qt-video-autoresize", true, KEEPSIZE_TEXT,
223               KEEPSIZE_LONGTEXT, false )
224     add_bool( "qt-name-in-title", true, TITLE_TEXT,
225               TITLE_LONGTEXT, false )
226     add_bool( "qt-fs-controller", true, QT_FULLSCREEN_TEXT,
227               QT_FULLSCREEN_TEXT, false )
228
229     add_bool( "qt-recentplay", true, RECENTPLAY_TEXT,
230               RECENTPLAY_TEXT, false )
231     add_string( "qt-recentplay-filter", "",
232                 RECENTPLAY_FILTER_TEXT, RECENTPLAY_FILTER_LONGTEXT, false )
233
234 #ifdef UPDATE_CHECK
235     add_bool( "qt-updates-notif", true, UPDATER_TEXT,
236               UPDATER_LONGTEXT, false )
237     add_integer_with_range( "qt-updates-days", 3, 0, 180,
238               UPDATER_DAYS_TEXT, UPDATER_DAYS_TEXT, false )
239 #endif
240
241 #ifdef WIN32
242     add_bool( "qt-disable-volume-keys"             /* name */,
243               true                                 /* default value */,
244               QT_DISABLE_VOLUME_KEYS_TEXT          /* text */,
245               QT_DISABLE_VOLUME_KEYS_LONGTEXT      /* longtext */,
246               false                                /* advanced mode only */)
247 #endif
248
249     add_bool( "qt-embedded-open", false, QT_NATIVEOPEN_TEXT,
250                QT_NATIVEOPEN_TEXT, false )
251
252
253     add_bool( "qt-advanced-pref", false, ADVANCED_PREFS_TEXT,
254               ADVANCED_PREFS_LONGTEXT, false )
255     add_bool( "qt-error-dialogs", true, ERROR_TEXT,
256               ERROR_TEXT, false )
257
258     add_string( "qt-slider-colours", "153;210;153;20;210;20;255;199;15;245;39;29",
259                 SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, false )
260
261     add_bool( "qt-privacy-ask", true, PRIVACY_TEXT, PRIVACY_TEXT,
262               false )
263         change_private ()
264
265     add_integer( "qt-fullscreen-screennumber", -1, FULLSCREEN_NUMBER_TEXT,
266                FULLSCREEN_NUMBER_LONGTEXT, false );
267
268     add_bool( "qt-autoload-extensions", true,
269               QT_AUTOLOAD_EXTENSIONS_TEXT, QT_AUTOLOAD_EXTENSIONS_LONGTEXT,
270               false )
271
272     add_bool( "qt-bgcone", true, QT_BGCONE_TEXT, QT_BGCONE_LONGTEXT, true )
273     add_bool( "qt-bgcone-expands", false, QT_BGCONE_EXPANDS_TEXT,
274               QT_BGCONE_EXPANDS_LONGTEXT, true )
275
276     add_bool( "qt-icon-change", true, ICONCHANGE_TEXT, ICONCHANGE_LONGTEXT, true )
277
278     add_integer_with_range( "qt-max-volume", 125, 60, 300, VOLUME_MAX_TEXT, VOLUME_MAX_TEXT, true)
279
280     add_obsolete_bool( "qt-blingbling" )      /* Suppressed since 1.0.0 */
281     add_obsolete_integer( "qt-display-mode" ) /* Suppressed since 1.1.0 */
282
283     add_obsolete_bool( "qt-adv-options" )     /* Since 2.0.0 */
284     add_obsolete_bool( "qt-volume-complete" ) /* Since 2.0.0 */
285     add_obsolete_integer( "qt-startvolume" )  /* Since 2.0.0 */
286
287     cannot_unload_broken_library()
288
289     add_submodule ()
290         set_description( "Dialogs provider" )
291         set_capability( "dialogs provider", 51 )
292
293         set_callbacks( OpenDialogs, Close )
294
295 #if defined (Q_WS_X11) || (defined (Q_WS_QPA) && defined (__unix__))
296     add_submodule ()
297         set_capability( "vout window xid", 0 )
298         set_callbacks( WindowOpen, WindowClose )
299 #endif
300 #if defined (Q_WS_WIN) || (defined (Q_WS_QPA) && defined (WIN32)) \
301  || defined (Q_WS_PM)  || (defined (Q_WS_QPA) && defined (__OS2__))
302     add_submodule ()
303         set_capability( "vout window hwnd", 0 )
304         set_callbacks( WindowOpen, WindowClose )
305 #endif
306 #if defined (Q_WS_MAC) || (defined (Q_WS_QPA) && defined (__APPLE__))
307     add_submodule ()
308         set_capability( "vout window nsobject", 0 )
309         set_callbacks( WindowOpen, WindowClose )
310 #endif
311
312 vlc_module_end ()
313
314 /*****************************************/
315
316 /* Ugly, but the Qt interface assumes single instance anyway */
317 static vlc_sem_t ready;
318 static QMutex lock;
319 static bool busy = false;
320 static bool active = false;
321
322 /*****************************************************************************
323  * Module callbacks
324  *****************************************************************************/
325
326 #ifdef Q_WS_MAC
327 /* Used to abort the app.exec() on OSX after libvlc_Quit is called */
328 #include "../../../lib/libvlc_internal.h" /* libvlc_SetExitHandler */
329 static void Abort( void *obj )
330 {
331     QVLCApp::triggerQuit();
332 }
333 #endif
334
335 static void RegisterIntf( vlc_object_t *p_this )
336 {
337     playlist_t *pl = pl_Get(p_this);
338     var_Create (pl, "qt4-iface", VLC_VAR_ADDRESS);
339     var_SetAddress (pl, "qt4-iface", p_this);
340     var_Create (pl, "window", VLC_VAR_STRING);
341     var_SetString (pl, "window", "qt4,any");
342 }
343
344 /* Open Interface */
345 static int Open( vlc_object_t *p_this, bool isDialogProvider )
346 {
347     intf_thread_t *p_intf = (intf_thread_t *)p_this;
348
349 #ifdef Q_WS_X11
350     if( !vlc_xlib_init( p_this ) )
351         return VLC_EGENERIC;
352
353     Display *p_display = XOpenDisplay( NULL );
354     if( !p_display )
355     {
356         msg_Err( p_intf, "Could not connect to X server" );
357         return VLC_EGENERIC;
358     }
359     XCloseDisplay( p_display );
360 #endif
361
362     QMutexLocker locker (&lock);
363     if (busy)
364     {
365         msg_Err (p_this, "cannot start Qt multiple times");
366         return VLC_EGENERIC;
367     }
368
369     /* Allocations of p_sys */
370     intf_sys_t *p_sys = p_intf->p_sys = new intf_sys_t;
371     p_intf->p_sys->b_isDialogProvider = isDialogProvider;
372     p_sys->p_mi = NULL;
373     p_sys->pl_model = NULL;
374
375     /* */
376     vlc_sem_init (&ready, 0);
377 #ifdef Q_WS_MAC
378     /* Run mainloop on the main thread as Cocoa requires */
379     libvlc_SetExitHandler( p_intf->p_libvlc, Abort, p_intf );
380     Thread( (void *)p_intf );
381 #else
382     if( vlc_clone( &p_sys->thread, Thread, p_intf, VLC_THREAD_PRIORITY_LOW ) )
383     {
384         delete p_sys;
385         return VLC_ENOMEM;
386     }
387 #endif
388
389     /* Wait for the interface to be ready. This prevents the main
390      * LibVLC thread from starting video playback before we can create
391      * an embedded video window. */
392     vlc_sem_wait (&ready);
393     vlc_sem_destroy (&ready);
394     busy = active = true;
395
396 #ifndef Q_WS_MAC
397     if( !isDialogProvider )
398     {
399         RegisterIntf( p_this );
400     }
401 #endif
402
403     return VLC_SUCCESS;
404 }
405
406 /* Open Qt interface */
407 static int OpenIntf( vlc_object_t *p_this )
408 {
409     return Open( p_this, false );
410 }
411
412 /* Open Dialog Provider */
413 static int OpenDialogs( vlc_object_t *p_this )
414 {
415     return Open( p_this, true );
416 }
417
418 static void Close( vlc_object_t *p_this )
419 {
420     intf_thread_t *p_intf = (intf_thread_t *)p_this;
421     intf_sys_t *p_sys = p_intf->p_sys;
422
423     if( !p_sys->b_isDialogProvider )
424     {
425         playlist_t *pl = pl_Get(p_this);
426
427         var_Destroy (pl, "window");
428         var_Destroy (pl, "qt4-iface");
429         playlist_Deactivate (pl); /* release window provider if needed */
430     }
431
432     /* And quit */
433     msg_Dbg( p_this, "requesting exit..." );
434     QVLCApp::triggerQuit();
435
436     msg_Dbg( p_this, "waiting for UI thread..." );
437 #ifndef Q_WS_MAC
438     vlc_join (p_sys->thread, NULL);
439 #endif
440     delete p_sys;
441
442     QMutexLocker locker (&lock);
443     assert (busy);
444     busy = false;
445 }
446
447 static void *Thread( void *obj )
448 {
449     intf_thread_t *p_intf = (intf_thread_t *)obj;
450     MainInterface *p_mi;
451     char dummy[] = "vlc"; /* for WM_CLASS */
452     char *argv[] = { dummy, NULL, };
453     int argc = sizeof(argv) / sizeof(argv[0]) - 1;
454
455     Q_INIT_RESOURCE( vlc );
456
457     /* Start the QApplication here */
458     QVLCApp app( argc, argv );
459
460     p_intf->p_sys->p_app = &app;
461
462
463     /* All the settings are in the .conf/.ini style */
464     p_intf->p_sys->mainSettings = new QSettings(
465 #ifdef WIN32
466             QSettings::IniFormat,
467 #else
468             QSettings::NativeFormat,
469 #endif
470             QSettings::UserScope, "vlc", "vlc-qt-interface" );
471
472     /* Icon setting, Mac uses icon from .icns */
473 #ifndef Q_WS_MAC
474     if( QDate::currentDate().dayOfYear() >= QT_XMAS_JOKE_DAY && var_InheritBool( p_intf, "qt-icon-change" ) )
475         app.setWindowIcon( QIcon(vlc_xmas_xpm) );
476     else
477         app.setWindowIcon( QIcon(vlc_xpm) );
478 #endif
479
480     /* Initialize timers and the Dialog Provider */
481     DialogsProvider::getInstance( p_intf );
482
483     /* Detect screensize for small screens like TV or Netbooks */
484     p_intf->p_sys->i_screenHeight =
485         app.QApplication::desktop()->availableGeometry().height();
486
487 #ifdef UPDATE_CHECK
488     /* Checking for VLC updates */
489     if( var_InheritBool( p_intf, "qt-updates-notif" ) &&
490         !var_InheritBool( p_intf, "qt-privacy-ask" ) )
491     {
492         int interval = var_InheritInteger( p_intf, "qt-updates-days" );
493         if( QDate::currentDate() >
494              getSettings()->value( "updatedate" ).toDate().addDays( interval ) )
495         {
496             /* The constructor of the update Dialog will do the 1st request */
497             UpdateDialog::getInstance( p_intf );
498             getSettings()->setValue( "updatedate", QDate::currentDate() );
499         }
500     }
501 #endif
502
503     /* Create the normal interface in non-DP mode */
504     if( !p_intf->p_sys->b_isDialogProvider )
505     {
506         p_mi = new MainInterface( p_intf );
507         p_intf->p_sys->p_mi = p_mi;
508     }
509     else
510         p_mi = NULL;
511
512     /* Explain how to show a dialog :D */
513     p_intf->pf_show_dialog = ShowDialog;
514
515     /* Check window type from the Qt platform back-end */
516     p_intf->p_sys->voutWindowType = VOUT_WINDOW_TYPE_INVALID;
517 #if defined (Q_WS_QPA)
518     QString platform = app.platformName();
519     if( platform == qfu("xcb") )
520         p_intf->p_sys->voutWindowType = VOUT_WINDOW_TYPE_XID;
521     else
522         msg_Err( p_intf, "unknown Qt platform: %s", qtu(platform) );
523 #elif defined (Q_WS_X11)
524     p_intf->p_sys->voutWindowType = VOUT_WINDOW_TYPE_XID;
525 #elif defined (Q_WS_WIN) || defined (Q_WS_PM)
526     p_intf->p_sys->voutWindowType = VOUT_WINDOW_TYPE_HWND;
527 #elif defined (Q_WS_MAC)
528     p_intf->p_sys->voutWindowType = VOUT_WINDOW_TYPE_NSOBJECT;
529 #endif
530
531     /* Tell the main LibVLC thread we are ready */
532     vlc_sem_post (&ready);
533
534 #ifdef Q_WS_MAC
535     /* We took over main thread, register and start here */
536     if( !p_intf->p_sys->b_isDialogProvider )
537     {
538         RegisterIntf( (vlc_object_t *)p_intf );
539         playlist_Play( THEPL );
540     }
541 #endif
542
543     /* Last settings */
544     app.setQuitOnLastWindowClosed( false );
545
546     /* Retrieve last known path used in file browsing */
547     p_intf->p_sys->filepath =
548          getSettings()->value( "filedialog-path", QVLCUserDir( VLC_HOME_DIR ) ).toString();
549
550     /* Loads and tries to apply the preferred QStyle */
551     QString s_style = getSettings()->value( "MainWindow/QtStyle", "" ).toString();
552     if( s_style.compare("") != 0 )
553         QApplication::setStyle( s_style );
554
555     /* Launch */
556     app.exec();
557
558     msg_Dbg( p_intf, "QApp exec() finished" );
559     if (p_mi != NULL)
560     {
561         QMutexLocker locker (&lock);
562         active = false;
563
564         p_intf->p_sys->p_mi = NULL;
565         /* Destroy first the main interface because it is connected to some
566            slots in the MainInputManager */
567         delete p_mi;
568     }
569
570     /* Destroy all remaining windows,
571        because some are connected to some slots
572        in the MainInputManager
573        Settings must be destroyed after that.
574      */
575     DialogsProvider::killInstance();
576
577     /* Delete the recentsMRL object before the configuration */
578     RecentsMRL::killInstance();
579
580     /* Save the path or delete if recent play are disabled */
581     if( var_InheritBool( p_intf, "qt-recentplay" ) )
582         getSettings()->setValue( "filedialog-path", p_intf->p_sys->filepath );
583     else
584         getSettings()->remove( "filedialog-path" );
585
586     /* */
587     delete p_intf->p_sys->pl_model;
588
589     /* Delete the configuration. Application has to be deleted after that. */
590     delete p_intf->p_sys->mainSettings;
591
592     /* Destroy the MainInputManager */
593     MainInputManager::killInstance();
594
595     /* Delete the application automatically */
596     return NULL;
597 }
598
599 /*****************************************************************************
600  * Callback to show a dialog
601  *****************************************************************************/
602 static void ShowDialog( intf_thread_t *p_intf, int i_dialog_event, int i_arg,
603                         intf_dialog_args_t *p_arg )
604 {
605     VLC_UNUSED( p_intf );
606     DialogEvent *event = new DialogEvent( i_dialog_event, i_arg, p_arg );
607     QApplication::postEvent( THEDP, event );
608 }
609
610 /**
611  * Video output window provider
612  *
613  * TODO move it out of here ?
614  */
615 static int WindowControl( vout_window_t *, int i_query, va_list );
616
617 static int WindowOpen( vout_window_t *p_wnd, const vout_window_cfg_t *cfg )
618 {
619     if( cfg->is_standalone )
620         return VLC_EGENERIC;
621
622     intf_thread_t *p_intf =
623         (intf_thread_t *)var_InheritAddress( p_wnd, "qt4-iface" );
624     if( !p_intf )
625     {   /* If another interface is used, this plugin cannot work */
626         msg_Dbg( p_wnd, "Qt interface not found" );
627         return VLC_EGENERIC;
628     }
629     if( p_intf->p_sys->voutWindowType != cfg->type )
630         return VLC_EGENERIC;
631     switch( cfg->type )
632     {
633         case VOUT_WINDOW_TYPE_XID:
634             if( var_InheritBool( p_wnd, "video-wallpaper" ) )
635                 return VLC_EGENERIC;
636             break;
637     }
638
639     QMutexLocker locker (&lock);
640     if (unlikely(!active))
641         return VLC_EGENERIC;
642
643     MainInterface *p_mi = p_intf->p_sys->p_mi;
644     msg_Dbg( p_wnd, "requesting video window..." );
645
646     int i_x = cfg->x;
647     int i_y = cfg->y;
648     unsigned i_width = cfg->width;
649     unsigned i_height = cfg->height;
650
651     WId wid = p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
652     if( !wid )
653         return VLC_EGENERIC;
654
655     switch( cfg->type )
656     {
657         case VOUT_WINDOW_TYPE_XID:
658             p_wnd->handle.xid = (uintptr_t)wid;
659             p_wnd->display.x11 = NULL;
660             break;
661         case VOUT_WINDOW_TYPE_HWND:
662             p_wnd->handle.hwnd = (void *)wid;
663             break;
664         case VOUT_WINDOW_TYPE_NSOBJECT:
665             p_wnd->handle.nsobject = (void *)wid;
666             break;
667     }
668
669     p_wnd->control = WindowControl;
670     p_wnd->sys = (vout_window_sys_t*)p_mi;
671     return VLC_SUCCESS;
672 }
673
674 static int WindowControl( vout_window_t *p_wnd, int i_query, va_list args )
675 {
676     MainInterface *p_mi = (MainInterface *)p_wnd->sys;
677     QMutexLocker locker (&lock);
678
679     if (unlikely(!active))
680     {
681         msg_Warn (p_wnd, "video already released before control");
682         return VLC_EGENERIC;
683     }
684     return p_mi->controlVideo( i_query, args );
685 }
686
687 static void WindowClose( vout_window_t *p_wnd )
688 {
689     MainInterface *p_mi = (MainInterface *)p_wnd->sys;
690     QMutexLocker locker (&lock);
691
692     /* Normally, the interface terminates after the video. In the contrary, the
693      * Qt4 main loop is gone, so we cannot send any event to the user interface
694      * widgets. Ideally, we would keep the Qt4 main loop running until after
695      * the video window is released. But it is far simpler to just have the Qt4
696      * thread destroy the window early, and to turn this function into a stub.
697      *
698      * That assumes the video output will behave sanely if it window is
699      * destroyed asynchronously.
700      * XCB and Xlib-XCB are fine with that. Plain Xlib wouldn't, */
701     if (unlikely(!active))
702     {
703         msg_Warn (p_wnd, "video already released");
704         return;
705     }
706     msg_Dbg (p_wnd, "releasing video...");
707     p_mi->releaseVideo();
708 }