summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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-0817-49/+356
* | | | | 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-084-4/+85
* | | | | Manual test foreignwindows: Add option to recover lost windowsFriedemann Kleint2018-11-071-0/+11
* | | | | Fix matching semi-transparent formatsAllan Sandfeld Jensen2018-11-071-7/+8
* | | | | QDBusServiceWatcher namespace prefix supportDavid Edmundson2018-11-064-63/+194
* | | | | QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-063-0/+52
* | | | | [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-0642-275/+259
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-0642-275/+259
| |\| | | |
| | * | | | 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
| | * | | | Stabilize tst_QAccessibilityLinux::testFocusFrederik Gladhorn2018-11-021-0/+2
| | * | | | QSqlQuery: add another testcase for bindBool()Christian Ehrlicher2018-11-021-1/+8
| | * | | | QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-024-3/+18
| | * | | | 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-012-3/+17
| | * | | | xcb: cleanup _NET_WM_STATE handlingGatis Paeglis2018-11-012-93/+100
| | * | | | Tablet example: Fix warning about switch/fallthroughFriedemann Kleint2018-11-011-1/+1
| | * | | | Notepad example: Get rid of auto-connection slotsAlexander Volkov2018-11-013-43/+60
| | * | | | Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040Heikki Halmet2018-11-011-0/+1
* | | | | | New proxy model: QTransposeProxyModelLuca Beldi2018-11-059-0/+1542
* | | | | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-0513-27/+23
* | | | | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-0515-41/+41
* | | | | | 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-023-35/+52
* | | | | QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-027-17/+50
* | | | | QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-023-49/+126
* | | | | Make util/lexgen/ mention itself in its auto-gen lineEdward Welbourne2018-11-015-434/+435
* | | | | Clean up some array dereferncingEdward Welbourne2018-11-011-3/+3
* | | | | Tweak a selftest blacklist to exercise more of the blacklisting codeEdward Welbourne2018-11-018-11/+63
* | | | | 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
* | | | | generate_expected_output.py: match tst_selftest's test environmentsEdward Welbourne2018-11-012-2/+24