summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert some changes in light of GCC 4 -fPIE reversalv5.4.2Stephen Kelly2015-05-293-4/+5
* Fix cmake auto tests failing with cmake 2.8.11Simon Hausmann2015-05-283-5/+4
* Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-3/+3
* Blacklist task256322_highlight on OS XAllan Sandfeld Jensen2015-05-071-0/+2
* Revert "Rotate images according to Exif orientation"Rainer Keller2015-04-2910-33/+0
* Blacklist task258920_mouseBorder on MacSimon Hausmann2015-04-281-0/+2
* Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-202-0/+70
|\
| * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-161-0/+53
| * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-151-0/+17
* | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-201-6/+169
|/
* Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-0/+37
* QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-0/+39
* QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+1
* Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-092-5/+8
* tst_QDnsLookup: Update to match the new zone for test.qt-project.orgThiago Macieira2015-03-051-4/+8
* Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-3/+9
* tst_QNetworkDiskCache: Stop using actual web serversThiago Macieira2015-03-041-4/+4
* Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-0/+115
* Revert "Update the DNS and name-resolver tests to the official zone"Thiago Macieira2015-03-013-7/+7
* Fix crash when converting format of QImage created from bufferEirik Aavitsland2015-02-261-0/+13
* Autotest: fix existence check after c8c68ec.David Faure2015-02-241-6/+3
* Disable tst_qaccessibilitylinuxFrederik Gladhorn2015-02-241-1/+1
* Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-231-0/+12
* QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-0/+7
* Make sure there's a scene before using itAlbert Astals Cid2015-02-171-0/+11
* Fix crash in QAccessibleTextWidget::attributes()Jan Arve Saether2015-02-171-0/+1
* Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-172-0/+82
* bic: Add 5.{1,2,3,4}.0 bic data for linux-gcc-amd64Sergio Ahumada2015-02-1466-167900/+358023
* re-enable more QWidget testsJoerg Bornemann2015-02-131-5/+1
* Fix path to examples part of tst_GuiAppLauncherSergio Ahumada2015-02-131-112/+112
* Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* Fixed crash when adding items with spansJan Arve Saether2015-02-091-0/+18
* Fix reported build failure with VS2010 on windows 8.1.Richard J. Moore2015-02-091-3/+3
* Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-062-0/+19
* SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-051-0/+29
* Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-0/+39
* Correct inplace conversion methods from RGBA8888 formatsAllan Sandfeld Jensen2015-02-031-2/+5
* QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-0/+31
* Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-033-20/+55
* Add qopenglconfig test.Friedemann Kleint2015-02-023-1/+234
* Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-0/+29
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-2925-9/+90
|\
| * Use qt.io rather than qt-project.org for network testsShawn Rutledge2015-01-283-3/+3
| * Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-2418-0/+21
| * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-0/+14
| * QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-221-0/+37
| * tst_qstring_mac: Correct memory management.Morten Johan Sørvig2015-01-201-2/+8
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-1640-85/+685
| |\
| * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-4/+7
* | | Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-232-6/+0