summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw2013-11-051-31/+0
| * QStandardPaths: add GenericConfigLocationDavid Faure2013-11-051-2/+8
| * tst_qurl: add test for matches() with empty vs null caseDavid Faure2013-11-051-0/+8
| * Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
| * Test exceptions in signals and slotsOlivier Goffart2013-11-051-0/+97
| * Disallow deep or widely nested entity references.Mitch Curtis2013-11-054-0/+96
| * Disable clear button in read-only QLineEdit.Friedemann Kleint2013-11-051-0/+3
| * Add print dialog manual test.Friedemann Kleint2013-11-047-35/+699
| * tests: make qt_on_cocoa build againLiang Qi2013-11-041-1/+1
| * Fix compilation of the manual dialogs test with Qt 4.Friedemann Kleint2013-11-013-0/+16
| * Fix stability issues in tst_qwidget with VERIFY_COLORJan Arve Saether2013-11-011-23/+61
| * Fix setVisible() of QWidget has no effect in QTreeWidgetItemChengyong Xie2013-10-311-0/+34
| * Stabilize moveChild/showAndMoveChild-tests.Friedemann Kleint2013-10-311-27/+59
| * remove compiler warningJørgen Lind2013-10-301-6/+6
| * Adding CI utilities to Android test scriptSimo Fält2013-10-301-5/+33
| * Test that Qt tools can handle ' as a digit separator.Stephen Kelly2013-10-303-1/+71
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-292-1/+2
| * MacGui tests: Remove references to CGPostMouseEventGabriel de Dietrich2013-10-292-13/+15
| * QLocale: Add auto tests for Poruguese(Brazil) and Greek localesEl Mehdi Fekari2013-10-291-0/+9
| * QWizard: give all buttons an objectNameMarc Mutz2013-10-281-0/+42
* | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-261-0/+2
* | Add QVERIFY_EXCEPTION_THROWN macro for testing exceptions using QtTestDmitry Ashkadov2013-11-269-0/+332
* | remove finishEdit() call, fix double textChanged on deleteGraham Coleman2013-11-211-0/+15
* | Add overload of QTest::ignoreMessage() taking a QRegularExpression.Friedemann Kleint2013-11-175-2/+60
* | Benchmark for QWaitConditionOlivier Goffart2013-11-152-121/+54
* | WinRT: implement QStandardPathsMaurice Kalinowski2013-11-121-2/+4
* | Enable qfile tests for platforms without networkMaurice Kalinowski2013-11-113-4/+6
* | uic: Accept an -include argument to generate a #include.Stephen Kelly2013-11-112-0/+102
* | compile fix if no QFileSystemWatcher is availableMaurice Kalinowski2013-11-071-0/+4
* | Fix QTimeZone test compilation on WinRTAndrew Knight2013-11-041-1/+1
* | Replace use of putenv in test caseAndrew Knight2013-11-041-2/+1
* | QThreadPool: fix race at time of thread expiry.David Faure2013-10-311-4/+21
* | QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-301-0/+49
* | added QAbstractSpinBox::setGroupSeparatorShown function.Oto Magaldadze2013-10-292-0/+95
* | QPrintSupport: Move QAbstractPrintDialog test into QPrintSupportJohn Layt2013-10-266-3/+4
* | Introduce QTextDocument::baseUrlJ-P Nurmi2013-10-251-0/+50
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2460-224/+966
|\|
| * QFileDialog can delete files too, not just directoriesShawn Rutledge2013-10-231-0/+20
| * QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-0/+28
| * Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-221-4/+58
| * tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-216-12/+12
| * Enabling CI usage for runtests_androiddeployqt.plSimo Fält2013-10-201-4/+25
| * exclude gui-needing tests from -no-gui buildOswald Buddenhagen2013-10-184-1/+11
| * When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-0/+1
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-0/+4
| * Add explanation to QEXPECT_FAIL statementsKurt Pattyn2013-10-171-42/+42
| * Allow non-character codes in utf8 stringsKurt Pattyn2013-10-178-76/+74
| * Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-173-0/+64
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-0/+21
| * Print non-default categories in default message handlerKai Koehne2013-10-162-7/+14