Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
df3a1461
Commit
df3a1461
authored
Jul 13, 2006
by
Christophe Mutricy
Browse files
qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
parent
84ff292f
Changes
38
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/Modules.am
View file @
df3a1461
...
...
@@ -16,7 +16,7 @@ TOUI = ui/input_stats ui/main_interface ui/file_open \
UIH
=
$(TOUI:%=%.h)
TOMOC
=
main_interface
\
menus
\
menus
\
dialogs_provider
\
input_manager
\
playlist_model
\
...
...
@@ -35,7 +35,7 @@ MOCCPP = $(TOMOC:%=%.moc.cpp)
nodist_SOURCES_qt4
=
\
main_interface.moc.cpp
\
menus.moc.cpp
\
menus.moc.cpp
\
dialogs_provider.moc.cpp
\
input_manager.moc.cpp
\
playlist_model.moc.cpp
\
...
...
@@ -72,7 +72,7 @@ $(UIH): %.h: %.ui
SOURCES_qt4
=
qt4.cpp
\
menus.cpp
\
menus.cpp
\
main_interface.cpp
\
dialogs_provider.cpp
\
input_manager.cpp
\
...
...
@@ -87,12 +87,12 @@ SOURCES_qt4 = qt4.cpp \
components/open.cpp
\
components/video_widget.cpp
\
components/playlist/standardpanel.cpp
\
util/input_slider.cpp
util/input_slider.cpp
\
$(NULL)
EXTRA_DIST
+=
\
qt4.hpp
\
menus.hpp
menus.hpp
\
main_interface.hpp
\
dialogs_provider.hpp
\
input_manager.hpp
\
...
...
@@ -108,7 +108,7 @@ EXTRA_DIST += \
components/open.hpp
\
components/video_widget.hpp
\
components/playlist/panels.hpp
\
components/playlist/selector.hpp
\
components/playlist/selector.hpp
\
util/input_slider.hpp
\
ui/input_stats.ui
\
ui/file_open.ui
\
...
...
modules/gui/qt4/components/infopanels.cpp
View file @
df3a1461
/*****************************************************************************
* infopanels.cpp : Panels for the information dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/infopanels.hpp
View file @
df3a1461
/*****************************************************************************
* infopanels.hpp : Panels for the information dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/open.cpp
View file @
df3a1461
/*****************************************************************************
* open.cpp : Panels for the open dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/open.hpp
View file @
df3a1461
/*****************************************************************************
* open.hpp : Panels for the open dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/playlist/panels.hpp
View file @
df3a1461
...
...
@@ -2,7 +2,7 @@
* panels.hpp : Panels for the playlist
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/playlist/selector.hpp
View file @
df3a1461
...
...
@@ -2,7 +2,7 @@
* selector.hpp : Playlist source selector
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/playlist/standardpanel.cpp
View file @
df3a1461
...
...
@@ -2,7 +2,7 @@
* standardpanel.cpp : The "standard" playlist panel : just a treeview
****************************************************************************
* Copyright (C) 2000-2005 the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences.cpp
View file @
df3a1461
/*****************************************************************************
* preferences_tree.cpp : Tree of modules for preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences.hpp
View file @
df3a1461
/*****************************************************************************
* preferences_tree.hpp : Tree of modules for preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences_widgets.cpp
View file @
df3a1461
/*****************************************************************************
* preferences_widgets.cpp : Widgets for preferences displays
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/preferences_widgets.hpp
View file @
df3a1461
/*****************************************************************************
* preferences_widgets.hpp : Widgets for preferences panels
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/video_widget.cpp
View file @
df3a1461
/*****************************************************************************
* video_widget.cpp : Embedded video output
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/components/video_widget.hpp
View file @
df3a1461
/*****************************************************************************
* video_widget.hpp : Embedded video
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/interaction.cpp
View file @
df3a1461
/*****************************************************************************
* interaction.cpp : Interaction stuff
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/interaction.hpp
View file @
df3a1461
/*****************************************************************************
* interaction.hpp : Interaction dialogs
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/playlist.cpp
View file @
df3a1461
/*****************************************************************************
* playlist.cpp : Playlist dialog
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/playlist.hpp
View file @
df3a1461
/*****************************************************************************
* playlist.hpp: Playlist dialog
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/prefs_dialog.cpp
View file @
df3a1461
/*****************************************************************************
* prefs_dialog.cpp : Preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
modules/gui/qt4/dialogs/prefs_dialog.hpp
View file @
df3a1461
/*****************************************************************************
* prefs_dialog.hpp : Preferences
****************************************************************************
* Copyright (C) 200
0-2005
the VideoLAN team
* $Id
: wxwidgets.cpp 15731 2006-05-25 14:43:53Z zorglub
$
* Copyright (C) 200
6
the VideoLAN team
* $Id$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment