| Commit message (Expand) | Author | Age | Files | Lines |
| * | QTimer: fix clang -Wshorten-64-to-32 warnings | Ahmad Samir | 2025-10-18 | 1 | -11/+16 |
| * | QTimer: Doc: Distribute existing note to useful places | Andre Hartmann | 2025-09-04 | 1 | -2/+10 |
| * | QTimer: Doc: Move sentences to avoid ambiguities | Andre Hartmann | 2025-07-22 | 1 | -6/+8 |
| * | QTimer: clamp too-large milliseconds intervals to INT_MAX ms | Ahmad Samir | 2025-03-20 | 1 | -6/+5 |
| * | Qt Timers: disallow setting negative intervals | Ahmad Samir | 2025-02-10 | 1 | -20/+52 |
| * | QtCore: De-duplicate vtables, 2024 edition | Marc Mutz | 2024-09-16 | 1 | -0/+3 |
| * | docs: promote QBasicTimer usage by making it more visible | Ahmad Samir | 2024-09-06 | 1 | -9/+1 |
| * | QTimer: QChronoTimer isn't necessarily going to supersede QTimer | Ahmad Samir | 2024-09-05 | 1 | -8/+9 |
| * | QTimer: fix calculation error in API docs | Ahmad Samir | 2024-09-03 | 1 | -1/+1 |
| * | QtCore: use Qt::TimerId methods | Ahmad Samir | 2024-08-31 | 1 | -1/+1 |
| * | QTimer: make singleShot() have nanoseconds resolution [2/2]: new-style | Marc Mutz | 2024-08-29 | 1 | -9/+14 |
| * | QTimer: make singleShot() have nanoseconds resolution [1/2]: old-style | Marc Mutz | 2024-08-29 | 1 | -8/+16 |
| * | Make from_msecs a QTimer class-static again | Marc Mutz | 2024-08-29 | 1 | -1/+2 |
| * | Doc: Use consistent terminology in Q(Chrono)Timer's docs | Andre Hartmann | 2024-08-10 | 1 | -5/+4 |
| * | Doc: Clarify setInterval() and start() for active timer | Andre Hartmann | 2024-08-09 | 1 | -2/+4 |
| * | Q{Chrono,}Timer: de-duplicate API docs | Ahmad Samir | 2024-08-03 | 1 | -8/+10 |
| * | QSingleShotTimer: de-inline [3/4]: move fromMSecs to qtimer.cpp | Marc Mutz | 2024-07-12 | 1 | -2/+19 |
| * | QTimer: fix API docs related to QChronoTimer | Ahmad Samir | 2024-06-10 | 1 | -1/+1 |
| * | QTimer/QObject::startTimer: improve the detection of overflow | Thiago Macieira | 2024-04-27 | 1 | -4/+4 |
| * | QAbstractEventDispatcher: port timer uses to the V2 API | Thiago Macieira | 2024-03-13 | 1 | -1/+3 |
| * | Mention QChronoTimer in API docs | Ahmad Samir | 2024-03-03 | 1 | -0/+7 |
| * | Timers: add Qt::TimerId enum class | Ahmad Samir | 2024-03-03 | 1 | -11/+24 |
| * | Q{Chrono}Timer: de-duplicate some code | Ahmad Samir | 2024-03-03 | 1 | -5/+5 |
| * | Add QChronoTimer, a timer with nanoseconds precision | Ahmad Samir | 2024-03-03 | 1 | -1/+2 |
| * | QTimer: delegate more to the chrono overloads | Ahmad Samir | 2024-03-02 | 1 | -15/+32 |
| * | QTimer: make both defaultTypeFor() methods constexpr and noexcept | Ahmad Samir | 2024-02-17 | 1 | -4/+1 |
| * | QTimer: do not set active state when setting a negative interval | Ivan Solovev | 2024-02-12 | 1 | -5/+15 |
| * | QSingleShotTimer: port to chrono | Ahmad Samir | 2023-11-04 | 1 | -2/+4 |
| * | QTimer: split QSingleShotTimer to a private header | Ahmad Samir | 2023-10-27 | 1 | -85/+1 |
| * | QTimer: extend property tests and fix binding loop | Ivan Solovev | 2023-09-03 | 1 | -2/+3 |
| * | QTimer: avoid needless allocation | Anton Kudryavtsev | 2023-08-30 | 1 | -2/+3 |
| * | Doc: update QTimer::start() to say that it sets the interval | Thiago Macieira | 2023-08-29 | 1 | -2/+14 |
| * | invokeMethod: enable passing parameters to overload taking functors | Mårten Nordheim | 2023-08-24 | 1 | -1/+3 |
| * | QTimer: fix regression on singleShot-invoking non-mormalized SLOT()s | Thiago Macieira | 2023-08-22 | 1 | -1/+2 |
| * | QTimer: add note about QT_NO_CONTEXTLESS_CONNECT to callOnTimeout docs | Ahmad Samir | 2023-07-23 | 1 | -2/+7 |
| * | QTimer: fix API docs of callOnTimeOut overload | Ahmad Samir | 2023-07-23 | 1 | -5/+7 |
| * | Move tetrix example to manual test | Tor Arne Vestbø | 2023-06-29 | 1 | -1/+1 |
| * | Doc: fix warnings in QTimer | Volker Hilsheimer | 2023-05-04 | 1 | -21/+8 |
| * | QTimer: fix compilation with C++20 | Marc Mutz | 2023-05-02 | 1 | -1/+1 |
| * | Use QSlotObject helper to drastically simplify QTimer | Volker Hilsheimer | 2023-05-02 | 1 | -110/+11 |
| * | QTimer: optimize single shot timers that cross thread | Volker Hilsheimer | 2023-04-20 | 1 | -11/+33 |
| * | QTimer: fix new-style slot invocation for receiver in another thread | Thiago Macieira | 2023-03-23 | 1 | -20/+13 |
| * | QObject: implement startTimer(int) in terms of startTimer(chrono) | Ahmad Samir | 2023-03-11 | 1 | -4/+4 |
| * | Fix analog clock example to adhere to guidelines | Jan Arve Sæther | 2023-02-02 | 1 | -1/+1 |
| * | Remove wiggly example | Jan Arve Sæther | 2023-01-31 | 1 | -1/+1 |
| * | Move QTimerPrivate to separate header | Konrad Kujawa | 2022-09-13 | 1 | -23/+8 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | Remove (set but) unused member from QTimerPrivate | Edward Welbourne | 2022-01-18 | 1 | -3/+1 |
| * | QTimer: Add \note in documentation | Fan RuiJie | 2021-10-14 | 1 | -0/+2 |
| * | Remove lazy binding evaluation | Lars Knoll | 2021-04-16 | 1 | -4/+3 |