summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not allow an empty rect to become a window rect on WASMMikolaj Boc2022-11-181-9/+14
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-17239-503/+476
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-17262-849/+849
* doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-171-1/+3
* Revert "Add binary compatibility file generated against 6.4.0"Jani Heikkinen2022-11-171-27176/+0
* Null-check for window when handling pointer eventsMikolaj Boc2022-11-171-2/+3
* windeployqt: replace enum with bitsetOliver Wolff2022-11-171-100/+113
* Fix build with -no-feature-settingsAlexey Rochev2022-11-171-0/+3
* Replace warning with debug message in dockwidget high DPI mappingAxel Spoerl2022-11-171-1/+1
* Fix QIBusPlatformInputContext leaksIlya Fedin2022-11-171-45/+48
* QString: don't detach in removeStringImpl()Ahmad Samir2022-11-172-16/+44
* QString: add unittest to verify erase() returns a QString::iteratorAhmad Samir2022-11-171-0/+10
* QLocale: make qt_asciiToDouble() do case-insensitive comparisonsThiago Macieira2022-11-162-27/+30
* QString: skip QLocale::numberToCLocale for floating pointThiago Macieira2022-11-161-1/+16
* QString: rewrite toDouble() and toFloat() using QStringViewThiago Macieira2022-11-161-10/+10
* QLocale: make qt_doubleToAscii not have output argumentsThiago Macieira2022-11-164-55/+31
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-1610-117/+89
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-1625-203/+179
* rhi: tex1d manual test: Also build GLSL 120 shadersLaszlo Agocs2022-11-163-2/+2
* syncqt: remove unnecessary check for not empty stringMaxime Roussin-Bélanger2022-11-161-1/+1
* syncqt: use empty() to check for empty std::stringMaxime Roussin-Bélanger2022-11-161-6/+6
* syncqt: change to const-ref iteration variable in a for-loopMaxime Roussin-Bélanger2022-11-161-1/+1
* QString, QByteArray: add removeAt/First/Last() convenience methodsAhmad Samir2022-11-166-0/+108
* QString: refactor removeStringImpl()Ahmad Samir2022-11-161-8/+6
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-164-4/+29
* Update QMessageBox window modality documentationTor Arne Vestbø2022-11-161-7/+16
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-1612-228/+151
* Blacklist tst_Gestures on macOS ARMShawn Rutledge2022-11-161-0/+56
* Widgets: Fix high dpi hover iconChristian Stenger2022-11-161-1/+1
* Scale BMP color samples with periodic bit expansionMartin Walch2022-11-161-26/+50
* QString: merge the two toIntegral_helper() back to a templateThiago Macieira2022-11-151-13/+13
* QString: mark inline to{U,}LongLong() for inlining in Qt 7Thiago Macieira2022-11-153-11/+21
* RHI: Add support for 1D texturesBen Fletcher2022-11-1518-41/+1559
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-159-6/+395
* QNetworkInformation[win]: Capture another potential exceptionMårten Nordheim2022-11-151-1/+6
* win: resolve theme fonts at 96 dpiMorten Sørvig2022-11-151-8/+10
* Apply system background color for top level windowSanthosh Kumar2022-11-152-1/+16
* sharedmemory example: Handle QSharedMemory::AlreadyExists by attachingTor Arne Vestbø2022-11-152-3/+54
* sharedmemory example: Show error string when failing to create shared memoryTor Arne Vestbø2022-11-151-1/+2
* QMessageBox: Reflect native dialog visibility via QWidget stateTor Arne Vestbø2022-11-152-0/+19
* QMessageBox: Resolve button title from button role if title is emptyTor Arne Vestbø2022-11-151-0/+30
* macOS: Ensure NSApp initialization without relying on event processingTor Arne Vestbø2022-11-152-12/+62
* Always export and link in JSEvents and specialHTMLTargetsMikolaj Boc2022-11-154-84/+25
* Use SPDX license identifiersLucie Gérard2022-11-156-272/+12
* Android: Skip/blacklist remaining tests for emulator bump to API 24Samuel Mira2022-11-152-0/+6
* Fix crash when resetting a QShaderEskil Abrahamsen Blomfeldt2022-11-141-1/+7
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-144-50/+153
* a11y: Implement QAccessibleSelectionInterface for item viewsMichael Weghorn2022-11-142-1/+91
* PDF writer: implement support for document internal linksEirik Aavitsland2022-11-132-41/+109
* wasm: unblock virtual keybaordLorn Potter2022-11-131-1/+1