summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix usages of deleted QVariant constructorsSze Howe Koh2023-01-253-4/+4
* Restore Android-conditioning on nl_langinfo() definitionEdward Welbourne2023-01-241-8/+10
* Decode file-name to pass as QString to QFile::exists()Edward Welbourne2023-01-241-1/+1
* Cast away [[nodiscard]] values in runtime support checksEdward Welbourne2023-01-243-3/+3
* QDateTimeParser: don't shadow member variableAhmad Samir2023-01-241-14/+14
* Android: add build dirs/files of Android templates to .gitignoreAssam Boudjelthia2023-01-242-0/+7
* QOpenGLContext: Handle versionFunctions like other dataLaszlo Agocs2023-01-241-4/+3
* Sanitize the order of things in QOpenGLContext destroy()Laszlo Agocs2023-01-241-9/+23
* CTF: Fix static constant types and namesAntti Määttä2023-01-241-11/+11
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-01-245-0/+59
* Support the scaling factor of some Windows pdf print devicesEirik Aavitsland2023-01-241-3/+12
* uic: Refactor options parsingFriedemann Kleint2023-01-231-45/+46
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-237-30/+40
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-01-234-4/+1
* Windows QPA: also consider window flags when judging frameless or notYuhang Zhao2023-01-233-17/+43
* Windows QPA: rework how we set dpi awarenessYuhang Zhao2023-01-234-80/+137
* windeployqt: a little readability improvementYuhang Zhao2023-01-231-1/+5
* CTF: Remove irrelevant commentAntti Määttä2023-01-231-1/+0
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-234-31/+34
* Windows QPA: use make_unique instead of QSP+raw new+memsetGiuseppe D'Angelo2023-01-231-4/+4
* qcompilerdetection.h: add Q_COMPILER_MANGLES_ACCESS_SPECIFIERMarc Mutz2023-01-231-0/+1
* QString: port toUcs4_helper() to char16_t/char32_tMarc Mutz2023-01-233-6/+24
* QTestlib: Disambiguate static functionsFriedemann Kleint2023-01-232-9/+9
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-226-79/+94
* IPC: switch the default key type on Unix to POSIX realtimeThiago Macieira2023-01-222-9/+6
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-227-56/+113
* IPC: add support for multiple backends to QSystemSemaphoreThiago Macieira2023-01-226-19/+157
* IPC: allow QSystemSemaphorePosix to build on WindowsThiago Macieira2023-01-221-1/+7
* IPC: remove the rekeying optimization for System V semaphoresThiago Macieira2023-01-221-9/+0
* IPC/QSharedMemory: call QSystemSemaphore::setKey only once (not 3)Thiago Macieira2023-01-222-17/+15
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-227-230/+239
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-2210-98/+182
* IPC: add a function to check runtime supportThiago Macieira2023-01-222-0/+32
* IPC: add QtIpcCommon::platformSafeKey()Thiago Macieira2023-01-222-2/+62
* IPC: use QNativeIpcKey for QtIpcCommon::legacyPlatformSafeKey()Thiago Macieira2023-01-222-17/+55
* IPC: Long live QNativeIpcKey keyThiago Macieira2023-01-225-1/+1077
* IPC: include the error text instead of errno code in errorStringThiago Macieira2023-01-224-4/+8
* IPC: handle EMFILE as an OutOfResources errorThiago Macieira2023-01-221-0/+1
* IPC: move the *_unix.cpp contents to the main filesThiago Macieira2023-01-225-108/+66
* IPC: split the backend implementations of QSharedMemory...Thiago Macieira2023-01-228-225/+197
* IPC: split the backend implementations of QSystemSemaphore...Thiago Macieira2023-01-229-157/+157
* IPC: split the semaphore and shared memory CMake testsThiago Macieira2023-01-222-23/+62
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-227-92/+112
* IPC: move createUnixKeyFile to a common, private headerThiago Macieira2023-01-226-52/+65
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-2217-13/+13
* QWidgetTextControl: Ignore unconsumed mouse release eventsAxel Spoerl2023-01-211-7/+18
* Remove the qwasmstylepixmaps_p.h dead codeMikolaj Boc2023-01-213-161/+0
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-2010-137/+176
* Android: add comment to remove unused private methods in Qt 7Assam Boudjelthia2023-01-201-2/+3
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-1/+1