summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QtConcurrent: Remove the redundant code for QStringListSona Kurazyan2021-07-262-8/+0
* QLocalSocket/Win: allow delayed close to workAlex Trotsenko2021-07-252-16/+9
* QLocalSocket/Win: do not close the device on disconnectFromServer()Alex Trotsenko2021-07-241-5/+7
* QLocalSocket/Win: do not flush the pipe in disconnectFromServer()Alex Trotsenko2021-07-241-1/+0
* QLocalSocket: call abort() instead of close() on destructionAlex Trotsenko2021-07-243-13/+9
* QLocalSocket/Win: remove unnecessary call to setWriteChannelCount()Alex Trotsenko2021-07-241-1/+0
* QLocalSocket/Win: remove dead code in disconnectFromServer()Alex Trotsenko2021-07-241-8/+0
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-242-0/+2
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-241-0/+17
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-231-12/+3
* doCrypt() - check the error codesTimur Pocheptsov2021-07-231-1/+7
* QMenu: actually deprecate all trailing-shortcut addAction() overloadsMarc Mutz2021-07-231-0/+4
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-2310-71/+55
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-232-7/+2
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-222-0/+40
* Remove some now-redundant casts to qint64Edward Welbourne2021-07-221-8/+3
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+6
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
* CMake: Fix Windows -debug-and-release builds with CMake 3.21.0Alexandru Croitor2021-07-221-5/+19
* Android: stop making throwing promisesGiuseppe D'Angelo2021-07-221-25/+1
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-222-2/+2
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-07-222-20/+19
* QSet::erase - extend docsIvan Solovev2021-07-211-0/+5
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-1/+4
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-213-71/+101
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-202-15/+27
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-2011-0/+54
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-209-55/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-203-39/+58
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-3/+1
* 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