Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
b42755d7
Commit
b42755d7
authored
Mar 15, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: includes barrier fix.
parent
a8e4b30b
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
48 additions
and
48 deletions
+48
-48
modules/gui/qt4/actions_manager.hpp
modules/gui/qt4/actions_manager.hpp
+2
-2
modules/gui/qt4/dialogs/bookmarks.hpp
modules/gui/qt4/dialogs/bookmarks.hpp
+2
-2
modules/gui/qt4/dialogs/convert.hpp
modules/gui/qt4/dialogs/convert.hpp
+2
-2
modules/gui/qt4/dialogs/errors.hpp
modules/gui/qt4/dialogs/errors.hpp
+2
-2
modules/gui/qt4/dialogs/extended.hpp
modules/gui/qt4/dialogs/extended.hpp
+2
-2
modules/gui/qt4/dialogs/external.hpp
modules/gui/qt4/dialogs/external.hpp
+2
-2
modules/gui/qt4/dialogs/gototime.hpp
modules/gui/qt4/dialogs/gototime.hpp
+2
-2
modules/gui/qt4/dialogs/help.hpp
modules/gui/qt4/dialogs/help.hpp
+2
-2
modules/gui/qt4/dialogs/mediainfo.hpp
modules/gui/qt4/dialogs/mediainfo.hpp
+2
-2
modules/gui/qt4/dialogs/messages.hpp
modules/gui/qt4/dialogs/messages.hpp
+2
-2
modules/gui/qt4/dialogs/open.hpp
modules/gui/qt4/dialogs/open.hpp
+2
-2
modules/gui/qt4/dialogs/openurl.hpp
modules/gui/qt4/dialogs/openurl.hpp
+2
-2
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/playlist.hpp
+2
-2
modules/gui/qt4/dialogs/plugins.hpp
modules/gui/qt4/dialogs/plugins.hpp
+2
-2
modules/gui/qt4/dialogs/podcast_configuration.hpp
modules/gui/qt4/dialogs/podcast_configuration.hpp
+2
-2
modules/gui/qt4/dialogs/preferences.hpp
modules/gui/qt4/dialogs/preferences.hpp
+2
-2
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/sout.hpp
+2
-2
modules/gui/qt4/dialogs/toolbar.hpp
modules/gui/qt4/dialogs/toolbar.hpp
+2
-2
modules/gui/qt4/dialogs/vlm.hpp
modules/gui/qt4/dialogs/vlm.hpp
+2
-2
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/input_manager.hpp
+2
-2
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+2
-2
modules/gui/qt4/menus.hpp
modules/gui/qt4/menus.hpp
+2
-2
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+2
-2
modules/gui/qt4/recents.hpp
modules/gui/qt4/recents.hpp
+2
-2
No files found.
modules/gui/qt4/actions_manager.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _ACTIONS_MANAGER_H_
#define
_ACTIONS_MANAGER_H_
#ifndef
QVLC
_ACTIONS_MANAGER_H_
#define
QVLC_ACTIONS_MANAGER_H_ 1
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/dialogs/bookmarks.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
*****************************************************************************/
#ifndef _BOOKMARKS_H_
#define
_BOOKMARKS_H
#ifndef
QVLC
_BOOKMARKS_H_
#define
QVLC_BOOKMARKS_H_ 1
#include "util/qvlcframe.hpp"
#include <QStandardItemModel>
...
...
modules/gui/qt4/dialogs/convert.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _CONVERT_DIALOG_H_
#define
_CONVERT_DIALOG_H_
#ifndef
QVLC
_CONVERT_DIALOG_H_
#define
QVLC_CONVERT_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs/errors.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _ERRORS_DIALOG_H_
#define
_ERRORS_DIALOG_H_
#ifndef
QVLC
_ERRORS_DIALOG_H_
#define
QVLC_ERRORS_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs/extended.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _EXTENDED_DIALOG_H_
#define
_EXTENDED_DIALOG_H_
#ifndef
QVLC
_EXTENDED_DIALOG_H_
#define
QVLC_EXTENDED_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs/external.hpp
View file @
b42755d7
...
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef
VLC_QT4
_DIALOGS_EXTERNAL_H_
#
define VLC_QT4_DIALOGS_EXTERNAL_H
1
#ifndef
QVLC
_DIALOGS_EXTERNAL_H_
#
define QVLC_DIALOGS_EXTERNAL_H_
1
#include <QObject>
#include <vlc_common.h>
...
...
modules/gui/qt4/dialogs/gototime.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _GOTOTIME_DIALOG_H_
#define
_GOTOTIME_DIALOG_H_
#ifndef
QVLC
_GOTOTIME_DIALOG_H_
#define
QVLC_GOTOTIME_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs/help.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _HELP_DIALOG_H_
#define
_HELP_DIALOG_H_
#ifndef
QVLC
_HELP_DIALOG_H_
#define
QVLC_HELP_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H
#include "config.h"
...
...
modules/gui/qt4/dialogs/mediainfo.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
******************************************************************************/
#ifndef _MEDIAINFO_DIALOG_H_
#define
_MEDIAINFO_DIALOG_H_
#ifndef
QVLC
_MEDIAINFO_DIALOG_H_
#define
QVLC_MEDIAINFO_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
#include "components/info_panels.hpp"
...
...
modules/gui/qt4/dialogs/messages.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _MESSAGES_DIALOG_H_
#define
_MESSAGES_DIALOG_H_
#ifndef
QVLC
_MESSAGES_DIALOG_H_
#define
QVLC_MESSAGES_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs/open.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
******************************************************************************/
#ifndef _OPEN_DIALOG_H_
#define
_OPEN_DIALOG_H_
#ifndef
QVLC
_OPEN_DIALOG_H_
#define
QVLC_OPEN_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/dialogs/openurl.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
******************************************************************************/
#ifndef
_OPEN_URL_H
#define
_OPEN_URL_H_
#ifndef
QVLC_OPEN_URL_H_
#define
QVLC_OPEN_URL_H_ 1
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/dialogs/playlist.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _PLAYLIST_DIALOG_H_
#define
_PLAYLIST_DIALOG_H_
#ifndef
QVLC
_PLAYLIST_DIALOG_H_
#define
QVLC_PLAYLIST_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
#include "../components/playlist/playlist.hpp"
...
...
modules/gui/qt4/dialogs/plugins.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _PLUGIN_DIALOG_H_
#define
_PLUGIN_DIALOG_H_
#ifndef
QVLC
_PLUGIN_DIALOG_H_
#define
QVLC_PLUGIN_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs/podcast_configuration.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _PODCAST_CONFIGURATION_DIALOG_H_
#define
_PODCAST_CONFIGURATION_DIALOG_H_
#ifndef
QVLC
_PODCAST_CONFIGURATION_DIALOG_H_
#define
QVLC_PODCAST_CONFIGURATION_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
#include "ui/podcast_configuration.h"
...
...
modules/gui/qt4/dialogs/preferences.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _PREFS_DIALOG_H_
#define
_PREFS_DIALOG_H_
#ifndef
QVLC
_PREFS_DIALOG_H_
#define
QVLC_PREFS_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
#include "components/simple_preferences.hpp"
...
...
modules/gui/qt4/dialogs/sout.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _SOUT_DIALOG_H_
#define
_SOUT_DIALOG_H_
#ifndef
QVLC
_SOUT_DIALOG_H_
#define
QVLC_SOUT_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/dialogs/toolbar.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _TOOLBAREDIT_DIALOG_H_
#define
_TOOLBAREDIT_DIALOG_H_
#ifndef
QVLC
_TOOLBAREDIT_DIALOG_H_
#define
QVLC_TOOLBAREDIT_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
#include "components/controller.hpp"
...
...
modules/gui/qt4/dialogs/vlm.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _VLM_DIALOG_H_
#define
_VLM_DIALOG_H_
#ifndef
QVLC
_VLM_DIALOG_H_
#define
QVLC_VLM_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/input_manager.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _INPUT_MANAGER_H_
#define _INPUT_MANAGER_H_
#ifndef
QVLC
_INPUT_MANAGER_H_
#define
QVLC
_INPUT_MANAGER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/main_interface.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _MAIN_INTERFACE_H_
#define _MAIN_INTERFACE_H_
#ifndef
QVLC
_MAIN_INTERFACE_H_
#define
QVLC
_MAIN_INTERFACE_H_
#include "qt4.hpp"
...
...
modules/gui/qt4/menus.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _MENUS_H_
#define _MENUS_H_
#ifndef
QVLC
_MENUS_H_
#define
QVLC
_MENUS_H_
#include "qt4.hpp"
...
...
modules/gui/qt4/qt4.hpp
View file @
b42755d7
...
...
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef
_
QVLC_H_
#define
_
QVLC_H_
#ifndef QVLC_H_
#define QVLC_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
...
...
modules/gui/qt4/recents.hpp
View file @
b42755d7
...
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef _RECENTS_H_
#define _RECENTS_H_
#ifndef
QVLC
_RECENTS_H_
#define
QVLC
_RECENTS_H_
#include "qt4.hpp"
...
...
Write
Preview
Markdown
is supported
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