summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-0/+66
| | * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-0817-43/+258
| | |\
| | | * Autotest: Check if this D-Bus library knows about file descriptorsThiago Macieira2015-05-081-1/+12
| | | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-3/+3
| | | * Blacklist task256322_highlight on OS XAllan Sandfeld Jensen2015-05-071-0/+2
| | | * Revert "Rotate images according to Exif orientation"Rainer Keller2015-04-2910-33/+0
| | | * Blacklist task258920_mouseBorder on MacSimon Hausmann2015-04-281-0/+2
| | | * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-202-0/+70
| | | |\
| | | | * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-161-0/+53
| | | | * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-151-0/+17
| | | * | 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
* | | | Screen geometry and window position testPaul Olav Tvete2015-06-041-4/+121
* | | | Test QCursor::pos and QWidget::movePaul Olav Tvete2015-06-021-0/+65
* | | | Test menu bar menus and submenusPaul Olav Tvete2015-06-021-0/+29
* | | | Test drag and dropPaul Olav Tvete2015-06-024-1/+300
* | | | Add interactive mode, and make it the defaultPaul Olav Tvete2015-06-011-93/+98
* | | | Turn off slider trackingPaul Olav Tvete2015-06-011-3/+8
* | | | Refactor QHighDpiScaling internals and usageMorten Johan Sørvig2015-05-292-65/+65
* | | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1368-528/+1891
|\| | |
| * | | 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