summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix temporary file leak in tst_qfiledialog2.Friedemann Kleint2013-10-031-6/+5
* Fix QStandardPath test on some linuxesFrederik Gladhorn2013-10-021-5/+8
* AccessibleRelation::get_relationType didn't handle all enum values.Jan Arve Saether2013-10-021-4/+59
* Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-015-49/+122
* Fix temporary directory leak in tst_qsavefile.Friedemann Kleint2013-10-011-45/+24
* OpenGL autotests: verify create()/makeCurrent()Andrew Knight2013-09-302-16/+16
* tst_qsavefile: Check temporary dir and output open errors.Friedemann Kleint2013-09-301-12/+27
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* Mac: QWizard default background pixmap works againLiang Qi2013-09-261-16/+4
* QLocale - Fix Mac date format code translationJohn Layt2013-09-261-4/+1
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-266-31/+39
* tst_QNetworkReply: Don't remove file if never createdTor Arne Vestbø2013-09-261-1/+2
* Add QKeySequenceEditIvan Komissarov2013-09-244-0/+111
* moc: Don't stumble over MSVC __declspec.Stephen Kelly2013-09-241-3/+10
* When calling setPageSizeMM then the size needs to be passed as MMAndy Shaw2013-09-231-0/+1
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-231-2/+7
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0
* QDateTime - Add QTimeZone supportJohn Layt2013-09-233-1/+302
* QTimeZone - Add Windows backendJohn Layt2013-09-231-25/+84
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+50
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+138