summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-242-0/+6
|/
* 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
* macOS: Update window geometries after screen properties changeTor Arne Vestbø2018-08-071-0/+14
* Add QPlatformScreen::windows() helper to return all windows on screenTor Arne Vestbø2018-08-062-9/+17
* Use consistent naming of QPA screen change callbacks in QGuiApplicationTor Arne Vestbø2018-08-062-12/+12
* Windows QPA: Fix UIA-to-MSAA accessibility bridgeAndre de la Rocha2018-08-062-16/+13
* QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
* Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-061-1/+6
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
* Remove the src/sql/README.module fileThiago Macieira2018-08-041-37/+0
* Doc: Update out-of-date image in QColorDialog documentationPaul Wicking2018-08-031-0/+0
* Doc: Clean up Qt::ApplicationAttribute docsPaul Wicking2018-08-031-33/+35
* Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-031-1/+1
* Fix conversion from transparent indexed8 to RGB32Allan Sandfeld Jensen2018-08-031-2/+3