summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iOS: use UIKeyboardTypeNumbersAndPunctuation for Qt::ImhPreferNumbersRichard Moe Gustavsen2015-07-271-0/+2
| | * | | ios: Do not drop the user-provided default QSurfaceFormatLaszlo Agocs2015-07-251-1/+1
| | * | | Windows/QClipboard: Fix crash in debug output of QMimeData.Friedemann Kleint2015-07-232-19/+20
| | * | | fix -no-opengl buildJoerg Bornemann2015-07-232-1/+4
| | * | | Fixed null pointer dereferenceRon Bessems2015-07-221-6/+6
| | * | | xcb: Ignore disabling of outputs in the middle of the mode switchAlexander Volkov2015-07-221-5/+13
| | * | | When a screen comes back online, the windows need to be told about itRalf Jung2015-07-221-0/+8
| | * | | Windows: Fix handling of cursor flash time.Friedemann Kleint2015-07-211-1/+1
| | * | | Windows: register alias for application fontJian Liang2015-07-202-5/+11
| | * | | Fix GCC 4.9 warning about repeated attributesThiago Macieira2015-07-181-1/+1
| | |/ /
* | | | Add Mir client platform pluginPaul Olav Tvete2015-08-0927-0/+3440
* | | | windows: Fix the OpenGL blacklistLaszlo Agocs2015-08-081-1/+1
* | | | OS X adaptations to the high-DPI APIMorten Johan Sørvig2015-08-062-19/+20
* | | | platforms: cocoa - fix QCocoaWindow::bottomLeftClippedByNSWindowOffsetTim Blechmann2015-08-061-5/+4
* | | | eglfs: save state in the cursorLaszlo Agocs2015-08-062-16/+115
|/ / /
* | | winphone: Remove old codeAndrew Knight2015-08-051-5/+0
* | | winphone: Remove old non-DirectWrite codeAndrew Knight2015-08-053-36/+2
* | | Cocoa QPA plugin: Unlock full Q_DECL_OVERRIDE karmaGabriel de Dietrich2015-08-0115-115/+115
* | | Cocoa Integration: Support non-native input context pluginsGabriel de Dietrich2015-08-012-4/+8
* | | qwindowstheme.cpp: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-011-1/+1
* | | Add Intel Q965/Q963 and G33/31 to the Windows OpenGL blacklistKimmo Leppälä2015-07-311-1/+26
* | | Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-302-33/+34
* | | X11 changes for highdpiPaul Olav Tvete2015-07-304-16/+29
* | | Highdpi changes for WindowsFriedemann Kleint2015-07-308-17/+65
* | | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-302-0/+6
* | | eglfs_kms: Implement DPMS modePier Luigi Fiorini2015-07-294-3/+49
* | | Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-299-292/+74
* | | Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-2919-398/+112
* | | qqnxinputcontext: Add support for EnterKeyTypeKai Uwe Broulik2015-07-194-2/+33
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1710-67/+113
|\| |
| * | Fix broken gpu blacklist matching in the windows pluginLaszlo Agocs2015-07-161-1/+1
| * | Mangle QNSApplication and methods into a namespaceMelanie Cappelaere2015-07-141-10/+10
| * | Add support for PNG to QWindowsMimeImage::convertFromMime().Friedemann Kleint2015-07-101-2/+11
| * | xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-085-37/+57
| * | xcb: Use _NET_FRAME_EXTENTS to get frame marginsAlexander Volkov2015-07-083-0/+20
| * | Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
| * | DirectWrite: Fix crash when loading QRawFont from dataEskil Abrahamsen Blomfeldt2015-07-061-16/+13
* | | Move eglfs-only parts back from eglconvenienceLaszlo Agocs2015-07-1613-87/+1091
* | | qcocoahelpers: make qtKey2CocoaKeySortLessThan a function objectMarc Mutz2015-07-131-4/+8
* | | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | | Add ability for QIcons to be marked as template images.James Turner2015-07-091-0/+1
* | | Fix inefficient code foreaching on container.values()Sérgio Martins2015-07-082-3/+3
* | | Introduce QT_NO_WINCE_SHELLSDK for WEC builds.Bjoern Breitmeyer2015-07-061-0/+2
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0137-207/+261
|\| |
| * | eglfs: Destroy screens after windowsPier Luigi Fiorini2015-06-301-1/+4
| * | Replace MAC OS X with OS XNico Vertriest2015-06-302-2/+2
| * | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-2811-35/+39
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2711-35/+39
| | |\ \
| | | * | Revert "Windows: Use DND effect chosen in DragEnter/Move for Drop."Friedemann Kleint2015-06-221-1/+1
| | | * | OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-172-22/+7