summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Modified project files to be iOS compatible.Qt4iOS2012-04-111-3/+1
* | | | | | | | Add support for QPlatformNativeInterface.Hannu Lyytinen2012-04-115-3/+188
* | | | | | | | Use correct framebuffer object.Hannu Lyytinen2012-04-112-0/+9
* | | | | | | | Release the EGL context after initialization.Hannu Lyytinen2012-04-111-0/+2
* | | | | | | | Use the new plugin system in the KMS plugin.Hannu Lyytinen2012-04-113-16/+14
* | | | | | | | eglfs: rework hooks designGirish Ramakrishnan2012-04-116-28/+128
* | | | | | | | Extend eglhooks to include hasCapabilityDonald Carr2012-04-114-7/+17
* | | | | | | | Add Mac OS X backend for QDesktopServices.Christoph Schleifenbaum2012-04-115-0/+138
* | | | | | | | Add missing virtual destructor.Jan-Arve Saether2012-04-101-0/+2
* | | | | | | | fix mingw detectionMark Brand2012-04-101-1/+1
* | | | | | | | Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-102-0/+7
* | | | | | | | Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-102-0/+51
* | | | | | | | eglfs: Implement xlib based hook for testingGirish Ramakrishnan2012-04-102-0/+94
* | | | | | | | Fix compilation with MinGW-W64.Debao Zhang2012-04-051-0/+4
* | | | | | | | Windows: Send empty region in expose event from setVisible(false).Friedemann Kleint2012-04-051-1/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Windows: Use native font engine by default.Friedemann Kleint2012-04-051-3/+4
* | | | | | | eglfs: Introduce hooks for the eglfs pluginGirish Ramakrishnan2012-04-045-8/+100
* | | | | | | Windows: Fix menu color for Windows, WindowsXP.Friedemann Kleint2012-04-041-1/+1
* | | | | | | Re-enable PPS based rotation handling for blackberry devicesKevin Krammer2012-04-041-2/+0
* | | | | | | Pass autorepeat info to input context key filtering with XCBPekka Vuorela2012-04-031-12/+19
* | | | | | | Fixing the QNX QPA build for non blackberry targetsKevin Krammer2012-04-031-4/+1
* | | | | | | Delete the screen event handler after its last user.Thomas McGuire2012-04-031-1/+2
* | | | | | | WindowsXP: Fix Item view alternate color being black.Friedemann Kleint2012-04-031-3/+35
* | | | | | | Move handling of rotation changes from event handler to screenKevin Krammer2012-04-035-20/+29
* | | | | | | Corrected filenames to build on case-sensitive Mac filesystemsShawn Rutledge2012-04-031-1/+1
* | | | | | | Adapt Maliit input context to new input method interfacesPekka Vuorela2012-04-032-37/+22
* | | | | | | Rename offset() to setOffset()Thomas McGuire2012-04-032-4/+4
* | | | | | | Fix adding and removing of windows to their screenThomas McGuire2012-04-032-9/+5
* | | | | | | Get rid of false positive warning when stopping video playbackThomas McGuire2012-04-031-2/+4
* | | | | | | Fix indentationThomas McGuire2012-04-031-5/+5
* | | | | | | Windows: Improve Freetype font database registry check for fontsMiikka Heikkinen2012-04-031-0/+2
* | | | | | | eglfs: delete screen on exitGirish Ramakrishnan2012-04-034-3/+18
* | | | | | | eglfs: Fix header guardsGirish Ramakrishnan2012-04-034-12/+12
* | | | | | | Add a native interface with the possibility to query the window groupThomas McGuire2012-04-025-3/+139
* | | | | | | Adapt QNX platform input contexts to QGuiApplication::focusObject()Pekka Vuorela2012-04-024-50/+24
* | | | | | | Adapt windows input context to QGuiApplication::focusObject()Pekka Vuorela2012-04-021-6/+6
* | | | | | | Added some convenience API for platform input contextsPekka Vuorela2012-04-012-10/+11
* | | | | | | Fix platforms.pro scope to match all QNX platformsRafael Roquetto2012-04-011-1/+1
* | | | | | | Add support for screen overlays / foreign windowsThomas McGuire2012-03-308-14/+103
* | | | | | | Remove static methods in QQnxScreenThomas McGuire2012-03-306-110/+130
* | | | | | | Don't assume windows and GL contexts are created on the primary screenThomas McGuire2012-03-302-3/+3
* | | | | | | Forward native key codes to QWindowSystemInterfaceRafael Roquetto2012-03-301-1/+2
* | | | | | | Cocoa: set window levels when creating NSWindow/NSPanelBradley T. Hughes2012-03-301-0/+27
* | | | | | | Cocoa: don't call non-existent NSWindow setFrameSizeBradley T. Hughes2012-03-301-1/+2
* | | | | | | Separate virtual keyboard interface and implementationKevin Krammer2012-03-3010-111/+241
* | | | | | | Remove the virtual keyword from reimpl. methodsRafael Roquetto2012-03-2810-66/+66
* | | | | | | Refactoring virtual keyboard class into non-singletonKevin Krammer2012-03-2810-84/+98
* | | | | | | Move screen event processing into its own classKevin Krammer2012-03-286-466/+592
* | | | | | | Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-283-8/+8
* | | | | | | Remove xlib plugin.Robin Burchell2012-03-2727-6172/+0