summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hold QSslContext in shared_ptrMarc Mutz2021-07-1811-26/+26
* tst_QComboBox: fix -Wsuggest-overrideMarc Mutz2021-07-181-1/+1
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-1710-66/+53
* tst_QGraphicsScene: fix compiler warning about misleading indentationMarc Mutz2021-07-171-4/+4
* SSL: port QSharedPointer<QSslContext> uses to std-compatible API subsetMarc Mutz2021-07-163-14/+13
* Fix generated pri and prl filesLi Xinwei2021-07-175-6/+17
* locale_database: Use argparse module to parse command line argumentsIevgenii Meshcheriakov2021-07-163-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-166-140/+131
* locale_database: Add schema for intermediate locale data filesIevgenii Meshcheriakov2021-07-162-0/+151
* CMake: Handle single- and multi-config differences more robustlyCraig Scott2021-07-171-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
* Tidy up systemCaCertificates() function in OpenSSL backendEdward Welbourne2021-07-161-18/+11
* Skip trailing space on ends of QFile benchmark namesEdward Welbourne2021-07-161-3/+6
* QFile benchmark: purge fatuous function, inline several moreEdward Welbourne2021-07-161-39/+8
* Export QHttpNetworkReply private to permit it to be used by websocketsØystein Heskestad2021-07-161-2/+2
* QClipboard: remove a useless default switch-case labelWenTao Song2021-07-161-2/+1
* QPainter: replace manual memory management [5/5]: d_ptrsMarc Mutz2021-07-162-20/+10
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* 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
* Add qtpaths6 aliasKai Köhne2021-07-161-0/+1
* QPainter: replace manual memory management [4/5]: emulationEngineMarc Mutz2021-07-162-21/+8
* QPainterPrivate: use NSDMI, outline ctorMarc Mutz2021-07-152-16/+17
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-152-5/+19
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-156-23/+70
* Initialize class members of QTreeWidgetItem at declarationAndreas Buhr2021-07-152-57/+15
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-156-37/+78
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* Make Integrity to use cross compile instructionsSimo Fält2021-07-152-4/+4
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-1510-26/+113
* Add test for native interface machineryTor Arne Vestbø2021-07-153-0/+129
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* CMake: Force Integrity to be a static Qt buildAlexandru Croitor2021-07-151-16/+24
* QFile benchmark: fix -Wunused-resultMarc Mutz2021-07-151-2/+2
* Limit some QList benchmark data-set sizes to avoid time-outsEdward Welbourne2021-07-151-15/+17
* Make some lists const and use ranged-for to iterate themEdward Welbourne2021-07-151-8/+9
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-153-0/+49
* QLocalSocket benchmark: improve connectivity and error reportingAlex Trotsenko2021-07-151-0/+4
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-152-10/+5
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-154-188/+188
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-158-30/+23
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* Tidy up qtestcase.cpp's WatchDogEdward Welbourne2021-07-151-6/+11
* QList benchmark: inline the removAll tests to match most othersEdward Welbourne2021-07-151-53/+23
* QLocalSocket benchmark: Report server error string if listen() failsEdward Welbourne2021-07-151-1/+3
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301