summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a QSplashScreen constructor taking a QScreenSona Kurazyan2019-09-103-3/+46
* Windows QPA: Also wrap DescribePixelFormat()Frank Richter2019-09-102-3/+11
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0928-317/+442
|\
| * Remove BT.2020 support from QColorSpaceAllan Sandfeld Jensen2019-09-085-49/+4
| * QWindowsUiaTextRangeProvider: replace ephemeral QList<QRect> with QVLAMarc Mutz2019-09-081-1/+2
| * Make Qt relocatableAlexandru Croitor2019-09-072-53/+175
| * qrhid3d11: Remove unused variable blockDimMårten Nordheim2019-09-071-1/+0
| * Android: Fix cmake generatorBogDan Vatra2019-09-072-5/+1
| * Allow render-to-texture widgets to tell if they want premul blendingLaszlo Agocs2019-09-062-7/+16
| * rhi: metal: Avoid upsetting validation in viewport and scissorLaszlo Agocs2019-09-061-2/+35
| * A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-053-1/+39
| * Clarify documentation of daysInMonth()Edward Welbourne2019-09-051-3/+4
| * Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-054-146/+125
| * Optimize QEventDispatcherWinRT::runOnMainThread()Marc Mutz2019-09-051-11/+12
| * QGraphicsView: mark obsolete flag DontClipPainter as deprecatedChristian Ehrlicher2019-09-051-1/+3
| * Refine QCalendar::hasYearZero()'s documentationEdward Welbourne2019-09-051-23/+23
| * Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-054-14/+3
* | Windows QPA: Preferably use DXGI to obtain adapter infoFrank Richter2019-09-082-23/+235
* | QSemaphoreReleaser: two minor code improvementsMarc Mutz2019-09-051-5/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-05243-10216/+15763
|\|
| * Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-0410-50/+53
| * Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-042-3/+3
| * QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-044-2722/+2695
| * Doc: Remove 'f.i.'Kai Koehne2019-09-043-3/+3
| * Limit QColorSpacePrimaries export to auto-testTor Arne Vestbø2019-09-041-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-0442-356/+487
| |\
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-0442-356/+487
| | |\
| | | * QRegexp: Fix MSVC2019 warning about fallthrough not being followed by a case ...Friedemann Kleint2019-09-031-15/+9
| | | * Windows QPA: Fix crash in UI Automation with Youdao DictionaryAndre de la Rocha2019-09-021-11/+19
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-316-57/+62
| | | |\
| | | | * Doc: Clarify QJsonDocument::toJson()Joerg Bornemann2019-08-301-1/+1
| | | | * Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
| | | | * Fix invalid end range appended to HTTP requestRainer Keller2019-08-281-1/+2
| | | | * Add Third-Party code in qregion.cpp to qt_attribution.json fileKai Koehne2019-08-283-54/+58
| | | * | Fix reporting the network interface type on macOS 10.14.5 and laterKarsten Heimrich2019-08-281-0/+1
| | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Allan Sandfeld Jensen2019-08-274-17/+38
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-274-17/+38
| | | | |\|
| | | | | * Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
| | | | | * Don't defer platform backingstore creation if we already have a platform windowTor Arne Vestbø2019-08-241-0/+5
| | | | | * macOS: Choose appropriate NSWindow depth based on surface formatTor Arne Vestbø2019-08-242-15/+31
| | | | | * Use qsizetype for qt_memfill functionsThiago Macieira2019-08-248-29/+32
| | | * | | Docs: Some cleanup of class documentationKavindra Palaraja2019-08-271-140/+127
| | | |/ /
| | | * | QToolBarLayout: fix position calculationChristian Ehrlicher2019-08-261-1/+1
| | | * | Also fall back to direct write for Android content: URLs in QSaveFileVolker Krause2019-08-241-5/+9
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-2410-37/+71
| | | |\|
| | | | * QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
| | | | * Fix build with -no-feature-printer on macOSAndré Klitzing2019-08-223-17/+24
| | | | * Avoid double QCache lookup in QOpenGLProgramBinaryCacheLaszlo Agocs2019-08-221-3/+1
| | | | * macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-224-0/+39
| | | | * macOS: Don't ask for a NSWindow background unless we need oneTor Arne Vestbø2019-08-222-15/+2