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