summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qwineventnotifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove winrtOliver Wolff2020-06-061-21/+0
* QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-031-4/+1
* Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-3/+3
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-0/+8
|\
| * QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
* | Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-3/+4
|/
* QWinEventNotifier: Fix exit crashFriedemann Kleint2017-11-071-1/+4
* Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-151-0/+2
* Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-301-14/+46
* Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-281-46/+14
* Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-261-14/+46
* 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
* Improve checking for event/socket notifiers and timersJonathan Liu2014-09-231-3/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-1/+1
|\
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* | add WinRT event dispatcherOliver Wolff2013-09-261-0/+4
|/
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix more qdoc errorsLars Knoll2012-08-201-1/+1
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-041-5/+7
* Move QWinEventNotifier data members to a private classShane Kearns2012-04-271-14/+31
* Use the relevant "\since 5.0" entry (proposed to public since 5.0)Laszlo Papp2012-04-021-0/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Polish QWinEventNotifier.Friedemann Kleint2011-12-011-5/+6
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-0/+221