summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve checking for event/socket notifiers and timersJonathan Liu2014-09-231-0/+4
* QTimer: add convenience singleShot methods for functorsDario Freddi2014-05-281-4/+181
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Doc: correct QTimer accuracy information - it depends on the timer typeThiago Macieira2013-10-021-7/+12
* Add the missing "\since 5.0" reference for the QTimer methodLaszlo Papp2013-02-041-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: Fix referencesChristian Stenger2012-12-131-3/+3
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make QTimer::singleShot take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-191-5/+5
* [Qt5 Docs] Fix typos and style of qtimer.cpp and qdatetimeedit.cppDavid Gil2012-09-101-7/+7
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-4/+2
* Don't reference widgets/widgets in example doc.Frederik Gladhorn2012-09-011-3/+3
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-231-3/+3
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* QTimer: fix typo in singleShot optimization for 0 msecsGiuseppe D'Angelo2012-04-231-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-8/+8
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+19
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-021-8/+35
* Remove stale documentation.Casper van Donderen2011-10-181-5/+0
* Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-30/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-0/+9
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+394