summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: print jni exceptions from Qt instead of ExceptionDescribe()Assam Boudjelthia2023-01-201-12/+65
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-208-54/+49
* QtCore removed_api.cpp: fix missing instruction comment in 6.5 blockMarc Mutz2023-01-201-0/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-202-0/+11
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-1/+5
* Fix build with GCC 13: target specific option mismatchThiago Macieira2023-01-191-7/+13
* Let QLocaleData::numberToCLocale() know the type of numberEdward Welbourne2023-01-192-12/+20
* QRoundingDown: make the numerator a template parameterEdward Welbourne2023-01-199-62/+62
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QLatin1StringView)Marc Mutz2023-01-191-4/+8
* Revert "Revert "CMake: Expose generated resource files to IDEs""Jörg Bornemann2023-01-181-0/+1
* QHttp1Configuration: fix UB (inactive union member access)Marc Mutz2023-01-182-9/+10
* QXmlStreamReader: fix spelling of PrivateConsructorTagMarc Mutz2023-01-183-5/+5
* Respect custom QWSI event handler when delivering synchronous eventsTor Arne Vestbø2023-01-181-1/+6
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-182-12/+4
* Correct #if-ery on a pair of qtimezone.h forward declarationsEdward Welbourne2023-01-181-1/+1
* Tidy up in qtimezone.hEdward Welbourne2023-01-181-1/+1
* SQL: include cleanupChristian Ehrlicher2023-01-187-12/+4
* QGraphicsView: remove even more vestiges of QtDeclarative1Giuseppe D'Angelo2023-01-183-12/+6
* QGraphicsItem: remove QtDeclarative 1 vestigesGiuseppe D'Angelo2023-01-183-127/+0
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Remove GENERATE_METATYPESAmir Masoud Abdol2023-01-181-1/+2
* Doc: Remove stale documentation in "qproperty.cpp"Luca Di Sera2023-01-181-29/+0
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-182-1/+2
* Replace $<CONFIGURATION> with $<CONFIG>Amir Masoud Abdol2023-01-181-1/+1
* Remove PUBLIC from doubleconversion featureTasuku Suzuki2023-01-181-1/+1
* Doc: Simplify description of QKeySequenceEdit::maximumSequenceLengthKai Köhne2023-01-181-6/+2
* QString: add note about isNull() vs. isEmpty() to more methodsAhmad Samir2023-01-181-0/+7
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-189-296/+231