qt5base-lts/tests/manual
Friedemann Kleint 205f68f8ad Fix assorted MSVC warnings in tests.
tst_collections.cpp
tst_collections.cpp(3138) : warning C4305: 'argument' : truncation from 'size_t' to 'bool'
        tst_collections.cpp(3190) : see reference to function template instantiation 'void testContainerTypedefs<QVector<int>>(Container)' being compiled
        with[Container=QVector<int>]
(repeated)
tst_qringbuffer.cpp(297) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
tst_qringbuffer.cpp(300) : warning C4309: '=' : truncation of constant value
tst_qringbuffer.cpp(306) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
tst_qrawfont.cpp(947) : warning C4309: 'argument' : truncation of constant value
tst_qsslsocket_onDemandCertificates_member.cpp(217) : warning C4189: 'rootCertLoadingAllowed' : local variable is initialized but not referenced

Change-Id: I6143d4ad121088a0d5bdd6dd2637eb3641a26096
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
2015-01-17 12:06:59 +01:00
..
bearerex Update license headers and add new license files 2014-09-24 12:26:19 +02:00
cocoa Cocoa: Fix icon size calculation for system tray. 2014-10-22 23:32:17 +02:00
corelib/tools Update license headers and add new license files 2014-09-24 12:26:19 +02:00
diaglib Diaglib: Add helper functions for analyzing non-Latin strings. 2014-12-19 16:19:30 +01:00
dialogs Update license headers and add new license files 2014-09-24 12:26:19 +02:00
filetest Update license headers and add new license files 2014-09-24 12:26:19 +02:00
gestures Update license headers and add new license files 2014-09-24 12:26:19 +02:00
highdpi Update license headers and add new license files 2014-09-24 12:26:19 +02:00
inputmethodhints Update license headers and add new license files 2014-09-24 12:26:19 +02:00
keypadnavigation Update license headers and add new license files 2014-09-24 12:26:19 +02:00
lance Update license headers and add new license files 2014-09-24 12:26:19 +02:00
mkspecs Update manualtests license to say "part of test suite". 2013-05-26 20:54:51 +02:00
network_remote_stresstest Update license headers and add new license files 2014-09-24 12:26:19 +02:00
network_stresstest Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qcursor Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdesktopservices Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdesktopwidget Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qgraphicsitem Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qgraphicsitemgroup Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qgraphicslayout/flicker Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qhttpnetworkconnection Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qimagereader Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlayout Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlocale Update manualtests license to say "part of test suite". 2013-05-26 20:54:51 +02:00
qmetatype Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qnetworkaccessmanager/qget Fix assorted MSVC warnings in tests. 2015-01-17 12:06:59 +01:00
qnetworkconfiguration Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qnetworkconfigurationmanager Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qnetworkreply Fix assorted MSVC warnings in tests. 2015-01-17 12:06:59 +01:00
qopenglcontext Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qopengltextureblitter Fix compilation of manual Open GL tests with Dynamic GL. 2015-01-15 15:35:11 +01:00
qopenglwidget/openglwidget Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qopenglwindow/multiwindow Add a multiwindow manual test using QOpenGLWindow 2014-09-18 10:06:18 +02:00
qprintdevice_dump Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qscreen Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qssloptions Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslsocket Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtabletevent Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtbug-8933 Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtexteditlist Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtouchevent Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qwidget_zorder Update license headers and add new license files 2014-09-24 12:26:19 +02:00
repaint Update license headers and add new license files 2014-09-24 12:26:19 +02:00
shortcuts Update license headers and add new license files 2014-09-24 12:26:19 +02:00
socketengine Update license headers and add new license files 2014-09-24 12:26:19 +02:00
textrendering Update license headers and add new license files 2014-09-24 12:26:19 +02:00
touch Add manual test for touch events. 2014-10-30 21:35:44 +01:00
transientwindow transient window manual test: set window type to Dialog 2014-10-20 11:03:30 +02:00
unc Update license headers and add new license files 2014-09-24 12:26:19 +02:00
widgetgrab Update license headers and add new license files 2014-09-24 12:26:19 +02:00
widgets Auto-scroll while selecting entire rows/columns did not work 2014-11-29 15:21:48 +01:00
windowchildgeometry Update license headers and add new license files 2014-09-24 12:26:19 +02:00
windowflags Fix assorted MSVC warnings in tests. 2015-01-17 12:06:59 +01:00
windowgeometry Update license headers and add new license files 2014-09-24 12:26:19 +02:00
windowmodality Update license headers and add new license files 2014-09-24 12:26:19 +02:00
windowtransparency Make transparency test actually test transparency 2015-01-16 12:12:37 +01:00
xcb_gl_integration Make GLX and EGL dynamic dependencies for xcb 2014-12-20 06:09:01 +01:00
xembed-raster Update manualtests license to say "part of test suite". 2013-05-26 20:54:51 +02:00
xembed-widgets Update manualtests license to say "part of test suite". 2013-05-26 20:54:51 +02:00
manual.pro Add manual test for touch events. 2014-10-30 21:35:44 +01:00