summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QTimer::singleShot take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-191-2/+2
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix compilation of public headers with -Werror=shadowDavid Faure2012-01-121-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-021-0/+7
* Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-8/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+116