summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Jani Heikkinen2021-08-252-3/+3
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-183-4/+157
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-181-0/+3
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-132-833/+787
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-08-131-18/+18
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-08-1210-44/+70
* CMake: Warn when using CMake 3.21.0 due to issue in AUTOMOC/AUTOUICAlexandru Croitor2021-08-111-0/+7
* Fix memory leak if eXIf has incorrect crcRobert Löhning2021-08-102-4/+19
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* CMake: Fix build with CMake master / 3.22Alexandru Croitor2021-08-101-1/+1
* Improve docs for QFuture continuationsSona Kurazyan2021-08-102-49/+53
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-102-4/+35
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-081-1/+1
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-041-1/+3
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* doCrypt() - check the error codesTimur Pocheptsov2021-08-031-1/+5
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* Bump versionJani Heikkinen2021-08-023-3/+3
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-013-2/+3
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-301-4/+113
* QByteArray: extend unit testsIvan Solovev2021-07-292-27/+687
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-292-9/+33
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+2
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* [qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella2021-07-281-0/+2
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-273-5/+11
* Don't report results when the results list is emptySona Kurazyan2021-07-274-0/+44
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-271-2/+5
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-272-3/+85
* CMake: Keep public include header locations for internal module priJaeyoon Jung2021-07-261-1/+1
* CMake: Use namespaced variables in Qt6*Dependencies.cmakeLi Xinwei2021-07-264-96/+95
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-243-0/+8
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-231-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-231-1/+2
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-231-1/+1
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-231-1/+1
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-231-16/+28
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-233-32/+52
* QSet: extend testsIvan Solovev2021-07-231-5/+172