summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_qpa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-171-0/+16
|\ | | | | | | | | | | | | Conflicts: doc/src/declarative/righttoleft.qdoc examples/draganddrop/fridgemagnets/main.cpp examples/script/context2d/main.cpp
| * Protect against deleted windowsLars Knoll2011-06-081-0/+16
| | | | | | | | | | | | | | Check that the window is still there before trying to deliver an event to it. Reviewed-by: Samuel
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/gui/text/qrawfont.cpp src/gui/text/qtextlayout.cpp src/gui/util/qscroller.cpp src/gui/widgets/qlineedit.cpp
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Doc: Fixed qdoc warnings.David Boddie2011-05-111-0/+3
|/
* Add platformNativeInterface assessor to QApplicationJørgen Lind2011-04-151-0/+6
|
* Made wayland plugin single-threaded, yay :)Samuel Rødal2011-04-071-2/+0
| | | | | Not calling QApplication::processEvents() in qt_init any more, and not using a write socket notifier to send data over the wayland protocol.
* After we make the QPlatformIntegration process eventsJørgen Lind2011-04-061-0/+2
|
* Lighthouse: Make it possible to compile in default platform pluginJørgen Lind2011-03-181-3/+10
|
* Added extended key event support in QWindowSystemInterface.Samuel Rødal2011-02-241-2/+9
| | | | | | | These are needed for compositor applications to be able to send the raw scan codes to the clients. Reviewed-by: Jørgen Lind
* Lighthouse: Fix keyboard modifier handlingJørgen Lind2011-01-071-5/+3
| | | | QApplication allready knows the modifiers
* Lighthouse: Support external plugins.Morten Johan Sørvig2011-01-071-4/+8
| | | | | | | | | | | | | | | | | | Add -platformpluginpath command line option that spesifies an additional directory to scan for plugins. Also read QT_QPA_PLATFORM_PLUGIN_PATH. QlatformIntegrationFacgtory::create() now tries to load the plugin from the external path first. Similarly, keys() returns the keys from the extra path in addition to the "internal" keys API changes: QPlatformIntegration::create() and keys() now take an optional const QString &platformPluginPath. New file: externalplugin.pri, contains instructions and a base setup for building external plugins.
* Add basic mouse context menues to lighthouseJørgen Lind2011-01-041-0/+8
|
* Added window focus handling to lighthouseJørgen Lind2011-01-041-0/+7
| | | | | | The idea is that QPlatformWindows can request focus handling. And when actual focus shifting is done by windowsystem callbacks/events which are sent to QWindowSystemInterface
* Lighthouse CompilefixJørgen Lind2010-09-091-1/+2
|
* Lighthouse: Various compiler warning/error fixesJørgen Lind2010-09-091-1/+0
| | | | compliments from Vapula
* Lighthouse: don't force sending key events to the TLWJørgen Lind2010-08-181-3/+0
|
* Make openkode plugin handle eventsJørgen Lind2010-08-021-0/+3
| | | | And make it also work without a gui manager
* Make it possible to have shared contexts to LighthouseJørgen Lind2010-07-231-2/+2
| | | | | | | | This adds a getter to QPlatformGLContext for the "default shared context". The setter is protected as it is the plugins responsibillity to create it or not. QPlatformWindowFormat has also gotten a pointer to a QPlatformGLContext for a non default shared context. Only implemented shared contexts in testlite for now.
* Handle behavior change in resize and move events in LighthouseJørgen Lind2010-07-231-22/+25
| | | | | | Dont post the resize event and move event seperatly on the windowsystemintegration event queue, but as one event which will be processed in one go.
* Don't crash if widget is deleted before event is processedPaul Olav Tvete2010-07-221-0/+12
|
* Fix Resize bug introduced by bc786ded04aa316f99cf9ac4cf8b714ee46575b5Jørgen Lind2010-07-221-2/+4
|
* Made the rest of QWindowSystemInterface callback functions thread safeJørgen Lind2010-07-211-52/+81
| | | | and cleaned up the headerfile
* Refactored classes and functions using liteJørgen Lind2010-06-241-6/+6
|
* Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-241-3/+3
|
* Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-241-0/+882