summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-041-5/+13
* QFileSystemEngine: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-041-4/+4
* Fix 64bit size issues in QCacheLars Knoll2020-05-041-3/+3
* uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-047-7/+110
* Fix font height metrics with embedded bitmapsEskil Abrahamsen Blomfeldt2020-05-0410-46/+33
* Doc: Small fixes in qt5_wrap_cpp documentationKai Koehne2020-05-031-2/+2
* QDirIterator: port visitedLinks from QSet to QDuplicateTrackerMarc Mutz2020-05-031-7/+7
* QDirIterator: move a guard condition from caller to calleeMarc Mutz2020-05-031-4/+4
* QDirIterator: make a confusing condition less soMarc Mutz2020-05-031-2/+1
* Don't use a QTextStream to read lines from a fileLars Knoll2020-05-021-5/+6
* Fix warnings about size_t to uint truncationLars Knoll2020-05-022-14/+14
* Fix compile error on iOSLars Knoll2020-05-021-0/+3
* QUrlIdna: avoid QString creationMarc Mutz2020-05-021-3/+2
* QUrl: optimize fromAce()Marc Mutz2020-05-021-1/+8
* QUrl: avoid QString creation in setHost()Marc Mutz2020-05-021-1/+1
* QUrlIdna: port qt_ACE_do() to QStringViewMarc Mutz2020-05-022-4/+4
* QUrlIdna: port nextDotDelimiter() to QStringViewMarc Mutz2020-05-021-7/+6
* QString: replace a few autos with char32_tMarc Mutz2020-05-021-4/+4
* CMake: Fix 32 bit Qt builds like our MinGW config in CoinAlexandru Croitor2020-05-011-1/+1
* Correctly flag remaining chars for the ICU codecLars Knoll2020-05-011-0/+7
* 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 a couple of QTextStream usagesLars Knoll2020-05-014-17/+4
* Don't use a QTextStream to write the trash info fileLars Knoll2020-05-011-9/+6
* Fix URL opening in snap sandboxIlya Fedin2020-05-011-1/+1
* Set QT_PLUGIN_CLASS_NAME also on public pluginsMårten Nordheim2020-04-301-0/+10
* Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-3/+4
* 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-308-36/+255
* 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