summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | Document SLJIT part of pcre2Kai Koehne2018-09-062-0/+41
* | | Revise an incorrect QVulkanWindow doc noteLaszlo Agocs2018-09-064-13/+9
* | | QString: Fix snippet explaining "non-spaced numbered place markers"Andre Hartmann2018-09-061-1/+1
* | | Windows QPA: Fix missing accessibility info with WebEngineViewAndre de la Rocha2018-09-041-4/+18
* | | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-032-15/+17
* | | Document version number of pixmanKai Koehne2018-08-311-0/+1
* | | Avoid conversion over RGBA64 for RGB32 LCD text blendingAllan Sandfeld Jensen2018-08-301-9/+49
* | | Examples: Fix minor bug in Tree Model Completer ExamplePaul Wicking2018-08-301-1/+1
* | | Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-3013-1/+29
| |/ |/|
* | Blacklist two tests on macOS that a planned CI change shall breakEdward Welbourne2018-08-242-0/+4
* | Test for fractional part of Costa Rican currencyEdward Welbourne2018-08-231-0/+4
* | Doc: fix typo in QNativeGestureEvent docsMitch Curtis2018-08-231-1/+1
* | _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-222-1/+38
* | Fix spacing in << operator for QEventMitch Curtis2018-08-211-1/+1
* | Fix qtbase build for Windows ICC with MSVC 2017 15.8Alexander Shevchenko2018-08-201-0/+1
* | Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
* | Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
* | Document version of copied valgrind, kernel headersKai Koehne2018-08-201-0/+3
|/
* Windows QPA: Fix mapping of static text accessibility roleAndre de la Rocha2018-08-172-2/+2
* Don't reset the bidi level on spacesLars Knoll2018-08-171-1/+0
* Only show the bidi cursor mark if we actually have bidirectional textLars Knoll2018-08-171-8/+20
* QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-172-2/+239
* Don't block on lost contextDavid Edmundson2018-08-161-4/+15
* QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-163-8/+30
* MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
* doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1637-95/+95
* Doc: Update out-of-date screenshots in example docsPaul Wicking2018-08-162-0/+0
* Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
* Document xkbcommon versionKai Koehne2018-08-151-0/+1
* tests: Fix top-level CMakeLists.txtKevin Funk2018-08-151-0/+1
* Silence warning about comparing signed and unsignedShawn Rutledge2018-08-141-2/+2
* [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
* VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-08-141-3/+3