summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInformation[Win]: Catch potential exceptionsv6.4.16.4.1Mårten Nordheim2022-11-082-2/+15
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-081-8/+17
* CMake: Fix qt_add_resources missing dependency regressionAlexandru Croitor2022-11-031-5/+12
* Restore lost documentation for QString::append(QStringView)Edward Welbourne2022-11-011-0/+8
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* Fix documentation of QPartialOrdering::GreaterBalazs Erseki2022-11-011-1/+1
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-013-16/+5
* 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
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-312-5/+14
* rhi: gl: Skip the prim.restart enable on WebGL2Laszlo Agocs2022-10-311-1/+8
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-318-2/+121
* Doc: link to the testlib tutorial section on skippingMitch Curtis2022-10-311-0/+3
* eglfs: Improve z-order handlingSérgio Martins2022-10-291-4/+18
* eglfs: kms: Make screen cloning functional by defaultLaszlo Agocs2022-10-292-41/+93
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-293-3/+82
* Doc: Fix typo in container documentationPaul Wicking2022-10-291-1/+1
* qnswindow (-backgroundColor) - return 'clear color' for Qt::PopupTimur Pocheptsov2022-10-291-2/+7
* macOS: Don't include QSystemTrayIcon windows in Dock menu window listTor Arne Vestbø2022-10-291-3/+9
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+1
* QOperatingSystemVersion: Add macOS Ventura (13.0)Mårten Nordheim2022-10-282-0/+8
* wasm: convert and propagate filetype accept listMorten Sørvig2022-10-282-8/+67
* Android: Light/dark modes detectionBartlomiej Moskal2022-10-287-0/+43
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* Windeployqt command line module expansionTimothée Keller2022-10-271-2/+4
* Windows 11: draw checked menu items with an explicit backgroundVolker Hilsheimer2022-10-271-0/+11
* QBenchlib/Perf: don't try to benchmark the kernelThiago Macieira2022-10-271-5/+11
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-272-42/+31
* Bootstrap: fix MinGW build with -maesThiago Macieira2022-10-271-0/+4
* xcb: Fix segmentation fault on destruction of QXcbConnectionRob De Reycke2022-10-271-1/+2
* rhi: gl: Make sure stencil write is enabled when clearingLaszlo Agocs2022-10-261-1/+3
* QStringConverter/AVX2: fix build with MSVC 2022Thiago Macieira2022-10-261-1/+1
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-263-6/+0
* QWindowsFontDatabaseBase: Override both fontEngine functionsMårten Nordheim2022-10-262-0/+8
* QSctpSocket: Update windows-note to specify 'class'Mårten Nordheim2022-10-262-2/+2
* Specify source and build directory explicitly for multi-ABI external projectsAlexey Edelev2022-10-261-1/+5
* FontEngine[DirectWrite]: Mark interface functions noexceptMårten Nordheim2022-10-261-10/+10
* Android: fix include statement for Android Extras classesAssam Boudjelthia2022-10-261-0/+6
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-251-8/+8
* wasm: disable run-time check for specialHTMLTargetsMorten Sørvig2022-10-251-0/+38
* Use consteval in QT_PROPERTY_DEFAULT_BINDING_LOCATIONPatrick Stewart2022-10-251-1/+7
* qtwindowsglobal: Fix mixed-enum operations warningMårten Nordheim2022-10-251-1/+3
* qwindowstheme: Remove unused functionMårten Nordheim2022-10-251-12/+0
* Make Qt on WASM correctly draw windows with QT_SCALE_FACTORMikolaj Boc2022-10-251-3/+4
* Revert "Android: fix Android assets handler not listing dirs with only sub dirs"Jani Heikkinen2022-10-251-6/+5
* QBenchlib/Perf: remove ioctl(FD_CLOEXEC)Thiago Macieira2022-10-251-2/+0
* QBenchlib/Perf: use WalltimeNanoseconds for the task timeThiago Macieira2022-10-251-8/+4
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
* Initialize flag memory in raster paint engine to avoid valgrind warningEirik Aavitsland2022-10-251-0/+1