summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2022-11-014-16/+46
* Do not include QOpenGLFunctions_4_2_Core if FEATURE_opengles2 is ONAlexey Edelev2022-11-010-0/+0
* Remove the Unnecessary Warning Regarding AAT and System HarfBuzzAmir Masoud Abdol2022-10-311-5/+0
* QProperty: only use MSVC bug workaround on MSVCFabian Kosmale2022-10-311-1/+10
* QByteArray: in/deflate: compare different types as size_tMårten Nordheim2022-10-311-1/+2
* Make sure that the generated dbus sources get extra compiler flagsAlexey Edelev2022-10-311-3/+8
* Cleanup qt_internal_extend_target functionAlexey Edelev2022-10-311-9/+45
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-313-15/+31
* rhi: gl: Skip the prim.restart enable on WebGL2Laszlo Agocs2022-10-311-1/+8
* QComboBox: remove dead keyboard-navigation codeVolker Hilsheimer2022-10-311-32/+1
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-319-2/+136
* Doc: link to the testlib tutorial section on skippingMitch Curtis2022-10-311-0/+3
* SQLite: enable default features for the built-in versionGiuseppe D'Angelo2022-10-301-0/+3
* OpenGL: add support for Win11 detectionYuhang Zhao2022-10-301-12/+5
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-293-3/+22
* eglfs: Improve z-order handlingSérgio Martins2022-10-291-4/+18
* Emit windowStateChanged in QGuiApplicationPrivate instead of QWindowAxel Spoerl2022-10-292-9/+6
* Trim headers considered unsafe from the WASM net requestsMikolaj Boc2022-10-291-6/+49
* QComboBox: refactor item flashing code in hidePopupVolker Hilsheimer2022-10-292-24/+38
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-296-12/+11
* examples: fix configuring with -no-feature-widgetsJohannes Kauffmann2022-10-291-1/+3
* QOperatingSystemVersion: add tests for the globalsThiago Macieira2022-10-281-0/+60
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-282-0/+38
* Correct (and reflow) an out-of-date comment on benchmarkingEdward Welbourne2022-10-281-4/+4
* qnswindow (-backgroundColor) - return 'clear color' for Qt::PopupTimur Pocheptsov2022-10-281-2/+7
* macOS: Don't include QSystemTrayIcon windows in Dock menu window listTor Arne Vestbø2022-10-281-3/+9
* Revert "QMacStyle: paint PE_PanelScrollArea differently"Timur Pocheptsov2022-10-281-6/+6
* macOS: Remove duplicated sources and headers in plugin CMakeLists.txtTor Arne Vestbø2022-10-281-3/+0
* tst_qapplication: Add dependency to helpersMårten Nordheim2022-10-281-0/+5
* QOperatingSystemVersion: fix ABI problem with dllimport on WindowsThiago Macieira2022-10-282-0/+45
* FEATURE_pkg_config Should be BOOLAmir Masoud Abdol2022-10-281-1/+1
* QFileDialog: use QUrl::toString(QUrl::PreferLocalFile)Ahmad Samir2022-10-281-12/+5
* QFileDialog: split some code out of accept() to smaller functionsAhmad Samir2022-10-282-18/+33
* eglfs: kms: Make screen cloning functional by defaultLaszlo Agocs2022-10-282-41/+93
* QFileDialog: use QString::remove() instead of mid()Ahmad Samir2022-10-281-3/+3
* Align FindWrapSystemMd4c with Other FindWrapSystem* ModulesAmir Masoud Abdol2022-10-281-13/+29
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-283-3/+82
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-282-11/+6
* Windows QPA: suppress warning message when not neededYuhang Zhao2022-10-281-7/+11
* Win32: Add a W version entry pointYuhang Zhao2022-10-281-1/+11
* QString: return early in remove() if any precondition is falseAhmad Samir2022-10-281-8/+9
* QString: in remove() use d->erase() for all code pathsAhmad Samir2022-10-281-2/+2
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* Windeployqt command line module expansionTimothée Keller2022-10-271-2/+4
* QMacStyle: paint PE_PanelScrollArea differentlyTimur Pocheptsov2022-10-271-6/+6
* Add NO_HEADERSCLEAN_CHECK flag to qt_internal_add_moduleAlexey Edelev2022-10-273-7/+12
* Fix a bug in detecting systemAmir Masoud Abdol2022-10-271-1/+1
* Add QNativeInterface::Private::QWaylandScreenDavid Redondo2022-10-273-0/+27
* xcb: Fix segmentation fault on destruction of QXcbConnectionRob De Reycke2022-10-271-1/+2