summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimerinfo_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-131-12/+11
* QTimerInfo: store nanoseconds instead of millisecondsThiago Macieira2024-03-131-8/+12
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-111-1/+1
* QTimerInfo: refactor QTimerInfoAhmad Samir2023-07-191-5/+10
* QTimerInfoList: don't inherit from a container in an exported classAhmad Samir2023-07-191-7/+18
* QTimerInfoList: improve class encapsulationAhmad Samir2023-06-101-1/+4
* QTimerInfoList: cleanupAhmad Samir2023-06-101-12/+2
* QTimerInfoList/Unix: use chrono::steady_clock::time_pointAhmad Samir2023-06-101-3/+4
* QTimerInfoList: remove code that attempted to repair time on clock jumpsThiago Macieira2023-04-181-13/+0
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QTimerInfo: use range-for; use STL algorithmsAhmad Samir2023-02-241-0/+6
* QTimerInfo: use chrono for time intervalsAhmad Samir2023-02-241-1/+4
* QTimerInfo: add missing qplatformdefs.h includeAhmad Samir2023-02-171-0/+2
* QTimerInfo: re-pack the membersGiuseppe D'Angelo2023-01-101-1/+1
* Migrate QBasicTimer from int to qint64Konrad Kujawa2022-08-301-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-2/+2
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-7/+7
* 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/+2
* 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
* Export QTimerInfoListBradley T. Hughes2012-01-091-1/+1
* QTimerInfo::expected is only needed for debuggingBradley T. Hughes2012-01-061-1/+1
* Do not always compile in QTimerInfoList::repairTimers()Bradley T. Hughes2012-01-051-1/+1
* Use Qt::TimerType on UNIX when scheduling timersBradley T. Hughes2012-01-051-1/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-021-1/+1
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-5/+4
* Split timer handling out of QEventDispatcherUnix.Robin Burchell2011-12-151-0/+110