summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eventdispatchers
Commit message (Expand)AuthorAgeFilesLines
* Windows CE cleanup.Friedemann Kleint2016-04-141-3/+1
* Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-071-2/+2
* Updated license headersJani Heikkinen2016-01-158-112/+160
* Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-143-0/+272
* Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-163-912/+0
* Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-132-22/+20
* CF event dispatcher: Decide if eventsProcessed before breaking out of loopTor Arne Vestbø2015-03-101-4/+4
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-118-71/+63
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-247-133/+77
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-162-7/+6
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-1/+11
* iOS: Implement hasPendingEvents() in the event dispatcherTor Arne Vestbø2013-09-121-2/+11
* iOS: Teach event-dispatcher to handle changes to run-loop mode at runtimeTor Arne Vestbø2013-09-122-2/+77
* iOS: Rewrite CoreFoundation event-dispatcherTor Arne Vestbø2013-09-122-205/+437
* iOS: Make the event dispatcher properly emit aboutToBlock() and awake()Tor Arne Vestbø2013-08-232-0/+72
* Share named time-interval constants in CoreFoundation event dispatcherTor Arne Vestbø2013-08-231-9/+12
* iOS: Wrap CFRunLoopSource in C++ class for easier code legibilityTor Arne Vestbø2013-08-232-60/+77
* Rename QIOSEventDispatcher to QEventDispatcherCoreFoundationTor Arne Vestbø2013-08-233-41/+42
* Correct implementation of nested runloop to match UIApplicationMain()Ian Dean2013-06-131-6/+40
* Move iOS event dispatcher from platform plugin to platform support.Ian Dean2013-06-133-0/+462
* Update copyright year in Digia's license headersSergio Ahumada2013-01-186-6/+6
* Fix warning - unused variable (d-pointer)Frederik Gladhorn2012-12-141-2/+0
* Return something from QPAEventDispatcherGlib::processEventshjk2012-11-231-1/+1
* QPAEventDispatcherGlib: Use correct flags when sending eventsOliver Wolff2012-11-212-3/+18
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-226-145/+145
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-232-4/+3
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-306-6/+6
* Update contact information in license headers.Jason McDonald2012-01-236-6/+6
* Update copyright year in license headers.Jason McDonald2012-01-056-6/+6
* Rename QEventDispatcherQPA to QUnixEventDispatcherQPA.Robin Burchell2011-12-154-18/+18
* QEventDispatcherQPA: processEvents should only be called onceOlivier Goffart2011-11-151-1/+0
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-282-1/+26
* Windows: fixed compile of libQtPlatformSupportRohan McGovern2011-09-141-1/+1
* Mac: make platformsupport a static libMorten Sorvig2011-09-011-4/+0
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-2/+0
* Fix minimal plugin for windowsOlli Werwolff2011-07-071-1/+1
* Compile.Morten Johan Sorvig2011-06-231-1/+1
* Remove QEventDispatcherQPA inheritance support.Morten Sorvig2011-06-232-36/+5
* Add QWindowSystemInterface::windowSystemEventsQueued()Morten Sorvig2011-06-232-2/+2