summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * OSX: check if we have a native drag before accessing itRichard Moe Gustavsen2015-06-111-4/+6
| | * Android: Delay initialization of Accessibility.Christian Strømme2015-06-094-3/+19
| | * Cocoa: Remove ToolTip windows from popup stackMorten Johan Sørvig2015-06-051-1/+1
| | * QNSImageView - remove observer before deallocTimur Pocheptsov2015-06-051-0/+1
| | * Make logicalDpi consistent in relation to device pixel ratioAllan Sandfeld Jensen2015-06-041-4/+4
* | | Treat color (ARGB) glyphs, e.g. Emoji, as having unreliable glyph outlinesTor Arne Vestbø2015-06-261-1/+1
|/ /
* | Return format as specified in original QWindowMike Krus2015-06-262-0/+9
* | Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-246-61/+61
* | cocoa: QNSView - guard implementation against deleted windowTim Blechmann2015-06-242-21/+21
* | xcb: make it possible to disable gl integrationsLaszlo Agocs2015-06-221-3/+8
* | QCocoaMenu: Fix crash with 10.7 QFileDialog shortcutsDyami Caliri2015-06-201-0/+2
* | xcb: Map touch points to screen coordinatesAlexander Volkov2015-06-193-3/+19
* | Compile fix for QT_DEBUG_ANDROID_IM_PROTOCOLPaul Olav Tvete2015-06-161-1/+1
* | Workaround for Google Keyboard strangenessPaul Olav Tvete2015-06-161-0/+5
* | Fix GLX backend in static buildsLaszlo Agocs2015-06-161-0/+4
* | xcb: Set _NET_WM_WINDOW_TYPE from a single placeAlexander Volkov2015-06-132-57/+63
* | iOS: handle loading assets with different format than jpgRichard Moe Gustavsen2015-06-101-2/+2
* | Don't manually delete QPlatformScreenKai Uwe Broulik2015-06-091-1/+3
* | Remove useless truncation to the size the string already hasThiago Macieira2015-06-081-4/+2
* | xcb: Ignore emulated pointer eventsAlexander Volkov2015-06-081-1/+1
* | xcb: Fix getting the window types from the property of QWindowAlexander Volkov2015-06-081-1/+1
* | fix usage of wince scopeOswald Buddenhagen2015-06-051-8/+8
* | Cocoa: QCocoaApplicationDelegate - correctly install cleanup handlerTim Blechmann2015-06-041-1/+1
* | xcb: Track touch points on a per device basisAlexander Volkov2015-06-032-6/+6
* | Don't assign iterator to const_iteratorSérgio Martins2015-06-021-2/+2
* | eglfs_kms: Virtual desktopPier Luigi Fiorini2015-06-027-14/+86
* | Cocoa: add QT_MAC_USE_NSWINDOW env. variableMorten Johan Sørvig2015-06-021-1/+3
|/
* QCocoaMenu: return YES if we have a shortcut for a pseudo-first responderTimur Pocheptsov2015-06-011-12/+22
* xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-018-227/+493
* Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-292-0/+8
* windows: Use EGL extensions as they ought to be usedLaszlo Agocs2015-05-282-6/+13
* Fix for eglfs context sharing problem in qtwebengine widgetCaner Altinbasak2015-05-281-0/+2
* Add support to disable close button from the tool window in Cocoa.Marko Kangas2015-05-271-3/+16
* Windows: Clean Qt::WindowFullscreenButtonHint in fixTopLevelWindowFlags().Friedemann Kleint2015-05-261-0/+2
* xcb: Properly calculate the size of the touch rectAlexander Volkov2015-05-231-14/+5
* Direct2D: Fix MSVC2015 warnings.Friedemann Kleint2015-05-232-12/+12
* Fix compile error with VS 2015Jan Arve Saether2015-05-221-1/+1
* Updated WinRT license headers to use LGPLv3 instead of LGPLv21Jani Heikkinen2015-05-2029-290/+377
* Workaround for Samsung keyboard bugPaul Olav Tvete2015-05-201-0/+2
* WinRT: fix namespaced buildJoerg Bornemann2015-05-165-7/+16
* xcb: Fix FP1616 to double conversionAlexander Volkov2015-05-141-1/+1
* iOS: remove 'truncation from double to float' compiler warningRichard Moe Gustavsen2015-05-131-1/+1
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-1317-17/+17
* Remove QNSView from superview in ~QCocoaWindow()Morten Johan Sørvig2015-05-131-1/+1
* Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-132-7/+22