summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+4
* Fusion style: TabBar: Use common style to draw a close buttonNodir Temirkhodjaev2021-07-201-11/+0
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-201-1/+0
* 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-201-5/+15
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-1910-13/+44
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-198-60/+107
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* Hold QSslContext in shared_ptrMarc Mutz2021-07-1811-26/+26
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-179-58/+43
* SSL: port QSharedPointer<QSslContext> uses to std-compatible API subsetMarc Mutz2021-07-163-14/+13
* 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-162-74/+40
* 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-161-0/+2
* Tidy up systemCaCertificates() function in OpenSSL backendEdward Welbourne2021-07-161-18/+11
* 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
* 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-155-23/+68
* 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-155-31/+72
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-159-25/+99
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* Make some lists const and use ranged-for to iterate themEdward Welbourne2021-07-151-8/+9
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-152-0/+31
* 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
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-158-111/+119
* QGradient: optimize empty stopsMarc Mutz2021-07-141-3/+4
* Make locale ordering transitiveEdward Welbourne2021-07-144-44/+44
* Hold QRingBuffer and QNonContiguousByteDevice in shared_ptrMarc Mutz2021-07-149-39/+45
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-141-4/+5
* 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
* 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