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