summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVariant: Avoid a memory allocation with custom typesOlivier Goffart2018-04-081-3/+10
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-0718-67/+137
|\
| * Revise dates of Pacific/Kiritimati's day-skip transitionEdward Welbourne2018-04-061-2/+2
| * QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
| * Pass on local html links with a fragment to openUrl()Andy Shaw2018-04-061-2/+5
| * oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-062-3/+27
| * tests/auto/other: Avoid unconditional qWait()sKari Oikarinen2018-04-062-14/+3
| * QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-062-0/+4
| * QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-062-2/+7
| * Fix visual artifacts in diffuse image dithering (the default)Eirik Aavitsland2018-04-061-4/+8
| * Set WindowsTargetPlatform[Min]Version if WindowsSDKVersion is setJoerg Bornemann2018-04-061-5/+19
| * tst_QLocale: Avoid manual deletesKari Oikarinen2018-04-061-14/+19
| * winrt: socket engine: Replace last occurrences of old connect syntaxOliver Wolff2018-04-061-3/+6
| * winrt: Properly deinitialize socket on connection failureOliver Wolff2018-04-061-0/+1
| * winrt: process pending data before closing a socket connectionOliver Wolff2018-04-062-6/+22
| * Doc: Remove section about Qt Gui in Qt 4 from overview pageKai Koehne2018-04-061-13/+0
| * Avoid multiple connections to same response in FileChooser portalJan Grulich2018-04-061-0/+3
* | QVector2D/QVector3D/QVector4D: ensure well-defined behaviorGiuseppe D'Angelo2018-04-066-232/+336
* | Generalize composition functionsAllan Sandfeld Jensen2018-04-062-472/+645
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-04-0614-25/+62
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-0614-25/+62
| |\|
| | * configure: Detect Cocoa instead of CarbonGabriel de Dietrich2018-04-051-1/+1
| | * QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
| | * QMacStyle: Fix "on" toggle button text colorGabriel de Dietrich2018-04-051-1/+2
| | * Make nvidia resets opt-in based on QSurfaceFormat::ResetNotificationDavid Edmundson2018-04-051-1/+1
| | * HTTP/2 - treat HEADERS frames as valid for streams in 'open' stateTimur Pocheptsov2018-04-051-3/+4
| | * Kludge QLocale test order to fix fall-out from setDefault()Edward Welbourne2018-04-051-10/+28
| | * Support graphics reset status for offscreen surfaces in XCB-GLXDavid Edmundson2018-04-051-0/+6
| | * Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
| | * Windows QPA: Fix override cursor not working when re-entering the windowFriedemann Kleint2018-04-052-0/+3
| | * tst_QCursor::equality(): Silence warningsFriedemann Kleint2018-04-051-0/+3
| | * Fix memory corruption in heightForWidth cacheHarald Brinkmann2018-04-051-1/+1
| | * Doc: Add missing punctuation in qCritical, qFatal documentationKai Koehne2018-04-051-2/+2
| | * Hide global qtlogging.ini from autotestKai Koehne2018-04-052-0/+2
* | | Revert "Bring QWindowPrivate::deliverUpdateRequest() back temporarily"Liang Qi2018-04-062-8/+0
* | | QImage: Add Q_GADGET and make format enumeration a Q_ENUMFriedemann Kleint2018-04-061-0/+2
* | | Add a new (D)TLS configurationTimur Pocheptsov2018-04-067-20/+177
|/ /
* | qmake: add support for mkspecs which don't support strict_c++Mikhail Svetkin2018-04-052-4/+8
* | QNSView: Remove isMenuView propertyGabriel de Dietrich2018-04-053-13/+3
* | tst_QSslSocket::signatureAlgorithm - fix for OpenSSL 1.1Timur Pocheptsov2018-04-051-1/+7
* | qml_module.prf: add 'install_qml_files' configJ-P Nurmi2018-04-051-2/+5
* | qml_module.prf: embed qmldir to resources in static builds onlyJ-P Nurmi2018-04-051-3/+4
* | Add missing documentation for QUndoStack propertiesMitch Curtis2018-04-051-0/+55
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-0518-44/+419
|\|
| * Parse XDG_SESSION_TYPE and use that to determine default platformAllan Sandfeld Jensen2018-04-041-0/+15
| * Fix read-only text browser sometimes jump to the top of the documentJarek Kobus2018-04-041-0/+6
| * macOS: Document availability of freetype font engineEskil Abrahamsen Blomfeldt2018-04-041-0/+6
| * Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
| * Add lancelot based benchmarkAllan Sandfeld Jensen2018-04-044-3/+348
| * tst_QStateMachine: Don't use unconditional waitsv5.11.0-beta3Kari Oikarinen2018-04-041-2/+5