summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTimer: clamp too-large milliseconds intervals to INT_MAX msAhmad Samir2025-03-201-6/+5
* Qt Timers: disallow setting negative intervalsAhmad Samir2025-02-101-20/+52
* QtCore: De-duplicate vtables, 2024 editionMarc Mutz2024-09-161-0/+3
* docs: promote QBasicTimer usage by making it more visibleAhmad Samir2024-09-061-9/+1
* QTimer: QChronoTimer isn't necessarily going to supersede QTimerAhmad Samir2024-09-051-8/+9
* QTimer: fix calculation error in API docsAhmad Samir2024-09-031-1/+1
* QtCore: use Qt::TimerId methodsAhmad Samir2024-08-311-1/+1
* QTimer: make singleShot() have nanoseconds resolution [2/2]: new-styleMarc Mutz2024-08-291-9/+14
* QTimer: make singleShot() have nanoseconds resolution [1/2]: old-styleMarc Mutz2024-08-291-8/+16
* Make from_msecs a QTimer class-static againMarc Mutz2024-08-291-1/+2
* Doc: Use consistent terminology in Q(Chrono)Timer's docsAndre Hartmann2024-08-101-5/+4
* Doc: Clarify setInterval() and start() for active timerAndre Hartmann2024-08-091-2/+4
* Q{Chrono,}Timer: de-duplicate API docsAhmad Samir2024-08-031-8/+10
* QSingleShotTimer: de-inline [3/4]: move fromMSecs to qtimer.cppMarc Mutz2024-07-121-2/+19
* QTimer: fix API docs related to QChronoTimerAhmad Samir2024-06-101-1/+1
* QTimer/QObject::startTimer: improve the detection of overflowThiago Macieira2024-04-271-4/+4
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira2024-03-131-1/+3
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-0/+7
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-11/+24
* Q{Chrono}Timer: de-duplicate some codeAhmad Samir2024-03-031-5/+5
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-031-1/+2
* QTimer: delegate more to the chrono overloadsAhmad Samir2024-03-021-15/+32
* QTimer: make both defaultTypeFor() methods constexpr and noexceptAhmad Samir2024-02-171-4/+1
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-121-5/+15
* QSingleShotTimer: port to chronoAhmad Samir2023-11-041-2/+4
* QTimer: split QSingleShotTimer to a private headerAhmad Samir2023-10-271-85/+1
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-031-2/+3
* QTimer: avoid needless allocationAnton Kudryavtsev2023-08-301-2/+3
* Doc: update QTimer::start() to say that it sets the intervalThiago Macieira2023-08-291-2/+14
* invokeMethod: enable passing parameters to overload taking functorsMårten Nordheim2023-08-241-1/+3
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-08-221-1/+2
* QTimer: add note about QT_NO_CONTEXTLESS_CONNECT to callOnTimeout docsAhmad Samir2023-07-231-2/+7
* QTimer: fix API docs of callOnTimeOut overloadAhmad Samir2023-07-231-5/+7
* Move tetrix example to manual testTor Arne Vestbø2023-06-291-1/+1
* Doc: fix warnings in QTimerVolker Hilsheimer2023-05-041-21/+8
* QTimer: fix compilation with C++20Marc Mutz2023-05-021-1/+1
* Use QSlotObject helper to drastically simplify QTimerVolker Hilsheimer2023-05-021-110/+11
* QTimer: optimize single shot timers that cross threadVolker Hilsheimer2023-04-201-11/+33
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-20/+13
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-4/+4
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-021-1/+1
* Remove wiggly exampleJan Arve Sæther2023-01-311-1/+1
* Move QTimerPrivate to separate headerKonrad Kujawa2022-09-131-23/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* QTimer: Add \note in documentationFan RuiJie2021-10-141-0/+2
* Remove lazy binding evaluationLars Knoll2021-04-161-4/+3
* Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-071-2/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-6/+3
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4