From 7aac54d67fd9402a80c4eb4cbd88a048f6f58f49 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 25 Jan 2012 12:17:56 +0100 Subject: [PATCH] Remove non existant features from qfeature.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn't clean it all up, but at least removes things that are clearly gone from Qt. We still have way too many individual feature switches. Change-Id: I7926ee8cf72567a86257f1e7b0d852f11ff5f4bb Reviewed-by: Samuel Rødal --- src/corelib/global/qfeatures.h | 275 +++++--------------------- src/corelib/global/qfeatures.txt | 319 +------------------------------ 2 files changed, 54 insertions(+), 540 deletions(-) diff --git a/src/corelib/global/qfeatures.h b/src/corelib/global/qfeatures.h index b8bc8b3d70..db7ff04bb2 100644 --- a/src/corelib/global/qfeatures.h +++ b/src/corelib/global/qfeatures.h @@ -52,15 +52,15 @@ // Big Codecs //#define QT_NO_BIG_CODECS +// QClipboard +//#define QT_NO_CLIPBOARD + // Color Names //#define QT_NO_COLORNAMES // QtConcurrent //#define QT_NO_CONCURRENT -// QCopChannel -//#define QT_NO_COP - // CssParser //#define QT_NO_CSSPARSER @@ -70,9 +70,6 @@ // QDesktopServices //#define QT_NO_DESKTOPSERVICES -// QDirectPainter -//#define QT_NO_DIRECTPAINTER - // Document Object Model //#define QT_NO_DOM @@ -94,6 +91,9 @@ // QGroupBox //#define QT_NO_GROUPBOX +// QHostInfo +//#define QT_NO_HOSTINFO + // QImageIOPlugin //#define QT_NO_IMAGEFORMATPLUGIN @@ -112,6 +112,9 @@ // XBM Image Format //#define QT_NO_IMAGEFORMAT_XBM +// XPM Image Format +//#define QT_NO_IMAGEFORMAT_XPM + // QImage::createHeuristicMask() //#define QT_NO_IMAGE_HEURISTIC_MASK @@ -142,24 +145,6 @@ // Painting Debug Utilities //#define QT_NO_PAINT_DEBUG -// Phonon::AbstractMediaStream -//#define QT_NO_PHONON_ABSTRACTMEDIASTREAM - -// Support for Audio Capture -//#define QT_NO_PHONON_AUDIOCAPTURE - -// Phonon::Effect -//#define QT_NO_PHONON_EFFECT - -// Phonon::MediaController -//#define QT_NO_PHONON_MEDIACONTROLLER - -// Phonon::ObjectDescriptionModel -//#define QT_NO_PHONON_OBJECTDESCRIPTIONMODEL - -// Phonon::VideoWidget -//#define QT_NO_PHONON_VIDEO - // QPicture //#define QT_NO_PICTURE @@ -175,42 +160,6 @@ // Universally Unique Identifier Convertion //#define QT_NO_QUUID_STRING -// QWSEmbedWidget -//#define QT_NO_QWSEMBEDWIDGET - -// Alpha Cursor -//#define QT_NO_QWS_ALPHA_CURSOR - -// Decoration -//#define QT_NO_QWS_DECORATION_DEFAULT - -// Keyboard -//#define QT_NO_QWS_KEYBOARD - -// Mouse -//#define QT_NO_QWS_MOUSE - -// Mouse (Auto) -//#define QT_NO_QWS_MOUSE_AUTO - -// Mouse (Non-Auto) -//#define QT_NO_QWS_MOUSE_MANUAL - -// Multi-Process -//#define QT_NO_QWS_MULTIPROCESS - -// Properties -//#define QT_NO_QWS_PROPERTIES - -// QProxyScreen -//#define QT_NO_QWS_PROXYSCREEN - -// Qt Prerendered Font Format -//#define QT_NO_QWS_QPF - -// Qt Prerendered Font Format 2 -//#define QT_NO_QWS_QPF2 - // Raster Paint Engine callback functions //#define QT_NO_RASTERCALLBACKS @@ -323,11 +272,6 @@ #define QT_NO_BUTTONGROUP #endif -// QClipboard -#if !defined(QT_NO_CLIPBOARD) && (defined(QT_NO_QWS_PROPERTIES)) -#define QT_NO_CLIPBOARD -#endif - // Codecs #if !defined(QT_NO_CODECS) && (defined(QT_NO_TEXTCODEC)) #define QT_NO_CODECS @@ -343,11 +287,21 @@ #define QT_NO_DIAL #endif +// Drag and drop +#if !defined(QT_NO_DRAGANDDROP) && (defined(QT_NO_IMAGEFORMAT_XPM)) +#define QT_NO_DRAGANDDROP +#endif + // QFileSystemModel #if !defined(QT_NO_FILESYSTEMMODEL) && (defined(QT_NO_FILESYSTEMWATCHER)) #define QT_NO_FILESYSTEMMODEL #endif +// Hyper Text Transfer Protocol +#if !defined(QT_NO_HTTP) && (defined(QT_NO_HOSTINFO)) +#define QT_NO_HTTP +#endif + // QLibrary #if !defined(QT_NO_LIBRARY) && (defined(QT_NO_SETTINGS)) #define QT_NO_LIBRARY @@ -363,66 +317,11 @@ #define QT_NO_NETWORKDISKCACHE #endif -// Phonon::SeekSlider -#if !defined(QT_NO_PHONON_SEEKSLIDER) && (defined(QT_NO_SLIDER)) -#define QT_NO_PHONON_SEEKSLIDER -#endif - -// Phonon::AbstractMediaStream -#if !defined(QT_NO_PHONON_SETTINGSGROUP) && (defined(QT_NO_SETTINGS)) -#define QT_NO_PHONON_SETTINGSGROUP -#endif - -// Phonon::VideoPlayer -#if !defined(QT_NO_PHONON_VIDEOPLAYER) && (defined(QT_NO_PHONON_VIDEO)) -#define QT_NO_PHONON_VIDEOPLAYER -#endif - -// Phonon::VolumeFaderEffect -#if !defined(QT_NO_PHONON_VOLUMEFADEREFFECT) && (defined(QT_NO_PHONON_EFFECT)) -#define QT_NO_PHONON_VOLUMEFADEREFFECT -#endif - // QProgressDialog #if !defined(QT_NO_PROGRESSDIALOG) && (defined(QT_NO_PROGRESSBAR)) #define QT_NO_PROGRESSDIALOG #endif -// Cursor -#if !defined(QT_NO_QWS_CURSOR) && (defined(QT_NO_CURSOR)) -#define QT_NO_QWS_CURSOR -#endif - -// Decoration (Styled) -#if !defined(QT_NO_QWS_DECORATION_STYLED) && (defined(QT_NO_QWS_DECORATION_DEFAULT)) -#define QT_NO_QWS_DECORATION_STYLED -#endif - -// Decoration (Windows Style) -#if !defined(QT_NO_QWS_DECORATION_WINDOWS) && (defined(QT_NO_QWS_DECORATION_DEFAULT)) -#define QT_NO_QWS_DECORATION_WINDOWS -#endif - -// Dynamic screen transformation. -#if !defined(QT_NO_QWS_DYNAMICSCREENTRANSFORMATION) && (defined(QT_NO_QWS_PROXYSCREEN)) -#define QT_NO_QWS_DYNAMICSCREENTRANSFORMATION -#endif - -// Manager -#if !defined(QT_NO_QWS_MANAGER) && (defined(QT_NO_QWS_DECORATION_DEFAULT)) -#define QT_NO_QWS_MANAGER -#endif - -// QVncTransformed -#if !defined(QT_NO_QWS_TRANSFORMED) && (defined(QT_NO_QWS_PROXYSCREEN)) -#define QT_NO_QWS_TRANSFORMED -#endif - -// QVncScreen -#if !defined(QT_NO_QWS_VNC) && (defined(QT_NO_QWS_PROXYSCREEN)) -#define QT_NO_QWS_VNC -#endif - // QScrollBar #if !defined(QT_NO_SCROLLBAR) && (defined(QT_NO_SLIDER)) #define QT_NO_SCROLLBAR @@ -458,11 +357,6 @@ #define QT_NO_STYLE_WINDOWSXP #endif -// SXE -#if !defined(QT_NO_SXE) && (defined(QT_NO_QWS_MULTIPROCESS)) -#define QT_NO_SXE -#endif - // QToolButton #if !defined(QT_NO_TOOLBUTTON) && (defined(QT_NO_ACTION)) #define QT_NO_TOOLBUTTON @@ -473,11 +367,6 @@ #define QT_NO_UNDOSTACK #endif -// ActiveQt -#if !defined(QT_NO_WIN_ACTIVEQT) && (defined(QT_NO_PROPERTIES)) -#define QT_NO_WIN_ACTIVEQT -#endif - // QWizard #if !defined(QT_NO_WIZARD) && (defined(QT_NO_PROPERTIES)) #define QT_NO_WIZARD @@ -518,9 +407,9 @@ #define QT_NO_IM #endif -// Phonon::PlatformPlugin -#if !defined(QT_NO_PHONON_PLATFORMPLUGIN) && (defined(QT_NO_LIBRARY)) -#define QT_NO_PHONON_PLATFORMPLUGIN +// QPrinter +#if !defined(QT_NO_PRINTER) && (defined(QT_NO_PICTURE) || defined(QT_NO_TEMPORARYFILE)) +#define QT_NO_PRINTER #endif // QScrollArea @@ -528,6 +417,26 @@ #define QT_NO_SCROLLAREA #endif +// QCleanLooksStyle +#if !defined(QT_NO_STYLE_CLEANLOOKS) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) +#define QT_NO_STYLE_CLEANLOOKS +#endif + +// QPlastiqueStyle +#if !defined(QT_NO_STYLE_PLASTIQUE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) +#define QT_NO_STYLE_PLASTIQUE +#endif + +// QWindowsCEStyle +#if !defined(QT_NO_STYLE_WINDOWSCE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) +#define QT_NO_STYLE_WINDOWSCE +#endif + +// QWindowsMobileStyle +#if !defined(QT_NO_STYLE_WINDOWSMOBILE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) +#define QT_NO_STYLE_WINDOWSMOBILE +#endif + // QWindowsVistaStyle #if !defined(QT_NO_STYLE_WINDOWSVISTA) && (defined(QT_NO_STYLE_WINDOWSXP)) #define QT_NO_STYLE_WINDOWSVISTA @@ -558,76 +467,26 @@ #define QT_NO_WHATSTHIS #endif -// Drag and drop -#if !defined(QT_NO_DRAGANDDROP) && (defined(QT_NO_QWS_PROPERTIES) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_DRAGANDDROP -#endif - // QGraphicsView #if !defined(QT_NO_GRAPHICSVIEW) && (defined(QT_NO_SCROLLAREA)) #define QT_NO_GRAPHICSVIEW #endif -// Hyper Text Transfer Protocol -#if !defined(QT_NO_HTTP) && defined(QT_NO_HOSTINFO) -#define QT_NO_HTTP -#endif - // QMdiArea #if !defined(QT_NO_MDIAREA) && (defined(QT_NO_SCROLLAREA)) #define QT_NO_MDIAREA #endif -// Phonon::VolumeSlider -#if !defined(QT_NO_PHONON_VOLUMESLIDER) && (defined(QT_NO_SLIDER) || defined(QT_NO_TOOLBUTTON)) -#define QT_NO_PHONON_VOLUMESLIDER -#endif - -// QPrinter -#if !defined(QT_NO_PRINTER) && (defined(QT_NO_PICTURE) || defined(QT_NO_TEMPORARYFILE)) -#define QT_NO_PRINTER -#endif - -// QWSInputMethod -#if !defined(QT_NO_QWS_INPUTMETHODS) && (defined(QT_NO_IM)) -#define QT_NO_QWS_INPUTMETHODS -#endif - // QSpinBox #if !defined(QT_NO_SPINBOX) && (defined(QT_NO_SPINWIDGET) || defined(QT_NO_LINEEDIT) || defined(QT_NO_VALIDATOR)) #define QT_NO_SPINBOX #endif -// QCleanLooksStyle -#if !defined(QT_NO_STYLE_CLEANLOOKS) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_STYLE_CLEANLOOKS -#endif - -// QPlastiqueStyle -#if !defined(QT_NO_STYLE_PLASTIQUE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_STYLE_PLASTIQUE -#endif - // QStyleSheetStyle #if !defined(QT_NO_STYLE_STYLESHEET) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_PROPERTIES) || defined(QT_NO_CSSPARSER)) #define QT_NO_STYLE_STYLESHEET #endif -// QWindowsCEStyle -#if !defined(QT_NO_STYLE_WINDOWSCE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_STYLE_WINDOWSCE -#endif - -// QWindowsMobileStyle -#if !defined(QT_NO_STYLE_WINDOWSMOBILE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_STYLE_WINDOWSMOBILE -#endif - -// QtSvg module -#if !defined(QT_NO_SVG) && (defined(QT_NO_XMLSTREAMREADER) || defined(QT_NO_CSSPARSER)) -#define QT_NO_SVG -#endif - // Q3TabDialog #if !defined(QT_NO_TABDIALOG) && (defined(QT_NO_TABBAR)) #define QT_NO_TABDIALOG @@ -653,21 +512,6 @@ #define QT_NO_MENUBAR #endif -// Sound Server -#if !defined(QT_NO_QWS_SOUNDSERVER) && (defined(QT_NO_SOUND) || defined(QT_NO_HOSTINFO) || defined(QT_NO_QWS_MULTIPROCESS)) -#define QT_NO_QWS_SOUNDSERVER -#endif - -// QSvgGenerator -#if !defined(QT_NO_SVGGENERATOR) && (defined(QT_NO_SVG)) -#define QT_NO_SVGGENERATOR -#endif - -// QSvgRenderer -#if !defined(QT_NO_SVGRENDERER) && (defined(QT_NO_SVG)) -#define QT_NO_SVGRENDERER -#endif - // QTabWidget #if !defined(QT_NO_TABWIDGET) && (defined(QT_NO_TABBAR) || defined(QT_NO_STACKEDWIDGET)) #define QT_NO_TABWIDGET @@ -678,6 +522,11 @@ #define QT_NO_TEXTEDIT #endif +// Common UNIX Printing System +#if !defined(QT_NO_CUPS) && (defined(QT_NO_PRINTER) || defined(QT_NO_LIBRARY)) +#define QT_NO_CUPS +#endif + // QErrorMessage #if !defined(QT_NO_ERRORMESSAGE) && (defined(QT_NO_TEXTEDIT)) #define QT_NO_ERRORMESSAGE @@ -708,11 +557,6 @@ #define QT_NO_STRINGLISTMODEL #endif -// QSvgWidget -#if !defined(QT_NO_SVGWIDGET) && (defined(QT_NO_SVGRENDERER)) -#define QT_NO_SVGWIDGET -#endif - // QSyntaxHighlighter #if !defined(QT_NO_SYNTAXHIGHLIGHTER) && (defined(QT_NO_TEXTEDIT)) #define QT_NO_SYNTAXHIGHLIGHTER @@ -753,11 +597,6 @@ #define QT_NO_COMPLETER #endif -// Common UNIX Printing System -#if !defined(QT_NO_CUPS) && (defined(QT_NO_PRINTER) || defined(QT_NO_LIBRARY)) -#define QT_NO_CUPS -#endif - // QDataWidgetMapper #if !defined(QT_NO_DATAWIDGETMAPPER) && (defined(QT_NO_ITEMVIEWS) || defined(QT_NO_PROPERTIES)) #define QT_NO_DATAWIDGETMAPPER @@ -808,26 +647,21 @@ #define QT_NO_FSCOMPLETER #endif -// QGraphicsSvgItem -#if !defined(QT_NO_GRAPHICSSVGITEM) && (defined(QT_NO_SVGRENDERER) || defined(QT_NO_GRAPHICSVIEW)) -#define QT_NO_GRAPHICSSVGITEM -#endif - // QComboBox #if !defined(QT_NO_COMBOBOX) && (defined(QT_NO_LINEEDIT) || defined(QT_NO_STANDARDITEMMODEL) || defined(QT_NO_LISTVIEW)) #define QT_NO_COMBOBOX #endif -// QWorkSpace -#if !defined(QT_NO_WORKSPACE) && (defined(QT_NO_SCROLLBAR) || defined(QT_NO_MAINWINDOW) || defined(QT_NO_MENUBAR)) -#define QT_NO_WORKSPACE -#endif - // QPrintPreviewWidget #if !defined(QT_NO_PRINTPREVIEWWIDGET) && (defined(QT_NO_GRAPHICSVIEW) || defined(QT_NO_PRINTER) || defined(QT_NO_MAINWINDOW)) #define QT_NO_PRINTPREVIEWWIDGET #endif +// QWorkSpace +#if !defined(QT_NO_WORKSPACE) && (defined(QT_NO_SCROLLBAR) || defined(QT_NO_MAINWINDOW) || defined(QT_NO_MENUBAR)) +#define QT_NO_WORKSPACE +#endif + // QCalendarWidget #if !defined(QT_NO_CALENDARWIDGET) && (defined(QT_NO_TABLEVIEW) || defined(QT_NO_MENU) || defined(QT_NO_TEXTDATE) || defined(QT_NO_SPINBOX) || defined(QT_NO_TOOLBUTTON)) #define QT_NO_CALENDARWIDGET @@ -843,11 +677,6 @@ #define QT_NO_INPUTDIALOG #endif -// Phonon::EffectWidget -#if !defined(QT_NO_PHONON_EFFECTWIDGET) && (defined(QT_NO_PHONON_EFFECT) || defined(QT_NO_COMBOBOX) || defined(QT_NO_SPINBOX)) -#define QT_NO_PHONON_EFFECTWIDGET -#endif - // QFontComboBox #if !defined(QT_NO_FONTCOMBOBOX) && (defined(QT_NO_COMBOBOX) || defined(QT_NO_STRINGLISTMODEL)) #define QT_NO_FONTCOMBOBOX diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt index edbe34595e..444a23b0e3 100644 --- a/src/corelib/global/qfeatures.txt +++ b/src/corelib/global/qfeatures.txt @@ -38,7 +38,7 @@ SeeAlso: ??? Feature: DRAGANDDROP Description: Supports the drag and drop mechansim. Section: Kernel -Requires: QWS_PROPERTIES IMAGEFORMAT_XPM +Requires: IMAGEFORMAT_XPM Name: Drag and drop SeeAlso: ??? @@ -80,7 +80,7 @@ SeeAlso: ??? Feature: CLIPBOARD Description: Supports cut and paste operations. Section: Kernel -Requires: QWS_PROPERTIES +Requires: Name: QClipboard SeeAlso: ??? @@ -892,13 +892,6 @@ SeeAlso: ??? # Painting -Feature: DIRECTPAINTER -Description: Supports direct access to the video hardware. -Section: Painting -Requires: -Name: QDirectPainter -SeeAlso: ??? - Feature: PICTURE Description: Supports recording and replaying QPainter commands. Section: Painting @@ -958,22 +951,6 @@ Requires: Name: Freetype Font Engine SeeAlso: ??? -Feature: QWS_QPF -Description: Supports Qt's pre-rendered fonts, a light-weight non-scalable font format -specific to Qt for Embedded Linux. -Section: Fonts -Requires: -Name: Qt Prerendered Font Format -SeeAlso: ??? - -Feature: QWS_QPF2 -Description: Supports Qt's second generation of pre-rendered fonts, a light-weight -non-scalable font format specific to Qt for Embedded Linux. -Section: Fonts -Requires: -Name: Qt Prerendered Font Format 2 -SeeAlso: ??? - # Internationalization Feature: TRANSLATION @@ -1011,13 +988,6 @@ Requires: Name: Big Codecs SeeAlso: ??? -Feature: QWS_INPUTMETHODS -Description: Supports international input methods. -Section: Internationalization -Requires: IM -Name: QWSInputMethod -SeeAlso: ??? - # Networking Feature: URLINFO @@ -1069,15 +1039,6 @@ Requires: NETWORKPROXY Name: SOCKS5 SeeAlso: ??? -Feature: COP -Description: Supports the QCOP protocol, which is a many-to-many -communication protocol for transferring messages on various -channels, and Inter Process Communications (IPC). -Section: Networking -Requires: -Name: QCopChannel -SeeAlso: ??? - Feature: NETWORKINTERFACE Description: Supports listing the host's IP addresses and network interfaces Section: Networking @@ -1186,188 +1147,6 @@ Requires: Name: Gesture SeeAlso: ??? -# SVG - -Feature: SVG -Description: Provides classes for displaying the contents of SVG files. -Section: SVG -Requires: XMLSTREAMREADER CSSPARSER -Name: QtSvg module -SeeAlso: ??? - -Feature: GRAPHICSSVGITEM -Description: Provides a QGraphicsItem that can be used to render the contents of SVG files. -Section: SVG -Requires: SVGRENDERER GRAPHICSVIEW -Name: QGraphicsSvgItem -SeeAlso: ??? - -Feature: SVGGENERATOR -Description: Provides a paint device that is used to create SVG drawings. -Section: SVG -Requires: SVG -Name: QSvgGenerator -SeeAlso: ??? - -Feature: SVGRENDERER -Description: Provides a class used to draw the contents of SVG files onto paint devices. -Section: SVG -Requires: SVG -Name: QSvgRenderer -SeeAlso: ??? - -Feature: SVGWIDGET -Description: Provides a widget that is used to display the contents of SVG files. -Section: SVG -Requires: SVGRENDERER -Name: QSvgWidget -SeeAlso: ??? - - -# Qt for Embedded Linux - -Feature: QWS_SOUNDSERVER -Description: Supports servers playing sounds. -Section: Qt for Embedded Linux -Requires: SOUND HOSTINFO QWS_MULTIPROCESS -Name: Sound Server -SeeAlso: ??? - -Feature: QWS_MULTIPROCESS -Description: Supports multi-process architecture. -Section: Qt for Embedded Linux -Requires: -Name: Multi-Process -SeeAlso: ??? - -Feature: QWS_KEYBOARD -Description: Supports the console keyboard. -Section: Qt for Embedded Linux -Requires: -Name: Keyboard -SeeAlso: ??? - -Feature: QWS_CURSOR -Description: Supports visible cursors. -Section: Qt for Embedded Linux -Requires: CURSOR -Name: Cursor -SeeAlso: ??? - -Feature: QWS_ALPHA_CURSOR -Description: Supports alpha-blended cursors. -Section: Qt for Embedded Linux -Requires: -Name: Alpha Cursor -SeeAlso: ??? - -Feature: QWS_MANAGER -Description: Supports the window manager. -Section: Qt for Embedded Linux -Requires: QWS_DECORATION_DEFAULT -Name: Manager -SeeAlso: ??? - -Feature: QWS_DECORATION_DEFAULT -Description: Supports default decoration of the top level windows. -Section: Qt for Embedded Linux -Requires: -Name: Decoration -SeeAlso: ??? - -Feature: QWS_DECORATION_WINDOWS -Description: Supports a "Windows" style decoration of the top level windows. -Section: Qt for Embedded Linux -Requires: QWS_DECORATION_DEFAULT -Name: Decoration (Windows Style) -SeeAlso: ??? - -Feature: QWS_DECORATION_STYLED -Description: Supports styled decoration of the top level windows. -Section: Qt for Embedded Linux -Requires: QWS_DECORATION_DEFAULT -Name: Decoration (Styled) -SeeAlso: ??? - -Feature: QWS_MOUSE -Description: Supports mouse drivers. -Section: Qt for Embedded Linux -Requires: -Name: Mouse -SeeAlso: ??? - -Feature: QWS_MOUSE_AUTO -Description: Supports auto-detected mouse drivers. -Section: Qt for Embedded Linux -Requires: -Name: Mouse (Auto) -SeeAlso: ??? - -Feature: QWS_MOUSE_MANUAL -Description: Supports non-autodetected mouse drivers. -Section: Qt for Embedded Linux -Requires: -Name: Mouse (Non-Auto) -SeeAlso: ??? - -Feature: QWS_PROPERTIES -Description: Supports window system properties. -Section: Qt for Embedded Linux -Requires: -Name: Properties -SeeAlso: ??? - -Feature: SXE -Description: Supports Safe Execution Environment (experimental). -Section: Qt for Embedded Linux -Requires: QWS_MULTIPROCESS -Name: SXE -SeeAlso: ??? - -Feature: QWSEMBEDWIDGET -Description: Provides embedding of a top-level window. -Section: Qt for Embedded Linux -Requires: -Name: QWSEmbedWidget -SeeAlso: ??? - -Feature: QWS_PROXYSCREEN -Description: Provides a proxy helper class used by some screen drivers. -Section: Qt for Embedded Linux -Requires: -Name: QProxyScreen -SeeAlso: ??? - -Feature: QWS_VNC -Description: Provides VNC screen driver -Section: Qt for Embedded Linux -Requires: QWS_PROXYSCREEN -Name: QVncScreen -SeeAlso: ??? - -Feature: QWS_TRANSFORMED -Description: Provides Transformed screen driver -Section: Qt for Embedded Linux -Requires: QWS_PROXYSCREEN -Name: QVncTransformed -SeeAlso: ??? - -Feature: QWS_DYNAMICSCREENTRANSFORMATION -Description: Enables dynamic setting of screen transformation/rotation. -Section: Qt for Embedded Linux -Requires: QWS_PROXYSCREEN -Name: Dynamic screen transformation. -SeeAlso: ??? - -# Windows - -Feature: WIN_ACTIVEQT -Description: Support for ActiveQt -Section: Windows -Requires: PROPERTIES -Name: ActiveQt -SeeAlso: ??? - # D-Bus Feature: DBUS @@ -1377,97 +1156,3 @@ Requires: PROPERTIES DOM Name: QtDBus module SeeAlso: ??? -# Phonon - -Feature: PHONON_PLATFORMPLUGIN -Description: Support for platform plugin -Section: Phonon -Requires: LIBRARY -Name: Phonon::PlatformPlugin -SeeAlso: ??? - -Feature: PHONON_EFFECT -Description: Support for Audio Effect -Section: Phonon -Requires: -Name: Phonon::Effect -SeeAlso: ??? - -Feature: PHONON_AUDIOCAPTURE -Description: Support for Audio Capture -Section: Phonon -Requires: -Name: Support for Audio Capture -SeeAlso: ??? - -Feature: PHONON_EFFECTWIDGET -Description: Support for Audio Effect Widget -Section: Phonon -Requires: PHONON_EFFECT COMBOBOX SPINBOX -Name: Phonon::EffectWidget -SeeAlso: ??? - -Feature: PHONON_VOLUMEFADEREFFECT -Description: Support for Volume Fader Effect class -Section: Phonon -Requires: PHONON_EFFECT -Name: Phonon::VolumeFaderEffect -SeeAlso: ??? - - -Feature: PHONON_OBJECTDESCRIPTIONMODEL -Description: Support for Object Description Model -Section: Phonon -Requires: -Name: Phonon::ObjectDescriptionModel -SeeAlso: ??? - -Feature: PHONON_VIDEO -Description: Support for Video -Section: Phonon -Requires: -Name: Phonon::VideoWidget -SeeAlso: ??? - -Feature: PHONON_VIDEOPLAYER -Description: Support for the Video Player class -Section: Phonon -Requires: PHONON_VIDEO -Name: Phonon::VideoPlayer -SeeAlso: ??? - - -Feature: PHONON_SEEKSLIDER -Description: Support for the Seek Slider class -Section: Phonon -Requires: SLIDER -Name: Phonon::SeekSlider -SeeAlso: ??? - -Feature: PHONON_VOLUMESLIDER -Description: Support for the Volume Slider class -Section: Phonon -Requires: SLIDER TOOLBUTTON -Name: Phonon::VolumeSlider -SeeAlso: ??? - -Feature: PHONON_MEDIACONTROLLER -Description: Support for the MediaController class -Section: Phonon -Requires: -Name: Phonon::MediaController -SeeAlso: ??? - -Feature: PHONON_ABSTRACTMEDIASTREAM -Description: Support for streaming of raw data (QIODevice...) -Section: Phonon -Requires: -Name: Phonon::AbstractMediaStream -SeeAlso: ??? - -Feature: PHONON_SETTINGSGROUP -Description: Phonon settingsgroup -Section: Phonon -Requires: SETTINGS -Name: Phonon::AbstractMediaStream -SeeAlso: ???