summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Schannel: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-161-2/+6
| * | | | Merge memrotate and blit feasability checksAllan Sandfeld Jensen2019-09-042-26/+28
| * | | | QUnicodeTables: pack Properties structMarc Mutz2019-09-042-2639/+2641
| |/ / /
| * | | QtGui: Refactor parsing of the High DPI scaling env variablesFriedemann Kleint2019-09-031-9/+10
| * | | Don't export QIcc helper functionsTor Arne Vestbø2019-09-031-2/+2
| * | | Simplify QColorSpace named presetsTor Arne Vestbø2019-09-035-88/+73
| * | | Android: Fix architecture extraction from file path in androiddeployqtAlexandru Croitor2019-09-031-1/+3
| * | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-0310-24/+36
| * | | macOS: Remove use of deprecated QMatrix APIs in styleTor Arne Vestbø2019-09-021-10/+10
| * | | Fixup includesAllan Sandfeld Jensen2019-09-022-1/+2
| * | | Fixup move semantics of QColorSpaceAllan Sandfeld Jensen2019-09-023-37/+66
| * | | Add support for aabBogDan Vatra2019-09-021-42/+71
| * | | QFileSystemModel: Fix naming of Option enumerationFriedemann Kleint2019-09-022-6/+6
| * | | Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
| * | | QTouchDevice: don't play ping-pong with q*PostRoutine()Marc Mutz2019-08-301-15/+17
| * | | Fix spelling of primarily in QCalendar::isSolar()'s docEdward Welbourne2019-08-301-1/+1
| * | | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-302-83/+29
| * | | Update QPA mouse event handling in offscreen and VNC pluginsShawn Rutledge2019-08-302-3/+13
| * | | QDateTimeParser: replace QVector with QVarLengthArray<12>Marc Mutz2019-08-301-3/+6
| * | | Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-305-74/+74
| * | | Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-303-15/+139
| * | | Mark QNetworkAccessManager::autoDeleteReplies as constMårten Nordheim2019-08-292-2/+2
| * | | QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-292-32/+37
| * | | rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-2913-172/+484
| * | | rhi: vulkan: Add missing VK_QUERY_RESULT_WAIT_BITLaszlo Agocs2019-08-291-1/+2
| * | | rhi: Attempt to fix up the logic around beginExternal()Laszlo Agocs2019-08-296-67/+102
| * | | rhi: vulkan: Expose the VkRenderPass via the usual mechanismsLaszlo Agocs2019-08-295-0/+38
| * | | QTree/TableView: Don't emit clicked when releasing after double clickVolker Hilsheimer2019-08-292-0/+2
| * | | widgets: Mark widgets as needing flush during paintingTor Arne Vestbø2019-08-282-15/+4
| * | | widgets: Add logging for widget paintingTor Arne Vestbø2019-08-284-1/+36
| * | | QGraphicsItem: mark GraphicsItemChange::ItemMatrixChange as deprecatedChristian Ehrlicher2019-08-282-2/+6
| * | | widgets: Simplify QWidgetRepaintManager::flushTor Arne Vestbø2019-08-282-10/+5
| * | | Use QLatin1String where possibleBogDan Vatra2019-08-281-115/+114
| * | | QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
| * | | widgets: Simplify markNeedsFlush in QWidgetPrivate::drawWidgetTor Arne Vestbø2019-08-281-2/+2
| * | | widgets: Clarify QWidgetRepaintManager::sync of specific widgetTor Arne Vestbø2019-08-281-3/+6
| * | | Mark all rhi docs as internalLaszlo Agocs2019-08-278-61/+122
| * | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-2797-1290/+3057
| |\ \ \
| * | | | widgets: Rename QWidgetPrivate::repaint_sys to paintOnScreenTor Arne Vestbø2019-08-255-13/+13
| * | | | widgets: Handle all flush tracking via markNeedsFlushTor Arne Vestbø2019-08-251-2/+5
| * | | | widgets: Merge QWidgetRepaintManager::topLevelRect into callsiteTor Arne Vestbø2019-08-252-3/+1
| * | | | widgets: Remove unused QWidgetRepaintManager::dirtyRegionTor Arne Vestbø2019-08-252-51/+0
| * | | | widgets: Clarify how widgets needing flush is trackedTor Arne Vestbø2019-08-252-15/+16
| * | | | widgets: Clarify top level flush region in QWidgetRepaintManagerTor Arne Vestbø2019-08-252-9/+9
| * | | | widgets: Use single return in QWidgetRepaintManager::markNeedsFlushTor Arne Vestbø2019-08-251-16/+11
| * | | | widgets: Simplify QWidgetRepaintManager::syncTor Arne Vestbø2019-08-251-4/+2
| * | | | widgets: Rename markDirtyOnScreen to markNeedsFlushTor Arne Vestbø2019-08-253-20/+20
| * | | | widgets: Share more code in appendDirtyOnScreenWidgetTor Arne Vestbø2019-08-252-17/+12
| * | | | widgets: Class initialize QWidgetRepaintManager membersTor Arne Vestbø2019-08-252-11/+12
| * | | | widgets: Rename a few missed uses of QWidgetRepaintManagerTor Arne Vestbø2019-08-251-10/+10