summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-159-113/+122
* QGradient: optimize empty stopsMarc Mutz2021-07-141-3/+4
* Report multi-arch targets in the configure summaryAllan Sandfeld Jensen2021-07-141-2/+7
* Convert python comparison function to key functionEdward Welbourne2021-07-141-40/+17
* Make locale ordering transitiveEdward Welbourne2021-07-145-71/+80
* Hold QRingBuffer and QNonContiguousByteDevice in shared_ptrMarc Mutz2021-07-149-39/+45
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-142-4/+27
* Fix location of qtattributionsscannerKai Köhne2021-07-141-1/+1
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-141-2/+11
* QPainter: replace manual memory management [3/5]: engineMarc Mutz2021-07-142-8/+14