summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-0717-182/+191
* Remove obsolete test functions.Jason McDonald2011-10-071-205/+0
* Eliminate needless QSKIPs in qaccessibility test.Jason McDonald2011-10-071-174/+139
* Don't default to XCB if it is not enabled.Lincoln Ramsay2011-10-072-1/+7
* Fix QFont::defaultFamily() in the new QPA world.Pierre Rossi2011-10-073-9/+58
* Fix the QNetworkConnectionManagerPrivate initialisation code.Thiago Macieira2011-10-062-22/+46
* Removed some dead code from QWidgetLineControlPekka Vuorela2011-10-063-147/+46
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-063-3/+15
* Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* Merge fixes for QDir::operator==Shane Kearns2011-10-063-3/+43
* Make QLineEdit unit test pass againPekka Vuorela2011-10-061-4/+8
* QHostInfo: fix a race condition under CEKonstantin Ritt2011-10-061-2/+3
* Create auto test for http HEAD requestShane Kearns2011-10-063-0/+65
* Fix QDir::operator==(const QDir &) constJoão Abecasis2011-10-063-3/+10
* Compile on 10.6Morten Sorvig2011-10-061-2/+8
* Remove duplicate check in utf endian detectionKent Hansen2011-10-061-14/+12
* Fix typo in qbezier shift implementationKent Hansen2011-10-061-1/+1
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-0624-59/+165
* Remove redundant assignment in QXmlStreamReaderKent Hansen2011-10-061-1/+0
* Fix unreachable QSKIP in QMenu autotestJason McDonald2011-10-061-5/+2
* Improve formatting of QMenu autotestJason McDonald2011-10-061-95/+55
* Tidy qsqldatabase autotestJason McDonald2011-10-061-39/+18
* Logic does not match error message.Lincoln Ramsay2011-10-061-1/+1
* Remove code to selectively run test functions.Jason McDonald2011-10-061-42/+3
* Avoid QSKIP in lieu of compile-time checks.Jason McDonald2011-10-061-59/+49
* Avoid QSKIP in lieu of compile-time check.Jason McDonald2011-10-061-75/+52
* Tidy QActionGroup autotest.Jason McDonald2011-10-061-57/+1
* Don't build qwindowsurface autotest on Mac OS.Jason McDonald2011-10-062-2/+6
* A QPA build on Linux requires xcb or waylandLincoln Ramsay2011-10-061-0/+16
* If -xcb is passed and we can't enable xcb, dieLincoln Ramsay2011-10-061-0/+6
* Show the -xcb default properly.Lincoln Ramsay2011-10-061-6/+6
* Add QTest::keyRelease() accepting a Qt::Key valueMartin Jones2011-10-061-0/+2
* Accessible: remove calls with virtual int children in test.Frederik Gladhorn2011-10-061-114/+114
* Clean up accessible spin box test.Frederik Gladhorn2011-10-061-6/+17
* Remove empty test function.Frederik Gladhorn2011-10-061-6/+0
* Use child/parent function in QAccessibleWidget and test.Frederik Gladhorn2011-10-065-127/+70
* Remove obsolete QMatrix test function.Jason McDonald2011-10-061-21/+0
* Don't build qitemview autotest on IRIX.Jason McDonald2011-10-062-34/+5
* Removed disabled test data in QDir autotest.Jason McDonald2011-10-061-19/+0
* Remove last remnants of Maemo 5 from autotestsJason McDonald2011-10-064-40/+12
* Remove last remnants of symbian in autotests.Jason McDonald2011-10-0614-285/+15
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-051-1/+1
* QtGui: Add command line arguments to the platform plugin.Friedemann Kleint2011-10-051-1/+27
* Don't use implicit QAtomic* casts in QFreeListBradley T. Hughes2011-10-051-9/+9
* Fix boolean logic issues in qcoreapplication_winKent Hansen2011-10-051-3/+3
* Remove duplicate check for glDeleteProgramKent Hansen2011-10-051-1/+0
* Add missing Q_OBJECT macro to GoToStateTransitionKent Hansen2011-10-052-0/+21
* Add font family alias resolving to QPAJiang Jiang2011-10-056-1/+37
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-059-43/+197
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-0526-332/+294