summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-302-5/+27
* QNAM/QNetConMon: Update handling of QNetworkConnectionMonitor::startMårten Nordheim2020-04-302-5/+14
* macOS: Remove copy of QT_IGNORE_DEPRECATIONSTor Arne Vestbø2020-04-301-8/+0
* Initialize data members of QJsonParseErrorVolker Hilsheimer2020-04-301-2/+2
* rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-302-3/+17
* Extend qbswap to charNN_tMarc Mutz2020-04-301-0/+11
* QtCore: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-304-10/+13
* QTextCodecs: fix a few more ushort/uint -> QChar conversionsMarc Mutz2020-04-302-2/+2
* QNetworkProxy: don't allocate when parsing [1/2]: loop bodyMarc Mutz2020-04-291-13/+17
* QWidgetLineControl: replace raw memory handling with std::unique_ptrMarc Mutz2020-04-302-7/+4
* QXmlInputSource: change EndOf{Data,Document} ushort -> char16_tMarc Mutz2020-04-302-11/+11
* QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-306-19/+17
* QtNetwork: fix a few more char -> QChar conversionsMarc Mutz2020-04-301-2/+2
* QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-305-7/+7
* macOS/iOS: set focus reason when handling window deactivationVolker Hilsheimer2020-04-293-5/+7
* CMake: Namespace all our IMPORTED targetsJoerg Bornemann2020-04-292-6/+6
* CMake: Fix CMP0100 warning for bundled harfbuzzJoerg Bornemann2020-04-291-0/+1
* Get rid of virtual inheritance from ThreadEngineBaseJarek Kobus2020-04-291-1/+1
* Clean up in QTransformJarek Kobus2020-04-292-117/+28
* Enable Qt 5 connection syntax for QAbstractButton::animateClick()Friedemann Kleint2020-04-292-4/+4
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-2913-250/+332
* Always open a text control's context menu on the same screenShawn Rutledge2020-04-291-0/+5
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-2913-477/+3
* Android: Rename rs locale to seKai Koehne2020-04-281-0/+0
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-278-13/+36
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-278-13/+36
| |\
| | * Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-232-4/+10
| | * QImage: optimize convertWithPalette()Marc Mutz2020-04-233-6/+5
| | * QStringLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-04-231-2/+1
| | * macOS: Don't optimize out aggressive backingstore flushes when single-bufferedTor Arne Vestbø2020-04-221-2/+4
| | * Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
* | | Fix docJarek Kobus2020-04-271-3/+3
* | | Remove unused qTopLevelDomain()Marc Mutz2020-04-272-24/+0
* | | QUnicodeTables: port to charNN_tMarc Mutz2020-04-275-44/+34
* | | Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-272-23/+4
* | | CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-2763-91/+100
* | | Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-2716-347/+28
|/ /
* | QStringIterator: port from uint to char32_tMarc Mutz2020-04-264-27/+25
* | Port qIsEffectiveTLD() to QStringViewMarc Mutz2020-04-263-5/+7
* | QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-04-251-4/+4
* | Remove the QTextCodec dependency from the xcb pluginLars Knoll2020-04-244-23/+15
* | Move Qt::codecForHtml() to qtextcodec.*Lars Knoll2020-04-244-21/+16
* | QUrlIdna: port qt_is_idn_enabed() to QStringViewMarc Mutz2020-04-241-3/+3
* | QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-04-241-0/+9
* | Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-04-241-3/+5
* | Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-244-38/+3
* | Move QMargins operator| into qmargins.h, add equivalent for QMarginsFVolker Hilsheimer2020-04-243-19/+48
* | QListWidget/View: Update the selection when moving items within the viewVolker Hilsheimer2020-04-242-42/+45
* | QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-243-85/+169
* | QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-242-0/+49