summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-222-2/+2
* 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
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-211-1/+0
* QList: extend testsIvan Solovev2021-07-211-13/+428
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-219-55/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-213-39/+58
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-211-9/+19
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2112-17/+492
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-202-5/+50
* 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
* locale_database: Use context manager interface to update source filesIevgenii Meshcheriakov2021-07-203-129/+134
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-206-23/+68
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* 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
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-191-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-191-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-191-24/+11
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-198-60/+107
* Fix location of qtattributionsscannerKai Köhne2021-07-191-1/+1
* Add qtpaths6 aliasKai Köhne2021-07-191-0/+1
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* locale_database: Use argparse module to parse command line argumentsIevgenii Meshcheriakov2021-07-173-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-176-140/+131
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-172-5/+19
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-1710-66/+53
* Fix generated pri and prl filesLi Xinwei2021-07-165-6/+17
* CMake: Handle single- and multi-config differences more robustlyCraig Scott2021-07-161-6/+7
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-163-75/+41
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-161-39/+23
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-162-0/+71
* CMake: Apply bitcode flags to internal plugin object lib initializersAlexandru Croitor2021-07-163-4/+12
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-165-2/+28
* CMake: Fix bitcode linker flags not to be added on iOSAlexandru Croitor2021-07-161-1/+0
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-161-4/+8
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-163-6/+12
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-161-4/+301
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-1610-26/+113