summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-201-6/+169
| | |/
| * | Tests: Remove EXPECT_FAIL in tst_QWidget::widgetAt()Caroline Chao2015-05-081-2/+0
| * | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-071-0/+45
| * | QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-0/+64
| * | Tests: Remove insignificant for tst_QGraphicsProxyWidgetCaroline Chao2015-05-051-1/+0
| * | TestCase: Also check main source path when looking for test dataCaroline Chao2015-05-057-1/+148
| * | QGraphicsWidget: call normal "setParent" when setting a parentGiuseppe D'Angelo2015-05-051-0/+32
| * | QStateMachine: add internal transitions.Erik Verbruggen2015-05-041-0/+44
| * | QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-041-12/+15
* | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-302-27/+18
* | | QSet: Introduce intersects().Sérgio Martins2015-05-301-0/+27
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-274-19/+9
* | | QVector: add const first/last gettersGiuseppe D'Angelo2015-05-261-0/+141
* | | Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-261-0/+49
* | | Fix autotest on xcb and make it significant againLars Knoll2015-05-232-2/+1
* | | stabilize qwidget autotestLars Knoll2015-05-231-6/+10
* | | Fix blacklistingLars Knoll2015-05-221-1/+1
* | | Fix table view testLars Knoll2015-05-221-4/+4
* | | Android: generate QTabletEvents for stylus devices such as the S PenShawn Rutledge2015-05-211-4/+6
* | | Deinline QRingBuffer classAlex Trotsenko2015-05-201-0/+23
* | | Manual touch test: Draw touch points.Friedemann Kleint2015-05-191-25/+159
* | | Allow RESOURCES to contain standalone files and collections of filesTor Arne Vestbø2015-05-186-0/+105
* | | Fix building tst_QPluginLoader on OS X, non-devel buildsFrederik Gladhorn2015-05-131-2/+2
* | | Manual QScreen test: capture screen changes.Friedemann Kleint2015-05-074-47/+188
* | | QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-071-5/+17
* | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-073-10/+10
* | | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-052-0/+8
* | | Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-05-049-111/+373
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-049-111/+373
| |\| |
| | * | QFileDialog: Stabilize tests.Friedemann Kleint2015-05-012-20/+46
| | * | [DiagLib] Sync QChar enumsKonstantin Ritt2015-05-011-0/+29
| | * | Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-302-35/+86
| | * | Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-63/+147
| | * | Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-0/+15
| | * | The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
| | * | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
| | * | Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-281-0/+36
| | * | Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
* | | | qnetworkreplyfileimpl: set attributes if file was sentValery Kotov2015-05-042-0/+31
|/ / /
* | | Clean up qt_on_cocoa manual test.Morten Johan Sørvig2015-04-304-169/+53
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2721-64/+370
|\| |
| * | Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-0/+4
| * | Tests: Blacklist tst_QHostInfo::abortHostLookupInDifferentThreadCaroline Chao2015-04-272-2/+3
| * | QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-7/+66
| * | Tests: Blacklist task260974_menuItemRectangleForComboBoxPopupCaroline Chao2015-04-241-0/+3
| * | fix distclean targetsOswald Buddenhagen2015-04-231-0/+1
| * | Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-0/+51
| * | uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-237-8/+22
| * | Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-232-0/+66
| * | tst_QFileSystemWatcher: Improve diagnostics.Friedemann Kleint2015-04-231-7/+67