summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-245-50/+14
* | 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-244-85/+179
* | QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-243-0/+74
* | Clarify ResetNotification in QSurfaceFormat a bitLaszlo Agocs2020-04-242-1/+12
* | QUrlIdna: re-enable NRVOMarc Mutz2020-04-241-2/+2
* | Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-244-20/+58
* | Do not mention Qt XML's SAX API anymore in examples/xml/READMEKai Koehne2020-04-241-5/+3
* | Doc: Remove mentioning of QXmlSimpleReader from QXmlStreamReaderKai Koehne2020-04-241-6/+4
* | Fix compilation of thee OCI driverLars Knoll2020-04-241-1/+1
* | CMake: Allow sqldriver plugins to be built as standaloneLeander Beernaert2020-04-242-0/+24
* | CMake: qt_find_package() enable debug behavior by defaultLeander Beernaert2020-04-241-2/+7
* | QUrl: fix implicit int->QChar conversionMarc Mutz2020-04-231-1/+1
* | QFuture: the result type doesn't have to be a default-constructibleVitaly Fanaskov2020-04-232-13/+39
* | QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-04-232-6/+99
* | vkmemalloc: make it compile with macOS 10.15 SDKLaszlo Agocs2020-04-232-1/+66
* | rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-238-9/+294
* | CMake: Port the 'static_runtime' featureJoerg Bornemann2020-04-233-1/+32
* | Remove checks for glibc < 2 from qplatformdefs.h filesJoerg Bornemann2020-04-236-39/+0
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-2310-53/+92
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-2310-53/+92
| |\|