summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure tag used for logging on Android does not contain spacesŁukasz Korbel2022-04-211-1/+2
* Add QDebug operator for Objective-C id typeTor Arne Vestbø2022-04-212-0/+23
* wasm: add specialHTMLTargets to EXPORTED_RUNTIME_METHODS for qmakeLorn Potter2022-04-212-1/+2
* wasm: fix initial window paint eventLorn Potter2022-04-201-3/+0
* xcb: recreate xcb window under some conditionsLiang Qi2022-04-192-0/+23
* Revert "xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handling"Liang Qi2022-04-192-119/+12
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-198-33/+35
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1922-327/+356
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1915-186/+182
* Printsupport: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-04-192-3/+3
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1912-51/+75
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-197-17/+16
* Update documentation of enum Qt::DockWidgetAreaAxel Spoerl2022-04-191-6/+10
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-199-143/+934
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-1919-31/+48
* CMake: Disable CMAKE_INSTALL_RPATH_USE_LINK_PATHAlexandru Croitor2022-04-191-11/+9
* CMake: Fix implementation of qt_apply_rpathsAlexandru Croitor2022-04-191-14/+44
* CMake: Sync rpath documentation with the current implementationAlexandru Croitor2022-04-191-9/+25
* CMake: Print prefix info when building qtbaseAlexandru Croitor2022-04-191-0/+9
* CMake: An -extprefix -developer-build should install by defaultAlexandru Croitor2022-04-191-3/+8
* CMake: Allow no install + custom on-device prefix for desktop buildsAlexandru Croitor2022-04-193-7/+10
* CMake: Fix no_prefix feature to take into account the staging prefixAlexandru Croitor2022-04-191-5/+2
* configure: Add newline between configure summary and build instructionsTor Arne Vestbø2022-04-191-1/+1
* objc_namespace: Add support for universal binariesTor Arne Vestbø2022-04-191-19/+49
* objc_namespace: Fix misspelled argument for silencing outputTor Arne Vestbø2022-04-191-1/+1
* objc_namespace: Update parsing logic to account for otool changesTor Arne Vestbø2022-04-191-14/+26
* wasm: add fps counter to the rasterwindow testMorten Sørvig2022-04-192-0/+9
* wasm: propagate QWindow format to backing storeMorten Sørvig2022-04-191-5/+10
* Android: use libexec path for qmlimportscannerAssam Boudjelthia2022-04-191-3/+5
* QMimeData: return null string for null byte arrayLiang Qi2022-04-191-0/+2
* Explicitly check for atomic addition and relaxed load operation supportMoody Liu2022-04-181-15/+19
* tst_qstringapisymmetry: check toInt() etc also with base != 0Marc Mutz2022-04-171-0/+119
* QFutureCallOutEvent: remove unused pseudo-copy-ctorMarc Mutz2022-04-151-12/+0
* wasm: use emscripten::val for specialHTMLTargetsLorn Potter2022-04-152-7/+9
* Fix race condition in futex-based QSemaphoreAllan Sandfeld Jensen2022-04-151-3/+6
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-04-142-0/+8
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-144-14/+80
* QFutureCallOutEvent: de-export againMarc Mutz2022-04-142-2/+8
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-148-393/+205
* Spacing-only change: fix indents and spacing in qtestcase.cppEdward Welbourne2022-04-141-73/+73
* qtestcase.cpp: s/QString::fromLatin1/QLatin1String/ where viableEdward Welbourne2022-04-141-15/+15
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-143-9/+9
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1411-382/+395
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1410-103/+101
* CMake: Add rudimentary c++2b featureJoerg Bornemann2022-04-141-0/+5
* QBENCHMARK: Replace the double underscore with something not reservedThiago Macieira2022-04-141-4/+4
* QObjectPrivate:Connection:: use NSDMI for the ref countThiago Macieira2022-04-131-4/+2
* QObjectPrivate: deinline a bunch of stuff only used in QtCoreThiago Macieira2022-04-132-216/+229
* QObjectPrivate: use placement new/delete for SignalVectorThiago Macieira2022-04-131-2/+6
* QObjectPrivate: use ConnectionList's constructor instead of copy-assignmentThiago Macieira2022-04-131-1/+4