summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move qopengltimerquery.h to a common sources of the QtOpenGL moduleAlexey Edelev2022-09-131-1/+2
* wasm: Replace QT6_INSTALL_PREFIX with WASM_BUILD_DIR in cmake helperDavid Skoland2022-09-131-3/+8
* Add window-modal show option to dialogs manual testMikolaj Boc2022-09-1310-42/+97
* Make popup menus non-resizable on WASMMikolaj Boc2022-09-131-0/+4
* tst_QNetworkreply: fix a path to test-dataMårten Nordheim2022-09-131-1/+1
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-133-15/+33
* Include global data tags in teamcity's test function namesEdward Welbourne2022-09-133-433/+437
* Convert teamcity logger to use QTestCharBufferEdward Welbourne2022-09-132-75/+114
* QProperty: remove unused overloadFabian Kosmale2022-09-131-7/+0
* Move QTimerPrivate to separate headerKonrad Kujawa2022-09-133-24/+48
* Add function to add and compile executables at configure timeAlexey Edelev2022-09-135-1/+246
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-122-16/+4
* Adapt the js batched test runner to emrun interfaceMikolaj Boc2022-09-128-108/+310
* uic: Fix mismatches between QString/QLatin1StringViewMate Barany2022-09-123-7/+7
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-123-0/+13
* Make QCryptographicHash move constructibleLinus Jahn2022-09-123-0/+74
* Skip AUTOGEN for config filesAlexey Edelev2022-09-121-0/+1
* qUncompress: make a narrowing conversion explicitMarc Mutz2022-09-121-1/+2
* Fix QWasmWindowStack::topWindow when the stack is emptyMikolaj Boc2022-09-122-1/+28
* Move the tool look-up functionality to a separate functionAlexey Edelev2022-09-121-137/+150
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-123-4/+55
* rhi: metal: Implement pipeline cache save/loadLaszlo Agocs2022-09-123-5/+265
* Coin: Add core count configHeikki Halmet2022-09-121-0/+6
* Specialize qMulOverflow<2>(n) as qAddOverflow(n, n)Marc Mutz2022-09-121-0/+2
* CMake: Clarify qt_deploy_runtime_dependencies' EXECUTABLE argumentJoerg Bornemann2022-09-123-7/+6
* Make tst_qnetworkreply depend on the 'echo' helperMårten Nordheim2022-09-121-0/+1
* 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