summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-097-32/+46
|\
| * Revert "macOS: Force light theme on macOS 10.14+"Morten Johan Sørvig2018-09-031-21/+0
| * Make QMacCocoaViewContainer work againMorten Johan Sørvig2018-09-021-0/+5
| * 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-275-22/+21
| |\
| * | Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-242-0/+6
* | | Document SLJIT part of pcre2Kai Koehne2018-09-062-0/+41
* | | Revise an incorrect QVulkanWindow doc noteLaszlo Agocs2018-09-061-9/+5
* | | 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
* | | Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-3013-1/+29
| |/ |/|
* | Doc: fix typo in QNativeGestureEvent docsMitch Curtis2018-08-231-1/+1
* | _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-1/+13
* | Fix spacing in << operator for QEventMitch Curtis2018-08-211-1/+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-171-1/+1
* 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-171-2/+2
* 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-162-7/+12
* 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
* Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
* Document xkbcommon versionKai Koehne2018-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
* Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
* xcb: make sure we have a valid m_qimage in backing storeGatis Paeglis2018-08-131-50/+61
* Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-131-1/+1
* Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
* IBus: connect to ibus-daemon when it restarts in FlatpakTakao Fujiwara2018-08-102-11/+40
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-1/+1
* macOS: Force light theme on macOS 10.14+Gabriel de Dietrich2018-08-091-0/+21
* Fix apkPath for gradle 4.0+BogDan Vatra2018-08-091-3/+8
* QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
* Fix qmake build with glibc 2.28Thiago Macieira2018-08-082-3/+11
* IBus: Support the portal, needed for Flatpak environmentRobin Lee2018-08-085-11/+140
* macOS: Don't blend the backingstore unless the window has a backgroundTor Arne Vestbø2018-08-071-5/+5