summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-123-71/+227
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-081-0/+18
* Clear the timer target time when stopping a timer on WASMMikolaj Boc2022-09-071-0/+1
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-1/+1
* CMake: Add reference documentation for QT_IOS_LAUNCH_SCREENAlexandru Croitor2022-09-022-5/+43
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-021-5/+13
* Add CBOR documentationØystein Heskestad2022-09-029-5/+91
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-09-011-5/+11
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-011-11/+13
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-014-29/+29
* [docs] Fix ints that should be qsizetype [src/corelib/text]Marc Mutz2022-09-015-7/+7
* wasm: add Emscripten version check for appsLorn Potter2022-09-011-0/+2
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-311-625/+0
* Fix possible undefined behavior in clear_thread_dataNiclas Rosenvik2022-08-311-2/+1
* qthread.h: fix logic for Q_OS_FREEBSD and add support for 32bit FreeBSDTobias C. Berner2022-08-311-2/+2
* CMake: Fix storyboard entry in an iOS Info.plist fileAlexandru Croitor2022-08-311-3/+6
* CMake: Clarify documentation for target and project finalizationAlexandru Croitor2022-08-311-10/+19
* CMake: Add documentation for QT_NO_COLLECT_BUILD_TREE_APK_DEPSAlexandru Croitor2022-08-312-0/+23
* QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-08-311-5/+12
* Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-292-21/+18
* CMake: Default CFBundleName to ${PRODUCT_NAME} for iOSAlexandru Croitor2022-08-291-0/+15
* QVariant/Doc: document that you must register types before op>>Thiago Macieira2022-08-261-3/+13
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-262-24/+24
* [docs] QAnyStringView: remove the prediction that Qt 7 will drop L1Marc Mutz2022-08-261-3/+5
* QThread: add empty functions for the no-thread buildMorten Sørvig2022-08-261-0/+10
* Doc: Remove "Container keywords" section from containers.htmlKai Köhne2022-08-241-23/+1
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-242-9/+3
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* Doc: Generalize info about -rdynamic to be not qmake specificKai Köhne2022-08-241-1/+4
* CMake: Fix Android build for CMake < 3.19Joerg Bornemann2022-08-241-4/+5
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-241-1/+1
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-232-10/+0
* CMake: fix the sorting order in CMakeLists.txtSona Kurazyan2022-08-221-1/+1
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* [docs] QAnyStringView: mention automatic U8→L1 reclassificationMarc Mutz2022-08-211-0/+5
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-212-4/+5
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-211-7/+4
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-212-3/+3
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-201-2/+8
* Move QT_SHARED, QT_STATIC and QT_CONFIG macos to qtconfigmacros.hSona Kurazyan2022-08-192-39/+38
* Rename qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-194-82/+92
* CMake: Add function to create qmake build testsAlexandru Croitor2022-08-181-0/+131
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-29/+35
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-172-30/+0
* QSemaphore: Fix warnings about shift exceeding size on 32-bitThiago Macieira2022-08-171-2/+3
* cmake: Pick up project and target version when setting bundle versionsTor Arne Vestbø2022-08-161-2/+24