summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-3/+3
* Fixed build of generic linuxinput plugin.Samuel Rødal2011-07-201-0/+2
* Implement todos in touchscreen generic plug-in.Laszlo Agocs2011-07-196-28/+62
* Remove more references to demos.Casper van Donderen2011-07-081-2/+2
* Fixed wayland windowmanager-protocol authorizationMartin Zielinski2011-07-083-5/+16
* Don't keep a static instance of QDBusConnectionHarald Fernengel2011-07-071-10/+8
* We need to let the currentContext be in the same state afterJørgen Lind2011-07-061-1/+8
* Fix the wayland windowsurface so that we have stencil and depth bufferJørgen Lind2011-07-061-1/+1
* Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-044-22/+37
* Implemented on-screen visibility handling via waylandMartin Zielinski2011-07-014-41/+64
* Add a touchscreen generic qpa plugin.Laszlo Agocs2011-06-308-0/+755
* Add touch event support to wayland plugin.Laszlo Agocs2011-06-304-8/+196
* Removed damaging of waylandsurface after creationMartin Zielinski2011-06-271-2/+2
* Have the selection offer global handled always without delay.Laszlo Agocs2011-06-246-28/+17
* Make sure to call damage on the buffer when we damage itJørgen Lind2011-06-235-16/+18
* Update the wayland pluginJørgen Lind2011-06-234-11/+38
* Handle really global selection offers in wayland clipboard.Laszlo Agocs2011-06-102-4/+21
* Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-101-0/+2
* Added private header dependencies to MeeGo graphics system pluginEckhart Koppen2011-06-061-1/+1
* Use Raster pixmaps for the EglFS pluginGunnar Sletta2011-06-061-2/+2
* Allow SHM buffers to be displayed in Wayland plugin when using DRMAndy Nichols2011-06-011-0/+1
* Made qpluginbase.pri into a feature profile.axis2011-05-3157-97/+57
* Add private header support to the EGLFS platform plugin.Jason Barron2011-05-261-1/+1
* Add authentication token support for wayland windowsLasse Holmstedt2011-05-256-14/+53
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24403-6891/+6891
* Track Wayland changesPaul Olav Tvete2011-05-233-3/+40
* Fix inconsistency between Qt and ICU in Shift-JIS codec with regards to ASCII...Simon Hausmann2011-05-201-1/+3
* Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-194-5/+31
* Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-1910-25/+78
* Lighthouse minimal: Add support for transparencyJanusz Lewandowski2011-05-192-3/+3
* Compile fixes for Xlib plugin.Samuel Rødal2011-05-194-15/+13
* Don't crash if windowmanager is not initializedLasse Holmstedt2011-05-191-1/+2
* Wayland: send surface id + process id pairs to compositorLasse Holmstedt2011-05-199-1/+324
* Enable configuration for XcbEckhart Koppen2011-05-181-0/+3
* Removed duplicate setting of QT dependenciesEckhart Koppen2011-05-131-2/+0
* Updated default Qt version to 5.0.0Eckhart Koppen2011-05-131-1/+1
* Fix deadlocks in wayland clipboard that can occur in special scenarios.Laszlo Agocs2011-05-132-10/+24
* Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-101-0/+2
* Prevent having Status undefined in xlib platform plug-in.Laszlo Agocs2011-05-101-0/+3
* Return name and allow actions for invisible accessible items.Frederik Gladhorn2011-05-101-11/+2
* Don't crash when requesting text.Frederik Gladhorn2011-05-101-1/+5
* Let QAccessibleButton::text return something even when not visible.Frederik Gladhorn2011-05-101-3/+0
* Make navigation in TabWidgets consistent.Frederik Gladhorn2011-05-101-4/+9
* Fix text for checkable buttons, unit tests.Frederik Gladhorn2011-05-101-0/+17
* Window and Application fixes for accessibility.Frederik Gladhorn2011-05-101-1/+1
* QAccessibleTextEdit: Using x coordinate for calculate character widthJosé Millán Soto2011-05-101-1/+1
* Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-104-9/+7
* Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-102-23/+69
* Turned on private headers for some plugins.Jonni Rainisto2011-05-092-0/+4
* Added Wayland selection support.Laszlo Agocs2011-05-0910-3/+358