summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* evdevtouch: Add hotplug supportLaszlo Agocs2015-04-092-4/+4
* Add missing event types in printXcbEventGatis Paeglis2015-04-091-1/+10
* Fix build with -directwriteKonstantin Ritt2015-04-072-6/+12
* Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-072-11/+5
* Always release surfaces when application is suspended or hidden.Saytgalin Alexander2015-04-043-3/+2
* iOS: check if Qt has an active window before scrolling to cursorRichard Moe Gustavsen2015-04-041-0/+3
* iOS: enable changing menu items in QIOSMenu while it's showingRichard Moe Gustavsen2015-04-042-19/+51
* Cocoa: Fix minimizing/zooming frameless windows.Christoph Schleifenbaum2015-04-011-1/+14
* Revert "Cocoa plugin - showMaximized/showMinimized and Qt::FramelessWindowHint"Timur Pocheptsov2015-04-011-5/+2
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-0123-137/+205
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-3123-137/+205
| |\
| | * xcb: Determine the window gravity just before the window is shownAlexander Volkov2015-03-271-5/+3
| | * Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-261-1/+2
| | * Windows: Add support for horizontal scroll on some touchpads.Sérgio Martins2015-03-264-18/+69
| | * Android MessageDialog: order buttons according to OS X button layoutShawn Rutledge2015-03-262-5/+23
| | * Fix a crash in connman bearer backend on d'tor when using QStringLiteralLorn Potter2015-03-222-47/+47
| | * OSX Fix disapearing tray iconJocelyn Turcotte2015-03-181-14/+3
| | * Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
| | * Avoid deadlock on suspend/resumePaul Olav Tvete2015-03-161-4/+7
| | * Android: Also populate database with otf fontsEskil Abrahamsen Blomfeldt2015-03-131-4/+4
| | * Windows: Get the normal virtual key when not composingAndy Shaw2015-03-132-1/+5
| | * Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-131-1/+1
| | * Cocoa: Send mouse release as a right button when clicking right buttonAndy Shaw2015-03-131-0/+2
| | * Cocoa integration - invalid backing store on geometry updateTimur Pocheptsov2015-03-131-0/+2
| | * Cocoa: Fix systray SVG icons.Morten Johan Sørvig2015-03-111-0/+4
| | * Avoid deadlock when suspending app at startupPaul Olav Tvete2015-03-111-1/+6
| | * Revert "OS X: main window doesn't become key."Timur Pocheptsov2015-03-091-28/+0
| | * Win QPA: Pass in the top level setting instead of relying on isTopLevel()Andy Shaw2015-03-062-6/+6
| | * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-061-2/+16
| | * Remove C++11 usage from NetworkManager bearer pluginAlex Blasche2015-03-051-1/+0
| | * Avoid deadlock with two consecutive suspended notificationLiang Jian2015-03-051-0/+7
* | | Windows: Fix QT_NO_OPENGL buildKai Koehne2015-03-312-7/+15
* | | xcb: set WM_NAME window propertyShawn Rutledge2015-03-313-0/+51
|/ /
* | QCocoaMenu: Queue 'activated' signal emissionGabriel de Dietrich2015-03-301-1/+3
* | Windows: Remove duplicated color masks in qt_write/write_dibv5.Friedemann Kleint2015-03-301-9/+0
* | Use Xlib to resolve font cursor if possibleJørgen Lind2015-03-301-0/+12
* | Windows: Send the input method event when the focus object is validAndy Shaw2015-03-301-1/+1
* | xcb: Fix bgr888 VNC sessionsLaszlo Agocs2015-03-304-9/+53
* | Build bundled freetype as qt_helper_libKonstantin Ritt2015-03-271-1/+1
* | xcb: Do not crash with VNCLaszlo Agocs2015-03-272-4/+5
* | Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-273-19/+73
* | Fix WinRT native file picker empty parametersPeng Wu2015-03-271-29/+35
* | Implement flush function in WinRT file enginePeng Wu2015-03-272-8/+29
* | ibus: Get display number when screen number is omitted.Takao Fujiwara2015-03-271-0/+2
* | iOS: Update statusbar style based on MaximizeUsingFullscreenGeometryHintTor Arne Vestbø2015-03-272-13/+18
* | Add Qt::WindowFlag to signal that maximizing should cover full screen geometryTor Arne Vestbø2015-03-271-1/+2
* | xcb: Speed up screens' initializationAlexander Volkov2015-03-271-60/+77
* | Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-271-1/+2
* | iOS: Implement basic QPlatformOffscreenSurface subclassTor Arne Vestbø2015-03-251-1/+15
* | Resize backingstore properly on devicePixelRatio changesPaul Olav Tvete2015-03-251-6/+17