summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
| * Implement application font loading for WindowsMiikka Heikkinen2012-03-274-28/+177
| * Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-273-12/+20
| * Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-272-5/+3
| * Cocoa: silence warning about QCocoaWindow member initialization orderBradley T. Hughes2012-03-271-1/+1
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-032-0/+15
* | Merge master into api_changesKent Hansen2012-03-2743-1470/+587
|\|
| * Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
| * Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
| * Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-265-2/+5
| * Cocoa: silence warnings from QCocoaBackingStoreBradley T. Hughes2012-03-261-16/+1
| * Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
| * Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6
| * Cocoa: reimplement QPlatformWindow::setOpacity()Bradley T. Hughes2012-03-262-0/+7
| * Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
| * Cocoa: reimplement QPlatformBackingStore::scroll()Bradley T. Hughes2012-03-262-0/+13
| * Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
| * Cocoa: keep a NSWindow pointer in QCocoaWindowBradley T. Hughes2012-03-261-1/+1
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-266-6/+18
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * Added QAccessibleGroupBoxFrederik Gladhorn2012-03-243-14/+107
| * Fix building the XCB platform pluginThiago Macieira2012-03-241-1/+2
| * Enable IAccessible for MinGW32, keep IAccessible2 disabled for MinGWJan-Arve Saether2012-03-246-93/+154
| * API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-246-36/+53
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7