summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| | * | qiostextresponder: Add support for ImhLatinOnlyKai Uwe Broulik2015-04-121-0/+2
| | * | qiostextresponder: Use UIKeyboardTypePhonePad for ImhDialableCharactersOnlyKai Uwe Broulik2015-04-111-1/+1
| | * | xcb: Fix getting of virtual rootsAlexander Volkov2015-04-101-6/+6
| | * | xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-108-56/+92
| | * | Add a means to set the application icon where supportedAndy Shaw2015-04-102-0/+15
| | * | winrt: Fix platform plugin after ANGLE upgradeAndrew Knight2015-04-091-17/+2
| | * | windows: Fix platform plugin compilation with new angleAndrew Knight2015-04-091-1/+2
| | * | winrt: set correct virtual keyboard sizePeng Wu2015-04-094-29/+31
| | * | winrt: remove the dead WP8.0 code from input contextPeng Wu2015-04-091-23/+0
| | * | Windows: Fix dialog close button showing despite ~Qt::WindowCloseButtonHint.Friedemann Kleint2015-04-091-7/+3
| | * | Fix logicalDotsPerInch when using devicePixelRatioPaul Olav Tvete2015-04-091-11/+8
| | * | evdevtouch: Add hotplug supportLaszlo Agocs2015-04-091-2/+2
| | * | Add missing event types in printXcbEventGatis Paeglis2015-04-091-1/+10
| * | | Optimize QXcbKeyboard::lookupString.Milian Wolff2015-04-201-3/+5
| * | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-203-3/+0
| * | | Ensure the UTF-8 string for a xcb_keycode_t has the correct length.Milian Wolff2015-04-171-2/+2
| * | | xcb: Remove unused qxlibconvenience.{h,cpp}Alexander Volkov2015-04-162-112/+0
* | | | Multi-screen fixesPaul Olav Tvete2015-05-042-9/+13
* | | | Refactor: add QtAndroid::pixelDensityMorten Johan Sørvig2015-04-163-6/+8
* | | | Scale default font size by the pixel density.Morten Johan Sørvig2015-04-153-3/+17
* | | | DevicePixels -> NativePixelsPaul Olav Tvete2015-04-152-7/+7
* | | | Fix screen detection on configureNotifyPaul Olav Tvete2015-04-151-1/+2
* | | | Keep screen geometries from overlappingPaul Olav Tvete2015-04-155-57/+138
* | | | Use qreal for devicePixelRatio everywhereMorten Johan Sørvig2015-04-153-0/+7
* | | | Per-screen scaleFactorPaul Olav Tvete2015-04-142-5/+11
* | | | Fix logicalDotsPerInch when using devicePixelRatioPaul Olav Tvete2015-04-141-11/+8
* | | | Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-142-7/+7
* | | | de-scale window()->devicePixelRatio.Morten Johan Sørvig2015-04-141-1/+1
* | | | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-1351-305/+696
|\| | |
| * | | qiostextresponder: Add support for ReturnKeyTypeKai Uwe Broulik2015-04-092-6/+29
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-082-13/+15
| |\| |
| | * | Fix build with -directwriteKonstantin Ritt2015-04-072-6/+12
| | * | Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-7/+3
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0624-110/+209
| |\| |
| | * | 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-0118-86/+141
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-3118-86/+141
| | | |\|
| | | | * 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
| | | | * 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