Changeset 863 for branches/vendor
- Timestamp:
- May 16, 2011, 3:45:04 PM (14 years ago)
- Location:
- branches/vendor/nokia/qt/current
- Files:
-
- 1 added
- 1 deleted
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/.tag
r844 r863 1 Source revision: 0828c69ad805406568f6eef2bffbbd54b04dea412 Mkdist revision: 74a394eb70d29b9f9db6d12c1000c80e2f3db5301 Source revision: 2 Mkdist revision: 3 3 -
branches/vendor/nokia/qt/current/INSTALL
r844 r863 1 INSTALLING Qt Source Package Version 4.7. 2.1 INSTALLING Qt Source Package Version 4.7.. 2 2 3 3 For full installation instructions for each supported platform, please -
branches/vendor/nokia/qt/current/README
r844 r863 1 This is Qt version 4.7. 2.1 This is Qt version 4.7.. 2 2 3 3 Qt is a comprehensive cross-platform C++ application framework. Qt 4 -
branches/vendor/nokia/qt/current/doc/src/deployment/deployment.qdoc
r844 r863 902 902 903 903 "C:/customPath/plugins " 904 "C:/Qt/4.7. 2/plugins"904 "C:/Qt/4.7./plugins" 905 905 "E:/myApplication/directory/" 906 906 -
branches/vendor/nokia/qt/current/doc/src/getting-started/installation.qdoc
r844 r863 59 59 \section1 Step 2: Unpacking the Archive 60 60 Unpack the archive if you have not done so already. For example, 61 if you have the \c{qt-everywhere-opensource-src-4.7. 2.tar.gz}61 if you have the \c{qt-everywhere-opensource-src-4.7..tar.gz} 62 62 package, type the following commands at a command line prompt: 63 63 64 64 \snippet doc/src/snippets/code/doc_src_installation.qdoc 0 65 65 66 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7. 2}66 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7.} 67 67 containing the files from the archive. We only support the GNU version of 68 68 the tar archiving utility. Note that on some systems it is called gtar. … … 74 74 75 75 By default, Qt is configured for installation in the 76 \c{/usr/local/Trolltech/Qt-4.7. 2} directory, but this can be76 \c{/usr/local/Trolltech/Qt-4.7.} directory, but this can be 77 77 changed by using the \c{-prefix} option. 78 78 … … 124 124 For compilers that do not support rpath you must also extended the 125 125 \c LD_LIBRARY_PATH environment variable to include 126 \c{/usr/local/Trolltech/Qt-4.7. 2/lib}. On Linux with GCC this step126 \c{/usr/local/Trolltech/Qt-4.7./lib}. On Linux with GCC this step 127 127 is not needed. 128 128 … … 185 185 186 186 Uncompress the files into the directory you want Qt installed; 187 e.g. \c{C:\Qt\4.7. 2}.187 e.g. \c{C:\Qt\4.7.}. 188 188 189 189 \note The install path must not contain any spaces or Windows specific … … 197 197 \snippet doc/src/snippets/code/doc_src_installation.qdoc 7 198 198 199 This is done by adding \c{c:\Qt\4.7. 2\bin} to the \c PATH variable.199 This is done by adding \c{c:\Qt\4.7.\bin} to the \c PATH variable. 200 200 201 201 For newer versions of Windows, \c PATH can be extended through … … 297 297 298 298 Unpack the archive if you have not done so already. For example, 299 if you have the \c{qt-everywhere-opensource-src-4.7. 2.tar.gz}299 if you have the \c{qt-everywhere-opensource-src-4.7..tar.gz} 300 300 package, type the following commands at a command line prompt: 301 301 302 302 \snippet doc/src/snippets/code/doc_src_installation.qdoc 11 303 303 304 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7. 2}304 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7.} 305 305 containing the files from the archive. 306 306 … … 311 311 312 312 By default, Qt is configured for installation in the 313 \c{/usr/local/Trolltech/Qt-4.7. 2} directory, but this can be313 \c{/usr/local/Trolltech/Qt-4.7.} directory, but this can be 314 314 changed by using the \c{-prefix} option. 315 315 … … 405 405 \section1 Step 1: Install the License File (commercial editions only) 406 406 Uncompress the files into the directory you want to install Qt into; 407 e.g., \c{C:\Qt\4.7. 2}.407 e.g., \c{C:\Qt\4.7.}. 408 408 409 409 \note The install path must not contain any spaces. … … 415 415 416 416 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 417 This is done by adding \c{c:\Qt\4.7. 2\bin} to the \c PATH variable.417 This is done by adding \c{c:\Qt\4.7.\bin} to the \c PATH variable. 418 418 419 419 For newer versions of Windows, \c PATH can be extended through … … 506 506 \section1 Step 1: Install Qt 507 507 508 Run \c{qt-symbian-opensource-4.7. 2.exe} and follow the instructions.508 Run \c{qt-symbian-opensource-4.7..exe} and follow the instructions. 509 509 510 510 \note Qt must be installed on the same drive as the Symbian SDK you are … … 586 586 587 587 Uncompress the \l{http://qt.nokia.com/downloads}{downloaded} source 588 package into the directory you want Qt installed, e.g. \c{C:\Qt\4.7. 2}.588 package into the directory you want Qt installed, e.g. \c{C:\Qt\4.7.}. 589 589 590 590 \note Qt must be installed on the same drive as the Symbian SDK you are … … 598 598 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 599 599 600 This is done by adding \c{c:\Qt\4.7. 2\bin} to the \c PATH variable.600 This is done by adding \c{c:\Qt\4.7.\bin} to the \c PATH variable. 601 601 602 602 On Windows the\c PATH can be extended by navigating to … … 711 711 712 712 Uncompress the \l{http://qt.nokia.com/downloads}{downloaded} source package into the 713 directory you want Qt installed, e.g. \c{/home/user/qt/4.7. 2}.713 directory you want Qt installed, e.g. \c{/home/user/qt/4.7.}. 714 714 715 715 -
branches/vendor/nokia/qt/current/doc/src/platforms/emb-install.qdoc
r844 r863 76 76 77 77 Note that by default, \l{Qt for Embedded Linux} is configured for 78 installation in the \c{/usr/local/Trolltech/QtEmbedded-4.7. 2}78 installation in the \c{/usr/local/Trolltech/QtEmbedded-4.7.} 79 79 directory, but this can be changed by using the \c{-prefix} 80 80 option. Alternatively, the \c{-prefix-install} option can be used … … 136 136 For compilers that do not support \c rpath you must also extend 137 137 the \c LD_LIBRARY_PATH environment variable to include 138 \c /usr/local/Trolltech/QtEmbedded-4.7. 2/lib. Note that on Linux138 \c /usr/local/Trolltech/QtEmbedded-4.7./lib. Note that on Linux 139 139 with GCC, this step is not needed. 140 140 -
branches/vendor/nokia/qt/current/doc/src/platforms/platform-notes.qdoc
r844 r863 390 390 \section1 Windows Vista 391 391 392 At the time Qt 4.7. 2was released, there were no known Vista-specific issues.392 At the time Qt 4.7. was released, there were no known Vista-specific issues. 393 393 394 394 \target Windows NT -
branches/vendor/nokia/qt/current/doc/src/platforms/wince-customization.qdoc
r844 r863 200 200 \o The shadow build directory must be on the same level as the Qt source 201 201 package.\br 202 If the Qt package is in \c{C:\Qt\4.7. 2} the shadow build directory202 If the Qt package is in \c{C:\Qt\4.7.} the shadow build directory 203 203 could be \c{C:\Qt\shadowbuild}. A shadow build from a directory like 204 204 \c{C:\shadowbuild} will not compile. … … 211 211 \endlist 212 212 213 So lets assume you have installed Qt in \c{C:\Qt\4.7. 2} and you want213 So lets assume you have installed Qt in \c{C:\Qt\4.7.} and you want 214 214 to create a shadow build in \c{C:\Qt\mobile5-shadow}: 215 215 -
branches/vendor/nokia/qt/current/doc/src/qt4-intro.qdoc
r844 r863 624 624 included in the \c changes-4.6.0 file 625 625 \l{http://qt.nokia.com/developer/changes/changes-4.6.0}{available 626 online}. A \l{Known Issues in 4.7. 2}{list of known issues}626 online}. A \l{Known Issues in 4.7.}{list of known issues} 627 627 for this release is also available. 628 628 629 629 Changes between this release and the previous release are provided 630 in the \c{changes-4.7. 2} file (also631 \l{http://qt.nokia.com/developer/changes/changes-4.7. 2}{available online}).630 in the \c{changes-4.7.} file (also 631 \l{http://qt.nokia.com/developer/changes/changes-4.7.}{available online}). 632 632 \endomit 633 633 … … 834 834 in the \c changes-4.5.0 file 835 835 \l{http://qt.nokia.com/developer/changes/changes-4.5.0}{available online}. 836 A \l{Known Issues in 4.7. 2}{list of known issues} for this release is also836 A \l{Known Issues in 4.7.}{list of known issues} for this release is also 837 837 available. 838 838 839 839 Changes between this release and the previous release are provided 840 in the \c{changes-4.7. 2} file (also841 \l{http://qt.nokia.com/developer/changes/changes-4.7. 2}{available online}).840 in the \c{changes-4.7.} file (also 841 \l{http://qt.nokia.com/developer/changes/changes-4.7.}{available online}). 842 842 843 843 A list of other Qt 4 features can be found on the -
branches/vendor/nokia/qt/current/doc/src/snippets/code/doc_src_emb-install.qdoc
r844 r863 41 41 //! [0] 42 42 cd <anywhere> 43 gunzip qt-everywhere-opensource-src-4.7. 2.tar.gz44 tar xf qt-everywhere-opensource-src-4.7. 2.tar43 gunzip qt-everywhere-opensource-src-4.7..tar.gz 44 tar xf qt-everywhere-opensource-src-4.7..tar 45 45 //! [0] 46 46 47 47 48 48 //! [1] 49 ~/qt-everywhere-opensource-src-4.7. 249 ~/qt-everywhere-opensource-src-4.7. 50 50 //! [1] 51 51 … … 56 56 57 57 //! [2] 58 cd ~/qt-everywhere-opensource-src-4.7. 258 cd ~/qt-everywhere-opensource-src-4.7. 59 59 ./configure -embedded [architecture] 60 60 //! [2] … … 72 72 73 73 //! [5] 74 PATH=/usr/local/Trolltech/QtEmbedded-4.7. 2/bin:$PATH74 PATH=/usr/local/Trolltech/QtEmbedded-4.7./bin:$PATH 75 75 export PATH 76 76 //! [5] … … 78 78 79 79 //! [6] 80 setenv PATH /usr/local/Trolltech/QtEmbedded-4.7. 2/bin:$PATH80 setenv PATH /usr/local/Trolltech/QtEmbedded-4.7./bin:$PATH 81 81 //! [6] -
branches/vendor/nokia/qt/current/doc/src/snippets/code/doc_src_installation.qdoc
r844 r863 41 41 //! [0] 42 42 cd /tmp 43 gunzip qt-everywhere-opensource-src-4.7. 2.tar.gz # uncompress the archive44 tar xvf qt-everywhere-opensource-src-4.7. 2.tar # unpack it43 gunzip qt-everywhere-opensource-src-4.7..tar.gz # uncompress the archive 44 tar xvf qt-everywhere-opensource-src-4.7..tar # unpack it 45 45 //! [0] 46 46 47 47 48 48 //! [1] 49 cd /tmp/qt-everywhere-opensource-src-4.7. 249 cd /tmp/qt-everywhere-opensource-src-4.7. 50 50 ./configure 51 51 //! [1] … … 68 68 69 69 //! [5] 70 PATH=/usr/local/Trolltech/Qt-4.7. 2/bin:$PATH70 PATH=/usr/local/Trolltech/Qt-4.7./bin:$PATH 71 71 export PATH 72 72 //! [5] … … 74 74 75 75 //! [6] 76 setenv PATH /usr/local/Trolltech/Qt-4.7. 2/bin:$PATH76 setenv PATH /usr/local/Trolltech/Qt-4.7./bin:$PATH 77 77 //! [6] 78 78 … … 85 85 //! [8] 86 86 C: 87 cd /D C:\Qt\4.7. 287 cd /D C:\Qt\4.7. 88 88 configure 89 89 //! [8] … … 102 102 //! [11] 103 103 cd /tmp 104 gunzip qt-everywhere-opensource-src-4.7. 2.tar.gz # uncompress the archive105 tar xvf qt-everywhere-opensource-src-4.7. 2.tar # unpack it104 gunzip qt-everywhere-opensource-src-4.7..tar.gz # uncompress the archive 105 tar xvf qt-everywhere-opensource-src-4.7..tar # unpack it 106 106 //! [11] 107 107 108 108 109 109 //! [12] 110 cd /tmp/qt-everywhere-opensource-src-4.7. 2110 cd /tmp/qt-everywhere-opensource-src-4.7. 111 111 ./configure 112 112 //! [12] … … 129 129 130 130 //! [16] 131 PATH=/usr/local/Trolltech/Qt-4.7. 2/bin:$PATH131 PATH=/usr/local/Trolltech/Qt-4.7./bin:$PATH 132 132 export PATH 133 133 //! [16] … … 135 135 136 136 //! [17] 137 setenv PATH /usr/local/Trolltech/Qt-4.7. 2/bin:$PATH137 setenv PATH /usr/local/Trolltech/Qt-4.7./bin:$PATH 138 138 //! [17] 139 139 … … 146 146 //! [19] 147 147 C: 148 cd \Qt\4.7. 2148 cd \Qt\4.7. 149 149 configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 150 150 //! [19] … … 169 169 170 170 //! [23] 171 cd \Qt\4.7. 2171 cd \Qt\4.7. 172 172 configure -platform win32-g++ -xplatform symbian-abld 173 173 //! [23] … … 208 208 209 209 //! [31] 210 cd \Qt\4.7. 2210 cd \Qt\4.7. 211 211 configure -platform win32-g++ -xplatform symbian-sbsv2 212 212 //! [31] … … 245 245 246 246 //! [37] 247 PATH=/home/user/qt/4.7. 2/bin:$EPOCROOT/epoc32/tools:$PATH247 PATH=/home/user/qt/4.7./bin:$EPOCROOT/epoc32/tools:$PATH 248 248 export PATH 249 249 //! [37] 250 250 251 251 //! [38] 252 cd /home/user/qt/4.7. 2252 cd /home/user/qt/4.7. 253 253 ./configure -platform linux-g++ -xplatform symbian/linux-armcc 254 254 //! [38] 255 255 256 256 //! [39] 257 cd /home/user/qt/4.7. 2257 cd /home/user/qt/4.7. 258 258 ./configure -platform linux-g++ -xplatform symbian/linux-gcce -no-webkit 259 259 //! [39] -
branches/vendor/nokia/qt/current/doc/src/snippets/code/doc_src_qtestlib.qdoc
r844 r863 110 110 //! [10] 111 111 ********* Start testing of TestQString ********* 112 Config: Using QTest library 4.7. 2, Qt 4.7.2112 Config: Using QTest library 4.7. 113 113 PASS : TestQString::initTestCase() 114 114 PASS : TestQString::toUpper() -
branches/vendor/nokia/qt/current/doc/src/snippets/code/doc_src_wince-customization.qdoc
r844 r863 62 62 //! [4] 63 63 cd c:\Qt\mobile5-shadow 64 C:\Qt\4.7. 2\configure.exe -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release64 C:\Qt\4.7.\configure.exe -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release 65 65 //! [4] 66 66 -
branches/vendor/nokia/qt/current/src/3rdparty/webkit/WebKit/qt/qt_webkit_version.pri
r844 r863 1 QT_WEBKIT_VERSION = 4.7. 21 QT_WEBKIT_VERSION = 4.7. 2 2 QT_WEBKIT_MAJOR_VERSION = 4 3 3 QT_WEBKIT_MINOR_VERSION = 7 4 QT_WEBKIT_PATCH_VERSION = 24 QT_WEBKIT_PATCH_VERSION = 5 5 QT_CONFIG += webkit -
branches/vendor/nokia/qt/current/src/corelib/global/qglobal.h
r844 r863 45 45 #include <stddef.h> 46 46 47 #define QT_VERSION_STR "4.7. 2"47 #define QT_VERSION_STR "4.7." 48 48 /* 49 49 QT_VERSION is (major << 16) + (minor << 8) + patch. 50 50 */ 51 #define QT_VERSION 0x04070 251 #define QT_VERSION 0x04070 52 52 /* 53 53 can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) … … 55 55 #define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch)) 56 56 57 #define QT_PACKAGEDATE_STR "2011-0 2-22"58 59 #define QT_PACKAGE_TAG " 0828c69ad805406568f6eef2bffbbd54b04dea41"57 #define QT_PACKAGEDATE_STR "2011-0" 58 59 #define QT_PACKAGE_TAG "" 60 60 61 61 #if !defined(QT_BUILD_MOC) -
branches/vendor/nokia/qt/current/src/declarative/debugger/qdeclarativedebugservice_p.h
r844 r863 54 54 55 55 class QDeclarativeDebugServicePrivate; 56 class Q_DECLARATIVE_ PRIVATE_EXPORT QDeclarativeDebugService : public QObject56 class Q_DECLARATIVE_EXPORT QDeclarativeDebugService : public QObject 57 57 { 58 58 Q_OBJECT -
branches/vendor/nokia/qt/current/src/gui/image/qpixmap_s60.cpp
r844 r863 600 600 } 601 601 602 603 604 602 605 int QS60PixmapData::metric(QPaintDevice::PaintDeviceMetric metric) const 603 606 { … … 610 613 case QPaintDevice::PdmHeight: 611 614 return cfbsBitmap->SizeInPixels().iHeight; 612 case QPaintDevice::PdmWidthMM: { 613 TInt twips = cfbsBitmap->SizeInTwips().iWidth; 614 return (int)(twips * (25.4/KTwipsPerInch)); 615 } 616 case QPaintDevice::PdmHeightMM: { 617 TInt twips = cfbsBitmap->SizeInTwips().iHeight; 618 return (int)(twips * (25.4/KTwipsPerInch)); 619 } 615 case QPaintDevice::PdmWidthMM: 616 return qRound(cfbsBitmap->SizeInPixels().iWidth * 25.4 / qt_defaultDpiX()); 617 case QPaintDevice::PdmHeightMM: 618 return qRound(cfbsBitmap->SizeInPixels().iHeight * 25.4 / qt_defaultDpiY()); 620 619 case QPaintDevice::PdmNumColors: 621 620 return TDisplayModeUtils::NumDisplayModeColors(cfbsBitmap->DisplayMode()); 622 621 case QPaintDevice::PdmDpiX: 623 case QPaintDevice::PdmPhysicalDpiX: { 624 TReal inches = cfbsBitmap->SizeInTwips().iWidth / (TReal)KTwipsPerInch; 625 TInt pixels = cfbsBitmap->SizeInPixels().iWidth; 626 return pixels / inches; 627 } 622 case QPaintDevice::PdmPhysicalDpiX: 623 return qt_defaultDpiX(); 628 624 case QPaintDevice::PdmDpiY: 629 case QPaintDevice::PdmPhysicalDpiY: { 630 TReal inches = cfbsBitmap->SizeInTwips().iHeight / (TReal)KTwipsPerInch; 631 TInt pixels = cfbsBitmap->SizeInPixels().iHeight; 632 return pixels / inches; 633 } 625 case QPaintDevice::PdmPhysicalDpiY: 626 return qt_defaultDpiY(); 634 627 case QPaintDevice::PdmDepth: 635 628 return TDisplayModeUtils::NumDisplayModeBitsPerPixel(cfbsBitmap->DisplayMode()); -
branches/vendor/nokia/qt/current/src/gui/kernel/qapplication_s60.cpp
r844 r863 1244 1244 qwidget->d_func()->setWindowTitle_sys(qwidget->windowTitle()); 1245 1245 #ifdef Q_WS_S60 1246 // If widget is fullscreen/minimized, hide status pane and button container otherwise show them. 1247 QWidget *const window = qwidget->window(); 1248 if (!window->parentWidget()) { // Only top level native windows have control over cba/status pane 1249 const bool decorationsVisible = !(window->windowState() & (Qt::WindowFullScreen | Qt::WindowMinimized)); 1250 const bool statusPaneVisibility = decorationsVisible; 1251 const bool isFullscreen = window->windowState() & Qt::WindowFullScreen; 1252 const bool cbaVisibilityHint = window->windowFlags() & Qt::WindowSoftkeysVisibleHint; 1253 const bool buttonGroupVisibility = (decorationsVisible || (isFullscreen && cbaVisibilityHint)); 1254 S60->setStatusPaneAndButtonGroupVisibility(statusPaneVisibility, buttonGroupVisibility); 1246 if (qwidget->isWindow()) { 1247 QWidget *const window = qwidget->window(); 1248 QWidget *parentWindow = window->parentWidget(); 1249 if (parentWindow) { 1250 while (parentWindow->parentWidget()) 1251 parentWindow = parentWindow->parentWidget(); 1252 } else { 1253 parentWindow = window; 1254 } 1255 1256 const bool parentDecorationsVisible = !(parentWindow->windowState() & (Qt::WindowFullScreen | Qt::WindowMinimized)); 1257 const bool parentIsFullscreen = parentWindow->windowState() & Qt::WindowFullScreen; 1258 const bool parentCbaVisibilityHint = parentWindow->windowFlags() & Qt::WindowSoftkeysVisibleHint; 1259 bool buttonGroupVisibility = (parentDecorationsVisible || (parentIsFullscreen && parentCbaVisibilityHint)); 1260 1261 // For non-toplevel normal and maximized windows, show cba if window has softkey 1262 // actions even if topmost parent is not showing cba. Do the same for fullscreen 1263 // windows that request it. 1264 if (!buttonGroupVisibility 1265 && window->parentWidget() 1266 && !(window->windowState() & Qt::WindowMinimized) 1267 && ((window->windowFlags() & Qt::WindowSoftkeysVisibleHint) || !(window->windowState() & Qt::WindowFullScreen))) { 1268 for (int i = 0; i < window->actions().size(); ++i) { 1269 if (window->actions().at(i)->softKeyRole() != QAction::NoSoftKey) { 1270 buttonGroupVisibility = true; 1271 break; 1272 } 1273 } 1274 } 1275 S60->setStatusPaneAndButtonGroupVisibility(parentDecorationsVisible, buttonGroupVisibility); 1255 1276 } 1256 1277 #endif -
branches/vendor/nokia/qt/current/src/gui/kernel/qwidget_s60.cpp
r844 r863 1185 1185 1186 1186 #ifdef Q_WS_S60 1187 bool decorationsVisible(false); 1188 if (!parentWidget()) { // Only top level native windows have control over cba/status pane 1189 // Hide window decoration when switching to fullscreen / minimized otherwise show decoration. 1190 // The window decoration visibility has to be changed before doing actual window state 1191 // change since in that order the availableGeometry will return directly the right size and 1192 // we will avoid unnecessary redraws 1193 decorationsVisible = !(newstate & (Qt::WindowFullScreen | Qt::WindowMinimized)); 1194 const bool statusPaneVisibility = decorationsVisible; 1195 const bool buttonGroupVisibility = (decorationsVisible || (isFullscreen && cbaRequested)); 1196 S60->setStatusPaneAndButtonGroupVisibility(statusPaneVisibility, buttonGroupVisibility); 1197 } 1187 // Hide window decoration when switching to fullscreen / minimized otherwise show decoration. 1188 // The window decoration visibility has to be changed before doing actual window state 1189 // change since in that order the availableGeometry will return directly the right size and 1190 // we will avoid unnecessary redraws 1191 Qt::WindowStates comparisonState = newstate; 1192 QWidget *parentWindow = parentWidget(); 1193 if (parentWindow) { 1194 while (parentWindow->parentWidget()) 1195 parentWindow = parentWindow->parentWidget(); 1196 comparisonState = parentWindow->windowState(); 1197 } else { 1198 parentWindow = this; 1199 } 1200 1201 const bool decorationsVisible = !(comparisonState & (Qt::WindowFullScreen | Qt::WindowMinimized)); 1202 const bool parentIsFullscreen = comparisonState & Qt::WindowFullScreen; 1203 const bool parentCbaVisibilityHint = parentWindow->windowFlags() & Qt::WindowSoftkeysVisibleHint; 1204 bool buttonGroupVisibility = (decorationsVisible || (parentIsFullscreen && parentCbaVisibilityHint)); 1205 1206 // For non-toplevel normal and maximized windows, show cba if window has softkey 1207 // actions even if topmost parent is not showing cba. Do the same for fullscreen 1208 // windows that request it. 1209 if (!buttonGroupVisibility 1210 && parentWidget() 1211 && !(newstate & Qt::WindowMinimized) 1212 && ((windowFlags() & Qt::WindowSoftkeysVisibleHint) || !(newstate & Qt::WindowFullScreen))) { 1213 for (int i = 0; i < actions().size(); ++i) { 1214 if (actions().at(i)->softKeyRole() != QAction::NoSoftKey) { 1215 buttonGroupVisibility = true; 1216 break; 1217 } 1218 } 1219 } 1220 S60->setStatusPaneAndButtonGroupVisibility(decorationsVisible, buttonGroupVisibility); 1221 1198 1222 #endif // Q_WS_S60 1199 1223 -
branches/vendor/nokia/qt/current/src/gui/styles/qs60style.cpp
r844 r863 2644 2644 //native items have small empty areas at the beginning and end of menu item 2645 2645 sz.setWidth(sz.width() + 2 * pixelMetric(PM_MenuHMargin) + 2 * QS60StylePrivate::pixelMetric(PM_FrameCornerWidth)); 2646 if (QS60StylePrivate::isTouchSupported()) 2646 if (QS60StylePrivate::isTouchSupported()) 2647 2647 //Make itemview easier to use in touch devices 2648 2648 2649 //QCommonStyle does not adjust height with horizontal margin, it only adjusts width 2649 sz.setHeight(sz.height() + 2 * pixelMetric(PM_FocusFrameVMargin) - 8); //QCommonstyle adds 8 to height that this style handles through PM values 2650 if (ct == CT_MenuItem) 2651 sz.setHeight(sz.height() - 8); //QCommonstyle adds 8 to height that this style handles through PM values 2652 } 2650 2653 break; 2651 2654 #ifndef QT_NO_COMBOBOX -
branches/vendor/nokia/qt/current/src/network/bearer/qnetworksession.h
r844 r863 142 142 #ifndef QT_MOBILITY_BEARER 143 143 QT_END_NAMESPACE 144 145 144 146 #else 145 147 QTM_END_NAMESPACE 146 148 #endif 147 148 Q_DECLARE_METATYPE(QNetworkSession::State)149 Q_DECLARE_METATYPE(QNetworkSession::SessionError)150 149 151 150 QT_END_HEADER -
branches/vendor/nokia/qt/current/src/network/ssl/qsslcertificate.cpp
r844 r863 220 220 false. 221 221 222 Note: Currently, this function onlychecks that the current222 Note: Currently, this function checks that the current 223 223 data-time is within the date-time range during which the 224 certificate is considered valid . No other checks are225 c urrently performed.224 certificate is considered valide 225 c. 226 226 227 227 \sa isNull() … … 230 230 { 231 231 const QDateTime currentTime = QDateTime::currentDateTime(); 232 return currentTime >= d->notValidBefore && currentTime <= d->notValidAfter; 232 return currentTime >= d->notValidBefore && 233 currentTime <= d->notValidAfter && 234 ! QSslCertificatePrivate::isBlacklisted(*this); 233 235 } 234 236 … … 799 801 } 800 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 801 827 #ifndef QT_NO_DEBUG_STREAM 802 828 QDebug operator<<(QDebug debug, const QSslCertificate &certificate) -
branches/vendor/nokia/qt/current/src/network/ssl/qsslcertificate_p.h
r844 r863 97 97 static QList<QSslCertificate> certificatesFromPem(const QByteArray &pem, int count = -1); 98 98 static QList<QSslCertificate> certificatesFromDer(const QByteArray &der, int count = -1); 99 99 100 100 101 friend class QSslSocketBackendPrivate; -
branches/vendor/nokia/qt/current/src/network/ssl/qsslsocket_openssl.cpp
r844 r863 1184 1184 configuration.peerCertificate = QSslCertificatePrivate::QSslCertificate_from_X509(x509); 1185 1185 q_X509_free(x509); 1186 1187 1188 1189 1190 1191 1192 1186 1193 1187 1194 // Start translating errors. -
branches/vendor/nokia/qt/current/src/openvg/qpaintengine_vg.cpp
r844 r863 2334 2334 { 2335 2335 #if defined(QVG_SCISSOR_CLIP) 2336 2336 2337 updateScissor(); 2337 2338 #else -
branches/vendor/nokia/qt/current/src/plugins/bearer/symbian/symbianengine.cpp
r844 r863 830 830 } 831 831 } 832 832 833 if (active) { 833 834 changeConfigurationStateTo(ptr, QNetworkConfiguration::Active); -
branches/vendor/nokia/qt/current/src/plugins/qpluginbase.pri
r844 r863 1 1 TEMPLATE = lib 2 2 isEmpty(QT_MAJOR_VERSION) { 3 VERSION=4.7. 23 VERSION=4.7. 4 4 } else { 5 5 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} -
branches/vendor/nokia/qt/current/src/qbase.pri
r844 r863 5 5 TEMPLATE = lib 6 6 isEmpty(QT_MAJOR_VERSION) { 7 VERSION=4.7. 27 VERSION=4.7. 8 8 } else { 9 9 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} -
branches/vendor/nokia/qt/current/src/s60installs/bwins/QtDeclarativeu.def
r844 r863 4 4 ?trUtf8@QDeclarativeExpression@@SA?AVQString@@PBD0H@Z @ 3 NONAME ; class QString QDeclarativeExpression::trUtf8(char const *, char const *, int) 5 5 ?qt_metacast@QDeclarativeComponent@@UAEPAXPBD@Z @ 4 NONAME ; void * QDeclarativeComponent::qt_metacast(char const *) 6 ?name@QDeclarativeDebugService@@QBE?AVQString@@XZ @ 5 NONAME ABSENT; class QString QDeclarativeDebugService::name(void) const6 ?name@QDeclarativeDebugService@@QBE?AVQString@@XZ @ 5 NONAME ; class QString QDeclarativeDebugService::name(void) const 7 7 ?debugId@QDeclarativeDebugObjectReference@@QBEHXZ @ 6 NONAME ABSENT ; int QDeclarativeDebugObjectReference::debugId(void) const 8 8 ?addPluginPath@QDeclarativeEngine@@QAEXABVQString@@@Z @ 7 NONAME ; void QDeclarativeEngine::addPluginPath(class QString const &) … … 12 12 ??0QDeclarativeText@@QAE@PAVQDeclarativeItem@@@Z @ 11 NONAME ABSENT ; QDeclarativeText::QDeclarativeText(class QDeclarativeItem *) 13 13 ?propertyTypeName@QDeclarativeProperty@@QBEPBDXZ @ 12 NONAME ; char const * QDeclarativeProperty::propertyTypeName(void) const 14 ?getStaticMetaObject@QDeclarativeDebugService@@SAABUQMetaObject@@XZ @ 13 NONAME ABSENT; struct QMetaObject const & QDeclarativeDebugService::getStaticMetaObject(void)14 ?getStaticMetaObject@QDeclarativeDebugService@@SAABUQMetaObject@@XZ @ 13 NONAME ; struct QMetaObject const & QDeclarativeDebugService::getStaticMetaObject(void) 15 15 ?setLeft@QDeclarativeAnchors@@QAEXABVQDeclarativeAnchorLine@@@Z @ 14 NONAME ABSENT ; void QDeclarativeAnchors::setLeft(class QDeclarativeAnchorLine const &) 16 16 ?qt_metacall@QDeclarativeExpression@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 15 NONAME ; int QDeclarativeExpression::qt_metacall(enum QMetaObject::Call, int, void * *) … … 146 146 ?enabled@QDeclarativeBinding@@QBE_NXZ @ 145 NONAME ABSENT ; bool QDeclarativeBinding::enabled(void) const 147 147 ?setSource@QDeclarativeView@@QAEXABVQUrl@@@Z @ 146 NONAME ; void QDeclarativeView::setSource(class QUrl const &) 148 ??_EQDeclarativeDebugService@@UAE@I@Z @ 147 NONAME ABSENT; QDeclarativeDebugService::~QDeclarativeDebugService(unsigned int)148 ??_EQDeclarativeDebugService@@UAE@I@Z @ 147 NONAME ; QDeclarativeDebugService::~QDeclarativeDebugService(unsigned int) 149 149 ??0QDeclarativeDomDynamicProperty@@QAE@ABV0@@Z @ 148 NONAME ABSENT ; QDeclarativeDomDynamicProperty::QDeclarativeDomDynamicProperty(class QDeclarativeDomDynamicProperty const &) 150 150 ?className@QDeclarativeDebugObjectReference@@QBE?AVQString@@XZ @ 149 NONAME ABSENT ; class QString QDeclarativeDebugObjectReference::className(void) const … … 295 295 ?setName@QDeclarativeState@@QAEXABVQString@@@Z @ 294 NONAME ; void QDeclarativeState::setName(class QString const &) 296 296 ?setReversed@QDeclarativeTransition@@QAEX_N@Z @ 295 NONAME ; void QDeclarativeTransition::setReversed(bool) 297 ?idForObject@QDeclarativeDebugService@@SAHPAVQObject@@@Z @ 296 NONAME ABSENT; int QDeclarativeDebugService::idForObject(class QObject *)297 ?idForObject@QDeclarativeDebugService@@SAHPAVQObject@@@Z @ 296 NONAME ; int QDeclarativeDebugService::idForObject(class QObject *) 298 298 ?qt_metacall@QDeclarativeDebugWatch@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 297 NONAME ABSENT ; int QDeclarativeDebugWatch::qt_metacall(enum QMetaObject::Call, int, void * *) 299 299 ?fromState@QDeclarativeTransition@@QBE?AVQString@@XZ @ 298 NONAME ; class QString QDeclarativeTransition::fromState(void) const … … 333 333 ??1QDeclarativeImageProvider@@UAE@XZ @ 332 NONAME ; QDeclarativeImageProvider::~QDeclarativeImageProvider(void) 334 334 ?sync@QDeclarativeListModel@@QAEXXZ @ 333 NONAME ABSENT ; void QDeclarativeListModel::sync(void) 335 ?objectForId@QDeclarativeDebugService@@SAPAVQObject@@H@Z @ 334 NONAME ABSENT; class QObject * QDeclarativeDebugService::objectForId(int)335 ?objectForId@QDeclarativeDebugService@@SAPAVQObject@@H@Z @ 334 NONAME ; class QObject * QDeclarativeDebugService::objectForId(int) 336 336 ?hasFocus@QDeclarativeItem@@QBE_NXZ @ 335 NONAME ; bool QDeclarativeItem::hasFocus(void) const 337 337 ??1QDeclarativeExtensionPlugin@@UAE@XZ @ 336 NONAME ; QDeclarativeExtensionPlugin::~QDeclarativeExtensionPlugin(void) … … 483 483 ?parentContext@QDeclarativeContext@@QBEPAV1@XZ @ 482 NONAME ; class QDeclarativeContext * QDeclarativeContext::parentContext(void) const 484 484 ?leftMarginChanged@QDeclarativeAnchors@@IAEXXZ @ 483 NONAME ABSENT ; void QDeclarativeAnchors::leftMarginChanged(void) 485 ?staticMetaObject@QDeclarativeDebugService@@2UQMetaObject@@B @ 484 NONAME ABSENT; struct QMetaObject const QDeclarativeDebugService::staticMetaObject485 ?staticMetaObject@QDeclarativeDebugService@@2UQMetaObject@@B @ 484 NONAME ; struct QMetaObject const QDeclarativeDebugService::staticMetaObject 486 486 ?topMargin@QDeclarativeAnchors@@QBEMXZ @ 485 NONAME ABSENT ; float QDeclarativeAnchors::topMargin(void) const 487 487 ??0QDeclarativeDebugExpressionQuery@@AAE@PAVQObject@@@Z @ 486 NONAME ABSENT ; QDeclarativeDebugExpressionQuery::QDeclarativeDebugExpressionQuery(class QObject *) … … 560 560 ??_EQDeclarativeDebugContextReference@@QAE@I@Z @ 559 NONAME ABSENT ; QDeclarativeDebugContextReference::~QDeclarativeDebugContextReference(unsigned int) 561 561 ?propertyWrite@QDeclarativeOpenMetaObject@@MAEXH@Z @ 560 NONAME ABSENT ; void QDeclarativeOpenMetaObject::propertyWrite(int) 562 ?qt_metacall@QDeclarativeDebugService@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 561 NONAME ABSENT; int QDeclarativeDebugService::qt_metacall(enum QMetaObject::Call, int, void * *)562 ?qt_metacall@QDeclarativeDebugService@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 561 NONAME ; int QDeclarativeDebugService::qt_metacall(enum QMetaObject::Call, int, void * *) 563 563 ?setVerticalCenterOffset@QDeclarativeAnchors@@QAEXM@Z @ 562 NONAME ABSENT ; void QDeclarativeAnchors::setVerticalCenterOffset(float) 564 564 ??1QDeclarativeDebugWatch@@UAE@XZ @ 563 NONAME ABSENT ; QDeclarativeDebugWatch::~QDeclarativeDebugWatch(void) … … 642 642 ?binding@QDeclarativeDomValueBinding@@QBE?AVQString@@XZ @ 641 NONAME ABSENT ; class QString QDeclarativeDomValueBinding::binding(void) const 643 643 ?updateAutoState@QDeclarativeStateGroup@@AAE_NXZ @ 642 NONAME ; bool QDeclarativeStateGroup::updateAutoState(void) 644 ?tr@QDeclarativeDebugService@@SA?AVQString@@PBD0@Z @ 643 NONAME ABSENT; class QString QDeclarativeDebugService::tr(char const *, char const *)644 ?tr@QDeclarativeDebugService@@SA?AVQString@@PBD0@Z @ 643 NONAME ; class QString QDeclarativeDebugService::tr(char const *, char const *) 645 645 ?tr@QDeclarativeComponent@@SA?AVQString@@PBD0H@Z @ 644 NONAME ; class QString QDeclarativeComponent::tr(char const *, char const *, int) 646 646 ??1QDeclarativeProperty@@QAE@XZ @ 645 NONAME ; QDeclarativeProperty::~QDeclarativeProperty(void) … … 668 668 ?setStdCppSet@QMetaPropertyBuilder@@QAEX_N@Z @ 667 NONAME ABSENT ; void QMetaPropertyBuilder::setStdCppSet(bool) 669 669 ??0QDeclarativeItemPrivate@@QAE@XZ @ 668 NONAME ; QDeclarativeItemPrivate::QDeclarativeItemPrivate(void) 670 ??0QDeclarativeDebugService@@QAE@ABVQString@@PAVQObject@@@Z @ 669 NONAME ABSENT; QDeclarativeDebugService::QDeclarativeDebugService(class QString const &, class QObject *)670 ??0QDeclarativeDebugService@@QAE@ABVQString@@PAVQObject@@@Z @ 669 NONAME ; QDeclarativeDebugService::QDeclarativeDebugService(class QString const &, class QObject *) 671 671 ?load@QDeclarativePixmap@@QAEXPAVQDeclarativeEngine@@ABVQUrl@@_N@Z @ 670 NONAME ; void QDeclarativePixmap::load(class QDeclarativeEngine *, class QUrl const &, bool) 672 672 ??_EQPacketAutoSend@@UAE@I@Z @ 671 NONAME ABSENT ; QPacketAutoSend::~QPacketAutoSend(unsigned int) … … 674 674 ?resetHeight@QDeclarativeItem@@QAEXXZ @ 673 NONAME ; void QDeclarativeItem::resetHeight(void) 675 675 ?setVAlign@QDeclarativeText@@QAEXW4VAlignment@1@@Z @ 674 NONAME ABSENT ; void QDeclarativeText::setVAlign(enum QDeclarativeText::VAlignment) 676 ??1QDeclarativeDebugService@@UAE@XZ @ 675 NONAME ABSENT; QDeclarativeDebugService::~QDeclarativeDebugService(void)677 ?trUtf8@QDeclarativeDebugService@@SA?AVQString@@PBD0H@Z @ 676 NONAME ABSENT; class QString QDeclarativeDebugService::trUtf8(char const *, char const *, int)676 ??1QDeclarativeDebugService@@UAE@XZ @ 675 NONAME ; QDeclarativeDebugService::~QDeclarativeDebugService(void) 677 ?trUtf8@QDeclarativeDebugService@@SA?AVQString@@PBD0H@Z @ 676 NONAME ; class QString QDeclarativeDebugService::trUtf8(char const *, char const *, int) 678 678 ?elideMode@QDeclarativeText@@QBE?AW4TextElideMode@1@XZ @ 677 NONAME ABSENT ; enum QDeclarativeText::TextElideMode QDeclarativeText::elideMode(void) const 679 679 ?baseUrl@QDeclarativeContext@@QBE?AVQUrl@@XZ @ 678 NONAME ; class QUrl QDeclarativeContext::baseUrl(void) const … … 850 850 ?qmlInfo@@YA?AVQDeclarativeInfo@@PBVQObject@@@Z @ 849 NONAME ; class QDeclarativeInfo qmlInfo(class QObject const *) 851 851 ?qt_metacall@QDeclarativeDebugClient@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 850 NONAME ABSENT ; int QDeclarativeDebugClient::qt_metacall(enum QMetaObject::Call, int, void * *) 852 ?d_func@QDeclarativeDebugService@@ABEPBVQDeclarativeDebugServicePrivate@@XZ @ 851 NONAME ABSENT; class QDeclarativeDebugServicePrivate const * QDeclarativeDebugService::d_func(void) const852 ?d_func@QDeclarativeDebugService@@ABEPBVQDeclarativeDebugServicePrivate@@XZ @ 851 NONAME ; class QDeclarativeDebugServicePrivate const * QDeclarativeDebugService::d_func(void) const 853 853 ??1QDeclarativeDebugQuery@@UAE@XZ @ 852 NONAME ABSENT ; QDeclarativeDebugQuery::~QDeclarativeDebugQuery(void) 854 854 ?data_append@QDeclarativeItemPrivate@@SAXPAV?$QDeclarativeListProperty@VQObject@@@@PAVQObject@@@Z @ 853 NONAME ; void QDeclarativeItemPrivate::data_append(class QDeclarativeListProperty<class QObject> *, class QObject *) … … 1121 1121 ??4QDeclarativeDomList@@QAEAAV0@ABV0@@Z @ 1120 NONAME ABSENT ; class QDeclarativeDomList & QDeclarativeDomList::operator=(class QDeclarativeDomList const &) 1122 1122 ?qt_metacall@QDeclarativeComponent@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 1121 NONAME ; int QDeclarativeComponent::qt_metacall(enum QMetaObject::Call, int, void * *) 1123 ?tr@QDeclarativeDebugService@@SA?AVQString@@PBD0H@Z @ 1122 NONAME ABSENT; class QString QDeclarativeDebugService::tr(char const *, char const *, int)1123 ?tr@QDeclarativeDebugService@@SA?AVQString@@PBD0H@Z @ 1122 NONAME ; class QString QDeclarativeDebugService::tr(char const *, char const *, int) 1124 1124 ?staticMetaObject@QDeclarativeEngine@@2UQMetaObject@@B @ 1123 NONAME ; struct QMetaObject const QDeclarativeEngine::staticMetaObject 1125 1125 ?staticMetaObject@QDeclarativeStateOperation@@2UQMetaObject@@B @ 1124 NONAME ; struct QMetaObject const QDeclarativeStateOperation::staticMetaObject … … 1146 1146 ??_EQDeclarativeAnchors@@UAE@I@Z @ 1145 NONAME ABSENT ; QDeclarativeAnchors::~QDeclarativeAnchors(unsigned int) 1147 1147 ?removeNotifySignal@QMetaPropertyBuilder@@QAEXXZ @ 1146 NONAME ABSENT ; void QMetaPropertyBuilder::removeNotifySignal(void) 1148 ?trUtf8@QDeclarativeDebugService@@SA?AVQString@@PBD0@Z @ 1147 NONAME ABSENT; class QString QDeclarativeDebugService::trUtf8(char const *, char const *)1148 ?trUtf8@QDeclarativeDebugService@@SA?AVQString@@PBD0@Z @ 1147 NONAME ; class QString QDeclarativeDebugService::trUtf8(char const *, char const *) 1149 1149 ?setImportPathList@QDeclarativeEngine@@QAEXABVQStringList@@@Z @ 1148 NONAME ; void QDeclarativeEngine::setImportPathList(class QStringList const &) 1150 1150 ?enabledChanged@QDeclarativeDebugService@@MAEX_N@Z @ 1149 NONAME ABSENT ; void QDeclarativeDebugService::enabledChanged(bool) … … 1177 1177 ??6QDeclarativeState@@QAEAAV0@PAVQDeclarativeStateOperation@@@Z @ 1176 NONAME ; class QDeclarativeState & QDeclarativeState::operator<<(class QDeclarativeStateOperation *) 1178 1178 ?destroy@QDeclarativeAbstractBinding@@UAEXXZ @ 1177 NONAME ABSENT ; void QDeclarativeAbstractBinding::destroy(void) 1179 ?qt_metacast@QDeclarativeDebugService@@UAEPAXPBD@Z @ 1178 NONAME ABSENT; void * QDeclarativeDebugService::qt_metacast(char const *)1179 ?qt_metacast@QDeclarativeDebugService@@UAEPAXPBD@Z @ 1178 NONAME ; void * QDeclarativeDebugService::qt_metacast(char const *) 1180 1180 ?qt_metacast@QDeclarativeValueType@@UAEPAXPBD@Z @ 1179 NONAME ABSENT ; void * QDeclarativeValueType::qt_metacast(char const *) 1181 1181 ?childAt@QDeclarativeItem@@QBEPAV1@MM@Z @ 1180 NONAME ; class QDeclarativeItem * QDeclarativeItem::childAt(float, float) const … … 1298 1298 ?tr@QDeclarativeDebugRootContextQuery@@SA?AVQString@@PBD0H@Z @ 1297 NONAME ABSENT ; class QString QDeclarativeDebugRootContextQuery::tr(char const *, char const *, int) 1299 1299 ?setFromState@QDeclarativeTransition@@QAEXABVQString@@@Z @ 1298 NONAME ; void QDeclarativeTransition::setFromState(class QString const &) 1300 ?metaObject@QDeclarativeDebugService@@UBEPBUQMetaObject@@XZ @ 1299 NONAME ABSENT; struct QMetaObject const * QDeclarativeDebugService::metaObject(void) const1300 ?metaObject@QDeclarativeDebugService@@UBEPBUQMetaObject@@XZ @ 1299 NONAME ; struct QMetaObject const * QDeclarativeDebugService::metaObject(void) const 1301 1301 ?state@QDeclarativeDebugQuery@@QBE?AW4State@1@XZ @ 1300 NONAME ABSENT ; enum QDeclarativeDebugQuery::State QDeclarativeDebugQuery::state(void) const 1302 1302 ?setBottom@QDeclarativeScaleGrid@@QAEXH@Z @ 1301 NONAME ABSENT ; void QDeclarativeScaleGrid::setBottom(int) … … 1306 1306 ?update@QDeclarativeBinding@@UAEXV?$QFlags@W4WriteFlag@QDeclarativePropertyPrivate@@@@@Z @ 1305 NONAME ABSENT ; void QDeclarativeBinding::update(class QFlags<enum QDeclarativePropertyPrivate::WriteFlag>) 1307 1307 ?tr@QDeclarativeBehavior@@SA?AVQString@@PBD0@Z @ 1306 NONAME ABSENT ; class QString QDeclarativeBehavior::tr(char const *, char const *) 1308 ?isDebuggingEnabled@QDeclarativeDebugService@@SA_NXZ @ 1307 NONAME ABSENT; bool QDeclarativeDebugService::isDebuggingEnabled(void)1308 ?isDebuggingEnabled@QDeclarativeDebugService@@SA_NXZ @ 1307 NONAME ; bool QDeclarativeDebugService::isDebuggingEnabled(void) 1309 1309 ?tr@QDeclarativeText@@SA?AVQString@@PBD0H@Z @ 1308 NONAME ABSENT ; class QString QDeclarativeText::tr(char const *, char const *, int) 1310 1310 ?reset@QDeclarativeProperty@@QBE_NXZ @ 1309 NONAME ; bool QDeclarativeProperty::reset(void) const … … 1345 1345 ??_EQDeclarativeDebuggerStatus@@UAE@I@Z @ 1344 NONAME ABSENT ; QDeclarativeDebuggerStatus::~QDeclarativeDebuggerStatus(unsigned int) 1346 1346 ?error@QDeclarativeCustomParser@@IAEXABVQString@@@Z @ 1345 NONAME ; void QDeclarativeCustomParser::error(class QString const &) 1347 ?messageReceived@QDeclarativeDebugService@@MAEXABVQByteArray@@@Z @ 1346 NONAME ABSENT; void QDeclarativeDebugService::messageReceived(class QByteArray const &)1347 ?messageReceived@QDeclarativeDebugService@@MAEXABVQByteArray@@@Z @ 1346 NONAME ; void QDeclarativeDebugService::messageReceived(class QByteArray const &) 1348 1348 ??0QDeclarativeParserStatus@@QAE@XZ @ 1347 NONAME ; QDeclarativeParserStatus::QDeclarativeParserStatus(void) 1349 1349 ?isNumber@Variant@QDeclarativeParser@@QBE_NXZ @ 1348 NONAME ; bool QDeclarativeParser::Variant::isNumber(void) const … … 1476 1476 ?getStaticMetaObject@QDeclarativeDebugObjectQuery@@SAABUQMetaObject@@XZ @ 1475 NONAME ABSENT ; struct QMetaObject const & QDeclarativeDebugObjectQuery::getStaticMetaObject(void) 1477 1477 ?isSignalProperty@QDeclarativeProperty@@QBE_NXZ @ 1476 NONAME ; bool QDeclarativeProperty::isSignalProperty(void) const 1478 ?d_func@QDeclarativeDebugService@@AAEPAVQDeclarativeDebugServicePrivate@@XZ @ 1477 NONAME ABSENT; class QDeclarativeDebugServicePrivate * QDeclarativeDebugService::d_func(void)1478 ?d_func@QDeclarativeDebugService@@AAEPAVQDeclarativeDebugServicePrivate@@XZ @ 1477 NONAME ; class QDeclarativeDebugServicePrivate * QDeclarativeDebugService::d_func(void) 1479 1479 ?qmlTypeNames@QDeclarativeMetaType@@SA?AV?$QList@VQByteArray@@@@XZ @ 1478 NONAME ABSENT ; class QList<class QByteArray> QDeclarativeMetaType::qmlTypeNames(void) 1480 1480 ?componentComplete@QDeclarativeItem@@MAEXXZ @ 1479 NONAME ; void QDeclarativeItem::componentComplete(void) … … 1576 1576 ??1QDeclarativeDomProperty@@QAE@XZ @ 1575 NONAME ABSENT ; QDeclarativeDomProperty::~QDeclarativeDomProperty(void) 1577 1577 ?url@QDeclarativePixmap@@QBEABVQUrl@@XZ @ 1576 NONAME ; class QUrl const & QDeclarativePixmap::url(void) const 1578 ?sendMessage@QDeclarativeDebugService@@QAEXABVQByteArray@@@Z @ 1577 NONAME ABSENT; void QDeclarativeDebugService::sendMessage(class QByteArray const &)1578 ?sendMessage@QDeclarativeDebugService@@QAEXABVQByteArray@@@Z @ 1577 NONAME ; void QDeclarativeDebugService::sendMessage(class QByteArray const &) 1579 1579 ?context@QDeclarativeScriptString@@QBEPAVQDeclarativeContext@@XZ @ 1578 NONAME ; class QDeclarativeContext * QDeclarativeScriptString::context(void) const 1580 1580 ?queryObject@QDeclarativeEngineDebug@@QAEPAVQDeclarativeDebugObjectQuery@@ABVQDeclarativeDebugObjectReference@@PAVQObject@@@Z @ 1579 NONAME ABSENT ; class QDeclarativeDebugObjectQuery * QDeclarativeEngineDebug::queryObject(class QDeclarativeDebugObjectReference const &, class QObject *) … … 1609 1609 ?get@QDeclarativeItemPrivate@@SAPAV1@PAVQDeclarativeItem@@@Z @ 1608 NONAME ; class QDeclarativeItemPrivate * QDeclarativeItemPrivate::get(class QDeclarativeItem *) 1610 1610 ?staticMetaObject@QDeclarativeView@@2UQMetaObject@@B @ 1609 NONAME ; struct QMetaObject const QDeclarativeView::staticMetaObject 1611 ?objectToString@QDeclarativeDebugService@@SA?AVQString@@PAVQObject@@@Z @ 1610 NONAME ABSENT; class QString QDeclarativeDebugService::objectToString(class QObject *)1611 ?objectToString@QDeclarativeDebugService@@SA?AVQString@@PAVQObject@@@Z @ 1610 NONAME ; class QString QDeclarativeDebugService::objectToString(class QObject *) 1612 1612 ?defaultValue@QDeclarativeDomDynamicProperty@@QBE?AVQDeclarativeDomProperty@@XZ @ 1611 NONAME ABSENT ; class QDeclarativeDomProperty QDeclarativeDomDynamicProperty::defaultValue(void) const 1613 1613 ?relatedMetaObject@QMetaObjectBuilder@@QBEPBUQMetaObject@@H@Z @ 1612 NONAME ABSENT ; struct QMetaObject const * QMetaObjectBuilder::relatedMetaObject(int) const … … 1634 1634 ?qt_metacall@QPacketProtocol@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 1633 NONAME ABSENT ; int QPacketProtocol::qt_metacall(enum QMetaObject::Call, int, void * *) 1635 1635 ??0QDeclarativeItem@@QAE@PAV0@@Z @ 1634 NONAME ; QDeclarativeItem::QDeclarativeItem(class QDeclarativeItem *) 1636 ?hasDebuggingClient@QDeclarativeDebugService@@SA_NXZ @ 1635 NONAME ABSENT; bool QDeclarativeDebugService::hasDebuggingClient(void)1636 ?hasDebuggingClient@QDeclarativeDebugService@@SA_NXZ @ 1635 NONAME ; bool QDeclarativeDebugService::hasDebuggingClient(void) 1637 1637 ?staticMetaObject@QDeclarativeContext@@2UQMetaObject@@B @ 1636 NONAME ; struct QMetaObject const QDeclarativeContext::staticMetaObject 1638 1638 ?setContextForObject@QDeclarativeEngine@@SAXPAVQObject@@PAVQDeclarativeContext@@@Z @ 1637 NONAME ; void QDeclarativeEngine::setContextForObject(class QObject *, class QDeclarativeContext *) … … 1734 1734 ?transition@QDeclarativeAbstractAnimation@@UAEXAAV?$QList@VQDeclarativeAction@@@@AAV?$QList@VQDeclarativeProperty@@@@W4TransitionDirection@1@@Z @ 1733 NONAME ABSENT ; void QDeclarativeAbstractAnimation::transition(class QList<class QDeclarativeAction> &, class QList<class QDeclarativeProperty> &, enum QDeclarativeAbstractAnimation::TransitionDirection) 1735 1735 ?componentComplete@QDeclarativeAbstractAnimation@@UAEXXZ @ 1734 NONAME ABSENT ; void QDeclarativeAbstractAnimation::componentComplete(void) 1736 ?statusChanged@QDeclarativeDebugService@@MAEXW4Status@1@@Z @ 1735 NONAME ABSENT; void QDeclarativeDebugService::statusChanged(enum QDeclarativeDebugService::Status)1736 ?statusChanged@QDeclarativeDebugService@@MAEXW4Status@1@@Z @ 1735 NONAME ; void QDeclarativeDebugService::statusChanged(enum QDeclarativeDebugService::Status) 1737 1737 ?runningChanged@QDeclarativeAbstractAnimation@@IAEX_N@Z @ 1736 NONAME ABSENT ; void QDeclarativeAbstractAnimation::runningChanged(bool) 1738 1738 ?trUtf8@QDeclarativeAbstractAnimation@@SA?AVQString@@PBD0H@Z @ 1737 NONAME ABSENT ; class QString QDeclarativeAbstractAnimation::trUtf8(char const *, char const *, int) … … 1814 1814 ?alwaysRunToEnd@QDeclarativeAbstractAnimation@@QBE_NXZ @ 1813 NONAME ABSENT ; bool QDeclarativeAbstractAnimation::alwaysRunToEnd(void) const 1815 1815 ?tr@QDeclarativeTimer@@SA?AVQString@@PBD0H@Z @ 1814 NONAME ABSENT ; class QString QDeclarativeTimer::tr(char const *, char const *, int) 1816 ?status@QDeclarativeDebugService@@QBE?AW4Status@1@XZ @ 1815 NONAME ABSENT; enum QDeclarativeDebugService::Status QDeclarativeDebugService::status(void) const1816 ?status@QDeclarativeDebugService@@QBE?AW4Status@1@XZ @ 1815 NONAME ; enum QDeclarativeDebugService::Status QDeclarativeDebugService::status(void) const 1817 1817 ?intervalChanged@QDeclarativeTimer@@IAEXXZ @ 1816 NONAME ABSENT ; void QDeclarativeTimer::intervalChanged(void) 1818 1818 ?isPaused@QDeclarativeAbstractAnimation@@QBE_NXZ @ 1817 NONAME ABSENT ; bool QDeclarativeAbstractAnimation::isPaused(void) const -
branches/vendor/nokia/qt/current/src/s60installs/eabi/QtDeclarativeu.def
r844 r863 762 762 _ZN24QDeclarativeCustomParser5errorERK32QDeclarativeCustomParserPropertyRK7QString @ 761 NONAME 763 763 _ZN24QDeclarativeCustomParser5errorERK7QString @ 762 NONAME 764 _ZN24QDeclarativeDebugService11idForObjectEP7QObject @ 763 NONAME ABSENT765 _ZN24QDeclarativeDebugService11objectForIdEi @ 764 NONAME ABSENT766 _ZN24QDeclarativeDebugService11qt_metacallEN11QMetaObject4CallEiPPv @ 765 NONAME ABSENT767 _ZN24QDeclarativeDebugService11qt_metacastEPKc @ 766 NONAME ABSENT768 _ZN24QDeclarativeDebugService11sendMessageERK10QByteArray @ 767 NONAME ABSENT764 _ZN24QDeclarativeDebugService11idForObjectEP7QObject @ 763 NONAME 765 _ZN24QDeclarativeDebugService11objectForIdEi @ 764 NONAME 766 _ZN24QDeclarativeDebugService11qt_metacallEN11QMetaObject4CallEiPPv @ 765 NONAME 767 _ZN24QDeclarativeDebugService11qt_metacastEPKc @ 766 NONAME 768 _ZN24QDeclarativeDebugService11sendMessageERK10QByteArray @ 767 NONAME 769 769 _ZN24QDeclarativeDebugService14enabledChangedEb @ 768 NONAME ABSENT 770 _ZN24QDeclarativeDebugService14objectToStringEP7QObject @ 769 NONAME ABSENT771 _ZN24QDeclarativeDebugService15messageReceivedERK10QByteArray @ 770 NONAME ABSENT772 _ZN24QDeclarativeDebugService16staticMetaObjectE @ 771 NONAME DATA 16 ABSENT773 _ZN24QDeclarativeDebugService18hasDebuggingClientEv @ 772 NONAME ABSENT774 _ZN24QDeclarativeDebugService18isDebuggingEnabledEv @ 773 NONAME ABSENT775 _ZN24QDeclarativeDebugService19getStaticMetaObjectEv @ 774 NONAME ABSENT776 _ZN24QDeclarativeDebugServiceC1ERK7QStringP7QObject @ 775 NONAME ABSENT777 _ZN24QDeclarativeDebugServiceC2ERK7QStringP7QObject @ 776 NONAME ABSENT770 _ZN24QDeclarativeDebugService14objectToStringEP7QObject @ 769 NONAME 771 _ZN24QDeclarativeDebugService15messageReceivedERK10QByteArray @ 770 NONAME 772 _ZN24QDeclarativeDebugService16staticMetaObjectE @ 771 NONAME DATA 16 773 _ZN24QDeclarativeDebugService18hasDebuggingClientEv @ 772 NONAME 774 _ZN24QDeclarativeDebugService18isDebuggingEnabledEv @ 773 NONAME 775 _ZN24QDeclarativeDebugService19getStaticMetaObjectEv @ 774 NONAME 776 _ZN24QDeclarativeDebugServiceC1ERK7QStringP7QObject @ 775 NONAME 777 _ZN24QDeclarativeDebugServiceC2ERK7QStringP7QObject @ 776 NONAME 778 778 _ZN24QDeclarativeDomComponentC1ERKS_ @ 777 NONAME ABSENT 779 779 _ZN24QDeclarativeDomComponentC1Ev @ 778 NONAME ABSENT … … 1426 1426 _ZNK24QDeclarativeCustomParser11resolveTypeERK10QByteArray @ 1425 NONAME 1427 1427 _ZNK24QDeclarativeCustomParser12evaluateEnumERK10QByteArray @ 1426 NONAME 1428 _ZNK24QDeclarativeDebugService10metaObjectEv @ 1427 NONAME ABSENT1429 _ZNK24QDeclarativeDebugService4nameEv @ 1428 NONAME ABSENT1428 _ZNK24QDeclarativeDebugService10metaObjectEv @ 1427 NONAME 1429 _ZNK24QDeclarativeDebugService4nameEv @ 1428 NONAME 1430 1430 _ZNK24QDeclarativeDebugService9isEnabledEv @ 1429 NONAME ABSENT 1431 1431 _ZNK24QDeclarativeDomComponent13componentRootEv @ 1430 NONAME ABSENT … … 1555 1555 _ZTI23QDeclarativePropertyMap @ 1554 NONAME 1556 1556 _ZTI24QDeclarativeCustomParser @ 1555 NONAME 1557 _ZTI24QDeclarativeDebugService @ 1556 NONAME ABSENT1557 _ZTI24QDeclarativeDebugService @ 1556 NONAME 1558 1558 _ZTI24QDeclarativeParserStatus @ 1557 NONAME 1559 1559 _ZTI25QDeclarativeImageProvider @ 1558 NONAME … … 1605 1605 _ZTV23QDeclarativePropertyMap @ 1604 NONAME 1606 1606 _ZTV24QDeclarativeCustomParser @ 1605 NONAME 1607 _ZTV24QDeclarativeDebugService @ 1606 NONAME ABSENT1607 _ZTV24QDeclarativeDebugService @ 1606 NONAME 1608 1608 _ZTV24QDeclarativeParserStatus @ 1607 NONAME 1609 1609 _ZTV25QDeclarativeImageProvider @ 1608 NONAME … … 1778 1778 _ZN23QDeclarativeDebugClientD2Ev @ 1777 NONAME ABSENT 1779 1779 _ZN23QDeclarativeEngineDebug13statusChangedENS_6StatusE @ 1778 NONAME ABSENT 1780 _ZN24QDeclarativeDebugService13statusChangedENS_6StatusE @ 1779 NONAME ABSENT1781 _ZN24QDeclarativeDebugServiceD0Ev @ 1780 NONAME ABSENT1782 _ZN24QDeclarativeDebugServiceD1Ev @ 1781 NONAME ABSENT1783 _ZN24QDeclarativeDebugServiceD2Ev @ 1782 NONAME ABSENT1780 _ZN24QDeclarativeDebugService13statusChangedENS_6StatusE @ 1779 NONAME 1781 _ZN24QDeclarativeDebugServiceD0Ev @ 1780 NONAME 1782 _ZN24QDeclarativeDebugServiceD1Ev @ 1781 NONAME 1783 _ZN24QDeclarativeDebugServiceD2Ev @ 1782 NONAME 1784 1784 _ZN26QDeclarativeBasePositioner10addChangedEv @ 1783 NONAME ABSENT 1785 1785 _ZN26QDeclarativeBasePositioner10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant @ 1784 NONAME ABSENT … … 1852 1852 _ZNK23QDeclarativeDebugClient6statusEv @ 1851 NONAME ABSENT 1853 1853 _ZNK23QDeclarativeEngineDebug6statusEv @ 1852 NONAME ABSENT 1854 _ZNK24QDeclarativeDebugService6statusEv @ 1853 NONAME ABSENT1854 _ZNK24QDeclarativeDebugService6statusEv @ 1853 NONAME 1855 1855 _ZNK26QDeclarativeBasePositioner10metaObjectEv @ 1854 NONAME ABSENT 1856 1856 _ZNK26QDeclarativeBasePositioner3addEv @ 1855 NONAME ABSENT -
branches/vendor/nokia/qt/current/tools/assistant/tools/assistant/doc/assistant.qdocconf
r844 r863 11 11 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ 12 12 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ 13 "<td width=\"30%\" align=\"left\">Copyright © 201 0Nokia Corporation and/or its subsidiary(-ies)</td>\n" \13 "<td width=\"30%\" align=\"left\">Copyright © 201 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ 14 14 "<td width=\"40%\" align=\"center\">Trademarks</td>\n" \ 15 "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt 4.7. 2</div></td>\n" \15 "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt 4.7.</div></td>\n" \ 16 16 "</tr></table></div></address>" -
branches/vendor/nokia/qt/current/tools/doxygen/config/phonon.doxyfile
r844 r863 6 6 #--------------------------------------------------------------------------- 7 7 PROJECT_NAME = Qt 8 PROJECT_NUMBER = 4.7. 28 PROJECT_NUMBER = 4.7. 9 9 OUTPUT_DIRECTORY = doc 10 10 CREATE_SUBDIRS = NO -
branches/vendor/nokia/qt/current/tools/qdoc3/doc/files/qt.qdocconf
r844 r863 7 7 project = Qt 8 8 versionsym = 9 version = 4.7. 29 version = 4.7. 10 10 description = Qt Reference Documentation 11 11 url = http://qt.nokia.com/doc/4.7 … … 23 23 24 24 qhp.Qt.file = qt.qhp 25 qhp.Qt.namespace = com.trolltech.qt.47 225 qhp.Qt.namespace = com.trolltech.qt.47 26 26 qhp.Qt.virtualFolder = qdoc 27 27 qhp.Qt.indexTitle = Qt Reference Documentation … … 37 37 images/stylesheet-coffee-plastique.png 38 38 39 qhp.Qt.filterAttributes = qt 4.7. 2qtrefdoc40 qhp.Qt.customFilters.Qt.name = Qt 4.7. 241 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7. 239 qhp.Qt.filterAttributes = qt 4.7. qtrefdoc 40 qhp.Qt.customFilters.Qt.name = Qt 4.7. 41 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7. 42 42 qhp.Qt.subprojects = classes overviews examples 43 43 qhp.Qt.subprojects.classes.title = Classes -
branches/vendor/nokia/qt/current/tools/qdoc3/doc/qdoc-manual.qdoc
r844 r863 8014 8014 8015 8015 \code 8016 #define QT_VERSION_STR "4.7. 2"8016 #define QT_VERSION_STR "4.7." 8017 8017 \endcode 8018 8018 -
branches/vendor/nokia/qt/current/tools/qdoc3/test/assistant.qdocconf
r844 r863 14 14 15 15 qhp.Assistant.file = assistant.qhp 16 qhp.Assistant.namespace = com.trolltech.assistant.47 216 qhp.Assistant.namespace = com.trolltech.assistant.47 17 17 qhp.Assistant.virtualFolder = qdoc 18 18 qhp.Assistant.indexTitle = Qt Assistant Manual … … 51 51 style/style.css 52 52 53 qhp.Assistant.filterAttributes = qt 4.7. 2tools assistant53 qhp.Assistant.filterAttributes = qt 4.7. tools assistant 54 54 qhp.Assistant.customFilters.Assistant.name = Qt Assistant Manual 55 55 qhp.Assistant.customFilters.Assistant.filterAttributes = qt tools assistant -
branches/vendor/nokia/qt/current/tools/qdoc3/test/designer.qdocconf
r844 r863 14 14 15 15 qhp.Designer.file = designer.qhp 16 qhp.Designer.namespace = com.trolltech.designer.47 216 qhp.Designer.namespace = com.trolltech.designer.47 17 17 qhp.Designer.virtualFolder = qdoc 18 18 qhp.Designer.indexTitle = Qt Designer Manual … … 51 51 style/style.css 52 52 53 qhp.Designer.filterAttributes = qt 4.7. 2tools designer53 qhp.Designer.filterAttributes = qt 4.7. tools designer 54 54 qhp.Designer.customFilters.Designer.name = Qt Designer Manual 55 55 qhp.Designer.customFilters.Designer.filterAttributes = qt tools designer -
branches/vendor/nokia/qt/current/tools/qdoc3/test/linguist.qdocconf
r844 r863 14 14 15 15 qhp.Linguist.file = linguist.qhp 16 qhp.Linguist.namespace = com.trolltech.linguist.47 216 qhp.Linguist.namespace = com.trolltech.linguist.47 17 17 qhp.Linguist.virtualFolder = qdoc 18 18 qhp.Linguist.indexTitle = Qt Linguist Manual … … 51 51 style/style.css 52 52 53 qhp.Linguist.filterAttributes = qt 4.7. 2tools linguist53 qhp.Linguist.filterAttributes = qt 4.7. tools linguist 54 54 qhp.Linguist.customFilters.Linguist.name = Qt Linguist Manual 55 55 qhp.Linguist.customFilters.Linguist.filterAttributes = qt tools linguist -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qdeclarative.qdocconf
r844 r863 22 22 23 23 qhp.Qml.file = qml.qhp 24 qhp.Qml.namespace = com.trolltech.qml.47 224 qhp.Qml.namespace = com.trolltech.qml.47 25 25 qhp.Qml.virtualFolder = qdoc 26 26 qhp.Qml.indexTitle = Qml Reference … … 62 62 style/style.css 63 63 64 qhp.Qml.filterAttributes = qt 4.7. 2qtrefdoc65 qhp.Qml.customFilters.Qt.name = Qt 4.7. 266 qhp.Qml.customFilters.Qt.filterAttributes = qt 4.7. 264 qhp.Qml.filterAttributes = qt 4.7. qtrefdoc 65 qhp.Qml.customFilters.Qt.name = Qt 4.7. 66 qhp.Qml.customFilters.Qt.filterAttributes = qt 4.7. 67 67 qhp.Qml.subprojects = classes 68 68 qhp.Qml.subprojects.classes.title = Elements -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qmake.qdocconf
r844 r863 14 14 15 15 qhp.qmake.file = qmake.qhp 16 qhp.qmake.namespace = com.trolltech.qmake.47 216 qhp.qmake.namespace = com.trolltech.qmake.47 17 17 qhp.qmake.virtualFolder = qdoc 18 18 qhp.qmake.indexTitle = QMake Manual … … 51 51 style/style.css 52 52 53 qhp.qmake.filterAttributes = qt 4.7. 2tools qmake53 qhp.qmake.filterAttributes = qt 4.7. tools qmake 54 54 qhp.qmake.customFilters.qmake.name = qmake Manual 55 55 qhp.qmake.customFilters.qmake.filterAttributes = qt tools qmake -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qt-build-docs_ja_JP.qdocconf
r844 r863 18 18 19 19 qhp.Qt.file = qt.qhp 20 qhp.Qt.namespace = com.trolltech.qt.47 220 qhp.Qt.namespace = com.trolltech.qt.47 21 21 qhp.Qt.virtualFolder = qdoc 22 22 qhp.Qt.title = Qt … … 24 24 qhp.Qt.selectors = fake:example 25 25 26 qhp.Qt.filterAttributes = qt 4.7. 2qtrefdoc ja_JP27 qhp.Qt.customFilters.Qt.name = Qt 4.7. 228 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7. 226 qhp.Qt.filterAttributes = qt 4.7. qtrefdoc ja_JP 27 qhp.Qt.customFilters.Qt.name = Qt 4.7. 28 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7. 29 29 30 30 # Files not referenced in any qdoc file (last four are needed by qtdemo) -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qt-build-docs_zh_CN.qdocconf
r844 r863 18 18 19 19 qhp.Qt.file = qt.qhp 20 qhp.Qt.namespace = com.trolltech.qt.47 220 qhp.Qt.namespace = com.trolltech.qt.47 21 21 qhp.Qt.virtualFolder = qdoc 22 22 qhp.Qt.title = æçš … … 24 24 qhp.Qt.selectors = fake:example 25 25 26 qhp.Qt.filterAttributes = qt 4.7. 2qtrefdoc zh_CN27 qhp.Qt.customFilters.Qt.name = Qt 4.7. 228 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7. 226 qhp.Qt.filterAttributes = qt 4.7. qtrefdoc zh_CN 27 qhp.Qt.customFilters.Qt.name = Qt 4.7. 28 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7. 29 29 30 30 # Files not referenced in any qdoc file (last four are needed by qtdemo) -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qt.qdocconf
r844 r863 7 7 project = Qt 8 8 versionsym = 9 version = 4.7. 29 version = 4.7. 10 10 description = Qt Reference Documentation 11 11 url = http://qt.nokia.com/doc/4.7 -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qt_ja_JP.qdocconf
r844 r863 7 7 project = Qt 8 8 versionsym = 9 version = 4.7. 29 version = 4.7. 10 10 description = Qt ãªãã¡ã¬ã³ã¹ããã¥ã¡ã³ã 11 11 url = http://qt.nokia.com/doc/ja_JP/4.7 -
branches/vendor/nokia/qt/current/tools/qdoc3/test/qt_zh_CN.qdocconf
r844 r863 7 7 project = Qt 8 8 versionsym = 9 version = 4.7. 29 version = 4.7. 10 10 description = Qt Reference Documentation 11 11 url = http://qt.nokia.com/doc/zh_CN/4.7
Note:
See TracChangeset
for help on using the changeset viewer.