summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-213-14/+31
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-206-28/+166
* 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
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-02-181-1/+1
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-182-1/+9
* Mark QSocketNotifier::activated(int) QT_MOC_COMPATMårten Nordheim2021-02-181-1/+1
* 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-181-4/+4
* 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
* 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
* Use newlines more consistently in generate compile-test codeEdward Welbourne2021-02-152-78/+42
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-27/+8
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-1/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-152-13/+28
* Simplify test-snippets in configure.cmakeEdward Welbourne2021-02-152-92/+46
* Update two .prev_configure.cmake files that seem to be out of dateEdward Welbourne2021-02-151-1/+1
* Doc: Fix warning on undocumented enum valueNico Vertriest2021-02-151-0/+1
* Fix minor documentation typos in bindable propertiesJuha Vuolle2021-02-152-2/+2
* Implement futexes for WindowsThiago Macieira2021-02-135-207/+162
* Update QDateTime::timeZoneAbbreviation docsEdward Welbourne2021-02-121-14/+14
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-121-3/+19
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-123-0/+12
* Fix compilation with system double-conversionMårten Nordheim2021-02-122-21/+22
* Fix docs misuse of escape character \Assam Boudjelthia2021-02-121-2/+2
* remove friend class of QClassFactory for QCoreApplicationJiDe Zhang2021-02-111-1/+0
* Add a shortcut in QDateTimeParser::findTimeZone for UTCMårten Nordheim2021-02-111-1/+8
* QTimeZone: Avoid creating quite as many QByteArraysMårten Nordheim2021-02-111-4/+21
* Refactor duplicate code for clearing JNI exceptions before returningAssam Boudjelthia2021-02-111-80/+43
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-111-3/+4
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+3
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-23/+24
* macOS: Initialize standard NSUserDefaults as early as possibleTor Arne Vestbø2021-02-111-0/+15
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-101-5/+2
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-1/+4
* CMake: fix typo in qt_finalize_executable snippetAssam Boudjelthia2021-02-101-1/+1
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1
* Properly name system locale data to clarify its useTor Arne Vestbø2021-02-091-46/+46