summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtSql: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-042-11/+2
* QtWidgets: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-042-7/+3
* Support legacy X11 keymapsFrank Richter2018-01-042-3/+321
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-047-19/+21
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-045-16/+19
| |\
| | * Fix the iOS/tvOS platform plugin build on tvOSJake Petroules2018-01-041-0/+2
| | * Correct "developer-build" in QtTest black list featuresThiago Macieira2018-01-021-1/+1
| | * Update MSVC versions because 2017 is 19.11 too (and 19.12)Thiago Macieira2018-01-021-12/+10
| | * QTreeView: Fix QTreeViewPrivate::itemAtCoordinate()Christian Ehrlicher2018-01-021-1/+1
| | * Cocoa: make "Send correct mouse buttons for tablets" optionalShawn Rutledge2018-01-021-2/+5
| | * Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
| * | windows: Link to libversion.a with a lowercase nameMartin Storsjö2018-01-041-1/+1
| * | QtGui/Windows: Fix restoring of changed cursor in restoreOverrideCursor()Friedemann Kleint2018-01-021-2/+1
* | | CUPS: Fix advanced options cancel of the print properties dialogAlbert Astals Cid2018-01-041-0/+36
* | | Refactor QPPDOptionsModel a bitAlbert Astals Cid2018-01-041-36/+59
* | | doc: Correct remaining qdoc warnings in qfsfileengine.cppMartin Smith2018-01-041-4/+0
* | | doc: Correct qdoc warning in QVariantAnimationMartin Smith2018-01-041-1/+1
* | | doc: Correct remaining qdoc warnings in qmetaobject.cppMartin Smith2018-01-041-3/+3
* | | doc: Correct remaining qdoc warnings in qvariant.cppMartin Smith2018-01-041-8/+8
* | | doc: Correct remaining qdoc warnings in qtimer.cppMartin Smith2018-01-042-7/+7
* | | doc: Correct remaining qdoc warnings in qmutex.cppMartin Smith2018-01-042-3/+3
* | | doc: Correct remaining qdoc warning in qsignaltransition.cppMartin Smith2018-01-041-2/+1
* | | doc: Correct remaining qdoc warning in qstate.cppMartin Smith2018-01-041-2/+1
* | | doc: Correct remaining qdoc warnings in qbytearraymatcher.cppMartin Smith2018-01-041-6/+6
* | | Add AVX2 optimized versions of the most basic RGB64 compositionsAllan Sandfeld Jensen2018-01-043-2/+189
* | | doc: Correct remaining qdoc warnings in qthreadstorage.cppMartin Smith2018-01-041-6/+6
* | | doc: Correct remaining qdoc warnings in qqueue.cppMartin Smith2018-01-041-5/+5
* | | doc: Correct remaining qdoc warnings in qhash.cppMartin Smith2018-01-041-5/+17
* | | doc: Remove duplicate qdoc comments in qiterator.qdocMartin Smith2018-01-041-120/+0
* | | xcb: fix and optimize QXcbConnection::xi2SetMouseGrabEnabledGatis Paeglis2018-01-033-54/+54
* | | QTreeWidget: fix visualItemRect()Christian Ehrlicher2018-01-031-3/+3
* | | QToolButton: adjust menu indicator in RTL-modeChristian Ehrlicher2018-01-031-0/+1
* | | QItemViews: Add ability to show QJsonValue::Bool/DoubleChristian Ehrlicher2018-01-031-2/+14
* | | Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-033-5664/+5797
* | | Update most Unicode data to version 10.0Lars Knoll2018-01-035-5607/+6169
* | | Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-034-3/+44
* | | doc: Correct remaining qdoc warnings in QRandomGeneratorMartin Smith2018-01-021-15/+8
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-02228-1131/+2930
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-02228-1131/+2930
| |\| |
| | * | sqlite: Check that there are values to be set when bindingAndy Shaw2018-01-021-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-30118-666/+2078
| | |\|
| | | * Allow moc to handle Unicode output filenames on Windows with MSVCJake Petroules2017-12-281-2/+2
| | | * QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
| | | * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| | | * iOS: Don't send all touch events asyncTor Arne Vestbø2017-12-221-1/+1
| | | * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
| | | * Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
| | | * Fix typo in QSslKeyMårten Nordheim2017-12-211-1/+1
| | | * winrt: Register ssl socket upgrade callback in Xaml threadOliver Wolff2017-12-201-2/+6
| | | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1