summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Update QTimeZone documentation on the limitations of MS's dataEdward Welbourne2022-03-221-2/+5
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* QMetaType: remove an unused static pointer variableMarc Mutz2022-03-181-2/+1
* QDateTime: future-proof swap()Marc Mutz2022-03-172-1/+5
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* wasm: remove compiler and linker warningsLorn Potter2022-03-171-5/+7
* QAnyStringView: fix code point -> code unit in the docsGiuseppe D'Angelo2022-03-171-1/+1
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-03-171-34/+24
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* Fix clang-cl warningAllan Sandfeld Jensen2022-03-161-3/+3
* QByteArray: fix append() with a negative lengthThiago Macieira2022-03-161-2/+2
* QLibraryInfo: remove load-time variableThiago Macieira2022-03-162-4/+4
* qglobal: Move the export macros further up in the fileThiago Macieira2022-03-161-31/+29
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-163-16/+11
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-161-1/+13
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-161-1/+1
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-03-161-2/+4
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-162-3/+9
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-161-4/+4
* Doc: Update documentation for QElapsedTimer's in WindowsKai Köhne2022-03-161-24/+3
* QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-161-4/+1
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-162-2/+2
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-13/+7
* Doc: Revise Qt Core module landing pageAndreas Eliasson2022-03-151-28/+30
* QLibrary: fix possible arg() format clobberingMarc Mutz2022-03-151-3/+3
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-153-0/+32
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-145-29/+69
* Correct handling of {next,previous}Transition before FIRST_DST_YEAREdward Welbourne2022-03-141-13/+61
* Fix inverted condition on year starting in DSTEdward Welbourne2022-03-141-3/+6
* Improve handling of newYearOffset in qtimezoneprivate_win.cppEdward Welbourne2022-03-141-9/+20
* QItemSelectionModel: avoid 24 relocationsMarc Mutz2022-03-141-35/+31
* qobjectdefs.h: DRY the SIGNAL/SLOT macrosMarc Mutz2022-03-141-18/+21
* CMake: add space between ABI name and "(default)" stringAssam Boudjelthia2022-03-111-2/+2
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-111-13/+65
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hv6.3.0-beta3Marc Mutz2022-03-101-0/+1
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-101-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-101-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-101-27/+56
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-03-101-5/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-104-19/+23
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-101-0/+3
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-03-082-14/+22
* Clip dataForLocalTime()'s bracketing window's start to minMSecs() + 1Edward Welbourne2022-03-081-5/+9
* Workaround QCC not handling error suppression macro correctlyPasi Petäjäjärvi2022-03-071-0/+6
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-073-16/+18
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-071-9/+11
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-073-35/+75
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7