summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
| * Add terminating character when sending byte arrays in FileChooser portalJan Grulich2018-10-311-2/+2
| * QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
| * winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
| * Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
| * Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
| * Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
| * macOS: restore hidden popup windowsRafael Roquetto2018-10-281-2/+20
| * qendian: Fix float conversionsIvan Komissarov2018-10-281-0/+26
| * wasm: use maintainTimers instead of processEvents for touch callbackLorn Potter2018-10-251-1/+1
| * xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-254-7/+8
| * Windows QPA: Fix 2-finger scroll not working with some touchpadsAndre de la Rocha2018-10-251-9/+34
| * angle: Add additional information to qt_attribution.jsonOliver Wolff2018-10-251-0/+4
* | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-311-1/+10