summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QMenu: actually deprecate all trailing-shortcut addAction() overloadsMarc Mutz2021-07-231-0/+4
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-2310-71/+55
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-233-32/+52
* Add benchmarks for QString::numberMårten Nordheim2021-07-222-3/+133
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-222-0/+40
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* Remove some now-redundant casts to qint64Edward Welbourne2021-07-221-8/+3
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-222-0/+65
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
* QString: extend unit testsIvan Solovev2021-07-221-74/+495
* CMake: Disable test_QT_TESTCASE_BUILDDIR cmake build testAlexandru Croitor2021-07-221-4/+8
* CMake: Fix Windows -debug-and-release builds with CMake 3.21.0Alexandru Croitor2021-07-221-5/+19
* CMake: Fix Windows resource compiler failure in selftests with MinGWAlexandru Croitor2021-07-221-1/+1
* Android: stop making throwing promisesGiuseppe D'Angelo2021-07-221-25/+1
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-222-2/+2
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-07-222-20/+19
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-211-1/+1
* QSet::erase - extend docsIvan Solovev2021-07-211-0/+5
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-212-1/+7
* QString benchmark: rename the source fileMårten Nordheim2021-07-212-2/+2
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-215-278/+522
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2012-17/+492
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-2013-0/+183
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-209-55/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-203-39/+58
* tst_QSslSocket: fix and clean up allowedProtocolNegotiationMårten Nordheim2021-07-201-10/+4
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-202-13/+39
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-202-0/+13
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* locale_database: Use context manager interface to update source filesIevgenii Meshcheriakov2021-07-203-129/+134
* Fusion style: TabBar: Use common style to draw a close buttonNodir Temirkhodjaev2021-07-201-11/+0
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-201-1/+0
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-203-25/+20
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-201-9/+19
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-202-5/+50
* QList: extend testsIvan Solovev2021-07-201-13/+428
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* locale_database: Use NamedTemporaryFile for temporary filesIevgenii Meshcheriakov2021-07-191-14/+7
* locale_database: Use pathlib to manipulate paths in Python codeIevgenii Meshcheriakov2021-07-195-65/+76
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-1912-17/+48
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Rename QVector benchmark and its main.cpp for consistencyEdward Welbourne2021-07-192-4/+4
* Clean up old QVector benchmarkEdward Welbourne2021-07-193-225/+68
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15