summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-203-25/+20
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-201-9/+19
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-202-5/+50
* QList: extend testsIvan Solovev2021-07-201-13/+428
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* 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
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-1912-17/+48
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Rename QVector benchmark and its main.cpp for consistencyEdward Welbourne2021-07-192-4/+4
* Clean up old QVector benchmarkEdward Welbourne2021-07-193-225/+68
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-198-60/+107
* Rename QFile benchmark's source file to tst_bench_qfile.cppEdward Welbourne2021-07-192-2/+2
* Drop pointless parentheses from round case labelsEdward Welbourne2021-07-191-20/+20
* Replace Q_FOREACH() with ranged-for loopsEdward Welbourne2021-07-191-20/+16
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-191-99/+73
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* 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