summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-4/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-211-21/+26
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-211-10/+0
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-213-14/+31
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-214-33/+115
* Initialize some uninitialized member variablesHe MingYang2021-02-202-8/+10
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-2010-50/+196
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-196-19/+63
* Add scaledPixmap() overrideMorten Johan Sørvig2021-02-192-0/+7
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-192-2/+3
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-02-199-3/+29
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-1924-1940/+248
* qssl.h - address comments from API reviewTimur Pocheptsov2021-02-191-13/+13
* Remove assignment to variable which is never readAlex Blasche2021-02-191-1/+0
* [Android]: Fix exception when using Qt to create a service on AndroidLars Schmertmann2021-02-191-0/+13
* QMdiSubWindow: Set correct ControlLabel sizeMorten Johan Sørvig2021-02-191-2/+2
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-6/+6
* QProcess/Unix: remove unnecessary chdir("/") before _exit()Thiago Macieira2021-02-181-2/+0
* QNetworkInterface/Linux: make the IFLA_OPER_STATE set IsRunningThiago Macieira2021-02-181-2/+2
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-1827-192/+2890
* QNetworkInformation: Address API review feedbackMårten Nordheim2021-02-181-2/+4
* QNetworkInformation: Revise locking during creationMårten Nordheim2021-02-181-11/+8
* Android: replace stacktrace with debug message in search for setServiceLars Schmertmann2021-02-181-2/+6
* Remove redundant code in androiddeployqt/main.cppEdward Welbourne2021-02-181-11/+4
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-02-181-1/+1
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Make constructing QFont from families explicitVolker Hilsheimer2021-02-181-1/+1
* Use same version in deprecation macrosVolker Hilsheimer2021-02-181-1/+1
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-182-1/+9
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* Mark QSocketNotifier::activated(int) QT_MOC_COMPATMårten Nordheim2021-02-181-1/+1
* Fix misguided conditional, simplify codeEdward Welbourne2021-02-181-6/+2
* Remove redundant invalid socket checkEdward Welbourne2021-02-182-10/+6
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Provide calendar backends with a unique IDEdward Welbourne2021-02-1813-138/+292
* Fix a typo, simplify an increment, add an assertionEdward Welbourne2021-02-181-3/+5
* Drop some over-rides that duplicated the base-class's implementationEdward Welbourne2021-02-182-23/+2
* Fix some qdoc-warnings for 6.1Friedemann Kleint2021-02-182-1/+7
* QMetaType::id: add fastpathFabian Kosmale2021-02-182-13/+22
* Bump the version of QDataStreamFriedemann Kleint2021-02-182-2/+4
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-185-17/+20
* Build fix for GHS Compiler 2020.1.4Kimmo Ollila2021-02-161-1/+1
* Mark QPropertyAlias as internalFabian Kosmale2021-02-151-0/+2
* QPropertyBindingPrivate: Support QQmlProperyBindingFabian Kosmale2021-02-153-2/+10
* QPropertyBindingPrivate: Add further support code for QMLFabian Kosmale2021-02-151-2/+15
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-151-1/+0
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4