summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-222-0/+65
* QSet::erase - extend docsIvan Solovev2021-07-221-0/+5
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-202-0/+13
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-202-13/+39
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* QList: extend testsIvan Solovev2021-07-201-14/+426
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-201-9/+19
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-201-39/+23
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-201-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-201-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-201-24/+11
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-193-5/+75
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-191-0/+2
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-1922-8/+28
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-191-14/+9
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-07-191-1/+1
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-07-192-2/+7
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-172-0/+71
* Fix generated pri and prl filesLi Xinwei2021-07-175-6/+17
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-07-161-12/+7
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* CMake: Fix bitcode linker flags not to be added on iOSAlexandru Croitor2021-07-161-1/+0
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-152-3/+22
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-151-2/+11
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QMultiMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-141-0/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-142-1/+13
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-143-5/+76