summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of unused QStringsSergio Martins2018-12-102-2/+2
* Add a means to specify the protocol type, to aid websockets over proxyAndy Shaw2018-12-104-1/+37
* Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-1010-27/+25
* QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-102-4/+31
* Refresh QGuiApplication's devicePixelRatio cache when screens changeSteve Mokris2018-12-103-8/+27
* QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-092-0/+17
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-0910-72/+94
|\
| * 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
| * 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-081-0/+1
| * 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-073-16/+18
| * wasm: fix freetype library sourceOswald Buddenhagen2018-12-071-1/+1
| * configure: fix linking with statically linked freetypeTim Blechmann2018-12-071-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-0814-45/+100
|\|
| * Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Liang Qi2018-12-072-1/+11
| |\
| | * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-052-1/+11
| | |\
| | | * [Android] Fix the ability to override environment and argumentsv5.12.0BogDan Vatra2018-12-031-0/+7
| | | * Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-271-0/+2
| | | * 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-071-0/+2
| * | | 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
| * | | 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
| * | | ANGLE: Set ANGLE_COMMIT_HASH and ANGLE_COMMIT_DATEOliver Wolff2018-12-071-2/+2
| |/ /
* | | Use a QMultiMap for the fontengine cacheLars Knoll2018-12-072-3/+3
* | | Use a QMultiHash to store persistent model indicesLars Knoll2018-12-072-5/+5
* | | QNetworkCacheMetaData::AttributesMap is not a multi hashLars Knoll2018-12-071-5/+5
* | | Remove the model pointer from QPersistentModelIndexDataLars Knoll2018-12-073-16/+5
* | | QTextCodec::codecForLocale(): clarify and update documentationEdward Welbourne2018-12-061-5/+3
* | | macOS accessibility: Rename parentElement to accessibilityParentFrederik Gladhorn2018-12-061-7/+6
* | | MySQL: Free the results when QSqlQuery::finished() is calledDaniel Vrátil2018-12-061-0/+10
* | | QMdiArea: Do not move active subwindow after tile rearrangeNick D'Ademo2018-12-061-8/+0
* | | Don't require a default constructor for storing items in a QVectorLars Knoll2018-12-061-29/+110
* | | Add tst_QOcsp auto-testTimur Pocheptsov2018-12-066-20/+142
* | | qgraphicslayoutstyleinfo: Improve memory handlingIvan Komissarov2018-12-052-5/+6
* | | doc: Let qdoc ignore Q_DECLARE_INTERFACEMartin Smith2018-12-051-1/+4
* | | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-056-6/+6