summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtCore: use C++11 thread_local instead of QThreadStorageThiago Macieira2022-02-033-43/+18
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-031-2/+4
* QBuffer: exterminate three thread-safe static guard variablesMarc Mutz2022-02-031-6/+11
* QCollator: port from QString::compare_helper to QtPrivate::compareStringsMarc Mutz2022-02-032-4/+1
* Fix mach_port_t not being foundAlexandru Croitor2022-02-031-0/+1
* QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-033-28/+15
* QLocale: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-033-27/+14
* DirectWrite: Turn off grid-fitting for unhinted textEskil Abrahamsen Blomfeldt2022-02-031-25/+65
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-033-9/+37
* QTestLib: code tidiesGiuseppe D'Angelo2022-02-031-4/+4
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-3/+10
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-022-9/+25
* Add documentation for qt_finalize_project commandAlexey Edelev2022-02-025-3/+97
* Better document attaching a QFutureWatcher to a started QFutureAndreas Hartmetz2022-02-021-3/+9
* QPlainTestLogger: code tidiesGiuseppe D'Angelo2022-02-021-2/+4
* Nail down handling of nextTransition() when before the first ruleEdward Welbourne2022-02-021-3/+12
* macOS: Use native resize cursors for diagonal resizeViktor Arvidsson2022-02-021-4/+33
* Fix clipped glyphs in text rendering of QGraphicsTextItemViktor Arvidsson2022-02-022-7/+7
* Mention AAB packages in the qt_android_add_apk_target descriptionAlexey Edelev2022-02-021-10/+13
* Add the list of supported Android ABIs to the related documentationAlexey Edelev2022-02-023-7/+10
* Only use inlined target functions when supportedAllan Sandfeld Jensen2022-02-021-1/+1
* QAbstractItemView: do not access invalid model indices (3/N)Giuseppe D'Angelo2022-02-021-7/+41
* Fix flags in QFileSystemModelAndreas Buhr2022-02-021-2/+3
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-6/+18
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-02-022-1/+7
* Handle glib optional components properlyIlya Fedin2022-02-022-1/+3
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-25/+34
* QImageReader: Check for existing handler in initHandlerRobert Löhning2022-02-021-3/+6
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-024-9/+9
* qfloat16: add AVX512VL qfloat16 conversion tailThiago Macieira2022-02-011-0/+37
* QMacStyle::standardIcon - use the real file nameTimur Pocheptsov2022-02-011-1/+1
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-013-29/+18
* testlib: Disable window restoration on macOS in a non-persistent wayTor Arne Vestbø2022-02-011-2/+5
* configure: Check for basic cpp/winrt supportOliver Wolff2022-02-013-6/+31
* Doc: State Qt versions for when CMake commands etc. were introducedJoerg Bornemann2022-02-0124-1/+72
* CMake: Deduce install prefix of example in qt_internal_add_exampleAlexandru Croitor2022-02-012-0/+12
* rhi: d3d11: Switch the default swap effect and scaling modeLaszlo Agocs2022-02-012-26/+48
* Use IMPORTED_LOCATION of rcc targetAlexey Edelev2022-02-011-7/+30
* rhi: d3d11: switch to uuidof everywhereLaszlo Agocs2022-02-011-9/+9
* rhi: Code quality - remove defaults from switch enumsBen Fletcher2022-02-012-28/+11
* QAbstractItemView: do not access invalid model indices (2/N)Giuseppe D'Angelo2022-02-011-0/+2
* QAbstractItemView: do not access invalid model indices (1/N)Giuseppe D'Angelo2022-02-011-1/+2
* QAbstractItemView: code tidiesGiuseppe D'Angelo2022-02-011-4/+12
* QCoffPeParser: simplify std::optional checkMarc Mutz2022-02-011-1/+1
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-0114-61/+26
* QTextTable: fix signed/unsigned warningMarc Mutz2022-02-011-1/+1
* rhi: d3d11: Try uuidof instead of IID_* to help old MinGWLaszlo Agocs2022-02-011-1/+1
* QWeakPointer: make default ctor constexprMarc Mutz2022-02-011-1/+1
* QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-319-7/+68