summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_symbian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Using QElapesedTimer for Symbian idle detectormread2011-02-031-1/+1
* Idle detector thread improvementsmread2011-02-011-1/+2
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-3/+5
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-101-1/+1
| |\
| | * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| * | Fix handle leak in symbian QTimer implementationShane Kearns2011-01-101-2/+4
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-3/+6
|\ \ | |/
| * Fixed event starvation with pointer events on Symbian.axis2010-11-051-3/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-10/+28
|\ \ | |/
| * Made it more clear what the okToRun function does by renaming it.axis2010-09-231-11/+11
| * Fixed event starvation on Symbian if timers were constantly recreatedaxis2010-09-231-0/+16
| * Made posted events part of the round robin queue.axis2010-09-231-2/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-2/+6
|\ \ | |/
| * Added catching of errors in timers.axis2010-09-011-2/+6
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+2
|/
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-1/+1
* Revert "Making network reconnect happen after teardown."axis2010-07-131-6/+2
* Revert "Adding some error checking for setdefaultif"axis2010-07-131-3/+1
* Fixed a possible hanging bug in the Symbian networking.axis2010-07-131-1/+2
* Fixed a network hanging bug on Symbian.axis2010-07-131-9/+8
* Added some asserts to avoid race conditions in networking.axis2010-07-121-0/+6
* Merge branch '4.6-s60' into 4.7-s60axis2010-06-241-36/+10
|\
| * Revert "Fixing the race condition in event dispatcher implementation on"axis2010-06-241-36/+10
| * Revert "Fixing race condition in qeventdispatcher_symbian.cpp code path"axis2010-06-241-61/+40
| * Fixing race condition in qeventdispatcher_symbian.cpp code pathAleksandar Sasha Babic2010-06-211-40/+61
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-2/+2
|\ \ | |/
| * Handle exceptions notified by select before read/write.Janne Anttila2010-05-281-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-251-10/+36
|\ \ | |/
| * Fixing the race condition in event dispatcher implementation onAleksandar Sasha Babic2010-05-211-10/+36
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-2/+8
|\ \ | |/
| * Adding some error checking for setdefaultifAleksandar Sasha Babic2010-05-071-1/+3
| * Making network reconnect happen after teardown.Aleksandar Sasha Babic2010-05-071-2/+6
* | Support updating system locale data on SymbianDenis Dzyubenko2010-05-031-0/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-3/+3
|\ \ | |/
| * Event dispatcher slow down using delays rather than thread prioritymread2010-04-301-36/+91
| * Revert "Event dispatcher slow down using delays rather than thread priority"Miikka Heikkinen2010-04-291-91/+36
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-36/+91
|\ \ | |/
| * Event dispatcher slow down using delays rather than thread prioritymread2010-04-221-36/+91
* | Fix crash on startup on Symbian OSShane Kearns2010-04-201-5/+15
|/
* Fixed app freeze if switching to offline in middle of HTTP transaction.Aleksandar Sasha Babic2010-04-121-1/+7
* Symbian event loop priority drop not used in Symbian^4mread2010-03-251-0/+13
* Symbian event dispatcher needs to run all active objects.Jani Hautakangas2010-03-021-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Made sure the noSocketEvents value is preserved in case of exception.axis2009-10-191-3/+3
* Fix for poor performance during screen orientation switchShane Kearns2009-10-121-2/+2
* Fix typo in QtCore license headers.Jason McDonald2009-10-061-1/+1
* Fix QTimer overflow with interval > 35 minutes on symbianShane Kearns2009-09-161-5/+28
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Removed superfluous status change.axis2009-08-241-1/+0