summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix possible crash in tst_QThread::quitLock() testPeter Kümmel2012-12-171-7/+9
| * Compile.Morten Johan Sørvig2012-12-172-5/+20
| * Fix focusproxy-relayed crash in QGraphicsItem destructor.Andreas Aardal Hanssen2012-12-171-0/+2
| * Call QAccessible::updateAccessibility when caret moves in QTextEditJosé Millán Soto2012-12-161-0/+2
| * Remove the timestamp info in genarated filesLiang Qi2012-12-15102-206/+103
| * Fixed invalid memory read in SSSE3 image blending code.Samuel Rødal2012-12-141-0/+20
| * SQL: Fix autotests for MinGWKai Koehne2012-12-142-0/+4
| * Remove MSVC2012-optimization for the QMetaType-test.Friedemann Kleint2012-12-141-2/+7
| * Add missing uuid lib for qaccessibility testJonathan Liu2012-12-141-1/+1
| * tst_QDBusXmlParser: make XML attribute order deterministicDavid Faure2012-12-141-0/+7
| * Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-15/+3
| * Mark QAbstractTextDocumentLayout test as insignificantEskil Abrahamsen Blomfeldt2012-12-141-1/+1
| * Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-131-1/+16
| * Mark QGlyphRun and QStaticText tests as insignificant on LinuxEskil Abrahamsen Blomfeldt2012-12-132-0/+3
| * QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-4/+37
| * Accessible: Improve value interfacev5.0.0-rc2Frederik Gladhorn2012-12-121-0/+3
| * test: Skip tst_QMdiArea::nativeSubWindows() on Windows/ANGLE.Friedemann Kleint2012-12-121-1/+4
| * QGraphicsView - fix rubberband to expand on wheel eventThorbjørn Lund Martsum2012-12-111-7/+14
| * remove bizarre jsc source referenceOswald Buddenhagen2012-12-111-2/+1
| * centralize headersclean testOswald Buddenhagen2012-12-114-166/+2
| * don't use testlib for headersclean testOswald Buddenhagen2012-12-113-68/+11
| * QMetaType: remember whether a type was registered with Q_DECLARE_METATYPEMarc Mutz2012-12-114-0/+161
| * test: Remove CONFIG += testcase from manual testsSergio Ahumada2012-12-117-7/+0
| * Generate the introspection string during parsingKevin Ottens2012-12-112-29/+72
| * SQL: Change in QSqlResultPrivate::positionalToNamedBinding()Caroline Chao2012-12-104-0/+177
| * Move a Q_DECLARE_METATYPE higher up in the file.Stephen Kelly2012-12-101-1/+2
| * Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-061-4/+0
| * Don't pass invalid strings to strcmp()Peter Kümmel2012-12-061-1/+1
| * QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-044-6/+30
| * Fix some typos in QProcess and QSslSocket unit tests.Stephen Kelly2012-12-042-3/+2
| * remove pointless QT.<module>.sources referencesOswald Buddenhagen2012-12-044-5/+5
| * remove pointless zlib includesOswald Buddenhagen2012-12-042-2/+0
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-046-8/+1
| * qregexp benchmark needs exceptionsOswald Buddenhagen2012-12-041-1/+1
| * Clear focus of GraphicsItem focus scopes and their children.Andrew den Exter2012-12-041-0/+39
| * Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-036-16/+16
* | QAbstractItemView - allow deselect in single selection mode.Thorbjørn Lund Martsum2013-01-022-0/+46
* | Add support for multiple arguments to QSharedPointer::create()Thiago Macieira2012-12-231-0/+120
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-212-36/+1
* | Add QChar::Script enumKonstantin Ritt2012-12-201-0/+35
* | Change behaviour of selectRow, selectColumn, unselectRow, unselectColumnJosé Millán Soto2012-12-181-0/+35
* | Deactivating an inactive panel no longer causes unwanted deactivation.Andreas Aardal Hanssen2012-12-171-0/+35
* | Add new signal: QGraphicsScene::focusItemChanged().Andreas Aardal Hanssen2012-12-171-0/+115
* | Make sure panels always gain focus when activated or tab is pressed.Andreas Aardal Hanssen2012-12-173-22/+20
* | tst_QDialogButtonBox: fix typosMarc Mutz2012-12-131-4/+4
* | Repair QGraphicsWidget focus chain when used with ItemIsPanel.Andreas Aardal Hanssen2012-12-071-1/+102
* | Compile windowflags/windowgeometry manual tests against 4.8.Friedemann Kleint2012-12-031-0/+4
|/
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-023-0/+70
* Fix wrong string lengthPeter Kümmel2012-12-011-2/+2
* Improve auto-test of QFile.Friedemann Kleint2012-12-011-158/+166