summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * don't test Qt::codecForHtml() - build with -no-guiOswald Buddenhagen2013-10-162-3/+2
| * don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-1614-13/+14
| * Android: Add test script based on androiddeployqtEskil Abrahamsen Blomfeldt2013-10-161-0/+302
| * Android: Build autotest service against android-10Eskil Abrahamsen Blomfeldt2013-10-161-1/+1
| * Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+6
| * Only emit messageChanged() if the message has actually changedAndy Shaw2013-10-151-0/+27
| * Change return type of imagePosition to QPointJan Arve Saether2013-10-151-1/+1
| * QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-151-0/+17
| * Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-154-0/+48
| * Skip tst_QGraphicsItem::paint() on Mac OS X 10.7Simo Fält2013-10-151-0/+4
| * Stabilize tst_qmenu on Mac.Friedemann Kleint2013-10-141-3/+9
| * Accessibility: simplify dockwidget accessibleFrederik Gladhorn2013-10-141-33/+100
| * Export the block's line-height settings to htmlAndy Shaw2013-10-121-0/+20
| * rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-112-9/+9
| * support building with -no-guiOswald Buddenhagen2013-10-112-1/+8
| * Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-16/+16
| * Stabilize tst_QComboBox::keyBoardNavigationWithMouse.Friedemann Kleint2013-10-111-5/+15
* | Fix a bug in QSqlQuery::isNull documentationTasuku Suzuki2013-10-221-0/+3
* | Fix settable style hints.Friedemann Kleint2013-10-221-0/+18
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-116-28/+72
|\|
| * Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+30
| * don't unnecessarily use qtguiOswald Buddenhagen2013-10-082-8/+8
| * Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+13
| * Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-061-18/+20
| * Fix potential crash: adding int to stringFrederik Gladhorn2013-10-041-1/+1