summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* normalize layout of 5.11.2 changelogOswald Buddenhagen2018-09-131-17/+10
* syncqt: fix forwarding injected headers, take ~3Oswald Buddenhagen2018-09-123-4/+5
* 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
|\
| * 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
* | Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-243-0/+60
|/
* 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
* Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-142-0/+16
* Skip all qfocusevent test on platforms that don't support window activationJohan Klokkhammer Helsing2018-08-142-2/+8
* 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
* configure: fix passing of -L and -F to configure testsOswald Buddenhagen2018-08-091-2/+2
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-092-1/+19
* 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
* qmake vcxproj generator: Fix extra compilers for single configsJoerg Bornemann2018-08-091-0/+6
* 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