summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix build with -qt-libpng on powerpcAllan Sandfeld Jensen2018-11-021-1/+1
| | * Update various qt_attribution.json filesEdward Welbourne2018-11-0212-1/+26
| | * QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-023-3/+4
| | * QColorDialog: use customColorCount() instead hardcoded valueChristian Ehrlicher2018-11-021-1/+1
| | * Fix supportsSsl() to make it more consistentTimur Pocheptsov2018-11-023-4/+9
| | * QtPlatformSupport/macOS: Remove superfluous freetype inclusionFriedemann Kleint2018-11-011-6/+0
| | * uic: Remove remains of old Java generatorFriedemann Kleint2018-11-016-113/+13
| | * QtCore/Windows: Output unknown messages in hex in the debug operator for MSGFriedemann Kleint2018-11-011-1/+1
| | * Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-3/+9
| | * xcb: cleanup _NET_WM_STATE handlingGatis Paeglis2018-11-012-93/+100
* | | New proxy model: QTransposeProxyModelLuca Beldi2018-11-056-0/+620
* | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-055-9/+11
* | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-055-14/+14
* | | QAbstractOpenGLFunctions: disallow copy/assignment operationsChristian Ehrlicher2018-11-051-0/+1
* | | QCommandLinkButton: fix visibility of some public functionsChristian Ehrlicher2018-11-051-0/+6
|/ /
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-0535-226/+106
* | QLocale: add const version of formattedDataSizeChristian Ehrlicher2018-11-022-1/+17
* | QTableWidget: mark isItemSelected/setItemSelected() as deprecatedChristian Ehrlicher2018-11-022-32/+49
* | QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-025-13/+46
* | QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-022-16/+47
* | Make util/lexgen/ mention itself in its auto-gen lineEdward Welbourne2018-11-011-424/+423
* | Clean up some array dereferncingEdward Welbourne2018-11-011-3/+3
* | Remove some unused code from QTestCoreListEdward Welbourne2018-11-011-17/+0
* | More const; don't take mutable char *argv[] where const is all we needEdward Welbourne2018-11-011-2/+7
* | Dedent a block of code in a namespace for consistency with the rest of the blockEdward Welbourne2018-11-011-49/+49
* | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-014-10/+462
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-0120-169/+281
|\|
| * xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-314-127/+118
| * xcb: remove leftover functionGatis Paeglis2018-10-311-1/+0
| * Fix docJarek Kobus2018-10-311-1/+1
| * QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23