summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_glib.cpp
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-131-17/+19
* QTimerInfo: store nanoseconds instead of millisecondsThiago Macieira2024-03-131-2/+3
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-111-4/+9
* QTimerInfoList: don't inherit from a container in an exported classAhmad Samir2023-07-191-1/+1
* QTimerInfoList: improve class encapsulationAhmad Samir2023-06-101-4/+1
* QEventDispatcherGlib: fix some narrowing conversion warningsAhmad Samir2023-04-251-3/+2
* QTimerInfo: use chrono for time intervalsAhmad Samir2023-02-241-1/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-4/+4
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QEventDispatcher/GLib: avoid three relocationsMarc Mutz2022-02-091-1/+1
* Event dispatchers: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* QEventDispatcherGlib: do not omit active notifiers on source dispatchingAlex Trotsenko2021-01-291-2/+8
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-9/+13
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-10/+0
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-20/+20
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-2/+2
|\
| * glib dispatcher: rework userEventSourcePrepare() event sourceGatis Paeglis2018-10-141-2/+2
* | Fix return value of GLib event dispatcher socketNotifierSourceCheckAndreas Hartmetz2018-09-161-1/+1
* | GLib event dispatcher: fix iteration in source check in error caseAndreas Hartmetz2018-09-161-2/+3
|/
* Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* 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
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-221-2/+3
* g_thread_init is deprecatedFrederik Gladhorn2013-03-121-0/+2
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-1/+1
* Fixes high CPU usage on timer expiration when using glib event loop.Daniel Thor Kristjansson2012-06-211-1/+1
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+13
* Don't use QMutexPool in QEventDispatcherOlivier Goffart2012-03-061-3/+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
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-2/+2
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-3/+3
* 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/+601