summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Stabilize Accessibility/Combo test.Friedemann Kleint2012-10-131-1/+5
* QGlyphRun: Fix isEmpty() and boundingRect() didn't work after setRawData()Konstantin Ritt2012-10-131-0/+46
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-131-0/+1
* Mark QTreeView test as significant.Stephen Kelly2012-10-121-1/+0
* QTextBoundaryFinder: Fix handling of break opportunitiesKonstantin Ritt2012-10-121-191/+219
* Fix tst_QTextEdit::fullWidthSelection2() for shadow buildKonstantin Ritt2012-10-121-1/+1
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-111-0/+21
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-103-113/+4
* Move QValidator tests to QtGuiGiuseppe D'Angelo2012-10-1011-6/+6
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-3/+3
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-101-0/+32
* tst_QMenuBar: remove QSKIP's -> omit whole test cases insteadJ-P Nurmi2012-10-101-46/+43
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-101-0/+37
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-102-0/+170
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-105-14/+10
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-101-1/+3
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-0/+6
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-101-2/+2
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-096-325/+829
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-148/+0
* Stabilize test qmenu::pushButtonPopulateOnAboutToShow().Friedemann Kleint2012-10-081-19/+32
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-083-4/+113
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-26/+79
* QSqlQuery::value string overloadThiago A. Correa2012-10-081-0/+1
* Use jom in tst_qmake.Friedemann Kleint2012-10-081-1/+7
* Increase tst_qmake more time on Windows.Friedemann Kleint2012-10-081-0/+2
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-052-2/+21
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-051-0/+41
* QSqlTableModel: restore use of virtual setData() in setRecord()Mark Brand2012-10-051-9/+48
* QSqlTableModel: don't cache unchanged value in setData()Mark Brand2012-10-051-0/+8
* QSqlTableModel: fix segfault when overriding selectRow()Mark Brand2012-10-051-0/+49
* test: Remove QSKIP from tst_QToolButton::triggered()Sergio Ahumada2012-10-041-4/+0
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-0/+56
* CMake: Improve QT5_GET_MOC_FLAGS macroStephen Kelly2012-10-044-0/+127
* tst_QLocale: remove QSKIP, wrap Q_OS_MAC/Q_OS_WINSergio Ahumada2012-10-041-5/+8
* Remove #if 0 usage in QElapsedTimer autotest.Leonard Lee2012-10-041-20/+3
* Fix #if 0 usage in collections autotest.Leonard Lee2012-10-041-22/+20
* Remove unused function.Frederik Gladhorn2012-10-031-11/+0
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-2/+0
* Fix QTextBoundaryFinder assignment operatorKonstantin Ritt2012-10-031-0/+25
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-11/+16
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-8/+12
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-3/+0
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-024-8/+8
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-4/+43
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-14/+32
* QProcess.tests: adding test for channel forwardingThomas Hartmann2012-10-024-0/+89
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-024-1/+44