summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
| * | xcb: fix regression with open/close hand cursorsGatis Paeglis2018-11-071-1/+2
| * | QSocks5SocketEngine: Remove too optimistic check for UDP proxy setupAlexander Akulich2018-11-071-17/+0
| * | QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
| * | Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
| * | Fix QTableView/Widget on macOSTimur Pocheptsov2018-11-071-0/+3
| * | White-list more recent Mesa version for multi-threadingAllan Sandfeld Jensen2018-11-061-35/+25
| * | Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Liang Qi2018-11-0621-4196/+4470
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-0521-4196/+4470
| | |\ \
| | | * \ Merge "Merge remote-tracking branch 'origin/5.11' into 5.12.0" into refs/stag...v5.12.0-beta4Jani Heikkinen2018-11-059-23/+37
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-059-23/+37
| | | | |\|
| | | | | * eglfs_kms: initialize m_deviceListenerSamuli Piippo2018-10-311-0/+1
| | | | | * Don't create an offscreen surface when not on the GUI threadAndy Nichols2018-10-301-12/+21
| | | | | * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
| | | | | * xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-292-8/+1
| | | | | * Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1
| | | | | * Don't block mouse events if the window is a Tooltip typeAndy Shaw2018-10-241-1/+2
| | | | | * [cocoa] Disable offline renderers for dual AMD FirePro GPUMichael Brüning2018-10-231-1/+7
| | | | | * Fix stylesheet example for QLineEdit:read-only code exampleArnaud Bienner2018-10-221-0/+1
| | | * | | Android: Fix build.gradleBogDan Vatra2018-11-051-1/+1
| | | |/ /
| | | * | Doc: Solve issue with gridlayout image fileNico Vertriest2018-11-022-1/+1
| | | * | Update to CLDR v34Edward Welbourne2018-11-024-4169/+4277
| | | * | Merge 5.12 into 5.12.0Oswald Buddenhagen2018-10-3019-88/+168
| | | |\ \
| | | * | | macOS: Treat explicitly set Qt::SubWindows as not needing a NSWindowTor Arne Vestbø2018-10-291-2/+5
| | | * | | macOS: Add local auto-release pool during updating of window flagsTor Arne Vestbø2018-10-261-0/+6
| | | * | | macOS: Log Qt and macOS version information at startupTor Arne Vestbø2018-10-253-0/+141
| | | * | | Fix out of bounds memory access when setting motif window hint propertiesSimon Hausmann2018-10-251-0/+2
| * | | | | QFbCursor: Avoid nullptr access when QT_QPA_FB_HIDECURSOR is 0Christian Ehrlicher2018-11-062-9/+18
| |/ / / /
* | | | | QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecatedChristian Ehrlicher2018-11-093-60/+80
* | | | | Painting: Fix capping of polylines having endpoint == startpointEirik Aavitsland2018-11-094-4/+15
* | | | | QHeaderView: check for changed roles in dataChanged()Christian Ehrlicher2018-11-081-1/+17
* | | | | Make QAbstractItemModel::resetInternalData virtual for Qt 6Frederik Gladhorn2018-11-081-1/+3
* | | | | QHeaderView: Fix updating hidden sections during initializeSections()Christian Ehrlicher2018-11-081-2/+3
* | | | | ItemWidgets: add helper function to retrieve the underlying modelChristian Ehrlicher2018-11-086-67/+105
* | | | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-0811-35/+145
* | | | | Use regular SSE2 stores instead of non-temporal ones in qt_memfill32Thiago Macieira2018-11-081-8/+8
* | | | | Add Q_FALLTHROUGH to qdrawhelper_neon.cppAllan Sandfeld Jensen2018-11-081-14/+14
* | | | | Remove QT_MEMCPY_USHORT macro and just use memcpyThiago Macieira2018-11-082-33/+5
* | | | | Remove unused QT_MEMCPY_REV_UINT macroThiago Macieira2018-11-081-20/+0
* | | | | Remove QT_MEMFILL_xxx macrosThiago Macieira2018-11-083-9/+3
* | | | | Test and document QTest::toHexRepresentation()Edward Welbourne2018-11-081-1/+3
* | | | | Fix matching semi-transparent formatsAllan Sandfeld Jensen2018-11-071-7/+8
* | | | | QDBusServiceWatcher namespace prefix supportDavid Edmundson2018-11-063-26/+94
* | | | | QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-062-0/+26
* | | | | [Micro]Optimize QStyleSheetStyle::subElementRectAlbert Astals Cid2018-11-061-3/+2
* | | | | Remove unnecessary Q_STATIC_TEMPLATE_FUNCTION macroThiago Macieira2018-11-064-57/+54
* | | | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-0633-230/+165
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-0633-230/+165
| |\| | | |
| | * | | | Enable swizzlingAllan Sandfeld Jensen2018-11-051-1/+1
| | * | | | Remove unused variableLars Knoll2018-11-021-3/+0