summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-146-17/+56
|\
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-132-7/+30
| * Detect when we are at the sentence boundaryAndy Shaw2018-09-131-2/+14
| * Fix XCB on endian mismatched client and server with SHM offAllan Sandfeld Jensen2018-09-121-0/+2
| * Doc: improve Mandelbrot exampleMitch Curtis2018-09-111-8/+8
| * bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-111-0/+2
* | ODBC: Correctly check if the field is within the fieldCache rangeAndy Shaw2018-09-131-1/+1
* | Blacklist flaky tst_QGL::graphicsViewClipping on RHEL 7.4Tor Arne Vestbø2018-09-131-0/+1
* | Fix spelling mistake in qimage.hTor Arne Vestbø2018-09-131-1/+1
* | macOS: Clarify what static mutex in QCocoaGLContext is used forTor Arne Vestbø2018-09-131-4/+6
* | SQL PostgreSQL/SQlite: Properly decode default varchar parameterChristian Ehrlicher2018-09-123-5/+31
* | Texture file support: add mipmap reading to ktx handlerv5.12.0-alpha1Eirik Aavitsland2018-09-124-21/+46
* | Merge "Merge remote-tracking branch 'origin/5.11.2' into 5.12" into refs/stag...Qt Forward Merge Bot2018-09-123-4/+5
|\ \
| * \ Merge remote-tracking branch 'origin/5.11.2' into 5.12Qt Forward Merge Bot2018-09-123-4/+5
| |\ \
| | * | syncqt: fix forwarding injected headers, take ~3Oswald Buddenhagen2018-09-123-4/+5
* | | | QVulkanWindow: Fix some load/store ops in the default renderpassLaszlo Agocs2018-09-121-2/+2
* | | | QVulkanWindow: Fix bogus stage masks in readbackLaszlo Agocs2018-09-121-1/+1
* | | | Fix device local alloc in hellovulkantextureLaszlo Agocs2018-09-122-0/+15
* | | | Fix src access with staging buffer in hellovulkantextureLaszlo Agocs2018-09-121-3/+3
* | | | Add optimized fetch ARGB32 routines for NEONAllan Sandfeld Jensen2018-09-122-0/+20
* | | | Doc: Fix typo and add precision to method descriptionPaul Wicking2018-09-121-2/+3
* | | | winrt: Fix build with MSVC >= 15.8Oliver Wolff2018-09-121-1/+3
* | | | ODBC: Remove the trailing \0 in the case of a non unicode stringAndy Shaw2018-09-111-3/+6
* | | | macOS: Prevent flickering when resizing window rendered to by separate threadTor Arne Vestbø2018-09-111-0/+30
* | | | Clean up time-zone matching logic in tst_QLocale::macDefaultLocale()Edward Welbourne2018-09-111-18/+17
* | | | Windows: Disable shader disk cache for Intel HD Graphics 620Friedemann Kleint2018-09-114-1/+22
* | | | Extend opensuse blacklistings to opensuse-leapTony Sarajärvi2018-09-116-0/+7
|/ / /
* | | macOS: Use dark gradients for title and status bar in dark modeMorten Johan Sørvig2018-09-101-18/+38
* | | QStringList: restore binary compatibility with Qt 5.11David Faure2018-09-102-0/+12
* | | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-1013-28/+258
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-1013-28/+258
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-0914-33/+290
| | |\|
| | | * Revert "macOS: Force light theme on macOS 10.14+"Morten Johan Sørvig2018-09-031-21/+0
| | | * Add changes file for Qt 5.11.2Antti Kokko2018-09-031-0/+129
| | | * Make QMacCocoaViewContainer work againMorten Johan Sørvig2018-09-021-0/+5
| | | * macOS: Warn the user when using incompatible or untested platform SDKsTor Arne Vestbø2018-08-313-4/+40
| | | * macOS: Detect changes to the platform SDK and ask the user to deal with itTor Arne Vestbø2018-08-312-0/+18
| | | * Extend C++1z test to include variant APIs we useTor Arne Vestbø2018-08-281-1/+7
| | | * QMacStyle: Make helper-NSViews layer-backedTor Arne Vestbø2018-08-281-5/+31
| | | * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
| | | * Doc: Remove non-reentrant from QDomDocument::setContentPaul Wicking2018-08-271-2/+0
| | | * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-2710-22/+55
| | | |\
| | | * | Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-243-0/+60
* | | | | Example: Close popup on mouse click without assigning new lens positionPaul Wicking2018-09-101-0/+4
* | | | | macOS: Release surfaces straight away when reconfiguring QCocoaGLContextTor Arne Vestbø2018-09-101-0/+10
* | | | | QDtls and QDtlsClientVerifier - add destructorsTimur Pocheptsov2018-09-102-0/+16
|/ / / /
* | | | moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-104-2/+29
* | | | macOS: Use NSOpenGLContext's drawable directly to track active drawableTor Arne Vestbø2018-09-095-64/+5
* | | | Autotests/QItemView: re-enable tst_QItemView::indexAt()Christian Ehrlicher2018-09-091-15/+16
* | | | QTableView: Fix PageUp not getting to top when first row is hiddenChristian Ehrlicher2018-09-092-2/+11