summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eventdispatchers/qgenericunixeventdispatcher.cpp
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>
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-1/+4
| | | | | | | Change-Id: I5faa8690a05d6ec352fc69c0b69848539f2ed216 Reviewed-on: http://codereview.qt-project.org/5460 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-0/+55
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.