summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimerinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-10/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-3/+2
|\
| * Rename qAbs Function for timevalDavid E. Narváez2013-02-241-3/+2
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-41/+41
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+31
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* QTimerInfo::expected is only needed for debuggingBradley T. Hughes2012-01-061-9/+16
* Do not always compile in QTimerInfoList::repairTimers()Bradley T. Hughes2012-01-051-12/+12
* Use Qt::TimerType on UNIX when scheduling timersBradley T. Hughes2012-01-051-6/+245
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-041-10/+0
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-021-4/+16
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-4/+5
* Split timer handling out of QEventDispatcherUnix.Robin Burchell2011-12-151-0/+376