]> git.sesse.net Git - vlc/commitdiff
missing from [24525]
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 23 Jan 2008 23:23:37 +0000 (23:23 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 23 Jan 2008 23:23:37 +0000 (23:23 +0000)
19 files changed:
modules/gui/qt4/components/complete_preferences.hpp
modules/gui/qt4/components/extended_panels.hpp
modules/gui/qt4/components/info_panels.hpp
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/open_panels.hpp
modules/gui/qt4/components/playlist/panels.hpp
modules/gui/qt4/components/playlist/playlist.hpp
modules/gui/qt4/components/playlist/playlist_model.hpp
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/dialogs/help.hpp
modules/gui/qt4/dialogs/interaction.hpp
modules/gui/qt4/dialogs/open.hpp
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/vlm.hpp
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/qt4.hpp

index ebdcb4c99c8f25a4705d126939981f6c1ea94dc1..a0b1f9a7287f7e266964786763d5a53740532c7c 100644 (file)
 #ifndef _PREFSTREE_H_
 #define _PREFSTREE_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index c0aa71c6e0bf03dc9d1419bcde5cfb32608622f5..c215f2a24f5a69479f4349b7c0da3e0d7fa69e45 100644 (file)
 #ifndef _EQUALIZER_H_
 #define _EQUALIZER_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 
index 2c6c14e1362c666d7883e9e823c6b2b5926d86bb..6c78c830ee05b893ed41f294b96f3c06de99cfeb 100644 (file)
 #ifndef _INFOPANELS_H_
 #define _INFOPANELS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_meta.h>
 
 #include <QWidget>
+#include <QLabel>
 
 #ifdef HAVE_LIMITS_H
 #   include <limits.h>
@@ -46,7 +51,6 @@ class QTreeWidgetItem;
 class QTreeView;
 class QSpinBox;
 class QLineEdit;
-class QLabel;
 
 class MetaPanel: public QWidget
 {
@@ -156,4 +160,13 @@ public slots:
     void update( input_item_t * );
     void clear();
 };
+class ArtCover : public QLabel
+{
+    Q_OBJECT
+    void mouseDoubleClickEvent( QMouseEvent *event )
+    {
+        fprintf(stderr, "**************************" );
+    }
+};
+
 #endif
index 3a1294a4b5dbea1bc7c2b87137d480e6fbdb1b50..59275c66bf2d481f0301fcc06d56f24a35b1e2db 100644 (file)
 #ifndef _INTFWIDGETS_H_
 #define _INTFWIDGETS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index d8546873483b7fd8df165bbcf385439c31467bc4..393ca7433085f9e323a66048efcba4e955ad63c1 100644 (file)
 #ifndef _OPENPANELS_H_
 #define _OPENPANELS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include <QFileDialog>
index e6b41c409c158ab70a530601d3183c501afa4a58..615ad2a57f20040f4771f2c827039067ad473477 100644 (file)
 #ifndef _PLPANELS_H_
 #define _PLPANELS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include "qt4.hpp"
index 782ecfd16c0803765747d8e042865e1b0dbfb751..3144fc66bf5deb97bfd161beadabe8f9aa3c0de3 100644 (file)
 #ifndef _PLAYLISTWIDGET_H_
 #define _PLAYLISTWIDGET_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include "qt4.hpp"
 #include "dialogs_provider.hpp"
index e5839ee9e13ae800b58f861b338920848ef9080f..86ad09f3ae7f4de0c2f3542352aed93aef6dccf4 100644 (file)
 #ifndef _PLAYLIST_MODEL_H_
 #define _PLAYLIST_MODEL_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_input.h>
 #include <vlc_playlist.h>
index 016ba3a4036c489b84d52f936befab91b9dd92b7..7e98eff43c128e9ac1e9f40a44da6a060d4e567e 100644 (file)
 #ifndef _PLSEL_H_
 #define _PLSEL_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <QWidget>
 #include <QString>
index d8b108a57ebe7d82f253b05154853be2cbf45772..156b2c1c40a5780559e861144cf0524b7edecc7e 100644 (file)
 #ifndef _PREFERENCESWIDGETS_H_
 #define _PREFERENCESWIDGETS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include "qt4.hpp"
index 1f2fd88d8f7de41f4886b9e765fc5090e55d61f1..63309a0f4855ebafee00412b07fff7ab4c724a2b 100644 (file)
 #ifndef _SIMPLEPREFS_H_
 #define _SIMPLEPREFS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <QWidget>
index cb9d4eba87754f5da3787317386f7ce7a2cd46f2..e0fc292e20d6250070e4c88a48f07e004b13a3be 100644 (file)
 #ifndef _HELP_DIALOG_H_
 #define _HELP_DIALOG_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include "util/qvlcframe.hpp"
index fce2dd6003087360f8cfd9a15e5fa63025551c68..d36d7a6d2c6f51364c35e2baf9cef0654fd0f042 100644 (file)
 #ifndef _INTERACTION_H_
 #define _INTERACTION_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
index f603028276290df2946eca122e5cbbb3d3273cde..6399068f47b9430ac478599082a2f4055e30460c 100644 (file)
 #ifndef _OPEN_DIALOG_H_
 #define _OPEN_DIALOG_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include "util/qvlcframe.hpp"
index f398a1017dc419f160959631b1c60a0356aede1b..97e80f19a0329cc7daafd91d4bfb5eb7c7242832 100644 (file)
 #ifndef _SOUT_DIALOG_H_
 #define _SOUT_DIALOG_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_streaming.h>
 
index 9594e5c3932500146643a2f78901c0a145abab3a..356d72fb1e67c1b83255975947b7a8fd02b9b769 100644 (file)
 #ifndef _VLM_DIALOG_H_
 #define _VLM_DIALOG_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #ifdef ENABLE_VLM
index 3c90b8b436dc580eb8e88b4d2aafac8315184af4..93f36458841de05165aaa80ae501858a1b522a3e 100644 (file)
 #ifndef _DIALOGS_PROVIDER_H_
 #define _DIALOGS_PROVIDER_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <assert.h>
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
+#include "qt4.hpp"
 #include "dialogs/interaction.hpp"
 
 #include <QObject>
index e738e744538b613de3a00af626afec330acd4afd..0f72a6fcc0b9cf58d1a2043429ce50548ef02280 100644 (file)
 #ifndef _INPUT_MANAGER_H_
 #define _INPUT_MANAGER_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_input.h>
 
index 29b1dae4c4c07a970f48131f74b3a0de7d93c4a2..5face00f3fada494e113fe252d3ab18fe08e3c1d 100644 (file)
 #ifndef _QVLC_H_
 #define _QVLC_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>