summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* Fix documentation warnings about QCollator propertyAndreas Buhr2020-12-031-2/+2
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* Fix event() chaining in QWinEventNotifierAlex Trotsenko2020-12-031-5/+8
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* QHash: default the argument for the hash calculator helperGiuseppe D'Angelo2020-12-031-1/+1
* QDuplicateTracker: allow usage of qHashGiuseppe D'Angelo2020-12-031-1/+9
* QRE: discourage users from assuming that QRE stores the subjectGiuseppe D'Angelo2020-12-031-0/+10
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QRegularExpression: plaster some [[nodiscard]]Giuseppe D'Angelo2020-12-031-0/+5
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-032-24/+23
* Dialog: Fall back to transient parent to make dialog window get centeredYuya Nishihara2020-12-031-1/+14
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Add test for qRoundDavid Skoland2020-12-021-0/+8
* Fix QSet::insert documentationAndreas Buhr2020-12-021-1/+1
* Document QMultiHash::clear functionAndreas Buhr2020-12-021-0/+9
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-026-0/+214
* Reduce the scope of variable in focusInEvent()Wang Yu2020-12-021-1/+1
* QDuplicateTracker: remove the appendTo && overloadMårten Nordheim2020-12-021-8/+1
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-021-0/+1
* QSet: add insert(T&&)Mårten Nordheim2020-12-021-1/+3
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* Add qt5compat as a dependency to qtxml documentationAndreas Buhr2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-0211-16/+18
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-014-0/+100
* Fix link to qHash documentationVolker Hilsheimer2020-12-011-1/+1
* QSet: add erase_ifGiuseppe D'Angelo2020-12-013-0/+38
* Sequential general purpose containers: add erase/erase_ifGiuseppe D'Angelo2020-12-015-22/+187
* QMap: code tidiesGiuseppe D'Angelo2020-12-011-22/+22
* QProcess/Unix: remove redundant checks in waitForReadyRead()Alex Trotsenko2020-12-011-10/+7
* Silence code checker warningsLars Knoll2020-12-011-2/+3
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-012-1/+15
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-014-27/+36
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-012-6/+26
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-013-8/+8
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-013-9/+36
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* QProcess/Win: improve reading in waitForBytesWritten()Alex Trotsenko2020-12-011-8/+2
* qsocks5socketengine: use qintptr when referring to socket descsMårten Nordheim2020-12-011-1/+1
* QSocks5SocketEngine: Add missing return on errorMårten Nordheim2020-12-011-0/+4
* CMake: Allow WIN32 and MACOSX_BUNDLE arguments for qt6_add_executableCristian Adam2020-12-011-0/+1
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1