summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-162-0/+44
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-3/+2
* Add missing QPlainTextEdit::createStandardContextMenu(QPoint)J-P Nurmi2015-02-151-0/+40
* Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-2/+77
* Updated BSD licensed file headersJani Heikkinen2015-02-1525-75/+75
* Make the printing of complex byte arrays prettierThiago Macieira2015-02-155-46/+46
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-0/+70
* Add support for GPU bug list reading.Friedemann Kleint2015-02-143-0/+144
* Haiku: Adapt tst_qstorageinfo unit test to HaikuTobias Koenig2015-02-141-0/+2
* [QQuaternion] Introduce to/from euler angles conversion routinesKonstantin Ritt2015-02-141-0/+112
* [QQuaternion] Introduce toAxisAndAngle()Konstantin Ritt2015-02-141-0/+20
* MSVC: Remove use of -Zm argumentKai Koehne2015-02-132-7/+0
* Make QAccessibleTextWidget::attributes respect default document fontBoris Dušek2015-02-131-36/+80
* QSslSocket test - adapt 'verifyClientCertificate' for Secure TransportTimur Pocheptsov2015-02-131-0/+8
* Optimize generic conversion and remove now obsolete direct conversionsAllan Sandfeld Jensen2015-02-132-1/+83
* QUrl effective TLDs: update tablePeter Hartmann2015-02-132-8/+15
* Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-7/+20
* Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-1/+1
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-126-23/+22
* QtGui: assorted migrations to QString::asprintfMarc Mutz2015-02-121-20/+4
* QtWidgets: assorted migrations to QString::asprintfMarc Mutz2015-02-125-13/+12
* Update text to the new license headerSergio Ahumada2015-02-121-6/+6
* Haiku: Adapt tst_qdir unit test to HaikuTobias Koenig2015-02-121-0/+2
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-1/+14
* QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-111-1/+33
* CMake: Introduce qt5_add_binary_resourcesA. Klitzing2015-02-116-0/+79
* Update copyright headersJani Heikkinen2015-02-111351-9629/+9445
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-1052-92/+675
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1052-92/+675
| |\
| | * 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
| | * | | Diaglib: Fix compilation with Qt 5.3.Friedemann Kleint2015-01-233-2/+6
| | * | | Android: Fix some tests for QCompleterEskil Abrahamsen Blomfeldt2015-01-231-0/+6
| | * | | Autotest: Make mimedatabase testdata resourcesRainer Keller2015-01-224-10/+17
| | * | | Fix QUdpSocket's emission of readyRead()Thiago Macieira2015-01-221-0/+90