summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Read XML as utf-8 not latin1 if we don't have codecsLars Knoll2020-05-011-6/+6
* Remove QTextCodec dependency from the xcb pluginLars Knoll2020-05-012-22/+9
* Force the ibase plugin to use utf8Lars Knoll2020-05-012-91/+25
* Always assume utf8 for the client connection with the mysql serverLars Knoll2020-05-011-74/+22
* Remove useless codeLars Knoll2020-05-011-8/+0
* Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* Remove a couple of QTextStream usagesLars Knoll2020-05-015-20/+7
* Don't use a QTextStream to write the trash info fileLars Knoll2020-05-011-9/+6
* Remove textcodec codepaths in qmakeLars Knoll2020-05-012-30/+1
* Fix URL opening in snap sandboxIlya Fedin2020-05-011-1/+1
* Set QT_PLUGIN_CLASS_NAME also on public pluginsMårten Nordheim2020-04-302-2/+16
* pro2cmake.py: Generate .cmake.conf files for versioningMårten Nordheim2020-04-303-2/+15
* Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-302-3/+16
* Minor cleanup for QProperty constructorSimon Hausmann2020-04-301-10/+3
* Attempt to squeeze unionized fake qproperty members even furtherSimon Hausmann2020-04-301-2/+9
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-309-36/+315
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-303-5/+32
* QNAM/QNetConMon: Update handling of QNetworkConnectionMonitor::startMårten Nordheim2020-04-302-5/+14
* pro2cmake: Translate (QT|QMAKE_USE)_FOR_PRIVATE into PRIVATE_MODULE_INTERFACETor Arne Vestbø2020-04-301-0/+4
* Fix pro2cmake help textTor Arne Vestbø2020-04-301-1/+1
* macOS: Remove copy of QT_IGNORE_DEPRECATIONSTor Arne Vestbø2020-04-301-8/+0
* Don't reference build directory in helper lib priTor Arne Vestbø2020-04-301-9/+9
* CMake: Fix the setup for html_docs and qch_docsVenugopal Shivashankar2020-04-301-2/+2
* Initialize data members of QJsonParseErrorVolker Hilsheimer2020-04-301-2/+2
* pro2cmake: convert QMLTYPES_FILENAME to QT_QMLTYPES_FILENAMEFabian Kosmale2020-04-301-0/+4
* rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-302-3/+17
* Revert "CMake: qt_find_package() enable debug behavior by default"Alexandru Croitor2020-04-301-7/+2
* CMake: Fix build of qlogging test on MinGWAlexandru Croitor2020-04-301-1/+1
* CMake: Fix usage of correct install prefix for standalone testsAlexandru Croitor2020-04-301-2/+15
* 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-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