summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-4/+31
* Add a QMetaSequence interfaceUlf Hermann2020-09-016-0/+516
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-0/+87
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-39/+95
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-012-61/+57
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-316-34/+5
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-313-39/+0
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-313-215/+0
* rhi: Work around qsizetype fallout in manual testsLaszlo Agocs2020-08-302-2/+2
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+28
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-9/+0
* Prepend optimize QStringAndrei Golubev2020-08-291-0/+103
* Port tst_qiconhighdpi to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-31/+20
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-2811-22/+6
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-2/+2