summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1333-109/+201
|\
| * evdevtouch: Fix touch device count not being updatedJohan Klokkhammer Helsing2019-10-111-1/+1
| * QGroupBox: always disable children in a checkable, unchecked groupboxVolker Hilsheimer2019-10-111-2/+6
| * Fusion Style: Use high-dpi pixmapsMorten Johan Sørvig2019-10-111-5/+11
| * Protect global variable g_pointIdMap with mutexesRainer Keller2019-10-112-0/+7
| * Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+12
| * macOS: Optionally flush sub-layers via sub-image copies of the backingstoreTor Arne Vestbø2019-10-111-10/+19
| * macOS: Don't override event handler for kAEQuitApplicationTor Arne Vestbø2019-10-111-13/+0
| * macOS: Simplify reflection delegate handling in QCocoaApplicationDelegateTor Arne Vestbø2019-10-111-25/+10
| * QMacStyle - fix the background color for tool buttonTimur Pocheptsov2019-10-111-2/+15
| * Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
| * QAbstractScrollArea: when used as a popup, apply regular popup behaviorVolker Hilsheimer2019-10-101-1/+4
| * Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-108-15/+15
| * Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1012-19/+41
| |\
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1012-19/+41
| | |\
| | | * Fix QMake build system to support trace points in a cross-compiled buildMilian Wolff2019-10-091-8/+3
| | | * Fix compile with tracing enabled: include QStringList headerMilian Wolff2019-10-091-0/+1
| | | * Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-091-1/+1
| | | * Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
| | | * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
| | | * Fix text not rendering properly after setAlignment callKari Hormi2019-10-081-0/+1
| | | * Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
| | | * Doc: Add info about QDBusConnection::ExportChildObjectsLeena Miettinen2019-10-071-2/+10
| | | * Blacklist Desktop GL for Mobile Intel 4 Series Express ChipsetMichael Brüning2019-10-071-1/+13
| | | * Xcb: fix rounding error in reporting screen refresh rateKirill Burtsev2019-10-042-2/+2
| * | | Windows QPA: Improve reliability of clipboard retrievalFriedemann Kleint2019-10-101-4/+13
| * | | QWidget: Answer question raised in fixme commentFriedemann Kleint2019-10-101-1/+1
| |/ /
* | | PNG handler: stop using volatileGiuseppe D'Angelo2019-10-121-2/+2
* | | QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-130/+26
* | | JPEG image handler: remove undefined behavior from setjmp/longjmpGiuseppe D'Angelo2019-10-111-5/+29
* | | JPEG image handler: drop a use of "volatile"Giuseppe D'Angelo2019-10-111-2/+1
* | | Fix infinite recursion caused by the RDSEED featureThiago Macieira2019-10-111-40/+63
* | | Win: QUdpSocket: Use QVarLengthArray for retrieving sizeMårten Nordheim2019-10-111-6/+9
* | | QObject: use delegate constructorsGiuseppe D'Angelo2019-10-111-23/+1
* | | Deprecate reverse iteration on QSetLars Knoll2019-10-102-29/+49
* | | Deprecate calling QList::insert/removeAt with out of bounds indexLars Knoll2019-10-102-5/+20
* | | Remove potential out of bounds accesses to QListLars Knoll2019-10-102-2/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1017-487/+1030
|\| |
| * | Add qt.qpa.input.events logging to evdevtouchShawn Rutledge2019-10-101-0/+7
| * | Remove a new-lineTimur Pocheptsov2019-10-091-1/+0
| * | rhi: Autotest for rendering a triangle into a windowLaszlo Agocs2019-10-091-1/+1
| * | rhi: Autotest rendering a textured quadLaszlo Agocs2019-10-091-0/+2
| * | rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-094-17/+19
| * | rhi: Autotest rendering a triangleLaszlo Agocs2019-10-098-4/+61
| * | rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-097-11/+41
| * | rhi: gl: Switch GetBufferSubData emulation to MapBufferRangeLaszlo Agocs2019-10-093-13/+19
| * | rhi: Autotest basic texture operationsLaszlo Agocs2019-10-093-12/+114
| * | Make QRhi::create() return false when there is no MTLDeviceLaszlo Agocs2019-10-091-0/+5
| * | rhi: Add support for buffer readbacksLaszlo Agocs2019-10-0912-440/+752