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
Steve Lhomme
VLC
Commits
bad8f53f
Commit
bad8f53f
authored
Jun 02, 2007
by
Jean-Baptiste Kempf
Browse files
qt4 - Include cleanup.
parent
aa48a792
Changes
23
Hide whitespace changes
Inline
Side-by-side
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
{
...
...
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