summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-141-0/+45
* OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-133-0/+75
* Add a verbosity setting to QDebug.Friedemann Kleint2015-03-131-1/+33
* Haiku: Fix tst_qfileselector.cpp unit testTobias Koenig2015-03-125-1/+4
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-122-23/+23
* tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
* Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-101-1/+84
* Add string range tests to qaccessibilitymacBoris Dušek2015-03-101-1/+21
* Refactoring of qaccessibilitymac testBoris Dušek2015-03-101-37/+223
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-0961-70/+683
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0961-70/+683
| |\
| | * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-0/+9
| | * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-0/+53
| | * Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-071-0/+60
| | * [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-071-28/+95
| | * Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-061-0/+48
| | * QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-061-0/+5
| | * Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-062-0/+17
| | * Manual dialog test: Add a message box for printer errors.Friedemann Kleint2015-03-051-8/+41
| | * Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-051-0/+55
| | * Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-4/+9
| | * Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-0551-19/+111
| | * Fix bind+connect in both TCP and UDPThiago Macieira2015-03-042-13/+182
* | | QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-091-2/+156
|/ /
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-061-0/+2
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-061-0/+37
* | Fix accessibility character rect testsBoris Dušek2015-03-051-3/+6
* | Fix tst_qaccessibility::textEditTest for some screen resolutionsFrederik Gladhorn2015-03-051-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0411-84/+78
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-041-4/+4
| |\
| | * tst_QNetworkDiskCache: Stop using actual web serversThiago Macieira2015-03-041-4/+4
| * | Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-032-2/+29
| * | QTabletEvent manual test: use built-in QDebug operatorShawn Rutledge2015-03-031-77/+11
| * | autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-037-1/+34
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0326-56/+2796
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-026-13/+138
| |\|
| | * 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
| * | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-272-0/+62
| * | Use C++ <cmath> instead of <math.h> in math3d autotestsKonstantin Ritt2015-02-263-9/+10
| * | Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-261-0/+8
| * | [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-261-3/+3
| * | Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-261-0/+34
| * | QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-253-0/+147
| * | QVariant: fix converting enum to stringOlivier Goffart2015-02-251-1/+1
| * | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-252-1/+38
| * | Add manual test for QMimeDatabase.Friedemann Kleint2015-02-253-1/+147
| * | add autotest for qmake parserOswald Buddenhagen2015-02-252-1/+1945