summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-293-33/+67
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-2915-173/+491
* 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
* Android: Use LLVM tools where possibleBogDan Vatra2019-08-292-9/+14
* Android: AUX template doesn't require a multi arch buildBogDan Vatra2019-08-291-1/+1
* 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
* Android: install qmlfiles only for first ABIBogDan Vatra2019-08-281-3/+14
* Say hello to -android-abis configure paramBogDan Vatra2019-08-284-8/+12
* 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 "Merge remote-tracking branch 'origin/dev' into 5.14"Liang Qi2019-08-27203-2855/+4675
|\
| * Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-27203-2855/+4675
|/|
| * Say hello to Android multi arch build in one goBogDan Vatra2019-08-2631-980/+822
| * Long live QColorConstants!Marc Mutz2019-08-256-16/+1124
| * tst_QGraphicsScene: Pass on High DPI screensFriedemann Kleint2019-08-241-20/+55
| * Brush up tst_QGraphicsSceneFriedemann Kleint2019-08-241-315/+354
| * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-237-11/+16
| * Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-2314-66/+281
| * Windows: Fix some widget tests to pass on High DPI screensFriedemann Kleint2019-08-234-0/+27
| * Android: Set RTLD_NODELETE on API 23+BogDan Vatra2019-08-231-2/+9
| * tst_QStyle: Remove unused baseline images (Windows Vista/macOS)Friedemann Kleint2019-08-2218-151/+0
| * Improve readability of commands in VS project filesJoerg Bornemann2019-08-221-6/+9
| * eglfs/kms: Add drm atomic blend_op property handlingPaul Olav Tvete2019-08-223-0/+6
| * HTTP/2: use a non-default MAX_FRAME_SIZETimur Pocheptsov2019-08-224-4/+83
| * tst_NoQtEventLoop: destroy hidden windowsAlex Trotsenko2019-08-221-2/+3
| * Android: Update clang mkspecsBogDan Vatra2019-08-226-48/+23
| * Simplify QBezier::split()Marc Mutz2019-08-221-23/+13
| * Micro-optimize QAbstractItemModel::setItemDataGiuseppe D'Angelo2019-08-221-4/+11
| * QBezier: replace out parameters by return-by-value in split()Marc Mutz2019-08-223-24/+24
| * Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-226-19/+126
| * Don't excessively check all output files for failuresJan Arve Sæther2019-08-221-1/+1
| * Fix a broken buildTimur Pocheptsov2019-08-224-9/+27
| * Fix "conflicting targets" warning when generating VS projectsJoerg Bornemann2019-08-221-0/+9
| * Remove use of QByteDataBuffer in QNetworkReplyHttpImplMårten Nordheim2019-08-222-41/+19
| * Remove obsolete API after qtdeclarative migratedVolker Hilsheimer2019-08-222-28/+0
| * QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-223-18/+8
| * Cbor: Add overloads for QStringViewUlf Hermann2019-08-223-23/+52
| * QHttp2Configuration: remove setters/getter for indexingTimur Pocheptsov2019-08-212-37/+3
| * QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()Timur Pocheptsov2019-08-213-0/+7
| * forkfd: move the FreeBSD system implementation to a separate fileThiago Macieira2019-08-202-109/+170
| * forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-204-30/+106