summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.h
Commit message (Expand)AuthorAgeFilesLines
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-0/+1
* QTimer: delegate more to the chrono overloadsAhmad Samir2024-03-021-19/+25
* QTimer: make both defaultTypeFor() methods constexpr and noexceptAhmad Samir2024-02-171-4/+11
* QTimer: put #ifdef qdoc related-lines in one blockAhmad Samir2023-08-181-9/+9
* QTimer: fix API docs of callOnTimeOut overloadAhmad Samir2023-07-231-1/+1
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-1/+1
* Doc: fix warnings in QTimerVolker Hilsheimer2023-05-041-14/+14
* Use QSlotObject helper to drastically simplify QTimerVolker Hilsheimer2023-05-021-60/+29
* Give QtPrivate::List a size value, simplify QFunctorSlotObjectVolker Hilsheimer2023-05-021-2/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-7/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QTimer: port to new property systemIvan Solovev2021-01-261-4/+8
* Move the data for QTimer into the d-pointerLars Knoll2020-08-291-16/+9
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-3/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-2/+2
|\
| * doc: clang reported two fake declarations to be the sameMartin Smith2019-05-131-2/+2
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
|/
* Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-031-4/+4
* QTimer: Add const to some singleShot methodsThiago Macieira2018-08-071-2/+2
* Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-251-0/+13
* doc: Correct remaining qdoc warnings in qtimer.cppMartin Smith2018-01-041-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-6/+0
|\
| * Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-291-6/+0
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-4/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\
| * QTimer: Avoid implicit conversion warningsStig Bjørlykke2017-02-281-1/+1
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-8/+8
|/
* Replace custom type traits with std one'sKai Koehne2016-11-081-4/+4
* QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-181-18/+18
* QTimer: add support for <chrono> functionsThiago Macieira2016-07-091-18/+75
* Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-291-0/+6
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-5/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QTimer: add convenience singleShot methods for functorsDario Freddi2014-05-281-0/+64
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24