summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-296-21/+19
* CMake: Fix CMP0100 warning for bundled harfbuzzJoerg Bornemann2020-04-292-2/+5
* Get rid of virtual inheritance from ThreadEngineBaseJarek Kobus2020-04-291-1/+1
* Clean up in QTransformJarek Kobus2020-04-292-117/+28
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-2912-15/+179
* CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-2916-29/+163
* uic tests: Update version in baselineFriedemann Kleint2020-04-29104-104/+104
* Enable Qt 5 connection syntax for QAbstractButton::animateClick()Friedemann Kleint2020-04-292-4/+4
* Mark widget gallery example as "gallery"Friedemann Kleint2020-04-291-0/+1
* 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
* Add support for building building against yoctoSimon Hausmann2020-04-294-9/+36
* Instruction selection fix for qemu cross-buildsSimon Hausmann2020-04-292-12/+32
* tst_QDialogButtonBox: Port away from QAbstractButton::animateClick()Friedemann Kleint2020-04-291-40/+38
* tst_Gestures: fix -Wdangling-else GCC warningMarc Mutz2020-04-291-4/+4
* examples: avoid int -> QChar conversionsMarc Mutz2020-04-293-3/+3
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-2917-543/+10
* Android: Rename rs locale to seKai Koehne2020-04-281-0/+0
* CMake: Honor INSTALL_MKSPECSDIR when generating qmodule.priJoerg Bornemann2020-04-271-2/+2
* Port qtbase/tests/auto/gui/painting to CMakeSona Kurazyan2020-04-2712-16/+449
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-2715-11/+290
* 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-276-68/+48
* | | Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-273-35/+5
* | | CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-2763-91/+100
* | | CMake: Fix wrong arm64 architectureLeander Beernaert2020-04-271-1/+1
* | | Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-2719-403/+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-252-4/+127
* | 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-242-3/+79