summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update download location for Harfbuzz as wellEskil Abrahamsen Blomfeldt2023-05-051-1/+1
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-052-10/+7
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-041-3/+3
* Deprecate Q_ASSUMEThiago Macieira2023-05-042-20/+11
* QMutex: remove unused tst_QMutex forward declarationThiago Macieira2023-05-041-3/+0
* Simplify invokeMethod implementations using QSlotObject helpersVolker Hilsheimer2023-05-042-53/+15
* Update public suffix listMårten Nordheim2023-05-042-4507/+4252
* QRunnable: Extract Method warnNullCallable()Marc Mutz2023-05-042-5/+15
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-041-19/+18
* Revamp DOM Bookmarks exampleØystein Heskestad2023-05-042-5/+4
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-044-32/+124
* QtDBus: Convert QDBusMetaTypeId into namespaceIevgenii Meshcheriakov2023-05-041-12/+11
* QtDBus: Use non-textual version of QMetaObject::invokeMethodIevgenii Meshcheriakov2023-05-045-6/+9
* QtDBus: Replace some text-based singnal-slot connectionsIevgenii Meshcheriakov2023-05-043-6/+6
* Make default local time a static constEdward Welbourne2023-05-041-2/+2
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-044-35/+30
* Split out a helper function for QLocalTimeEdward Welbourne2023-05-041-13/+18
* Normalize paths using std::filesystem::weakly_canonicalAlexey Edelev2023-05-041-1/+1
* Resolve symbol ambiguity when building with Unity BuildAmir Masoud Abdol2023-05-041-2/+5
* QString/QByteArray::op>>: don't assume clear() makes the container isNull()Marc Mutz2023-05-042-2/+4
* Update harfbuzz to version 7.2.0Eskil Abrahamsen Blomfeldt2023-05-0480-728/+2324
* Doc: fix warnings in QTimerVolker Hilsheimer2023-05-042-35/+22
* Match deadcode elimination with cpu feature checkAllan Sandfeld Jensen2023-05-043-8/+8
* Q{Any,Utf8,}StringView: fix docs of generic Container ctorMarc Mutz2023-05-043-12/+29
* wasm: Fix permissionsLorn Potter2023-05-041-3/+0
* macOS: Don't clam to support action messages from non-Qt menu itemsTor Arne Vestbø2023-05-042-54/+82
* Brush up the container code snippetsFriedemann Kleint2023-05-0415-114/+88
* QVarLengthArray: simplify / optimize assign(It, It)Marc Mutz2023-05-031-18/+19
* Schannel: Remove deprecated SCHANNEL_CRED based code pathTobias Koenig2023-05-031-64/+17
* QProcess: remove the note that it freezes threads on QNXThiago Macieira2023-05-031-11/+0
* QVarLengthArray: remove unnecessary exception checkDennis Oberst2023-05-032-4/+7
* Pass functor through as references until storedVolker Hilsheimer2023-05-031-10/+12
* rhi: gl: Skip useless glEnable for point sprites in core profilesLaszlo Agocs2023-05-031-1/+2
* OpenFile portal: do not use O_PATH fdsJan Grulich2023-05-031-8/+2
* QTimer: fix compilation with C++20Marc Mutz2023-05-021-1/+1
* QLocalTime: get offset from correct local time minus UTC timeEdward Welbourne2023-05-021-1/+1
* fix wrong and strange indentationYuhang Zhao2023-05-021-22/+22
* QtDBus: Use QMetaObject::invokeMethod instead of QTimer::singleShotIevgenii Meshcheriakov2023-05-022-2/+3
* QDBusServer: Fix potential crash when private pointer is nullIevgenii Meshcheriakov2023-05-021-10/+23
* QGuiApplication: Propagate wheel event accepted stateMorten Sørvig2023-05-021-0/+1
* wasm: build with -no-feature-accessibilityMorten Sørvig2023-05-024-5/+22
* QMetaProperty: add writeOnGadget() overload taking rvalue QVariantMarc Mutz2023-05-022-0/+11
* D-Bus: use move() on QVariants in writeProperty()Marc Mutz2023-05-021-2/+2
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-024-2/+146
* Merge QSlotObject and QFunctorSlotObject, and use helpers to deduplicateVolker Hilsheimer2023-05-022-127/+45
* Remove QStaticSlotObject, use QFunctorSlotObject insteadVolker Hilsheimer2023-05-022-34/+10
* Use QSlotObject helper to drastically simplify QTimerVolker Hilsheimer2023-05-022-170/+40
* Respect expected return type in QSlotObject helperVolker Hilsheimer2023-05-021-3/+3
* Make QSlotObject helpers usable for SFINAEVolker Hilsheimer2023-05-021-7/+17
* Modernize meta programming helpersVolker Hilsheimer2023-05-021-8/+5