summaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license header.Jason McDonald2010-06-301-0/+41
|
* Add a manual test for regular widget interaction with the table.Benjamin Poulain2010-06-282-0/+112
| | | | | | The code paths are different if the tablet event is accepted or not. This manuel test show the events received from tablet and mouse to make sure we get the right events in the right order.
* Cherry pick fix for MOBILITY-800 from Qt Mobility.Aaron McCarthy2010-06-241-1/+2
| | | | a05504d2a0c643c6f253527f07bcc0dba8a799b4
* Merge bearermanagement changes from Qt Mobility.Aaron McCarthy2010-06-245-3/+353
| | | | cba220f177154428d6103a93a819668be689a591
* Cherry pick fix for MOBILITY-938 from Qt Mobility.Aaron McCarthy2010-06-244-105/+174
| | | | 216f4016d1b447d51630086afca179df11fd6997
* Cherry pick fix for MOBILITY-962 from Qt Mobility.Aaron McCarthy2010-05-141-4/+14
| | | | 6ea1caf2babc68d366fb6d3dc215c1bb18a76368
* Increase the timeout for the QNAM getter test to 30 secondsThiago Macieira2010-04-161-3/+3
|
* Remove unstable hosts from the listThiago Macieira2010-04-161-2/+0
|
* Other fixes to the remote network stresstesterThiago Macieira2010-04-161-8/+7
|
* Fix SSL connection problem.Thiago Macieira2010-04-161-4/+6
| | | | You can't do connectToHost followed by startClientEncryption followed by write.
* Make sure we don't try URLs that aren't HTTP or HTTPSThiago Macieira2010-04-161-3/+5
|
* Add SSL remote host testsThiago Macieira2010-04-161-34/+95
|
* Split the remote and the local tests in two, in preparation for SSL testsThiago Macieira2010-04-166-266/+465
|
* Add tests for remote hostsThiago Macieira2010-04-163-9/+322
|
* Change the way we calculate the average transfer rates.Thiago Macieira2010-04-161-49/+84
| | | | The previous way was prone to division by zero if the file was too small
* Finish renamingThiago Macieira2010-04-162-7/+4
|
* Move these tests to tests/manual.Thiago Macieira2010-04-166-0/+19049
|
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-144-7/+269
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Fix license headers.Aaron McCarthy2010-03-183-0/+123
|
* Manual test for QTBUG-8933.Carlos Manuel Duclos Vergara2010-03-176-0/+156
| | | | | | See the readme file. Reviewed-by: TrustMe
* Further fix license whitespace.Morten Johan Sørvig2010-03-151-40/+39
|
* Remove NetworkManager test-bed application.Aaron McCarthy2010-03-158-1803/+0
|
* Fix up whitespace in license headers.Qt Continuous Integration System2010-03-127-273/+273
| | | | Reviewed-by: Trustme
* Add QWidget::update() test.Morten Johan Sørvig2010-03-101-1/+50
| | | | | Test that QWidget::update sends minimal updates, both for the rect and region version.
* Add license headersMorten Johan Sørvig2010-03-108-0/+329
|
* Import static contents tests from old manualtestsMorten Johan Sørvig2010-03-1015-0/+368
|
* Merge commit 'origin/4.6' into bearermanagement/integration-4Aaron McCarthy2010-01-2947-36/+1218
|\ | | | | | | | | | | | | Conflicts: configure src/gui/painting/qpainter.cpp src/s60installs/s60installs.pro
| * QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-112-0/+143
| | | | | | | | | | | | | | | | | | | | QHttpNetworkReply has now a throttled mode. If this is activated, it will only read HTTP body when its internal buffer is empty. This means that QNetworkReply.setReadBufferSize() can finally be used for bandwidth limiting. Thanks to David Faure for helping out. Reviewed-By: Peter Hartmann
| * Update copyright year to 2010Jason McDonald2010-01-0642-42/+42
| | | | | | | | Reviewed-by: Trust Me
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2009-12-112-0/+124
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (23 commits) Check if the timeout expired during the time update in qt_safe_select Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers. Fix tst_QTouchEvent::touchUpdateAndEndNeverPropagate() Document QTextEncoder::fromUnicode as QT3 support member Install private headers when configuring Qt with -developer-build. Ensure that QProcessEnvironment::operator== doesn't crash Fixes a qfileinfo autotest. Fix compilation if QT_NO_DATESTRING is defined. Fix compilation: private headers must be #included with "" Use realpath() only on systems we know it works on. Mixed up top/bottom QGtkStyle: support for the inner-border property in GtkButtons Fixed uninitialized background artifacts in QWidget::render. Compile with -no-exceptions on Mac. Fixed searching and copy/paste from PDF documents. Autotest: ensure that QSharedPointer does proper autocasting through Compile on Windows CE. Add copyright header so the autotest will pass. Add support for the Selected QIcon::Mode when rendering the systray icon (Mac) Added a manual test for testing a z-order of overlapping widgets. ...
| | * Add copyright header so the autotest will pass.Paul Olav Tvete2009-12-071-0/+41
| | |
| | * Added a manual test for testing a z-order of overlapping widgets.Denis Dzyubenko2009-12-072-0/+83
| | | | | | | | | | | | | | | | | | The test uses QWidget::raise, lower and stackUnder functions. Reviewed-by: trustme
| * | Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-117-0/+915
| |/ | | | | | | | | | | | | | | | | | | | | New transformation properties added in 4.6, such as rotation or transformOriginPoint were not taken into account in addTogroup and removeFromGroup. Autotest and manual test included. Task-number: QTBUG-5071 Reviewed-by: bnilsen
* | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-0512-34/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/mac/corewlan/corewlan.pro examples/network/bearercloud/bearercloud.pro examples/network/bearermonitor/bearermonitor.pro src/network/bearer/bearer.pro src/network/bearer/qnativewifiengine_win.cpp src/network/bearer/qnetworkconfigmanager_p.cpp src/network/bearer/qnetworkconfiguration_s60_p.cpp src/network/bearer/qnetworksession.cpp src/network/bearer/qnetworksession_p.cpp src/network/bearer/qnmwifiengine_unix.cpp src/network/bearer/qnmwifiengine_unix_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/bearer/generic/qgenericengine.cpp src/plugins/bearer/nla/main.cpp src/plugins/bearer/nla/qnlaengine.cpp tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro tests/manual/bearerex/bearerex.pro tests/manual/networkmanager/networkmanager.pro
| * | Fix up license headers.Aaron McCarthy2009-12-2210-10/+17
| | |
| * | Make compile.Aaron McCarthy2009-12-225-29/+3
| | |
* | | Bearer Management Integration 2.Aaron McCarthy2010-01-046-32/+26
|/ /
* | Bearer Management Integration 1.Aaron McCarthy2009-12-2217-0/+3018
|/
* Put the dialog buttons into a scrollarea.Alessandro Portale2009-11-171-64/+89
| | | | | | Now, they fit into a smallscreen. Reviewed-By: TrustMe
* Build without QT_KEYPAD_NAVIGATIONAlessandro Portale2009-11-172-2/+10
| | | | | | | | There is actually not much of a point to run a keypadnavigation test without QT_KEYPAD_NAVIGATION being enabled. But let's at least build the app. Reviewed-By: TrustMe
* Modified windowflags manualtestDenis Dzyubenko2009-11-092-0/+26
| | | | | | Added a few buttons to maximize a window from the code. Reviewed-by: trustme
* Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-048-75/+87
|\ | | | | | | | | | | Conflicts: dist/changes-4.6.0 src/gui/kernel/qevent.h
| * Gesture api review.Denis Dzyubenko2009-11-038-65/+55
| | | | | | | | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette
| * Improved gesture scrollarea manualtest.Denis Dzyubenko2009-11-032-11/+33
| | | | | | | | Reviewed-by: trustme
* | Manual glyph shaping test.Alessandro Portale2009-11-023-0/+525
| | | | | | | | | | | | | | | | | | | | | | | | | | It tests the glyph shaper in Qt by rendering a couple of glyph combinations that are known to be strongly shaped. For now, this test is manual and simply generates an html report for a visual test. It can, however also be implemented as auto test. The test data contains Vietnamese and Tamil data sets, more will follow. Reviewed-by: trustme
* | Fix a rounding error.Alessandro Portale2009-10-301-1/+1
| | | | | | | | Reviewed-by: trustme
* | Added manual text performance test.Alessandro Portale2009-10-302-0/+232
|/ | | | | | | Small application that simulates different text rendering scenarios and displays the Fps. Reviewed-by: trustme
* Fixed the scrollarea gesture manual test.Denis Dzyubenko2009-10-282-2/+2
| | | | Reviewed-by: trustme
* Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-281-2/+2
| | | | | Our tests now call the recently converted registerRecognizer using a proper static method.
* Compile fix.Denis Dzyubenko2009-10-224-31/+31
| | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme