summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QSqlTableModel: handle changes between submit and selectMark Brand2012-03-071-4/+4
* QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-061-0/+31
* QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-5/+59
* QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-064-0/+1156
* Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-061-16/+39
* Fix QNetworkReply ioGetFromHttpWithCache test caseShane Kearns2012-03-061-0/+1
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+72
* QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-061-0/+1
* Stabilize tst_QCalendarWidget::buttonClickCheckRohan McGovern2012-03-062-3/+2
* Stabilize tst_QShortcutRohan McGovern2012-03-061-3/+1
* Stabilize tst_QAccessibility::actionTestRohan McGovern2012-03-061-0/+1
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-7/+0
* Windows: Make QSettings autotest significant againMiikka Heikkinen2012-03-051-2/+0
* remove injection of default_pre in infile()/$$fromfile()Oswald Buddenhagen2012-03-051-0/+1
* Fix tst_QStyleSheetStyle::qproperty to not implicitly rely on QHash ordering.Robin Burchell2012-03-051-2/+2
* testlib: Make verbose2 selftest use QCOMPARE as well as QVERIFY.Jason McDonald2012-03-0511-163/+236
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Rohan McGovern2012-03-0521-30/+476
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0421-30/+476
| |\
| | * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+133
| | * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-014-0/+149
| | * Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-016-21/+21
| | * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-015-5/+5
| | * Fix build of QNetworkReply benchmark with QT_USE_QSTRINGBUILDER.Stephen Kelly2012-03-011-2/+2
| | * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+9
| | * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+3
| | * Merge master -> api_changesRohan McGovern2012-02-29157-728/+1416
| | |\
| | * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-0/+152
| | * | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-262-2/+2
* | | | Avoid using internal testlib API in QDbusConnection autotest.Jason McDonald2012-03-051-20/+4
|/ / /
* | | QAbstractSlider - adding setRange as a slotThorbjørn Lund Martsum2012-03-021-0/+13
* | | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-022-2/+2
* | | Fix sizing in QGraphicsView itemsAtPosition auto testJonathan Liu2012-03-021-0/+1
* | | Add additional QGraphicsView tests for regressionJonathan Liu2012-03-021-0/+61
* | | Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-3/+0
* | | Add note about failing test when using shared-mime-info < 1.0David Faure2012-03-021-0/+3
* | | Fix QPixmap::grabWidget() on Windows.Friedemann Kleint2012-03-021-2/+0
* | | testlib: Add selftests for -v1 and -v2 command-line switches.Jason McDonald2012-03-0213-5/+1060
* | | Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+13
* | | Fix tst_qregexp with QStringBuilderOlivier Goffart2012-03-011-133/+133
* | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-013-24/+1
* | | Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-011-2/+3
* | | Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-011-1/+1
* | | qmake-test: Fix jom/nmake handling on Windows.Friedemann Kleint2012-03-011-2/+23
* | | Skip the network SSL test on Windows.Friedemann Kleint2012-03-011-1/+1
* | | Changed qchar unittest to check return from QFINDTESTDATAKurt Korbatits2012-03-011-1/+3
* | | Fixed qlocale unittest to install subprogram syslocaleapp correctlyKurt Korbatits2012-03-012-4/+3
* | | Changed qdir unittest remove() to check actual file removedKurt Korbatits2012-03-011-1/+2
* | | Changed qlogging unittest to install subprogramKurt Korbatits2012-03-011-0/+3
* | | Fixed qdir unittest rename() test to skip if run as rootKurt Korbatits2012-03-011-0/+6
* | | QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-0/+24