summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: fix transientParentHwndMauro Persano2018-08-081-11/+1
* Initialize variableJesus Fernandez2018-08-081-1/+1
* QStringLiteral: remove the wchar_t fallback for WindowsThiago Macieira2018-08-071-17/+1
* macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-075-76/+99
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-0740-291/+416
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-0740-291/+416
| |\
| | * 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
| | * Optimize blits of any compatible formatsAllan Sandfeld Jensen2018-08-032-2/+120
| | * Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-031-1/+1
| | * Add missing optimization for loading RGB32 to RGBA64 using NEONAllan Sandfeld Jensen2018-08-031-0/+61
| | * Windows: Implement Qt::WindowStaysOnBottomHintFriedemann Kleint2018-08-032-2/+8
| | * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-032-5/+13
| | * Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-031-1/+1
| | * SecureTransport - disable lock on sleep for the custom keychainTimur Pocheptsov2018-08-021-0/+11
| | * QCommonStylePrivate::viewItemSize: Fix text width bounds calculationAles Erjavec2018-08-021-8/+11
| | * HiDPI: Fix calculating window mask from pixmap on drag and dropBłażej Szczygieł2018-08-021-1/+8
| | * QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
| | * QCocoaMenuLoader - ensure that ensureAppMenuInMenu indeed, ensuresGabriel de Dietrich2018-08-011-18/+15
| | * Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
| | * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-014-101/+3
| | * QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
| | * Fix conditions for dup2 in QProcess::startDetachedJoerg Bornemann2018-08-011-7/+5
| | * QDeadlineTimer: Fix documentation typoAndre Hartmann2018-08-011-2/+2
| | * Windows QPA: Fix override cursor being cleared when crossing window bordersFriedemann Kleint2018-07-313-5/+20
| | * Doc: Remove reference to QTestEventPaul Wicking2018-07-311-5/+2
| | * Doc: Update signals and slots introduction pagePaul Wicking2018-07-311-22/+26
| | * Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
| | * Return to eventloop after emitting encryptedMårten Nordheim2018-07-312-1/+16
| | * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-1/+1
* | | QTimer: Add const to some singleShot methodsThiago Macieira2018-08-071-2/+2
* | | Doc: Fix QByteArray::toFloat snippetAndre Hartmann2018-08-071-1/+1
* | | Specify to call QLocalSocket's close in dtorMårten Nordheim2018-08-071-1/+1
* | | NeworkAccessBackend: Remove duplicated/shadowed memberMårten Nordheim2018-08-074-8/+5
* | | Remove forward declaration of non existing classJędrzej Nowacki2018-08-071-3/+0
* | | Guard QGL2PaintEngineEx/QGLPaintDevice against using unset contextTor Arne Vestbø2018-08-072-2/+2
* | | Fix ASAN error about new-delete-size-mismatch in QVariantSimon Hausmann2018-08-071-1/+2
* | | Fix possible heap-buffer-overflow in qt_string_normalizeErik Verbruggen2018-08-071-1/+1
* | | Add logging for QPlatformBackingStore::composeAndFlushTor Arne Vestbø2018-08-077-19/+16
* | | macOS: Add missing braces in QCocoaIntegration::updateScreens()Tor Arne Vestbø2018-08-071-1/+2
* | | Look for dependency XML files in all prefix pathsVolker Krause2018-08-071-2/+7
* | | Add support for additional prefix pathsVolker Krause2018-08-071-7/+24
* | | Fix apkPath for gradle 4.0+BogDan Vatra2018-08-071-3/+8