summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVariant: Use QMetaTypeInferface directlyFabian Kosmale2021-01-283-24/+63
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-3/+3
* Create bindable property overview documentationAndreas Buhr2021-01-282-54/+107
* Safer setting of interval in QTimerAndreas Buhr2021-01-281-2/+4
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-286-197/+129
* QLineEdit Cursor show white areaZhang Hao2021-01-281-2/+4
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+4
* Fix static analysis warnings concerning QNetworkInformationMårten Nordheim2021-01-272-0/+7
* Port QLocalServer to the new property systemTimur Pocheptsov2021-01-275-12/+23
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-273-18/+52
* Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS: Silence warnings properlyFabian Kosmale2021-01-271-5/+5
* QProcess/Unix: simplify notifiers deactivationAlex Trotsenko2021-01-272-18/+4
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-2742-411/+3019
* Doc: Fix CI warnings qtbaseNico Vertriest2021-01-271-2/+2
* Port QMovie to the new property systemSona Kurazyan2021-01-272-4/+23
* QMovie: initialize the private members while declaring themSona Kurazyan2021-01-271-16/+12
* Optimize subpixel positioningAllan Sandfeld Jensen2021-01-271-1/+1
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-272-1/+42
* QBindable: add initial documentationFabian Kosmale2021-01-272-0/+84
* Fix division by zeroAllan Sandfeld Jensen2021-01-271-0/+4
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-01-271-7/+13
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-276-28/+191
* Update public suffix list to today's latestEdward Welbourne2021-01-272-14313/+14346
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-01-271-221/+224
* Port QThreadPool to the new property systemSona Kurazyan2021-01-273-17/+42
* Fix schannel compilation issuesMårten Nordheim2021-01-271-3/+3
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Q_GLOBAL_STATIC - deal with static code analysersTimur Pocheptsov2021-01-271-0/+4
* QVariant: Do not destroy trivial typesFabian Kosmale2021-01-272-3/+8
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+1
* Fix that the placeholdertext of QCombobox is not drawnChunLin Wang2021-01-271-2/+4
* evdevtouch: Fix normalizedPositionValery Volgutov2021-01-271-0/+6
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-263-5/+10
* QTimer: port to new property systemIvan Solovev2021-01-262-8/+43
* Port QPauseAnimation to the new property systemSona Kurazyan2021-01-262-2/+13
* ibase: Fix the compilation and include it again so it can be detectedAndy Shaw2021-01-264-19/+36
* QRegularExpression: add move constructorIvan Solovev2021-01-262-6/+75
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-1/+1
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-01-261-3/+0
* Workaround MinGW not handling error suppression macro correctlyFabian Kosmale2021-01-261-0/+6
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-265-6/+23
* Android: Fix deprecated QVariant usageAndy Nichols2021-01-261-1/+1
* Don't forward-declare non-Qt things with QT_FORWARD_DECLARE_*Mårten Nordheim2021-01-261-1/+1
* Clean up QCocoaFileDialogHelperTor Arne Vestbø2021-01-262-338/+262
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-01-261-16/+14
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-01-261-1/+1
* QVariant: avoid superfluous QMetaType lookupFabian Kosmale2021-01-261-38/+38
* Partially revert 813a928c7c3cf98670b6043149880ed5c955efb9Ulf Hermann2021-01-261-0/+3
* Update QMutexLocker documentationLars Knoll2021-01-263-2/+11
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-7/+16