summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Http2: Drop an unnecessary copy of incoming dataMårten Nordheim2022-09-121-2/+1
* qCompress: use qToBigEndian() to write the length prefixMarc Mutz2022-09-111-4/+1
* Fix qUncompress for BE LLP64 platformsMarc Mutz2022-09-111-10/+7
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-116-0/+20
* qUncompress: limit MaxDecompressedSize to what zlib can handleMarc Mutz2022-09-111-1/+2
* CMake: Introduce qt_generate_deploy_scriptJoerg Bornemann2022-09-116-32/+179
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* FileChooser portal: set current_file only when file already existsIlya Fedin2022-09-101-3/+6
* a11y atspi: Forward table model change to AT-SPIMichael Weghorn2022-09-101-1/+64
* a11y atspi: Move comment to better placeMichael Weghorn2022-09-101-3/+3
* Add more logging to QHighDpiScalingTor Arne Vestbø2022-09-092-0/+32
* xcb: Remove unneeded call to QHighDpiScaling::updateHighDpiScalingTor Arne Vestbø2022-09-091-1/+0
* QOffscreenIntegration: Don't keep around removed screensTor Arne Vestbø2022-09-091-2/+2
* CMake: Un-TP QT_NO_STANDARD_PROJECT_SETUPJoerg Bornemann2022-09-091-1/+0
* testrunner: Generate JUnit result filesTor Arne Vestbø2022-09-091-3/+7
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-093-7/+21
* CMake: Un-TP QT_HOST_PATHJoerg Bornemann2022-09-091-1/+0
* Use the correct way to include qsimd_x86_p.hAlexey Edelev2022-09-092-2/+5
* Add <module>-config[-p].h files to the module sourcesAlexey Edelev2022-09-091-0/+6
* Pass QT_NO_PACKAGE_VERSION_CHECK to the Android multi-ABI external projectsAlexey Edelev2022-09-091-0/+4
* Don't browser-sniff to detect the permissions APIMikolaj Boc2022-09-092-26/+15
* wasm: fix setting RUNTIME_OUTPUT_DIRECTORYLorn Potter2022-09-091-2/+2
* QSslServer: Document undocumented signalMårten Nordheim2022-09-081-0/+7
* qUncompress: use existing MaxByteArraySizeMarc Mutz2022-09-081-13/+9
* JUnit: Don't turn seconds into kilo-secondsMårten Nordheim2022-09-081-1/+1
* Lock the window's caption area vertically inside its screenMikolaj Boc2022-09-081-10/+15
* Take into account that pointer event's location is already globalMikolaj Boc2022-09-083-34/+26
* Leave exposition to invalidate() in QWasmWindow::raise&lowerMikolaj Boc2022-09-081-4/+0
* tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3Timur Pocheptsov2022-09-082-11/+33
* doc: Clarify the term advance widthEskil Abrahamsen Blomfeldt2022-09-082-5/+13
* xcb: fix the build of native paintingLiang Qi2022-09-081-0/+1
* wasm: don't set GL_DEBUGMorten Sørvig2022-09-082-2/+1
* Don't emit logicalDotsPerInchChanged when updating screen geometryTor Arne Vestbø2022-09-081-1/+0
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-084-6/+6
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-084-13/+7
* qUncompress: mark invalidCompressedData() Q_DECL_COLD_FUNCTIONMarc Mutz2022-09-081-4/+5
* De-inline QScreenPrivate::updateHighDpi()Tor Arne Vestbø2022-09-072-5/+6
* Use correct calling frame for QMacAutoReleasePool debug trackerTor Arne Vestbø2022-09-071-3/+3
* Use popup() instead of exec() in examplesMikolaj Boc2022-09-072-2/+2
* Propagate the event acceptance correctly with context menu on RMBMikolaj Boc2022-09-071-0/+2
* Suppress the PUBLIC/PRIVATE_HEADER related warningAlexey Edelev2022-09-071-10/+0
* CMake: propagate deprecations definitions to tools and appsIvan Solovev2022-09-072-0/+6
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-071-0/+1
* Avoid recomputing DST-ness for time-zone when already knownEdward Welbourne2022-09-071-0/+4
* Replace .at() with [] to dereference QStringViewEdward Welbourne2022-09-071-2/+2
* Eliminate QSystemLocaleSingleton and QSystemLocale(bool)Edward Welbourne2022-09-072-17/+6
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-073-33/+112
* Simplify system locale managementEdward Welbourne2022-09-073-14/+29
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-072-1/+34