summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-281-0/+1
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-281-2/+2
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-281-0/+1
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-262-0/+21
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-261-3/+14
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-262-2/+12
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-262-6/+6
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-262-9/+11
* Fix qmake's metatype generation feature after moving moc to libexecJoerg Bornemann2021-02-261-1/+1
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-262-30/+9
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-02-2520-1726/+540
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-242-30/+46
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-241-21/+26
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* Avoid cyclic dependency between plugin and module *Config.cmake filesCraig Scott2021-02-251-1/+1
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-242-8/+53
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+2
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* Disable NetworkManager plugin for -no-dbusKai Koehne2021-02-241-1/+1
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* CMake: Prevent qt_remove_args() from accessing out-of-range list indexCraig Scott2021-02-241-0/+4
* Assert that dereferenced pointer is never nullptrVolker Hilsheimer2021-02-241-0/+1
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-21/+21
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-2442-76/+84
* CMake: Reformat shared keyword listsCraig Scott2021-02-241-12/+63
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-2321-15/+40
* evdevtouch: Fix wrong addTouchPoint for "mtdev"Valery Volgutov2021-02-231-3/+7
* Initialize out-variablesVolker Hilsheimer2021-02-231-5/+8
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-232-22/+36
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-233-6/+13
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-231-1/+1
* QtNetwork: Fix build with QT_NO_SSLv6.1.0-beta1Friedemann Kleint2021-02-221-2/+2
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-221-10/+0
* Initialize QStyleOptionHeaderV2 with correct versionVolker Hilsheimer2021-02-221-1/+1
* Re-order includes in qjniobject.cppAssam Boudjelthia2021-02-221-1/+2
* Complete documentation for QStyleOptionHeaderV2Volker Hilsheimer2021-02-221-22/+33
* Add scaledPixmap() overrideMorten Johan Sørvig2021-02-222-0/+7
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-225-2/+28
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-224-14/+33
* dirview example: Show file icons on WindowsFriedemann Kleint2021-02-211-0/+2
* QNetworkInterface/Linux: make the IFLA_OPER_STATE set IsRunningThiago Macieira2021-02-211-2/+2
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-202-2/+3
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-202-6/+21
* QProcess/Unix: remove unnecessary chdir("/") before _exit()Thiago Macieira2021-02-201-2/+0