Changeset 769 for trunk/doc/src/platforms
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/platforms/emb-directfb-EmbLinux.qdoc
r651 r769 268 268 \o By default Qt will use DirectFB to load QPixmaps from disk/memory. If 269 269 your DirectFB implementation does not support this it might make sense to 270 define this. 270 define this. If you see strange rendering issues with pixmaps that have an 271 alpha channel defining this could solve the problem. 271 272 272 273 \row … … 328 329 defines should only be used when optimizing the application. 329 330 331 \section2 Top level transparency 332 \note DirectFB supports partially or fully transparent top level windows, 333 either through QWidget::setWindowOpacity or through setting a non-opaque 334 background brush. Note that for the latter it is not supported to change an 335 opaque window to be transparent at runtime. 330 336 */ -
trunk/doc/src/platforms/emb-features.qdoc
r651 r769 106 106 desktop platforms. 107 107 108 \bold{Windows CE:} The Qt for Windows CE package contains a \c qconfig109 executable that you can run on a Windows desktop to configure the build.110 111 108 \image qt-embedded-qconfigtool.png 112 109 -
trunk/doc/src/platforms/emb-install.qdoc
r651 r769 85 85 ./configure script to configure the library for your development 86 86 architecture. You can list all of the configuration system's 87 options by typing \c {./configure -help}. 87 options by typing 88 89 \snippet doc/src/snippets/code/doc_src_emb-install.qdoc embedded help 88 90 89 91 Note that by default, \l{Qt for Embedded Linux} is configured for 90 installation in the \c{/usr/local/Trolltech/QtEmbedded-4.6. 2}92 installation in the \c{/usr/local/Trolltech/QtEmbedded-4.6.3} 91 93 directory, but this can be changed by using the \c{-prefix} 92 94 option. Alternatively, the \c{-prefix-install} option can be used … … 148 150 For compilers that do not support \c rpath you must also extend 149 151 the \c LD_LIBRARY_PATH environment variable to include 150 \c /usr/local/Trolltech/QtEmbedded-4.6. 2/lib. Note that on Linux152 \c /usr/local/Trolltech/QtEmbedded-4.6.3/lib. Note that on Linux 151 153 with GCC, this step is not needed. 152 154 -
trunk/doc/src/platforms/emb-openvg.qdocinc
r561 r769 136 136 137 137 The other members of QPainter::CompositionMode are not supported 138 because OpenVG 1.1 does not have an equivalent in its \c VGBlendMode 139 enumeration. Any attempt to set an unsupported mode will result in 138 unless the \c{VG_KHR_advanced_blending} extension is present, 139 in which case the following additional modes are supported: 140 141 \list 142 \o QPainter::CompositionMode_Overlay 143 \o QPainter::CompositionMode_ColorDodge 144 \o QPainter::CompositionMode_ColorBurn 145 \o QPainter::CompositionMode_HardLight 146 \o QPainter::CompositionMode_SoftLight 147 \o QPainter::CompositionMode_Difference 148 \o QPainter::CompositionMode_Exclusion 149 \o QPainter::CompositionMode_SourceOut 150 \o QPainter::CompositionMode_DestinationOut 151 \o QPainter::CompositionMode_SourceAtop 152 \o QPainter::CompositionMode_DestinationAtop 153 \o QPainter::CompositionMode_Xor 154 \endlist 155 156 Any attempt to set an unsupported mode will result in 140 157 the actual mode being set to QPainter::CompositionMode_SourceOver. 141 158 Client applications should avoid using unsupported modes. … … 260 277 accelerated using OpenVG operations. 261 278 279 \row 280 \o Scrolling 281 \o Accelerated scrolling is implemented but disabled by default 282 unless QVG_BUFFER_SCROLLING is defined. This should only be enabled on 283 OpenVG engines where vgCopyPixels() is known to be efficient. 284 262 285 \endtable 263 286 -
trunk/doc/src/platforms/platform-notes.qdoc
r651 r769 251 251 \section1 Windows Vista 252 252 253 At the time Qt 4.6. 2was released, there were no known Vista-specific issues.253 At the time Qt 4.6.3 was released, there were no known Vista-specific issues. 254 254 255 255 \target Windows NT … … 420 420 421 421 Qt for Symbian provides the same level of source compatibility guarantee as 422 given for other platforms. ÂThat is, a program which compiles against a given422 given for other platforms. That is, a program which compiles against a given 423 423 version of Qt for Symbian will also compile against all future versions of the 424 424 same major release. … … 503 503 \l{Exception Safety with Symbian}. 504 504 505 \section1 Required Capabilities 506 507 The Qt libraries are typically signed with \c{All -TCB} capabilites, but 508 that does not mean your Qt application needs to be signed with the same 509 capabilities to function properly. The capabilities your application needs 510 to function properly depends on which parts of Qt you use, here is an 511 overview: 512 513 \table 514 \header \o Module 515 \o Required Symbian Capability 516 \row \o QtCore 517 \o \c PowerMgmt if QProcess::kill(...) or QProcess::terminate(...) is called. 518 \row \o QtCore 519 \o \c AllFiles when \l{http://developer.symbian.org/wiki/index.php/Capabilities_%28Symbian_Signed%29/AllFiles_Capability}{accessing specific areas.} 520 \row \o QtNetwork 521 \o \c NetworkServices is basically always required for this module. 522 \row \o QtMultiMedia 523 \o \c UserEnvironment if QAudioInput is used. 524 \endtable 525 526 Note that some modules rely on other modules. If your application uses 527 QtXmlPatterns, QtWebkit or QtScript it may still require \c NetworkServices 528 \o as these modules rely on QtNetwork to go online. 529 530 For more information see the documentation of the individual Qt classes. If 531 a class does not mention Symbian capabilities, it requires none. 532 505 533 \section1 Multimedia and Phonon Support 506 534 -
trunk/doc/src/platforms/supported-platforms.qdoc
r651 r769 117 117 \row \o HPUXi 11.23 118 118 \o aCC 6.10 119 \row \o Solaris 10 UltraSparc119 \row \o Solaris 10 (UltraSparc, x86) 120 120 \o Sun Studio 12 121 121 \row \o AIX 6 -
trunk/doc/src/platforms/symbian-introduction.qdoc
r651 r769 133 133 missing dependencies in addition to 134 134 just installing the application. 135 \row \o \c stub_sis \o Create a stub sis to allow upgradability of projects 136 that are deployed in ROM 135 137 \endtable 136 138 -
trunk/doc/src/platforms/wince-customization.qdoc
r651 r769 214 214 \o The shadow build directory must be on the same level as the Qt source 215 215 package.\br 216 If the Qt package is in \c{C:\Qt\4.6. 2} the shadow build directory216 If the Qt package is in \c{C:\Qt\4.6.3} the shadow build directory 217 217 could be \c{C:\Qt\shadowbuild}. A shadow build from a directory like 218 218 \c{C:\shadowbuild} will not compile. … … 225 225 \endlist 226 226 227 So lets assume you have installed Qt in \c{C:\Qt\4.6. 2} and you want227 So lets assume you have installed Qt in \c{C:\Qt\4.6.3} and you want 228 228 to create a shadow build in \c{C:\Qt\mobile5-shadow}: 229 229
Note:
See TracChangeset
for help on using the changeset viewer.