summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-092-1/+8
* Do not use arc4random_buf() on GNU/kFreeBSDDmitry Shachnev2018-12-091-2/+2
* Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* Allow overriding the maximum cached glyph size via the environmentTor Arne Vestbø2018-12-081-2/+7
* Add manual test case for verifying our text renderingTor Arne Vestbø2018-12-083-1/+319
* Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
* QToolButton: Don't elide text if an icon is presentChristian Ehrlicher2018-12-081-2/+2
* Set QScroller's parent to its widget, for memory managementShawn Rutledge2018-12-082-2/+37
* untangle the egl-x11 relationship in the build systemOswald Buddenhagen2018-12-073-8/+13
* configure: atomize xcb-* tests properlyOswald Buddenhagen2018-12-072-28/+29
* configure: convert xlib to a proper library definitionOswald Buddenhagen2018-12-074-17/+18
* wasm: fix freetype library sourceOswald Buddenhagen2018-12-071-1/+1
* configure: fix linking with statically linked freetypeTim Blechmann2018-12-071-0/+3
* add support for transitive deps to QMAKE_USEOswald Buddenhagen2018-12-074-18/+90
* qmake: fix QMAKE_DEFAULT_LIBDIRS detection for android on windowsOswald Buddenhagen2018-12-071-0/+2
* Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Liang Qi2018-12-074-2/+15
|\
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-054-2/+15
| |\
| | * [Android] Fix the ability to override environment and argumentsv5.12.0BogDan Vatra2018-12-031-0/+7
| | * tst_QNetworkReply: Blacklist getFromHttp:success-externalv5.12.0-rc2Liang Qi2018-11-271-0/+3
| | * Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-271-0/+2
| | * macOS: Don't link to debug versions of frameworks unless requestedTor Arne Vestbø2018-11-272-1/+4
| | * Windows QPA: Fix onPressedChanged only reported on touch upv5.12.0-rc1Andre de la Rocha2018-11-161-1/+4
* | | QScroller: Fix crash when multiple scrollers are registeredFriedemann Kleint2018-12-071-3/+5
* | | QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4
* | | Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-074-0/+51
* | | QTest: Make QCOMPARE of QCborError produce outputThiago Macieira2018-12-071-0/+7
* | | Doc: update docs for the sleeping functions' accuracyThiago Macieira2018-12-071-0/+24
* | | Add a note about virtual_hookThiago Macieira2018-12-071-0/+1
* | | Fix build using Windows SDK 10.0.17763Thiago Macieira2018-12-071-6/+5
* | | configure: remove xkbcommon_evdev transition hackGatis Paeglis2018-12-071-15/+0
* | | libinput: use QT_CONFIG(xkbcommon) macroGatis Paeglis2018-12-071-2/+4
* | | Fix inability to edit lines in QGraphicsTextItem when pageSize is setVitaly Fanaskov2018-12-071-8/+5
* | | Remove one out-of-date comment, refine another that was impreciseEdward Welbourne2018-12-071-6/+1
* | | Revise filtering of Content-Length in HTTP cache controlEdward Welbourne2018-12-071-5/+5
* | | Windows QPA: Fix QDockWindow Drag & DropAndre de la Rocha2018-12-071-0/+18
* | | Preallocate buffer for QLineEdit when used for password inputIvan Čukić2018-12-071-0/+7
* | | configure: query pkg-config for deps of static libsOswald Buddenhagen2018-12-071-0/+7
* | | ANGLE: Set ANGLE_COMMIT_HASH and ANGLE_COMMIT_DATEOliver Wolff2018-12-071-2/+2
|/ /
* | macOS: Account for LC_BUILD_VERSION when checking SDK version and deployment ...Tor Arne Vestbø2018-12-031-9/+16
* | macOS: Fix Objective-C namespaceing with Xcode 10Tor Arne Vestbø2018-12-031-1/+1
* | configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-037-77/+173
* | qmake: fix QMAKE_DEFAULT_LIBDIRS detection on androidOswald Buddenhagen2018-12-032-5/+2
* | ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
* | Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2
* | Erase password data on QLineEdit destructionIvan Čukić2018-12-031-0/+6
* | WebAssembly: Fix compilation of application on Windows hostEskil Abrahamsen Blomfeldt2018-12-031-2/+2
* | Fix compilationLars Knoll2018-12-031-0/+1
* | Add lancelot tests to verify vertical alignment of inline imagesLars Knoll2018-12-033-0/+38
* | QNetworkConfiguration: add missing timeout unit to setConnectTimeout docSamuel Gaist2018-12-011-0/+2
* | Read font selection flags and use them when querying for metricsMårten Nordheim2018-11-305-6/+71