summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "QVector: add a construction from QArrayDataPointerRef""v5.15.1Oliver Wolff2020-09-032-0/+6
* Add changes file for Qt 5.15.1Antti Kokko2020-09-011-0/+177
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-312-1/+29
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-285-14/+13
* Manually initialize TextureOp and BufferOp structsEirik Aavitsland2020-08-271-7/+21
* Un-deprecate QByteArray's relational operators taking QStringSona Kurazyan2020-08-264-23/+1
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-251-2/+11
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-203-53/+58
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-202-6/+7
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-191-0/+2
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-195-2/+14
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-08-191-9/+9
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* Replace WIN32 with CMAKE_HOST_WIN32Mason McParlane2020-08-181-1/+1
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-182-0/+8
* Add binary compatibility files for Qt 5.15.0 for QtBaseMilla Pohjanheimo2020-08-1711-0/+105972
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-177-3/+22
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-148-20/+226
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-08-131-1/+2
* Doc: Fix various documentation warningsTopi Reinio2020-08-133-142/+141
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-132-76/+65
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* Doc: Remove outdated documentationPaul Wicking2020-08-121-5/+0
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-122-1/+64
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix handling on int dead keys on macLorn Potter2020-08-111-12/+15
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2
* Filechooser portal: Implement "current_filter"Michael Weghorn2020-08-102-5/+58
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-101-25/+25
* Document Khronos headers in ANGLEKai Koehne2020-08-102-0/+32
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* configure: Explicitly enable float-divide-by-zero with ubsanRobert Loehning2020-08-071-3/+3
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-071-0/+2
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-073-9/+194
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-071-0/+2
* Update bundled libjpeg-turbo to version 2.0.5Eirik Aavitsland2020-08-078-15/+47
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-061-20/+1