]> git.sesse.net Git - vlc/commitdiff
qt4 - Copyright, CRs and unwanted commits.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Apr 2007 00:31:54 +0000 (00:31 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Apr 2007 00:31:54 +0000 (00:31 +0000)
16 files changed:
modules/gui/qt4/dialogs/extended.cpp
modules/gui/qt4/dialogs/extended.hpp
modules/gui/qt4/dialogs/gototime.cpp
modules/gui/qt4/dialogs/gototime.hpp
modules/gui/qt4/dialogs/help.cpp
modules/gui/qt4/dialogs/help.hpp
modules/gui/qt4/dialogs/interaction.cpp
modules/gui/qt4/dialogs/interaction.hpp
modules/gui/qt4/dialogs/mediainfo.cpp
modules/gui/qt4/dialogs/mediainfo.hpp
modules/gui/qt4/dialogs/messages.cpp
modules/gui/qt4/dialogs/messages.hpp
modules/gui/qt4/dialogs/open.cpp
modules/gui/qt4/dialogs/open.hpp
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/playlist_model.cpp

index c80c1e335c86775ea107204a27e45e8005bd7e91..fc9c85dffaf8448a6704f087b203966dd4b251d6 100644 (file)
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #include <QTabWidget>
 #include <QBoxLayout>
index 042bb70899b97c5ffd777bc6f0e35c40d722279c..23af755cfcb7d28aee3e82080cc1d23dda02ac63 100644 (file)
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
+ *****************************************************************************/
 
 #ifndef _EXTENDED_DIALOG_H_
 #define _EXTENDED_DIALOG_H_
index 04ba9cae42fc2858fb14eba7a8bbe6d6b616af47..f3803a9c257a2cf72c45b28e72af7e419e6f82ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * GotoTime.cpp : GotoTime and About dialogs
  ****************************************************************************
- * Copyright (C) 2006-2007 the VideoLAN team
+ * Copyright (C) 2007 the VideoLAN team
  * $Id: Messages.cpp 16024 2006-07-13 13:51:05Z xtophe $
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
index 0d18793b3e0df76b370ccdfab5ea629436d15672..aca8585a3098a8ececbfc3b2a0ce826f75b1f011 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * GotoTime.hpp : GotoTime dialogs
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2007 the VideoLAN team
  * $Id: Messages.hpp 16024 2006-07-13 13:51:05Z xtophe $
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
+ *****************************************************************************/
 
 #ifndef _GOTOTIME_DIALOG_H_
 #define _GOTOTIME_DIALOG_H_
index 75fc4a285f18ad81191de154fdda70142651faba..5b5f0b8bd98c7936f7f7bda66a6719da7880c001 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * Help.cpp : Help and About dialogs
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2007 the VideoLAN team
  * $Id: Messages.cpp 16024 2006-07-13 13:51:05Z xtophe $
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
index 2f6afad6a1caf235b7ce68b0f5f6e6732660ee70..3fefbcf58e811cb90c953aeb032dd64070d83883 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * Help.hpp : Help and About dialogs
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2007 the VideoLAN team
  * $Id: Messages.hpp 16024 2006-07-13 13:51:05Z xtophe $
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
index 0f814aa16b6d5955882290d4d80b4250d3625d35..9d8c01a466600184fc835cb53e2b0c7f5513a51e 100644 (file)
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #include "qt4.hpp"
 #include "dialogs/errors.hpp"
index 5e853e33cf5200aaa336bf995dd296fe9eba0a4c..10090d70944c639cd9b8428391b9f6c961228897 100644 (file)
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
+ *****************************************************************************/
 
 #ifndef _INTERACTION_H_
 #define _INTERACTION_H_
index 91d8a5c36c4f6bcbe66289a6ffe3ab62ecc75cba..e062e4429769d3943f1c473df3ba7a1bae17e321 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mediainfo.cpp : Information about an item
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2007 the VideoLAN team
  * $Id$
  *
  * Authors: Clément Stenac <zorglub@videolan.org>
index 0884ff44ae0a07d3999a16a21076702ab96d9435..5007e41e9fa26c159fc7ee732a482e884df78043 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mediainfo.hpp : Information about a stream
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2007 the VideoLAN team
  * $Id$
  *
  * Authors: Clément Stenac <zorglub@videolan.org>
index 3a51f72b74980a1654db8f11a29098ee18109f6e..214822e454c02ede0cc174d2a963b1f5d75712a3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * Messages.cpp : Information about an item
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2007 the VideoLAN team
  * $Id: Messages.cpp 16024 2006-07-13 13:51:05Z xtophe $
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
index b07c8045bdec108bd92921a834e7f9353b9ac97a..e339a1709214cd0b364868ffe9213510a95baa9e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * Messages.hpp : Information about a stream
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2007 the VideoLAN team
  * $Id: Messages.hpp 16024 2006-07-13 13:51:05Z xtophe $
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
+ *****************************************************************************/
 
 #ifndef _MESSAGES_DIALOG_H_
 #define _MESSAGES_DIALOG_H_
index 6aeb0ae3eaaafcc989c55bf5a9198c00fc5fcc80..204836d26ede5b6c0d9e40e24df2b1f6607b7589 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * open.cpp : Advanced open dialog
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2007 the VideoLAN team
  * $Id: streaminfo.cpp 16816 2006-09-23 20:56:52Z jb $
  *
  * Authors: Jean-Baptiste Kempf <jb@videolan.org>
index 4ded9d8f01054c74e0493d481a7654f0d04beb4c..54255fe881de553c8af026c391ef7c33ad5fcd0d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * open.hpp : advanced open dialog
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2007 the VideoLAN team
  * $Id: streaminfo.hpp 16806 2006-09-23 13:37:50Z zorglub $
  *
  * Authors: Jean-Baptiste Kempf <jb@videolan.org>
index ab84f503ddafaaf76b86efabd89fdc80aa76fd5f..432b631a3985dd356c6dc6ab66ba675967fd7059 100644 (file)
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
+ *****************************************************************************/
 
 #ifndef _PLAYLIST_DIALOG_H_
 #define _PLAYLIST_DIALOG_H_
index 9780bdabceb94e8d7cf361235d30c2a2adc287ee..60f47f97993e4b81caada4da66d859f642a9c0ad 100644 (file)
@@ -910,7 +910,6 @@ static int PlaylistChanged( vlc_object_t *p_this, const char *psz_variable,
     PLModel *p_model = (PLModel *) param;
     PLEvent *event = new PLEvent( PLUpdate_Type, 0 );
     QApplication::postEvent( p_model, static_cast<QEvent*>(event) );
-    printf( "blabla" );
     return VLC_SUCCESS;
 }
 
@@ -922,7 +921,6 @@ static int PlaylistNext( vlc_object_t *p_this, const char *psz_variable,
     QApplication::postEvent( p_model, static_cast<QEvent*>(event) );
     event = new PLEvent( ItemUpdate_Type, nval.i_int );
     QApplication::postEvent( p_model, static_cast<QEvent*>(event) );
-    printf( "blabla" );
     return VLC_SUCCESS;
 }
 
@@ -932,7 +930,6 @@ static int ItemChanged( vlc_object_t *p_this, const char *psz_variable,
     PLModel *p_model = (PLModel *) param;
     PLEvent *event = new PLEvent( ItemUpdate_Type, nval.i_int );
     QApplication::postEvent( p_model, static_cast<QEvent*>(event) );
-    printf( "blabla" );
     return VLC_SUCCESS;
 }
 
@@ -942,7 +939,6 @@ static int ItemDeleted( vlc_object_t *p_this, const char *psz_variable,
     PLModel *p_model = (PLModel *) param;
     PLEvent *event = new PLEvent( ItemDelete_Type, nval.i_int );
     QApplication::postEvent( p_model, static_cast<QEvent*>(event) );
-    printf( "blabla" );
     return VLC_SUCCESS;
 }
 
@@ -960,6 +956,5 @@ static int ItemAppended( vlc_object_t *p_this, const char *psz_variable,
     }
     PLEvent *event = new PLEvent(  p_add );
     QApplication::postEvent( p_model, static_cast<QEvent*>(event) );
-    printf( "blabla" );
     return VLC_SUCCESS;
 }