summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMutex: add QDeadlineTimer-based tryLocksThiago Macieira2023-05-116-33/+106
* QReadWriteLock: add tryLockForXxx overloads taking QDeadlineTimerThiago Macieira2023-05-113-48/+98
* QReadWriteLock: inline the lockForXxx functionsThiago Macieira2023-05-113-8/+20
* QReadWriteLock: remove the untimed tryLockForXxxx functionsThiago Macieira2023-05-113-44/+17
* QReadWriteLock: force the loop to exist in a separate functionThiago Macieira2023-05-111-2/+15
* QReadWriteLock: remove the private function from the symbol tableThiago Macieira2023-05-115-42/+57
* QDBusConnectionPrivate: Fix handling of queued messagesIevgenii Meshcheriakov2023-05-111-1/+1
* Fix QMetaObject::invokeMethod for free functions and std::bindVolker Hilsheimer2023-05-112-19/+7
* Revert "QIconLoader: use system fallback theme as the first fallback option"Tor Arne Vestbø2023-05-111-4/+0
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-7/+10
* macOS: Replace [QNSView drawRect:] assert with warningTor Arne Vestbø2023-05-111-2/+4
* QRunnable: fix Coverity dead-code warnings in create()Marc Mutz2023-05-111-12/+20
* QGenericRunnable: remove common prefix from nested classesMarc Mutz2023-05-111-12/+11
* Move QGenericRunnableHelper info QGenericRunnableMarc Mutz2023-05-111-7/+6
* Move handling of helper from create() to QGenericRunnableMarc Mutz2023-05-111-4/+4
* QStyleSheetStyle: avoid #define ceil()Marc Mutz2023-05-111-4/+1
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-112-0/+22
* QCallableObject: use QtPrivate::CompactStorageMarc Mutz2023-05-111-7/+11
* Add QBezier methods for computing a quadratic curves approximationEirik Aavitsland2023-05-112-0/+106
* Android: fix QDir::entryInfoList() with content URIsAssam Boudjelthia2023-05-111-4/+4
* QIconLoader: use system fallback theme as the first fallback optionJan Grulich2023-05-111-0/+4
* Doc: Don't advertise qt_add_big_resources on qt_add_resources pageJoerg Bornemann2023-05-111-2/+2
* Tracepointgen: Fix debug print warningsAntti Määttä2023-05-111-5/+5
* QPointer: also make conversion to pointer-to-const workMarc Mutz2023-05-111-2/+4
* QDeadlineTimer: avoid a system call for timeout == 0Thiago Macieira2023-05-111-10/+32
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-7/+17
* QDeadlineTimer: use std::chrono::ceil() in setRemainingTime()Thiago Macieira2023-05-111-1/+2
* QtDBus: Remove unused extern declaration of qDBusInitThreads()Ievgenii Meshcheriakov2023-05-111-2/+0
* animation: use Q_EMIT in private headerTim Blechmann2023-05-111-2/+2
* Merge integration refs/builds/qtci/dev/1683731304Qt CI Bot2023-05-111-0/+3
|\
| * QDataBuffer: decrease size on shrink()Mårten Nordheim2023-05-101-0/+3
* | Darwin: Cache system locale's zero digit and invalidate on locale changesTor Arne Vestbø2023-05-111-8/+20
|/
* QStyleSheetStyle: fix unity-build with chunk-size 13Marc Mutz2023-05-101-0/+2
* QSlotObjectBase: move the m_ref after m_impl for Qt 7Thiago Macieira2023-05-101-3/+10
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-106-20/+21
* Remove Java iterator APIs for moving back if operator-- is not availableVolker Hilsheimer2023-05-103-4/+32
* Fix QMenu (+other theme) sizes on Windows multiscreen systemsThorbjørn Lund Martsum2023-05-102-1/+33
* macOS: Clear event dispatcher interrupt before running NSAlert modal sessionTor Arne Vestbø2023-05-101-4/+3
* a11y: Don't add scrollbar container as a11y child if scroll bar is re-parentedTor Arne Vestbø2023-05-101-2/+8
* Clarify module changes in Qt6Jaishree Vyas2023-05-0910-10/+10
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-095-17/+268
* QGenericRunnable: use CompactStorageMarc Mutz2023-05-091-4/+6
* Long live QtPrivate::CompactStorage<>Marc Mutz2023-05-093-24/+73
* QTextMarkdownImporter: Fix performance for non-trivial documentsEike Ziller2023-05-091-0/+2
* Unconditionally use Q_NORETURN for qAbort()Kai Köhne2023-05-091-4/+1
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-082-3/+23
* Hsts: match header names case insensitivelyMårten Nordheim2023-05-081-2/+2
* QMimeProvider: fix a clazy warningAhmad Samir2023-05-071-0/+2
* QMimeProvider: de-duplicate some codeAhmad Samir2023-05-071-12/+6
* QMimeProvider: use non-const stack variable for better move semanticsAhmad Samir2023-05-071-1/+1