summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qchronotimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* timers.qdoc: cleanup API docs wrt. QChronoTimerAhmad Samir2025-06-191-2/+2
* Qt Timers: disallow setting negative intervalsAhmad Samir2025-02-101-0/+8
* Doc: Remove broken \sa in QChronoTimerKai Köhne2024-12-061-1/+1
* 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-0/+5
* QtCore: use Qt::TimerId methodsAhmad Samir2024-08-311-1/+1
* QChronoTimer: compare timer IDs to Qt::TimerId::Invalid consistentlyAhmad Samir2024-08-301-2/+2
* QChronoTimer: remove static singleShot() functionsMarc Mutz2024-08-291-93/+2
* Doc: Use consistent terminology in Q(Chrono)Timer's docsAndre Hartmann2024-08-101-4/+3
* Doc: Clarify setInterval() and start() for active timerAndre Hartmann2024-08-091-3/+5
* Q{Chrono,}Timer: de-duplicate API docsAhmad Samir2024-08-031-0/+2
* Doc: fix warnings from links by fully qualifying the targetVolker Hilsheimer2024-07-111-1/+1
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira2024-03-131-1/+1
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-1/+2
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-12/+14
* Q{Chrono}Timer: de-duplicate some codeAhmad Samir2024-03-031-4/+4
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-031-421/+224
* Copy QTimer source files to QChronoTimerAhmad Samir2024-03-031-0/+646