summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Correct remaining qdoc warnings in qtimer.cppMartin Smith2018-01-041-6/+6
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* QtCore: include mocsThiago Macieira2017-05-051-0/+1
* Fix warnings about unused private fields we can't removeThiago Macieira2017-04-261-0/+1
* QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-181-6/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+2
| |\
| | * Doc: Document that by default, QTimer is not single-shotKai Koehne2016-10-061-0/+2
* | | QTimer: add support for <chrono> functionsThiago Macieira2016-07-091-0/+72
|/ /
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-7/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7