| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Do not notify about property changes if the value hasn't changed | Sona Kurazyan | 2021-04-07 | 1 | -2/+6 |
| * | QObjectCompatProperty: Require explicit notify | Fabian Kosmale | 2021-04-01 | 1 | -6/+3 |
| * | Fix QTimer::setInterval to remove existing bindings | Andreas Buhr | 2021-02-15 | 1 | -0/+4 |
| * | Safer setting of interval in QTimer | Andreas Buhr | 2021-01-28 | 1 | -2/+4 |
| * | QTimer: port to new property system | Ivan Solovev | 2021-01-26 | 1 | -4/+35 |
| * | Move the data for QTimer into the d-pointer | Lars Knoll | 2020-08-29 | 1 | -20/+66 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-12-12 | 1 | -4/+4 |
| |\ |
|
| | * | Doc: remove the claim that zero timers execute after GUI events | Thiago Macieira | 2019-12-10 | 1 | -4/+4 |
| * | | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -3/+3 |
| |/ |
|
| * | Fix some qdoc warnings in 5.14 | Friedemann Kleint | 2019-09-03 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-15 | 1 | -1/+1 |
| |\ |
|
| | * | doc: clang reported two fake declarations to be the same | Martin Smith | 2019-05-13 | 1 | -1/+1 |
| * | | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callable | Milian Wolff | 2019-04-06 | 1 | -0/+29 |
| |/ |
|
| * | Doc: Fix various documentation warnings | Topi Reinio | 2018-11-06 | 1 | -9/+9 |
| * | Rename QTimer::connectTo() to QTimer::callOnTimeout() | Sergio Martins | 2018-09-03 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-07-02 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: Fix signal name in QTimer documentation | Joerg Bornemann | 2018-06-22 | 1 | -1/+1 |
| * | | Add QTimer::connectTo(), a shorthand way of connecting to timeout() | Sergio Martins | 2018-03-25 | 1 | -0/+42 |
| |/ |
|
| * | Fix typos | Jarek Kobus | 2018-02-13 | 1 | -1/+1 |
| * | doc: Correct remaining qdoc warnings in qtimer.cpp | Martin Smith | 2018-01-04 | 1 | -6/+6 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | QtCore: include mocs | Thiago Macieira | 2017-05-05 | 1 | -0/+1 |
| * | Fix warnings about unused private fields we can't remove | Thiago Macieira | 2017-04-26 | 1 | -0/+1 |
| * | QTimer: don't circumvent <chrono> safety net | Marc Mutz | 2016-10-18 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-10-11 | 1 | -0/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-08 | 1 | -0/+2 |
| | |\ |
|
| | | * | Doc: Document that by default, QTimer is not single-shot | Kai Koehne | 2016-10-06 | 1 | -0/+2 |
| * | | | QTimer: add support for <chrono> functions | Thiago Macieira | 2016-07-09 | 1 | -0/+72 |
| |/ / |
|
| * | | Add Intel copyright to files that Intel has had non-trivial contribution | Thiago Macieira | 2016-01-21 | 1 | -0/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Fixed a QTimer::singleShot() crash when a functor callback is used | Juha Turunen | 2015-10-12 | 1 | -7/+2 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: corrected link/autolink issues in corelib | Nico Vertriest | 2015-02-24 | 1 | -1/+1 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |