summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-07-141-12/+7
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* fix wrong argumentLi Xinwei2021-07-141-1/+1
* CMake: Fix IMPORTED_IMPLIB to be set for shared libraries on WindowsAlexandru Croitor2021-07-141-1/+1
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-147-28/+52
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-145-6/+6
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* Fix qdoc warning: signal is not constVolker Hilsheimer2021-07-141-1/+1
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-142-5/+60
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-149-15/+16
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-141-1/+1
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-143-13/+13
* QDuplicateTracker: simplify the implementationMarc Mutz2021-07-131-21/+21
* QSslContext: remove unused fromConfiguration()Marc Mutz2021-07-133-10/+1
* Use module interface name as OUTPUT_NAMEAlexey Edelev2021-07-131-1/+4
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-1312-348/+205
* QWidget: copy Q{Menu,ToolBar}::addActions() functionsMarc Mutz2021-07-132-1/+176
* QPainter: replace manual memory management [2/5]: state/statesMarc Mutz2021-07-132-25/+29
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* QNetworkRequest: Fix decompression safety-check threshold docsMårten Nordheim2021-07-131-2/+2
* QStringList benchmark: fix the [[nodiscard]] warningsMarc Mutz2021-07-131-3/+3