summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip the test 'abort' of tst_qftp.Friedemann Kleint2014-03-101-0/+1
* Increase timeout in tst_NetworkSelfTest.Friedemann Kleint2014-03-101-5/+16
* Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-083-228/+0
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-083-0/+131
* Sanitize tst_qftp.Friedemann Kleint2014-03-062-92/+113
* Try to speedup tst_qmetatype.cpp compilation with clang.Jędrzej Nowacki2014-03-062-4/+15
* Reduce clang compilation time of tst_qmetatype by ~50%Jędrzej Nowacki2014-03-061-13/+1
* Simplify tst_QMetaType::automaticTemplateRegistrationJędrzej Nowacki2014-03-061-55/+62
* tst_QGLThreads: Fix errors about makeCurrent() in different thread.Friedemann Kleint2014-03-061-0/+12
* Increase CI timeout for cmake tests.Friedemann Kleint2014-03-061-0/+1
* spdy autotest: Fixed build with QT_NO_NETWORKPROXYOliver Wolff2014-03-061-0/+8
* spdy autotest: Fix build with QT_NO_OPENSSLOliver Wolff2014-03-061-2/+2
* Make QOpenGLFunctions able to resolve everythingLaszlo Agocs2014-03-061-0/+1
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-0/+57
* Disable the qmetatype test on Clang + ARM, it's causing OOM during buildTor Arne Vestbø2014-03-041-1/+4
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-044-8/+9
* Remove duplicated testsSze Howe Koh2014-03-041-14/+0
* Fix issue where revealed widget children do not receive paint event.Chris Colbert2014-03-041-0/+23
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Turn off compiler optimization in tst_qtendian for MSVC2008.Friedemann Kleint2014-03-041-0/+4
* Fix some typosSergio Ahumada2014-03-031-1/+1
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-288-8/+7
* tst_qnumeric: Mark some tests as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+6
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-6/+6
* QPrinter - Add more testsJohn Layt2014-02-261-6/+25
* Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-254-35/+1
* tst_spdy: Check network test serverSergio Ahumada2014-02-251-0/+6
* QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Sergio Ahumada2014-02-2544-44/+0
* Remove qSort usages from core testsSergio Ahumada2014-02-224-5/+13
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2214-15/+33
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-212-0/+126
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-211-0/+4
* QMargins - Add missing operatorsJohn Layt2014-02-211-0/+7
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-211-0/+28
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-0/+5
* Fix QFontMetrics widthBernd Weimer2014-02-201-0/+6
* Remove qSort usages from gui testsSergio Ahumada2014-02-203-5/+11
* Remove qSort usages from testsSergio Ahumada2014-02-204-7/+15
* network: add support for the SPDY protocolPeter Hartmann2014-02-195-4/+957
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-19431-4874/+14496
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-184-16/+53
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+20
| |\ \
| * | | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-4/+4
| * | | QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-0/+1
| * | | QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-162-30/+45
| * | | QOpenGLTextureBlitter: add some autotestsJørgen Lind2014-02-161-0/+191
| * | | Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-168-72/+72
| * | | Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-163-1/+525