Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
bad8f53f
Commit
bad8f53f
authored
Jun 02, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4 - Include cleanup.
parent
aa48a792
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
74 additions
and
59 deletions
+74
-59
modules/gui/qt4/components/complete_preferences.hpp
modules/gui/qt4/components/complete_preferences.hpp
+2
-1
modules/gui/qt4/components/extended_panels.hpp
modules/gui/qt4/components/extended_panels.hpp
+1
-0
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.cpp
+2
-0
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/interface_widgets.hpp
+3
-3
modules/gui/qt4/components/open.hpp
modules/gui/qt4/components/open.hpp
+1
-0
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.cpp
+3
-8
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/preferences_widgets.hpp
+15
-9
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+9
-8
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/components/simple_preferences.hpp
+2
-2
modules/gui/qt4/dialogs/extended.cpp
modules/gui/qt4/dialogs/extended.cpp
+5
-4
modules/gui/qt4/dialogs/extended.hpp
modules/gui/qt4/dialogs/extended.hpp
+1
-2
modules/gui/qt4/dialogs/interaction.hpp
modules/gui/qt4/dialogs/interaction.hpp
+2
-1
modules/gui/qt4/dialogs/mediainfo.hpp
modules/gui/qt4/dialogs/mediainfo.hpp
+1
-2
modules/gui/qt4/dialogs/open.hpp
modules/gui/qt4/dialogs/open.hpp
+0
-1
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/playlist.hpp
+3
-2
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/sout.hpp
+2
-0
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/dialogs_provider.hpp
+6
-6
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/input_manager.hpp
+2
-1
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.cpp
+3
-1
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+5
-4
modules/gui/qt4/menus.hpp
modules/gui/qt4/menus.hpp
+1
-0
modules/gui/qt4/playlist_model.hpp
modules/gui/qt4/playlist_model.hpp
+4
-4
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+1
-0
No files found.
modules/gui/qt4/components/complete_preferences.hpp
View file @
bad8f53f
...
...
@@ -24,10 +24,11 @@
#ifndef _PREFSTREE_H_
#define _PREFSTREE_H_
#include <QTreeWidget>
#include <vlc/vlc.h>
#include <vlc_interface.h>
#include <QTreeWidget>
enum
{
TYPE_CATEGORY
,
...
...
modules/gui/qt4/components/extended_panels.hpp
View file @
bad8f53f
...
...
@@ -26,6 +26,7 @@
#include <vlc/vlc.h>
#include <vlc_aout.h>
#include "ui/equalizer.h"
#include "ui/video_effects.h"
...
...
modules/gui/qt4/components/interface_widgets.cpp
View file @
bad8f53f
...
...
@@ -35,6 +35,8 @@
#include <QPushButton>
#include <QHBoxLayout>
#include <QMenu>
#include <QPalette>
#include <QResizeEvent>
#define ICON_SIZE 128
...
...
modules/gui/qt4/components/interface_widgets.hpp
View file @
bad8f53f
...
...
@@ -31,10 +31,10 @@
#include <QWidget>
#include <QFrame>
#include <QPalette>
#include <QResizeEvent>
#include <QPixmap>
class
ResizeEvent
;
class
QPalette
;
class
QPixmap
;
class
QLabel
;
class
QHBoxLayout
;
...
...
modules/gui/qt4/components/open.hpp
View file @
bad8f53f
...
...
@@ -26,6 +26,7 @@
#define _OPENPANELS_H_
#include <vlc/vlc.h>
#include <QFileDialog>
#include "ui/open_file.h"
...
...
modules/gui/qt4/components/preferences_widgets.cpp
View file @
bad8f53f
...
...
@@ -36,21 +36,16 @@
#include "util/customwidgets.hpp"
#include "qt4.hpp"
#include <QLineEdit>
#include <vlc_keys.h>
#include <QString>
#include <QSpinBox>
#include <QDoubleSpinBox>
#include <QVariant>
#include <QComboBox>
#include <QGridLayout>
#include <QPushButton>
#include <QSlider>
#include <QFileDialog>
#include <QFontDialog>
#include <QGroupBox>
#include <vlc_keys.h>
#include <QTreeWidgetItem>
QString
formatTooltip
(
const
QString
&
tooltip
)
{
...
...
modules/gui/qt4/components/preferences_widgets.hpp
View file @
bad8f53f
...
...
@@ -25,24 +25,30 @@
#ifndef _INFOPANELS_H_
#define _INFOPANELS_H_
#include <vlc/vlc.h>
#include "qt4.hpp"
#include <assert.h>
#include <QWidget>
#include <QTreeWidget>
#include <QCheckBox>
#include <QComboBox>
#include <QLineEdit>
#include <QTreeWidget>
#include <QSpinBox>
#include <QLabel>
#include <QDoubleSpinBox>
#include <QComboBox>
#include <QCheckBox>
#include <QPushButton>
#include <QVector>
#include <QDialog>
#include <QLabel>
#include <QFile>
#include <QPushButton>
#include <QGroupBox>
#include "qt4.hpp"
#include <assert.h>
class
QFile
;
class
QTreeWidget
;
class
QTreeWidgetItem
;
class
QGroupBox
;
class
QGridLayout
;
class
ConfigControl
:
public
QObject
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
bad8f53f
...
...
@@ -23,18 +23,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <QString>
#include <QFont>
#include <QToolButton>
#include <QButtonGroup>
#include <QUrl>
#include "components/simple_preferences.hpp"
#include "components/preferences_widgets.hpp"
#include "qt4.hpp"
#include <vlc_config_cat.h>
#include "ui/sprefs_audio.h"
#include "ui/sprefs_input.h"
#include "ui/sprefs_video.h"
...
...
@@ -42,6 +34,15 @@
#include "ui/sprefs_hotkeys.h"
#include "ui/sprefs_interface.h"
#include <vlc_config_cat.h>
#include <QString>
#include <QFont>
#include <QToolButton>
#include <QButtonGroup>
#include <QUrl>
#include <QVBoxLayout>
#define ICON_HEIGHT 64
#define BUTTON_HEIGHT 74
...
...
modules/gui/qt4/components/simple_preferences.hpp
View file @
bad8f53f
...
...
@@ -24,11 +24,11 @@
#ifndef _SIMPLEPREFS_H_
#define _SIMPLEPREFS_H_
#include <QListWidget>
#include <QVBoxLayout>
#include <vlc/vlc.h>
#include <vlc_interface.h>
#include <QWidget>
enum
{
SPrefsInterface
=
0
,
SPrefsAudio
,
...
...
modules/gui/qt4/dialogs/extended.cpp
View file @
bad8f53f
...
...
@@ -21,14 +21,15 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <QTabWidget>
#include <QBoxLayout>
#include "qt4.hpp"
#include "dialogs/extended.hpp"
#include "dialogs_provider.hpp"
#include "util/qvlcframe.hpp"
#include "components/extended_panels.hpp"
#include "qt4.hpp"
#include <QTabWidget>
#include <QBoxLayout>
#include <QHBoxLayout>
ExtendedDialog
*
ExtendedDialog
::
instance
=
NULL
;
...
...
modules/gui/qt4/dialogs/extended.hpp
View file @
bad8f53f
...
...
@@ -18,14 +18,13 @@
*
* 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_
#include "util/qvlcframe.hpp"
#include <QHBoxLayout>
class
ExtendedDialog
:
public
QVLCFrame
{
...
...
modules/gui/qt4/dialogs/interaction.hpp
View file @
bad8f53f
...
...
@@ -18,7 +18,7 @@
*
* 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_
...
...
@@ -26,6 +26,7 @@
#include <vlc/vlc.h>
#include <vlc_interface.h>
#include <QWidget>
class
QPushButton
;
...
...
modules/gui/qt4/dialogs/mediainfo.hpp
View file @
bad8f53f
...
...
@@ -26,9 +26,8 @@
#define _MEDIAINFO_DIALOG_H_
#include "util/qvlcframe.hpp"
#include <QTabWidget>
#include <QBoxLayout>
class
QTabWidget
;
class
InfoTab
;
class
MediaInfoDialog
:
public
QVLCFrame
...
...
modules/gui/qt4/dialogs/open.hpp
View file @
bad8f53f
...
...
@@ -28,7 +28,6 @@
#include "util/qvlcframe.hpp"
#include "dialogs_provider.hpp"
#include "ui/open.h"
#include "components/open.hpp"
...
...
modules/gui/qt4/dialogs/playlist.hpp
View file @
bad8f53f
...
...
@@ -18,15 +18,16 @@
*
* 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_
#include <QModelIndex>
#include "util/qvlcframe.hpp"
#include <QModelIndex>
class
QSignalMapper
;
class
PLSelector
;
class
PLPanel
;
...
...
modules/gui/qt4/dialogs/sout.hpp
View file @
bad8f53f
...
...
@@ -23,7 +23,9 @@
#ifndef _SOUT_DIALOG_H_
#define _SOUT_DIALOG_H_
#include <vlc/vlc.h>
#include "ui/sout.h"
#include "util/qvlcframe.hpp"
...
...
modules/gui/qt4/dialogs_provider.hpp
View file @
bad8f53f
...
...
@@ -25,16 +25,16 @@
#ifndef _DIALOGS_PROVIDER_H_
#define _DIALOGS_PROVIDER_H_
#include <QObject>
#include <QTimer>
#include <QApplication>
#include "dialogs/interaction.hpp"
#include <assert.h>
#include <vlc/vlc.h>
#include <vlc_interface.h>
#include "dialogs/interaction.hpp"
#include <QObject>
#include <QTimer>
#include <QApplication>
#define EXT_FILTER_MEDIA 0x01
#define EXT_FILTER_VIDEO 0x02
#define EXT_FILTER_AUDIO 0x04
...
...
modules/gui/qt4/input_manager.hpp
View file @
bad8f53f
...
...
@@ -24,10 +24,11 @@
#ifndef _INPUT_MANAGER_H_
#define _INPUT_MANAGER_H_
#include <QObject>
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <QObject>
class
InputManager
:
public
QObject
{
Q_OBJECT
;
...
...
modules/gui/qt4/main_interface.cpp
View file @
bad8f53f
...
...
@@ -18,7 +18,7 @@
*
* 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"
...
...
@@ -39,6 +39,8 @@
#include <QKeyEvent>
#include <QUrl>
#include <QSystemTrayIcon>
#include <QSize>
#include <QMenu>
#include <assert.h>
#include <vlc_keys.h>
...
...
modules/gui/qt4/main_interface.hpp
View file @
bad8f53f
...
...
@@ -18,20 +18,20 @@
*
* 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 _MAIN_INTERFACE_H_
#define _MAIN_INTERFACE_H_
#include "qt4.hpp"
#include <vlc_aout.h>
#include "ui/main_interface.h"
#include "util/qvlcframe.hpp"
#include <QSize>
#include <vlc_aout.h>
#include <QSystemTrayIcon>
#include <QMenu>
class
QSettings
;
class
QCloseEvent
;
...
...
@@ -47,6 +47,7 @@ class VolumeClickHandler;
class
VisualSelector
;
class
ControlsWidget
;
class
QMenu
;
class
QSize
;
class
MainInterface
:
public
QVLCMW
{
...
...
modules/gui/qt4/menus.hpp
View file @
bad8f53f
...
...
@@ -24,6 +24,7 @@
#define _MENUS_H_
#include "qt4.hpp"
#include <QObject>
#include <vector>
...
...
modules/gui/qt4/playlist_model.hpp
View file @
bad8f53f
...
...
@@ -24,15 +24,15 @@
#ifndef _PLAYLIST_MODEL_H_
#define _PLAYLIST_MODEL_H_
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_playlist.h>
#include <QModelIndex>
#include <QObject>
#include <QEvent>
#include <QMimeData>
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_playlist.h>
class
PLModel
;
class
PLItem
...
...
modules/gui/qt4/qt4.hpp
View file @
bad8f53f
...
...
@@ -27,6 +27,7 @@
#include <vlc/vlc.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <QEvent>
class
QApplication
;
...
...
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