Remove non existant features from qfeature.h

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 <samuel.rodal@nokia.com>
This commit is contained in:
Lars Knoll 2012-01-25 12:17:56 +01:00 committed by Qt by Nokia
parent 0790756c93
commit 7aac54d67f
2 changed files with 54 additions and 540 deletions

View File

@ -52,15 +52,15 @@
// Big Codecs // Big Codecs
//#define QT_NO_BIG_CODECS //#define QT_NO_BIG_CODECS
// QClipboard
//#define QT_NO_CLIPBOARD
// Color Names // Color Names
//#define QT_NO_COLORNAMES //#define QT_NO_COLORNAMES
// QtConcurrent // QtConcurrent
//#define QT_NO_CONCURRENT //#define QT_NO_CONCURRENT
// QCopChannel
//#define QT_NO_COP
// CssParser // CssParser
//#define QT_NO_CSSPARSER //#define QT_NO_CSSPARSER
@ -70,9 +70,6 @@
// QDesktopServices // QDesktopServices
//#define QT_NO_DESKTOPSERVICES //#define QT_NO_DESKTOPSERVICES
// QDirectPainter
//#define QT_NO_DIRECTPAINTER
// Document Object Model // Document Object Model
//#define QT_NO_DOM //#define QT_NO_DOM
@ -94,6 +91,9 @@
// QGroupBox // QGroupBox
//#define QT_NO_GROUPBOX //#define QT_NO_GROUPBOX
// QHostInfo
//#define QT_NO_HOSTINFO
// QImageIOPlugin // QImageIOPlugin
//#define QT_NO_IMAGEFORMATPLUGIN //#define QT_NO_IMAGEFORMATPLUGIN
@ -112,6 +112,9 @@
// XBM Image Format // XBM Image Format
//#define QT_NO_IMAGEFORMAT_XBM //#define QT_NO_IMAGEFORMAT_XBM
// XPM Image Format
//#define QT_NO_IMAGEFORMAT_XPM
// QImage::createHeuristicMask() // QImage::createHeuristicMask()
//#define QT_NO_IMAGE_HEURISTIC_MASK //#define QT_NO_IMAGE_HEURISTIC_MASK
@ -142,24 +145,6 @@
// Painting Debug Utilities // Painting Debug Utilities
//#define QT_NO_PAINT_DEBUG //#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 // QPicture
//#define QT_NO_PICTURE //#define QT_NO_PICTURE
@ -175,42 +160,6 @@
// Universally Unique Identifier Convertion // Universally Unique Identifier Convertion
//#define QT_NO_QUUID_STRING //#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 // Raster Paint Engine callback functions
//#define QT_NO_RASTERCALLBACKS //#define QT_NO_RASTERCALLBACKS
@ -323,11 +272,6 @@
#define QT_NO_BUTTONGROUP #define QT_NO_BUTTONGROUP
#endif #endif
// QClipboard
#if !defined(QT_NO_CLIPBOARD) && (defined(QT_NO_QWS_PROPERTIES))
#define QT_NO_CLIPBOARD
#endif
// Codecs // Codecs
#if !defined(QT_NO_CODECS) && (defined(QT_NO_TEXTCODEC)) #if !defined(QT_NO_CODECS) && (defined(QT_NO_TEXTCODEC))
#define QT_NO_CODECS #define QT_NO_CODECS
@ -343,11 +287,21 @@
#define QT_NO_DIAL #define QT_NO_DIAL
#endif #endif
// Drag and drop
#if !defined(QT_NO_DRAGANDDROP) && (defined(QT_NO_IMAGEFORMAT_XPM))
#define QT_NO_DRAGANDDROP
#endif
// QFileSystemModel // QFileSystemModel
#if !defined(QT_NO_FILESYSTEMMODEL) && (defined(QT_NO_FILESYSTEMWATCHER)) #if !defined(QT_NO_FILESYSTEMMODEL) && (defined(QT_NO_FILESYSTEMWATCHER))
#define QT_NO_FILESYSTEMMODEL #define QT_NO_FILESYSTEMMODEL
#endif #endif
// Hyper Text Transfer Protocol
#if !defined(QT_NO_HTTP) && (defined(QT_NO_HOSTINFO))
#define QT_NO_HTTP
#endif
// QLibrary // QLibrary
#if !defined(QT_NO_LIBRARY) && (defined(QT_NO_SETTINGS)) #if !defined(QT_NO_LIBRARY) && (defined(QT_NO_SETTINGS))
#define QT_NO_LIBRARY #define QT_NO_LIBRARY
@ -363,66 +317,11 @@
#define QT_NO_NETWORKDISKCACHE #define QT_NO_NETWORKDISKCACHE
#endif #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 // QProgressDialog
#if !defined(QT_NO_PROGRESSDIALOG) && (defined(QT_NO_PROGRESSBAR)) #if !defined(QT_NO_PROGRESSDIALOG) && (defined(QT_NO_PROGRESSBAR))
#define QT_NO_PROGRESSDIALOG #define QT_NO_PROGRESSDIALOG
#endif #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 // QScrollBar
#if !defined(QT_NO_SCROLLBAR) && (defined(QT_NO_SLIDER)) #if !defined(QT_NO_SCROLLBAR) && (defined(QT_NO_SLIDER))
#define QT_NO_SCROLLBAR #define QT_NO_SCROLLBAR
@ -458,11 +357,6 @@
#define QT_NO_STYLE_WINDOWSXP #define QT_NO_STYLE_WINDOWSXP
#endif #endif
// SXE
#if !defined(QT_NO_SXE) && (defined(QT_NO_QWS_MULTIPROCESS))
#define QT_NO_SXE
#endif
// QToolButton // QToolButton
#if !defined(QT_NO_TOOLBUTTON) && (defined(QT_NO_ACTION)) #if !defined(QT_NO_TOOLBUTTON) && (defined(QT_NO_ACTION))
#define QT_NO_TOOLBUTTON #define QT_NO_TOOLBUTTON
@ -473,11 +367,6 @@
#define QT_NO_UNDOSTACK #define QT_NO_UNDOSTACK
#endif #endif
// ActiveQt
#if !defined(QT_NO_WIN_ACTIVEQT) && (defined(QT_NO_PROPERTIES))
#define QT_NO_WIN_ACTIVEQT
#endif
// QWizard // QWizard
#if !defined(QT_NO_WIZARD) && (defined(QT_NO_PROPERTIES)) #if !defined(QT_NO_WIZARD) && (defined(QT_NO_PROPERTIES))
#define QT_NO_WIZARD #define QT_NO_WIZARD
@ -518,9 +407,9 @@
#define QT_NO_IM #define QT_NO_IM
#endif #endif
// Phonon::PlatformPlugin // QPrinter
#if !defined(QT_NO_PHONON_PLATFORMPLUGIN) && (defined(QT_NO_LIBRARY)) #if !defined(QT_NO_PRINTER) && (defined(QT_NO_PICTURE) || defined(QT_NO_TEMPORARYFILE))
#define QT_NO_PHONON_PLATFORMPLUGIN #define QT_NO_PRINTER
#endif #endif
// QScrollArea // QScrollArea
@ -528,6 +417,26 @@
#define QT_NO_SCROLLAREA #define QT_NO_SCROLLAREA
#endif #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 // QWindowsVistaStyle
#if !defined(QT_NO_STYLE_WINDOWSVISTA) && (defined(QT_NO_STYLE_WINDOWSXP)) #if !defined(QT_NO_STYLE_WINDOWSVISTA) && (defined(QT_NO_STYLE_WINDOWSXP))
#define QT_NO_STYLE_WINDOWSVISTA #define QT_NO_STYLE_WINDOWSVISTA
@ -558,76 +467,26 @@
#define QT_NO_WHATSTHIS #define QT_NO_WHATSTHIS
#endif #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 // QGraphicsView
#if !defined(QT_NO_GRAPHICSVIEW) && (defined(QT_NO_SCROLLAREA)) #if !defined(QT_NO_GRAPHICSVIEW) && (defined(QT_NO_SCROLLAREA))
#define QT_NO_GRAPHICSVIEW #define QT_NO_GRAPHICSVIEW
#endif #endif
// Hyper Text Transfer Protocol
#if !defined(QT_NO_HTTP) && defined(QT_NO_HOSTINFO)
#define QT_NO_HTTP
#endif
// QMdiArea // QMdiArea
#if !defined(QT_NO_MDIAREA) && (defined(QT_NO_SCROLLAREA)) #if !defined(QT_NO_MDIAREA) && (defined(QT_NO_SCROLLAREA))
#define QT_NO_MDIAREA #define QT_NO_MDIAREA
#endif #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 // QSpinBox
#if !defined(QT_NO_SPINBOX) && (defined(QT_NO_SPINWIDGET) || defined(QT_NO_LINEEDIT) || defined(QT_NO_VALIDATOR)) #if !defined(QT_NO_SPINBOX) && (defined(QT_NO_SPINWIDGET) || defined(QT_NO_LINEEDIT) || defined(QT_NO_VALIDATOR))
#define QT_NO_SPINBOX #define QT_NO_SPINBOX
#endif #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 // QStyleSheetStyle
#if !defined(QT_NO_STYLE_STYLESHEET) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_PROPERTIES) || defined(QT_NO_CSSPARSER)) #if !defined(QT_NO_STYLE_STYLESHEET) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_PROPERTIES) || defined(QT_NO_CSSPARSER))
#define QT_NO_STYLE_STYLESHEET #define QT_NO_STYLE_STYLESHEET
#endif #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 // Q3TabDialog
#if !defined(QT_NO_TABDIALOG) && (defined(QT_NO_TABBAR)) #if !defined(QT_NO_TABDIALOG) && (defined(QT_NO_TABBAR))
#define QT_NO_TABDIALOG #define QT_NO_TABDIALOG
@ -653,21 +512,6 @@
#define QT_NO_MENUBAR #define QT_NO_MENUBAR
#endif #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 // QTabWidget
#if !defined(QT_NO_TABWIDGET) && (defined(QT_NO_TABBAR) || defined(QT_NO_STACKEDWIDGET)) #if !defined(QT_NO_TABWIDGET) && (defined(QT_NO_TABBAR) || defined(QT_NO_STACKEDWIDGET))
#define QT_NO_TABWIDGET #define QT_NO_TABWIDGET
@ -678,6 +522,11 @@
#define QT_NO_TEXTEDIT #define QT_NO_TEXTEDIT
#endif #endif
// Common UNIX Printing System
#if !defined(QT_NO_CUPS) && (defined(QT_NO_PRINTER) || defined(QT_NO_LIBRARY))
#define QT_NO_CUPS
#endif
// QErrorMessage // QErrorMessage
#if !defined(QT_NO_ERRORMESSAGE) && (defined(QT_NO_TEXTEDIT)) #if !defined(QT_NO_ERRORMESSAGE) && (defined(QT_NO_TEXTEDIT))
#define QT_NO_ERRORMESSAGE #define QT_NO_ERRORMESSAGE
@ -708,11 +557,6 @@
#define QT_NO_STRINGLISTMODEL #define QT_NO_STRINGLISTMODEL
#endif #endif
// QSvgWidget
#if !defined(QT_NO_SVGWIDGET) && (defined(QT_NO_SVGRENDERER))
#define QT_NO_SVGWIDGET
#endif
// QSyntaxHighlighter // QSyntaxHighlighter
#if !defined(QT_NO_SYNTAXHIGHLIGHTER) && (defined(QT_NO_TEXTEDIT)) #if !defined(QT_NO_SYNTAXHIGHLIGHTER) && (defined(QT_NO_TEXTEDIT))
#define QT_NO_SYNTAXHIGHLIGHTER #define QT_NO_SYNTAXHIGHLIGHTER
@ -753,11 +597,6 @@
#define QT_NO_COMPLETER #define QT_NO_COMPLETER
#endif #endif
// Common UNIX Printing System
#if !defined(QT_NO_CUPS) && (defined(QT_NO_PRINTER) || defined(QT_NO_LIBRARY))
#define QT_NO_CUPS
#endif
// QDataWidgetMapper // QDataWidgetMapper
#if !defined(QT_NO_DATAWIDGETMAPPER) && (defined(QT_NO_ITEMVIEWS) || defined(QT_NO_PROPERTIES)) #if !defined(QT_NO_DATAWIDGETMAPPER) && (defined(QT_NO_ITEMVIEWS) || defined(QT_NO_PROPERTIES))
#define QT_NO_DATAWIDGETMAPPER #define QT_NO_DATAWIDGETMAPPER
@ -808,26 +647,21 @@
#define QT_NO_FSCOMPLETER #define QT_NO_FSCOMPLETER
#endif #endif
// QGraphicsSvgItem
#if !defined(QT_NO_GRAPHICSSVGITEM) && (defined(QT_NO_SVGRENDERER) || defined(QT_NO_GRAPHICSVIEW))
#define QT_NO_GRAPHICSSVGITEM
#endif
// QComboBox // QComboBox
#if !defined(QT_NO_COMBOBOX) && (defined(QT_NO_LINEEDIT) || defined(QT_NO_STANDARDITEMMODEL) || defined(QT_NO_LISTVIEW)) #if !defined(QT_NO_COMBOBOX) && (defined(QT_NO_LINEEDIT) || defined(QT_NO_STANDARDITEMMODEL) || defined(QT_NO_LISTVIEW))
#define QT_NO_COMBOBOX #define QT_NO_COMBOBOX
#endif #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 // QPrintPreviewWidget
#if !defined(QT_NO_PRINTPREVIEWWIDGET) && (defined(QT_NO_GRAPHICSVIEW) || defined(QT_NO_PRINTER) || defined(QT_NO_MAINWINDOW)) #if !defined(QT_NO_PRINTPREVIEWWIDGET) && (defined(QT_NO_GRAPHICSVIEW) || defined(QT_NO_PRINTER) || defined(QT_NO_MAINWINDOW))
#define QT_NO_PRINTPREVIEWWIDGET #define QT_NO_PRINTPREVIEWWIDGET
#endif #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 // 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)) #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 #define QT_NO_CALENDARWIDGET
@ -843,11 +677,6 @@
#define QT_NO_INPUTDIALOG #define QT_NO_INPUTDIALOG
#endif #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 // QFontComboBox
#if !defined(QT_NO_FONTCOMBOBOX) && (defined(QT_NO_COMBOBOX) || defined(QT_NO_STRINGLISTMODEL)) #if !defined(QT_NO_FONTCOMBOBOX) && (defined(QT_NO_COMBOBOX) || defined(QT_NO_STRINGLISTMODEL))
#define QT_NO_FONTCOMBOBOX #define QT_NO_FONTCOMBOBOX

View File

@ -38,7 +38,7 @@ SeeAlso: ???
Feature: DRAGANDDROP Feature: DRAGANDDROP
Description: Supports the drag and drop mechansim. Description: Supports the drag and drop mechansim.
Section: Kernel Section: Kernel
Requires: QWS_PROPERTIES IMAGEFORMAT_XPM Requires: IMAGEFORMAT_XPM
Name: Drag and drop Name: Drag and drop
SeeAlso: ??? SeeAlso: ???
@ -80,7 +80,7 @@ SeeAlso: ???
Feature: CLIPBOARD Feature: CLIPBOARD
Description: Supports cut and paste operations. Description: Supports cut and paste operations.
Section: Kernel Section: Kernel
Requires: QWS_PROPERTIES Requires:
Name: QClipboard Name: QClipboard
SeeAlso: ??? SeeAlso: ???
@ -892,13 +892,6 @@ SeeAlso: ???
# Painting # Painting
Feature: DIRECTPAINTER
Description: Supports direct access to the video hardware.
Section: Painting
Requires:
Name: QDirectPainter
SeeAlso: ???
Feature: PICTURE Feature: PICTURE
Description: Supports recording and replaying QPainter commands. Description: Supports recording and replaying QPainter commands.
Section: Painting Section: Painting
@ -958,22 +951,6 @@ Requires:
Name: Freetype Font Engine Name: Freetype Font Engine
SeeAlso: ??? 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 # Internationalization
Feature: TRANSLATION Feature: TRANSLATION
@ -1011,13 +988,6 @@ Requires:
Name: Big Codecs Name: Big Codecs
SeeAlso: ??? SeeAlso: ???
Feature: QWS_INPUTMETHODS
Description: Supports international input methods.
Section: Internationalization
Requires: IM
Name: QWSInputMethod
SeeAlso: ???
# Networking # Networking
Feature: URLINFO Feature: URLINFO
@ -1069,15 +1039,6 @@ Requires: NETWORKPROXY
Name: SOCKS5 Name: SOCKS5
SeeAlso: ??? 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 Feature: NETWORKINTERFACE
Description: Supports listing the host's IP addresses and network interfaces Description: Supports listing the host's IP addresses and network interfaces
Section: Networking Section: Networking
@ -1186,188 +1147,6 @@ Requires:
Name: Gesture Name: Gesture
SeeAlso: ??? 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 # D-Bus
Feature: DBUS Feature: DBUS
@ -1377,97 +1156,3 @@ Requires: PROPERTIES DOM
Name: QtDBus module Name: QtDBus module
SeeAlso: ??? 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: ???