summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qsystemalignedtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update to new license formatSergio Ahumada2012-11-071-22/+22
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
* Silenced compiler warningsGareth Stockwell2011-11-221-2/+1
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
* Don't leak QSystemAlignedTimerPrivate (fixes: NB#255324)Matias Muhonen2011-05-121-1/+1
* Merge branch 'master' of ../qtmobilityAlex2011-04-201-0/+1
|\
| * Merge branch 'master' of ../qtmobilityAlex2011-04-181-0/+6
| |\
| * | Docs: QTMOBILITY-790 added since tag to 1.2 classes.Peter Yard2011-04-151-0/+1
* | | Format the code.Xizhi Zhu2011-04-191-80/+72
| |/ |/|
* | Merge branch 'master' into testLorn Potter2011-04-071-1/+0
|\|
| * do not manually delete private object as it gets a parent.Lorn Potter2011-04-051-1/+0
* | Merge branch 'master' into testLorn Potter2011-02-231-15/+14
|\|
| * Doc: Fixed qdoc warnings.David Boddie2011-02-181-3/+7
| * fix qdoc errors.Lorn Potter2011-02-171-12/+7
* | Merge branch 'master' into testLorn Potter2011-02-171-7/+44
|\|
| * beef up alignedtimer auto testsLorn Potter2011-02-041-5/+6
| * dont inline this. fixes build on macLorn Potter2011-02-041-1/+1
| * mac needs to use Q_EMIT macroLorn Potter2011-02-041-2/+2
| * add some sanity bounderies, and implement wokeUp for meegoLorn Potter2011-02-041-0/+14
| * use private class and fix docsLorn Potter2011-02-031-2/+7
| * add isActive as we need to tell if timer is active or not.Lorn Potter2011-02-031-0/+8
| * need another AlignedTimer ErrorLorn Potter2011-02-031-1/+4
| * add some notes for alignedtimerLorn Potter2011-02-021-4/+10
* | Merge branch 'master' into testLorn Potter2011-02-021-25/+21
|\|
| * add heartbeat implementation on meego.Lorn Potter2011-02-021-31/+21
* | Merge branch 'master' into testLorn Potter2011-02-011-1/+1
|\|
| * fix spelling error.Lorn Potter2011-02-011-1/+1
* | Merge branch 'master' into testLorn Potter2011-01-311-18/+5
|\|
| * move private class to private header fileLorn Potter2011-01-311-18/+5
* | test builds on linux with simLorn Potter2011-01-281-1/+1
|/
* line endingLorn Potter2011-01-281-270/+270
* add error reporting to alignedtimerLorn Potter2011-01-281-245/+270
* add declarative alignedtimer, and update alignedtimer APILorn Potter2011-01-271-21/+6
* latest qsystemalignedtimerLorn Potter2011-01-211-49/+49
* fix more qdocsLorn Potter2011-01-181-7/+54
* do not limit alignedtimer to always be a singleshot timer.Lorn Potter2011-01-181-5/+6
* make setInterval compatible with qmsystemLorn Potter2011-01-181-4/+15
* update. add more QTimer like functions.Lorn Potter2011-01-121-4/+28
* make alignedtimer derive from QObject. Add QTimer like APILorn Potter2011-01-101-13/+76
* update implementation to fix buildLorn Potter2011-01-101-25/+13
* use more descriptive argumentsLorn Potter2010-12-131-2/+3
* update 2Lorn Potter2010-11-301-28/+0
* updateLorn Potter2010-11-301-8/+74
* initial alignedtimerLorn Potter2010-10-181-0/+87