summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-109-17/+17
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-11/+7
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-101-0/+3
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-0/+2
* Fix flaky QTimer::remainingTime() testJarek Kobus2020-09-101-18/+44
* Blacklist tst_qcolumnview::scrollTo on macOSUlf Hermann2020-09-091-0/+3
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-082-43/+36
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+2
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-7/+7
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-11/+11
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-0/+29
* tst_qmenubar: stop doing math on an enumGiuseppe D'Angelo2020-09-071-1/+1
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-072-54/+54
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-075-3/+70
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-071-2/+0
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-071-7/+4
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-063-17/+18
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-1/+1
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-061-2/+68
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-064-12/+0
* tst_qdbuscpp2xml: stop doing math on enumerationsGiuseppe D'Angelo2020-09-051-1/+1
* Make test pass on machines with many coresLars Knoll2020-09-051-1/+1
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-053-5/+5
* xcb: drop Xinerama supportLiang Qi2020-09-041-2/+1
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-044-638/+290
* Fix flaky QFutureWatcher::startFinish() testJarek Kobus2020-09-031-11/+22
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-031-2/+2
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-034-0/+4
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-032-33/+50
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-031-1/+0
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-037-2/+338
* pro2cmake: Fix qmake parser's line continuation handlingJoerg Bornemann2020-09-022-12/+16
* QByteArray: Disregard space at front during ::reserve(...)Mårten Nordheim2020-09-021-0/+8
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+141
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-0/+38
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-0/+69
* Fix QPropertyAlias to work with all kinds of propertiesLars Knoll2020-09-021-0/+37
* Make bindings introspectable through mocLars Knoll2020-09-023-143/+151
* Add QObjectCompatPropertyLars Knoll2020-09-021-0/+76
* Add support for computed propertiesLars Knoll2020-09-021-0/+14
* Add support for bindable properties to QObjectLars Knoll2020-09-021-12/+99
* Add a QBindingStorage classLars Knoll2020-09-021-2/+2
* Ground work for bindable properties in QObjectLars Knoll2020-09-021-0/+112
* Remove operators allowing assignment of a binding to a propertyLars Knoll2020-09-021-40/+36
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-022-370/+129
* Cleanups: Rename some classesLars Knoll2020-09-021-20/+20
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-021-2/+0
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-021-0/+29
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-011-0/+591