summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Safer setting of interval in QTimerAndreas Buhr2021-01-281-2/+4
* QTimer: port to new property systemIvan Solovev2021-01-261-4/+35
* Move the data for QTimer into the d-pointerLars Knoll2020-08-291-20/+66
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-4/+4
|\
| * Doc: remove the claim that zero timers execute after GUI eventsThiago Macieira2019-12-101-4/+4
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
|/
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-1/+1
|\
| * doc: clang reported two fake declarations to be the sameMartin Smith2019-05-131-1/+1
* | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-0/+29
|/
* Doc: Fix various documentation warningsTopi Reinio2018-11-061-9/+9
* Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-031-5/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-251-0/+42
|/
* Fix typosJarek Kobus2018-02-131-1/+1