summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-213-34/+101
* Fix crash on reallocateAndGrowMichal Klocek2020-12-212-1/+58
* Remove qmake-related code from configureJoerg Bornemann2020-12-218-1833/+23
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* Add some comments to clarify meaning of observers in property systemAndreas Buhr2020-12-211-3/+3
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* QProcess/Unix: speed up initialization of write notifierAlex Trotsenko2020-12-181-3/+2
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* Check size of QObjectPrivate::ExtraData in tst_toolsupport.cpphjk2020-12-181-0/+6
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* QProperty add markdirtyFabian Kosmale2020-12-185-0/+153
* Revert "Fix network tests on qemu/arm"Samuli Piippo2020-12-183-8/+0
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-182-1/+3
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-173-14/+13
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* QProcess/Unix: do not create pipes for forwarded channelsAlex Trotsenko2020-12-171-13/+28
* qRound: do not expect failure on ARM64Samuli Piippo2020-12-171-0/+8
* Q_OBJECT_BINDABLE_PROPERTY: Silence warnings properlyFabian Kosmale2020-12-171-5/+4
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-1716-122/+122
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-172-3/+4
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2020-12-171-1/+6
* QSslCertificate::operator == - cleanup error queueTimur Pocheptsov2020-12-171-2/+9
* CMake: Add detection of FEATURE_foo change by userAlexey Edelev2020-12-173-32/+67
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-1724-27/+24
* Bindable property with initializationIvan Solovev2020-12-175-2/+151
* Blacklist tst_QMdiArea::updateScrollBars on macosIvan Solovev2020-12-171-0/+3
* Add sections about std containers and algorithmsOle-Morten Duesund2020-12-172-0/+72
* CMake: Fix module separate build error when -DFEATURE_static_runtime=ONLi Xinwei2020-12-171-9/+9
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-161-2/+4
* Fix typo in QtOpenGL module docsLaszlo Agocs2020-12-161-1/+1
* QSslSocket_schannel: Don't compare against undefined valueMårten Nordheim2020-12-161-1/+1
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-162-4/+22
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-158-91/+256
* QProperty docs: update macro nameIvan Solovev2020-12-151-2/+3
* QString: update documentationIvan Solovev2020-12-152-120/+215
* CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ONLi Xinwei2020-12-152-0/+3
* Bump versionPaul Wicking2020-12-152-1/+2
* Doc: Clean up changes to Qt XML docsPaul Wicking2020-12-151-15/+12
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-151-4/+53
* QProcess: remove unused memberAlex Trotsenko2020-12-152-2/+0
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-154-9/+10
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-152-18/+71
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* QUrl: improve parseIp6's use of QStringViewThiago Macieira2020-12-121-6/+4
* QUrl: update parseIp6 to use QStringView, as the comment requestedThiago Macieira2020-12-121-8/+6
* QStringView: add constBegin and constEndThiago Macieira2020-12-122-4/+23
* Android: install android test scripts to libexec to test on all modulesAssam Boudjelthia2020-12-113-2/+11
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-113-17/+122
* Assert validity in QStringIterator's unchecked methodsEdward Welbourne2020-12-111-6/+18