summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-225-4/+15
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-225-4/+15
| | |/| | | | | |/
| | | * Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
| | | * iOS: Fix NSUInteger vs NSInteger comparison warningTor Arne Vestbø2019-08-201-1/+1
| | | * qmake: Quote path to project file in Xcode project Makefile ruleTor Arne Vestbø2019-08-201-1/+1
| | | * Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
| | | * macOS: Bail out early in case a popup is closed by a mouseDownTimur Pocheptsov2019-08-191-1/+3
| | * | wasm: allow setting total memory for non thread buildsLorn Potter2019-08-221-10/+14
| | * | Merge "Merge remote-tracking branch 'qt/5.12' into 5.13"Paul Olav Tvete2019-08-2015-69/+142
| | |\ \
| | | * | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-2015-69/+142
| | | |\|
| | | | * Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
| | | | * CMake: Fix prl and library names on macOS for debug configurationsAlexandru Croitor2019-08-181-6/+16
| | | | * Guard with a mutex in QOpenGLProgramBinaryCache where neededLaszlo Agocs2019-08-172-0/+4
| | | | * DBus: fix deadlock when destroying QDBusServerMårten Nordheim2019-08-161-2/+6
| | | | * Describe the -egl option in configure's help outputJoerg Bornemann2019-08-161-0/+1
| | | | * Fix macOS build with -no-feature-accessibilityAndré Klitzing2019-08-161-5/+9
| | | | * SSL: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-162-20/+31
| | | | * Make the inputRejected test compatible with -no-feature-clipboardJames McDonnell2019-08-151-0/+4
| | | | * Fix typo in description of feature datestringEdward Welbourne2019-08-151-1/+1
| | | | * eglfs/kms: Re-enable drm/gbm format overrides in the config fileLaszlo Agocs2019-08-153-14/+36
| | | | * QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-159-25/+311
| | | | * Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-152-9/+36
| | * | | Fix building with -no-feature-codecsAllan Sandfeld Jensen2019-08-201-2/+5
| | * | | Fix disabling bearermanagementAllan Sandfeld Jensen2019-08-191-1/+5
| | * | | Fix -no-feature-mimetype buildAllan Sandfeld Jensen2019-08-191-3/+3
| | |/ /
| | * | Schannel: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-161-2/+6
* | | | Merge memrotate and blit feasability checksAllan Sandfeld Jensen2019-09-042-26/+28
* | | | QUnicodeTables: pack Properties structMarc Mutz2019-09-043-2643/+2649
|/ / /
* | | QtGui: Refactor parsing of the High DPI scaling env variablesFriedemann Kleint2019-09-031-9/+10
* | | Don't export QIcc helper functionsTor Arne Vestbø2019-09-031-2/+2
* | | Simplify QColorSpace named presetsTor Arne Vestbø2019-09-037-116/+100
* | | Android: Fix architecture extraction from file path in androiddeployqtAlexandru Croitor2019-09-031-1/+3
* | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-0310-24/+36
* | | macOS: Remove use of deprecated QMatrix APIs in styleTor Arne Vestbø2019-09-021-10/+10
* | | Fix the build with disabled QGraphicsItem::ItemMatrixChangeSona Kurazyan2019-09-021-0/+2
* | | Fixup includesAllan Sandfeld Jensen2019-09-022-1/+2
* | | Fixup move semantics of QColorSpaceAllan Sandfeld Jensen2019-09-024-37/+89
* | | Android: Add aab targetBogDan Vatra2019-09-021-3/+15
* | | Add support for aabBogDan Vatra2019-09-021-42/+71
* | | QFileSystemModel: Fix naming of Option enumerationFriedemann Kleint2019-09-023-7/+7
* | | Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-022-1/+3
* | | QTouchDevice: don't play ping-pong with q*PostRoutine()Marc Mutz2019-08-301-15/+17
* | | Android: clean configure params for androidBogDan Vatra2019-08-304-13/+2
* | | Fix spelling of primarily in QCalendar::isSolar()'s docEdward Welbourne2019-08-301-1/+1
* | | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-303-165/+136
* | | Update QPA mouse event handling in offscreen and VNC pluginsShawn Rutledge2019-08-302-3/+13
* | | Extend QDate's benchmarkEdward Welbourne2019-08-301-5/+165
* | | Convert foreach to ranged for in QDateTime benchmarkEdward Welbourne2019-08-301-34/+34
* | | Deduplicate list-building code in QDateTime benchmarkEdward Welbourne2019-08-301-108/+57
* | | QDateTimeParser: replace QVector with QVarLengthArray<12>Marc Mutz2019-08-301-3/+6