summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge dev into 5.5Oswald Buddenhagen2015-02-2330-195/+393
|\ \
| * | QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+1
| * | tst_QNoDebug: don't use sprintf if there're no argumentsMarc Mutz2015-02-211-1/+1
| * | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-201-4/+3
| * | Use qrc for test data in QFileInfo test on all platformsEskil Abrahamsen Blomfeldt2015-02-183-36/+14
| * | Fixed license headersJani Heikkinen2015-02-1710-10/+10
| * | more autotests for spaces, destdirs and library linkingOswald Buddenhagen2015-02-1712-37/+56
| * | Android: Fix tst_QFileInfo::isExecutable()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
| * | QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-171-0/+32
| * | tst_QList: test all memory layoutsMarc Mutz2015-02-171-93/+226
| * | Android: Fix tst_QDir::cdBelowRoot()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
| * | Fix QTextDocument test when default font is pixel-sizedEskil Abrahamsen Blomfeldt2015-02-171-12/+41
* | | PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-0/+36
* | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-172-0/+44
|\| |
| * | Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-162-0/+44
* | | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-0/+3
|/ /
* | 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-151-3/+3
* | 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
* | 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
* | 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-11936-6657/+6553
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-1048-90/+640
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1048-90/+640
| |\|
| | * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-062-0/+19
| | * 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