summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake:Android: copy templates, bindings and gradle files pre_buildAssam Boudjelthia2022-12-094-0/+88
* Do not make versioned hard-links when -developer-buildAmir Masoud Abdol2022-12-091-2/+2
* wasm: Fix qmake buildMorten Sørvig2022-12-092-3/+3
* Doc: Change links from froglogic to qt domainKai Köhne2022-12-095-7/+7
* coin: Build qmake examples in non-qtbase reposAlexandru Croitor2022-12-091-2/+6
* Remove CMake version check when adding _lib_pri to ALLAlexey Edelev2022-12-091-4/+3
* Windows QPA: fix indentationYuhang Zhao2022-12-091-3/+2
* QString: fix append/prepend/insert/op+= with QT_RESTRICTED_CAST_FROM_ASCIIMarc Mutz2022-12-091-0/+11
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-093-12/+32
* QLibraryInfo: undo the !__cplusplus protection againMarc Mutz2022-12-091-8/+0
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-099-9/+9
* tst_qdbusmetatype: fix build with Clang (and probably MSVC)Thiago Macieira2022-12-091-0/+9
* Update FindXCB.cmake from extra-cmake-modules upstreamAhmad Samir2022-12-091-10/+1
* CMake: make QT_SKIP_DOCKER_COMPOSE more discoverableAhmad Samir2022-12-091-1/+3
* Update list of windeployqt modulesTimothée Keller2022-12-091-3/+17
* QHttp1Configuration: make fit for releaseMarc Mutz2022-12-092-49/+90
* QNetworkAccessManager: Configurable number of HTTP1 TCP connectionsMarkus Goetz2022-12-0910-5/+242
* Fix wrong to linear conversionAllan Sandfeld Jensen2022-12-092-1/+2
* Add CONDITION_INDEPENDENT_SOURCES argument to qt_internal_extend_targetAlexey Edelev2022-12-082-0/+36
* Document QT_ANDROID_MULTI_ABI_FORWARD_VARS CMake variableAlexey Edelev2022-12-081-0/+81
* Add forwarding of CMake variables to ABI-specific external projectsAlexey Edelev2022-12-085-1/+84
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-082-0/+2
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* QTextEngine: also round x-offset for non-subpixel text renderZiming Song2022-12-091-1/+3
* QNetworkRequest: don't assume QByteArray::constData() is NUL-terminatedMarc Mutz2022-12-082-21/+29
* QNetworkRequest: Make header parsing locale-independentMarc Mutz2022-12-082-2/+4
* QAnyStringView: add substringing operationsMarc Mutz2022-12-083-2/+222
* Use native path for host_qt_bindirAmir Masoud Abdol2022-12-081-0/+1
* CMake: Remove incorrect TP doc-comment on qt_add_executableAlexandru Croitor2022-12-081-3/+0
* CMake: Un-TP most of the deployment APIAlexandru Croitor2022-12-087-19/+0
* qt-testrunner: Save test output into fileAlexandru Croitor2022-12-081-6/+13
* CMake: Un-TP QT_RESOURCE_ALIASAlexandru Croitor2022-12-081-1/+0
* Remove QWindowsStylePrivate:isDarkModeVolker Hilsheimer2022-12-082-18/+7
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-085-54/+101
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-086-17/+0
* Win32: Add "longPathAware" manifest / rc for internal toolsCristian Adam2022-12-082-0/+47
* tests: add timeout for the dbus test messageSami Shalayel2022-12-081-0/+1
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-088-98/+699
* Update list of windeployqt modulesTimothée Keller2022-12-081-3/+11
* QSysInfo::prettyProductName(): Add macOS Ventura product nameAlexander Rezepkin2022-12-081-0/+2
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* Doc: Fix paths for Files property in qt_attribution.json filesKai Köhne2022-12-082-2/+2
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-083-6/+54
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-0815-0/+154
* Windows: regenerate systray icon when screen resolution changesVolker Hilsheimer2022-12-081-1/+9
* qglobal.h: remove __ASSEMBLER__ checkMarc Mutz2022-12-081-2/+0
* Move qVersion() into it's own headerMarc Mutz2022-12-086-16/+44
* Resolve the ownership problems in qClipboardPasteToMikolaj Boc2022-12-081-57/+71
* macdeployqt: Add networkinformation as plugins to be deployedMårten Nordheim2022-12-071-1/+3
* QString: merge and optimize the two overloads of SSE2's ustrncmp()Thiago Macieira2022-12-071-173/+129