summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-244-19/+154
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-242-2/+23
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1147-351/+916
|\
| * Cocoa: Send expose event on screen change.Morten Johan Sørvig2014-04-103-1/+5
| * Cocoa: Set the COCOA_MENU_ANCESTOR() also when sync'ingGabriel de Dietrich2014-04-101-1/+1
| * XCB: Print error code on Xlib I/O errorsUli Schlachter2014-04-101-0/+28
| * Cocoa: Fix DnD when using native widgets.Morten Johan Sørvig2014-04-091-6/+28
| * Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-094-0/+24
| * Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-094-38/+61
| * make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-099-0/+9
| * automatically link plugins belonging to qt modules when building static appsOswald Buddenhagen2014-04-091-0/+1
| * QWindowsOpenGLContextFormat: Default to version 2.Friedemann Kleint2014-04-091-0/+2
| * Add unhandled Android keys.BogDan Vatra2014-04-091-151/+316
| * Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-091-1/+8
| * Cocoa: Fix possible printing memory leak.Morten Johan Sørvig2014-04-091-4/+5
| * Cocoa: Fix crash when creating printer object.Morten Johan Sørvig2014-04-091-3/+6
| * Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-095-43/+106
| * XCB: Only use the XFixes extension if availableUli Schlachter2014-04-091-1/+1
| * Don't access null pointerGatis Paeglis2014-04-081-3/+6
| * Fix xcb plugin backing store byte order issueJason Haslam2014-04-081-9/+24
| * QNX: Destroy window buffers when resizedBernd Weimer2014-04-083-37/+31
| * Android: use glyph cache resizing workaround with Vivante GC1000 GPU.Yoann Lopes2014-04-071-1/+2
| * OSX: add several menuitem roles to support menu shortcuts in dialogsShawn Rutledge2014-04-076-2/+97
| * Mac Accessibility: Make more widgets name/description workFrederik Gladhorn2014-04-051-1/+4
| * Cocoa: Don't beep on maximize.Morten Johan Sørvig2014-04-051-1/+1
| * Cocoa: Make backing store flush accurate.Morten Johan Sørvig2014-04-051-2/+3
| * Cocoa: Make QScreen::topLevelAt() work correctlyMorten Johan Sørvig2014-04-053-0/+37
| * Cocoa: Support pasting rich text to Qt appsMorten Johan Sørvig2014-04-052-0/+72
| * Consistently hide the parts that require xcb-xkbThiago Macieira2014-04-052-2/+4
| * Fix regression in key handling.Gatis Paeglis2014-04-032-12/+9
| * Update bundled libxkbcommon version to 0.4.1Gatis Paeglis2014-04-031-3/+0
| * Cocoa: Fix crash when disconnecting an AirDisplay monitor.Dyami Caliri2014-04-031-2/+7
| * Change the hidpi cursor hotspot coordinate mappingKari Pihkala2014-04-031-2/+1
| * Cocoa: Close ToolTips on parent window move.Morten Johan Sørvig2014-04-031-3/+5
| * Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-032-3/+2
| * Be less verbose about invalid keysymsGatis Paeglis2014-04-031-0/+2
| * [xcb] Fix build failureGatis Paeglis2014-04-022-20/+10
| * Windows CE: Fix message about freetype font rendering.Friedemann Kleint2014-04-011-3/+3
* | [xcb/xsettings] Byte order byte is at address 0Egbert Eich2014-04-071-1/+1
* | Add missing Q_DECL_OVERRIDEDavid Faure2014-04-051-4/+4
* | Add function for setting the startup ID for the next window that will be shown.David Faure2014-04-053-0/+20
* | [xcb/xsettings] Add support for byte swappingEgbert Eich2014-04-031-11/+32
* | IBus: Implement IBus' surrounding text featureTrung Ngo2014-04-022-2/+57
* | IBus: Implement QDBusArgument serialization operatorsTrung Ngo2014-04-024-48/+132
* | IBus: New version of IBus.InputContext DBus declaration fileTrung Ngo2014-04-023-4/+23
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-0151-525/+891
|\|
| * Make QWindowsMultiFontEngine support deferred fallback families queryKonstantin Ritt2014-03-313-33/+9
| * Android: input method fixes for SwiftEdit keyboardPaul Olav Tvete2014-03-311-10/+42
| * iOS: Share default-FBO for windows between contexts in a share-groupTor Arne Vestbø2014-03-311-4/+9
| * QNX: use QStringList::join(QChar) overloadMarc Mutz2014-03-311-2/+2