summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix building with QT_NO_BEARERMANAGEMENTUlf Hermann2015-10-281-1/+2
* tst_qstring: Enable previously disabled test for Q_CC_MINGW.Friedemann Kleint2015-10-271-6/+0
* Add QWindow child window positioning testTor Arne Vestbø2015-10-261-13/+69
* Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-0/+46
* Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-0/+31
* Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+31
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2332-98/+274
|\
| * moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+13
| * Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
| * Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-211-0/+7
| * QLatin1String: add default ctorMarc Mutz2015-10-201-0/+10
| * QLatin1String: add testMarc Mutz2015-10-194-0/+126
| * QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-2/+18
| * QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-191-0/+12
| * The C locale should omit group separators by defaultLars Knoll2015-10-192-11/+13
| * Add support for "@3x" image loading.Morten Johan Sørvig2015-10-162-0/+1
| * Make the C++11 atomic support the default, if availableThiago Macieira2015-10-1618-19/+19
| * Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-2/+9
| * QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | Diaglib: Add class DebugProxyStyle.Friedemann Kleint2015-10-234-1/+232
* | tst_qchar: Remove init()/cleanup() slots.Friedemann Kleint2015-10-231-22/+0
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-2228-104/+132
* | tests/auto/other: Remove some placeholder formatting.Friedemann Kleint2015-10-223-22/+27
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-1945-317/+385
* | tests/auto/network: Remove some placeholder formatting.Friedemann Kleint2015-10-1913-75/+89
* | tests/auto/gui: Remove some placeholder formatting.Friedemann Kleint2015-10-1913-109/+141
* | Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-151-0/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1469-554/+1536
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-132-1/+36
| |\
| | * QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-0/+13
| | * QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-1/+23
| * | QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-132-0/+32
| * | Don't let closed http sockets pass as valid connectionsUlf Hermann2015-10-131-0/+54
| * | Testlib: Output function / total time along with crash dump.Friedemann Kleint2015-10-132-5/+21
| * | Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-0/+24
| * | QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
| * | Insert leading after each line, not beforeUlf Hermann2015-10-091-0/+12
| * | Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-1/+44
| * | xcb: Add support for Qt::WA_ShowWithoutActivatingAlexander Volkov2015-10-081-23/+23
| * | tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
| * | Fix selected items after sorting in QTableWidgetLibor Tomsik2015-10-071-0/+19
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0220-67/+564
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0220-67/+564
| | |\|
| | | * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-0/+16
| | | * Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-261-14/+17
| | | * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
| | | * tst_QUndoGroup, tst_QUndoStack Fixed flag QT_NO_PROCESSTuomas Heimonen2015-09-142-8/+8
| | | * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-0/+73
| | | * QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-101-0/+54
| | | * Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-102-5/+16