summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eventdispatchers/eventdispatchers.pri
Commit message (Collapse)AuthorAgeFilesLines
* Rename QEventDispatcherQPA to QUnixEventDispatcherQPA.Robin Burchell2011-12-151-2/+2
| | | | | | | | | This removes confusion when we add a Linux-specific QPA dispatcher, and is technically more accurate, as QEDQPA was not 'the' QPA event dispatcher in the first place. Change-Id: I2a41d425f284522ee76ef86782d5eb2bdd805120 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Remove Windows code from platform lib.Friedemann Kleint2011-06-221-8/+0
| | | | Rubber-stamped-by: Jørgen <jorgen.lind@nokia.com>
* Add QGuiEventDispatcherWin32.Friedemann Kleint2011-06-221-1/+9
| | | | | | | | Dispatches Gui events after DispatchMessage(). Reviewed-by: Samuel Rødal <sroedal@trolltech.com> Reviewed-by: Morten Sørvig <morten.sorvig@nokia.com>
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-0/+16
Platform plugin creation is now moved forward in order to have a platform plugin instance at event dispatcher creation time. Plugins are now responsible for implementing PlatformIntegration::createEventDispatcher and returning an QAbstractEventDispatcher subclass.