summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update double-conversion library to current masterEdward Welbourne2021-02-0124-1676/+2284
* QMatrix4x4: implement operator*(QVector3D/QPoint(F)) in terms of mapGiuseppe D'Angelo2021-02-011-97/+97
* Shrink the memory footprint of QLocalSocketPrivatePiotr Mikolajczyk2021-02-011-3/+2
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-294-19/+13
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-01-291-4/+3
* QEventDispatcherGlib: do not omit active notifiers on source dispatchingAlex Trotsenko2021-01-291-2/+8
* QProcess/Unix: remove dead functionAlex Trotsenko2021-01-293-10/+4
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-294-120/+31
* Import qproperty benchmarks from private repoMaximilian Goldstein2021-01-294-0/+323
* QDial: fix painting QDial when the rect has an offsetChristian Ehrlicher2021-01-292-6/+6
* QHeaderView: Mark the drop section during section moveChristian Ehrlicher2021-01-295-5/+37
* Specification of pointer usageHou Lei2021-01-291-7/+8
* CMake: Fix HAVE_openssl config test when using static OpenSSLLi Xinwei2021-01-281-0/+12
* QVariant: Use QMetaTypeInferface directlyFabian Kosmale2021-01-283-24/+63
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-282-4/+6
* 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-287-284/+208
* QLineEdit Cursor show white areaZhang Hao2021-01-281-2/+4
* Avoid overflow in text layoutEirik Aavitsland2021-01-282-0/+17
* Remove blacklisting for b2qt tests that now passSamuli Piippo2021-01-283-5/+0
* tests: remove unnecessary skips for qemuSamuli Piippo2021-01-284-23/+0
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-275-28/+104
* Fix output files of the *_header_check targetsJoerg Bornemann2021-01-271-1/+3
* Fix static analysis warnings concerning QNetworkInformationMårten Nordheim2021-01-272-0/+7
* Port QLocalServer to the new property systemTimur Pocheptsov2021-01-276-12/+39
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-274-18/+101
* 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-2748-411/+4384
* Doc: Fix CI warnings qtbaseNico Vertriest2021-01-271-2/+2
* Port QMovie to the new property systemSona Kurazyan2021-01-273-4/+56
* 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-273-1/+60
* QBindable: add initial documentationFabian Kosmale2021-01-272-0/+84
* Fix division by zeroAllan Sandfeld Jensen2021-01-271-0/+4
* Stabilize tst_QListView::internalDragDropMove() on X11Friedemann Kleint2021-01-271-1/+3
* 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-277-30/+268
* Update public suffix list to today's latestEdward Welbourne2021-01-273-14326/+14364
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-01-273-222/+226
* Port QThreadPool to the new property systemSona Kurazyan2021-01-274-31/+120
* QVariant benchmark: fix crashesFabian Kosmale2021-01-271-4/+7
* Fix schannel compilation issuesMårten Nordheim2021-01-271-3/+3
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Fix QT_TOOL_PATH_SETUP_COMMANDJuha Vuolle2021-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-272-0/+20