summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-0757-506/+848
|\
| * Windows QPA: Fix UIA-to-MSAA accessibility bridgeAndre de la Rocha2018-08-062-16/+13
| * qmake: improve the fake projectOswald Buddenhagen2018-08-062-183/+229
| * 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-042-2/+15
| * Remove the src/sql/README.module fileThiago Macieira2018-08-041-37/+0
| * make it possible to override the basename of module config filesOswald Buddenhagen2018-08-032-5/+7
| * 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: Update really old screenshot in Sliders ExamplePaul Wicking2018-08-031-0/+0
| * Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-031-1/+1
| * Fix conversion from transparent indexed8 to RGB32Allan Sandfeld Jensen2018-08-032-2/+18
| * 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-037-30/+139
| * Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-031-1/+1
| * qmake: don't escape colons in dependency paths on windows, after allOswald Buddenhagen2018-08-021-0/+9
| * Bump versionOswald Buddenhagen2018-08-021-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
| * Fix builds with some MinGW distributionsKai Koehne2018-08-022-2/+2
| * 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
| * Doc: Synchronize documentation with code snippetPaul Wicking2018-08-011-3/+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: Fix broken links after page renamePaul Wicking2018-07-311-1/+1
| * 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-313-1/+48
| * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-312-1/+3
* | Make qcoreapplication_win compile in mingw g++ 8.2Mårten Nordheim2018-08-061-2/+2
* | Fix potential out of bounds read in qpkmhandlerEirik Aavitsland2018-08-061-1/+1
* | Be more explicit about the effects of swapBuffers() on the current contextTor Arne Vestbø2018-08-062-2/+4
* | Add private helper class QMacScopedObserverTor Arne Vestbø2018-08-061-0/+44
* | Blacklist tst_Gestures::graphicsItemTreeGestureJoni Jantti2018-08-061-0/+2
* | Simplify QUrlPrivate::appendHostJesus Fernandez2018-08-061-7/+3
* | Pass parameters by const-referenceJesus Fernandez2018-08-061-2/+6
* | Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-0627-66/+66
* | QTextureFileData: Fix build with -no-openglJüri Valdmann2018-08-061-0/+1
* | Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-0615-69/+59