summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
* SSL: Don't write to closed socket or write to deallocated bufferMårten Nordheim2018-09-281-1/+6
* Android: fix log output patternLuka Modric2018-09-271-3/+1
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-2719-96/+70
* Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
* Add QT_REQUIRE_CONFIG(ssl) to pre-shared key authenticatorTimur Pocheptsov2018-09-251-0/+2
* QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
* Modernize the "datestring" featureLiang Qi2018-09-2420-70/+73
* Modernize the "textdate" featureLiang Qi2018-09-244-18/+19
* QSslContext: Use 0 instead of TLS_MAX_VERSIONDmitry Shachnev2018-09-241-4/+4
* Protect HSTS code for no-feature-settings buildTimur Pocheptsov2018-09-246-9/+54
* Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
* Clarify docs regarding the states of a QFutureWatcher with no future setAndy Shaw2018-09-241-3/+5
* Document IAccessible2 versionKai Koehne2018-09-241-0/+1
* Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-151-1/+1
* Disable RGB64 backend for ARGB32 when it will be very slowAllan Sandfeld Jensen2018-09-141-0/+2
* sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-7/+12
* 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