summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-182-6/+21
* 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
* Coin: remove workarounds to allow running Android testsAssam Boudjelthia2021-02-184-60/+0
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-182-1/+32
* CMake: handle Android features dependencies for modulesAssam Boudjelthia2021-02-181-0/+19
* 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-186-2/+16
* 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 warning about unused variableAndreas Buhr2021-02-181-0/+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
* Return early after test-helpers if they failEdward Welbourne2021-02-181-0/+10
* 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
* Skip a timezone transition test on AndroidEdward Welbourne2021-02-182-3/+5
* Fix some qdoc-warnings for 6.1Friedemann Kleint2021-02-182-1/+7
* Do not rewrite boolean INPUTs if they have a corresponding featureAlexey Edelev2021-02-181-12/+0
* Fix the qmake error when building with qtquickcompiler for iOSAlexey Edelev2021-02-181-3/+5
* 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
* Bump versionJani Heikkinen2021-02-182-2/+2
* Build fix for GHS Compiler 2020.1.4Kimmo Ollila2021-02-161-1/+1
* tst_qprocess: enable test again for cross-compilationsSamuli Piippo2021-02-163-10/+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
* Fix qmake_qmake_immediate path for AndroidAlexey Edelev2021-02-151-1/+1
* Document more arguments of qt_internal_add_toolJoerg Bornemann2021-02-151-0/+6
* Prepare installation of tools to libexecJoerg Bornemann2021-02-151-6/+19
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-151-1/+0
* Fix CMake build of network/torrent exampleJoerg Bornemann2021-02-155-77/+3
* tst_qapplication: Prevent desktopaware test from deactivating main testTor Arne Vestbø2021-02-151-0/+5
* Run headers_clean check with C++20 (gcc, clang)Kai Köhne2021-02-151-2/+2
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-152-0/+8
* Do some miscellaneous tidy-up in util/cmake/Edward Welbourne2021-02-152-10/+5
* Use newlines more consistently in generate compile-test codeEdward Welbourne2021-02-159-232/+126
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-152-70/+50