summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle errors in moc generate.sh scriptJędrzej Nowacki2018-12-121-0/+2
* Work around GCC bug in generating 64-bit population of SSE registerThiago Macieira2018-12-121-1/+12
* Add an SSSE3 implementation of qt_memfill24Thiago Macieira2018-12-122-1/+76
* Add a qt_memfill24 implementationAllan Sandfeld Jensen2018-12-122-19/+59
* Actually make QT_MAX_CACHED_GLYPH_SIZE the max glyph sizeTor Arne Vestbø2018-12-112-2/+2
* Use Q_DECL_VECTORCALL in a few more placesThiago Macieira2018-12-116-75/+85
* Add AVX2 versions of qt_memfill32 and qt_memfill64Thiago Macieira2018-12-115-5/+76
* Add SSE2 qt_memfill64Thiago Macieira2018-12-114-23/+67
* QResource: quick refactor of registerSelf for files to support LFSThiago Macieira2018-12-111-39/+28
* QCommonStyle: fetch `flat` property from style optionAlberto Mardegan2018-12-111-2/+2
* QTreeWidget: mark is/setFirstItemColumnSpanned() as deprecatedChristian Ehrlicher2018-12-113-20/+56
* QResource: de-inline registerSelf for filesThiago Macieira2018-12-111-53/+55
* RCC: introduce compression algorithm "best"Thiago Macieira2018-12-113-1/+13
* RCC: Add support for Zstandard compressionThiago Macieira2018-12-116-12/+157
* QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-116-20/+140
* RCC: Modernize the compression algorithm selectionThiago Macieira2018-12-113-24/+123
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-1113-30/+147
|\
| * Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-1113-30/+147
| |\
| | * Specify the date-time spec when setting max timeEdward Welbourne2018-12-101-1/+1
| | * Fix build of static plugins with resourcesRichard Moe Gustavsen2018-12-101-6/+3
| | * Fix qmake's detection for conflicting source files for nmakeJoerg Bornemann2018-12-101-3/+4
| | * Fix addition of the wasm platform pluginJoerg Bornemann2018-12-101-1/+1
| | * Fusion: Don't draw the background of the lineedit when drawing the frameAndy Shaw2018-12-101-1/+0
| | * threads: disable threads examples for nothread buildsLorn Potter2018-12-101-1/+2
| | * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-12-104-14/+126
| | |\
| | | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-104-14/+126
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.11.3' into 5.11Qt Forward Merge Bot2018-12-042-5/+107
| | | | |\
| | | | | * Add changes file for Qt 5.11.3v5.11.3Antti Kokko2018-11-251-0/+94
| | | | | * tst_QNetworkReply: Blacklist getFromHttp:success-externalLiang Qi2018-11-251-0/+3
| | | | | * Merge 5.11 into 5.11.3Oswald Buddenhagen2018-11-0974-226/+238
| | | | | |\
| | | | | * | Windows QPA: Fix crash showing QSystemTrayIcon's context menu with PROCESS_DP...Friedemann Kleint2018-11-091-5/+13
| | | | * | | OpenSSL: also try the "1.0.2" sonameGiuseppe D'Angelo2018-11-291-9/+18
| | | | * | | Ensure QOpenGLWidget FBO is always initializedTor Arne Vestbø2018-11-271-0/+1
| | * | | | | 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
* | | | | | Docker Provisioning: Update the SHA-1 tag of server imagesRyan Chu2018-12-102-10/+10
* | | | | | Use QScopedPointer instead of new/deleteJesus Fernandez2018-12-101-7/+7
* | | | | | qwindowsxpstyle: Add std::nothrow to newIvan Komissarov2018-12-101-2/+2
|/ / / / /
* | | | | DropSite example: fix documentationChristian Ehrlicher2018-12-103-63/+3
* | | | | QtDbus: Remove unused QStrings [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-3/+0
* | | | | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-102-3/+0
* | | | | 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-104-12/+51
* | | | | Refresh QGuiApplication's devicePixelRatio cache when screens changeSteve Mokris2018-12-103-8/+27
* | | | | QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-093-0/+25
* | | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-0920-94/+541
|\| | | |
| * | | | 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