summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-125-17/+20
* Add qt.core.filesystemwatcher logging categoryShawn Rutledge2019-09-111-4/+9
* Fix qdoc warningsFriedemann Kleint2019-09-109-8/+12
* QWinRTUia*: remove anti-pattern passing new'ed QSharedPointer into lambdasMarc Mutz2019-09-1010-90/+85
* QFileDialog: Fix volume name display on WindowsFriedemann Kleint2019-09-101-11/+28
* QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* Dpi settings: QT_SCREEN_SCALE_FACTORS enables scaling againDavid Faure2019-09-101-1/+1
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Friedemann Kleint2019-09-0912-30/+58
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-0912-30/+58
| |\
| | * QRandom: retry the use of RDRAND instruction as recommended by manualsThiago Macieira2019-09-081-7/+12
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-0810-15/+65
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-8/+7
| | | |\
| | | | * Fix crash when text contains too many directional charsRainer Keller2019-08-301-8/+7
| | | * | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-063-1/+39
| | | * | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-4/+2
| | | * | qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
| | | * | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-022-4/+8
| | | * | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
| | | * | QHttpNetworkConnectionChannel - avoid re-connecting on 'disconnected'Timur Pocheptsov2019-09-021-2/+5
| | | * | Windows QPA: Update theme fonts when the primary screen changesFriedemann Kleint2019-09-022-1/+8
| | * | | Schannel: retain extra data after renegotiation is requestedMårten Nordheim2019-09-051-0/+12
| | * | | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-052-9/+8
| | |\ \ \
| | | * | | Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-8/+7
| | | * | | Revert "Disable debug plugin check for MinGW"Oliver Wolff2019-08-201-1/+1
| | | * | | eglfs: Fix raster windowsLaszlo Agocs2019-08-158-12/+15
| | | * | | macOS: Don’t show hidden windows while z-orderingMorten Johan Sørvig2019-08-121-1/+2
* | | | | | QComboBox: add documentation for textHighlighted/textActivatedChristian Ehrlicher2019-09-091-2/+19
* | | | | | rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-0913-141/+315
|/ / / / /
* | | | | 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
* | | | | 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