summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-247-96/+113
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-247-96/+113
| |\
| | * Follow platform plugin change wrt layer sizeLaszlo Agocs2019-09-231-1/+4
| | * Fix crash with gamma-corrected text blending disabledAllan Sandfeld Jensen2019-09-231-4/+10
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-1/+1
| | |\
| | | * QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
| | * | Handle transparent pen color in fast text pathAllan Sandfeld Jensen2019-09-224-94/+101
| | * | Add QQuickMultiPointTouchArea as a friend of QTouchEventv5.14.0-alpha1Shawn Rutledge2019-09-221-0/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-2211-30/+93
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-212-11/+17
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-202-11/+17
| | |\|
| | | * Fix passing FREETYPE_LIBS and friends to configureJoerg Bornemann2019-09-181-10/+14
| | | * Fix qtConfLibrary_freetype's include pathsJoerg Bornemann2019-09-181-1/+1
| | | * QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-197-18/+53
| |\| |
| | * | Another load() -> loadRelaxed()Laszlo Agocs2019-09-181-1/+1
| | * | Add back QWheelEvent position() and globalPosition() docsShawn Rutledge2019-09-171-0/+24
| | * | Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-173-1/+6
| | * | QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-172-16/+22
| * | | Add QScreen::virtualSiblingAt() and use it in QMenubarPrivate::popupActionShawn Rutledge2019-09-193-1/+23
* | | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-1813-1290/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-0484-972/+4367
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-09-035-53/+85
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-2914-222/+608
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-2820-122/+534
| | |\ \ \ \ \
| * | | | | | | QNativeGestureEvent: clean up for Qt 6Marc Mutz2019-08-222-15/+5
| * | | | | | | Kill all QPictureIOAllan Sandfeld Jensen2019-08-126-1192/+10
| * | | | | | | Fix crash when no plugins are specifiedLeander Beernaert2019-08-121-2/+6
| * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0650-742/+1725
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0839-230/+532
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-26114-778/+32151
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove binary compat qimage methodsAllan Sandfeld Jensen2019-06-193-78/+0
| * | | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-1117-24/+156
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-0659-403/+757
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bump version to Qt 6Lars Knoll2019-05-142-3/+6
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1628-580/+1107
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | QDpi: divide the forced DPI by the scaling factor, as Qt 5.13 didDavid Faure2019-09-131-2/+5
| * | | | | | | | | | | | rhi: gl: Pick up context lossLaszlo Agocs2019-09-1313-31/+76
| * | | | | | | | | | | | rhi: metal: Configure the layer's opaque property as appropriateLaszlo Agocs2019-09-121-0/+12
| * | | | | | | | | | | | rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-124-4/+60
| * | | | | | | | | | | | rhi: vulkan: Report device lostLaszlo Agocs2019-09-122-30/+38
| * | | | | | | | | | | | rhi: Better handling of device lossLaszlo Agocs2019-09-1213-3/+90
| * | | | | | | | | | | | rhi: Clarify the swapchain alpha flag docsLaszlo Agocs2019-09-121-2/+10
| * | | | | | | | | | | | rhi: gl: Avoid crash when reading back the swapchain backbufferLaszlo Agocs2019-09-121-1/+2
| * | | | | | | | | | | | rhi: d3d11: Fix enabling alpha compositingLaszlo Agocs2019-09-121-5/+16
| * | | | | | | | | | | | rhi: Make the clang code model happy as much as we canLaszlo Agocs2019-09-127-464/+470
| * | | | | | | | | | | | Simplify QColorSpacePrivate initializationTor Arne Vestbø2019-09-124-22/+20
| * | | | | | | | | | | | rhi: d3d11: Add the device lost testing machineryLaszlo Agocs2019-09-125-1/+290
| * | | | | | | | | | | | QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-125-17/+20
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1119-157/+336
|\| | | | | | | | | | | |