summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Improve checking for event/socket notifiers and timersJonathan Liu2014-09-231-3/+3
* Remove racy setting of eventDispatcher to 0.David Faure2013-03-221-2/+0
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-221-1/+1
* QEventDispatcherUNIX: turn interrupt bool into an atomic int.David Faure2013-03-221-6/+4
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-5/+5
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | | Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-231-2/+2
|/ /
* / Add support for Linux eventfd(7) in the UNIX event loopThiago Macieira2013-01-151-4/+33
|/
* Cleanup old signal handler mechanismsRafael Roquetto2012-11-081-45/+0
* Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-10-261-23/+34
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix more qdoc errorsLars Knoll2012-08-201-1/+3
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+13
* 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
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-2/+2
* Split timer handling out of QEventDispatcherUnix.Robin Burchell2011-12-151-322/+0
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-091-5/+1
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+979