summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-043-7/+8
| * iOS: don't show statusbar if hidden from Info.plistRichard Moe Gustavsen2013-12-041-0/+3
| * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-043-6/+6
| * Revert "Cocoa (OpenGL): If no view is attached, makeCurrent() should return f...Morten Johan Sørvig2013-12-041-2/+0
| * iOS: fix assert when using QOffscreenSurfaceRichard Moe Gustavsen2013-12-041-2/+0
| * iOS: Disable drag and drop completely instead of enabling simple d'n'dTor Arne Vestbø2013-12-041-0/+2
| * Improve expose event handling.Morten Johan Sørvig2013-12-043-4/+48
| * iOS: fix crash when focusWindow changes while keyboard is openRichard Moe Gustavsen2013-12-041-1/+1
| * iOS: fix crash when application quitsRichard Moe Gustavsen2013-12-041-3/+7
| * iOS: fix application hangs when opening keyboardRichard Moe Gustavsen2013-12-031-6/+2
| * Cocoa: Mouse enter events on window activation.Christoph Schleifenbaum2013-12-033-0/+14
* | iOS: Apply default geometry to platform window if not set on QWindowTor Arne Vestbø2013-12-051-1/+9
* | iOS: Don't claim that windows with zero width and/or height are exposedTor Arne Vestbø2013-12-052-0/+7
* | Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-053-0/+14
* | Android: use binary name when using loadClass.BogDan Vatra2013-12-052-3/+3
* | Minimal plugin: Use a dummy font database for command line tools.Friedemann Kleint2013-12-045-8/+70
* | xcb qpa: initialize EGL for non-XLib buildsAndrew Knight2013-12-031-7/+8
* | Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-0313-14/+13
* | Respect the custom paper size settings on MacAndy Shaw2013-12-032-25/+53
* | BlackBerry: properly clean up QFileDialog filesRafael Roquetto2013-12-011-0/+3
* | BlackBerry: remove unused variableRafael Roquetto2013-12-012-3/+2
* | BlackBerry: Fix QFileDialog show()/hide()Rafael Roquetto2013-12-012-5/+12
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Lars Knoll2013-11-294-5/+60
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-294-5/+60
| |\|
| | * iOS: Update screen properties when we trigger statusbar changes on iOS7Tor Arne Vestbø2013-11-291-5/+14
| | * iOS: Forward [UIApplicationDelegate handleOpenURL:] to QDesktopServicesTor Arne Vestbø2013-11-293-0/+46
* | | Cocoa: avoid a crash in QCocoaDragLiang Qi2013-11-292-1/+8
|/ /
* | Move the glxfbconfig configtest to qpa and rename it to glxJorgen Lind2013-11-281-1/+1
* | Add new configure parameter for Xcb-XlibAndrew Knight2013-11-281-9/+9
* | Remove stale xcb_dri2 code in QXcbNativeInterfaceJorgen Lind2013-11-282-3/+1
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-283-6/+10
|\|
| * QNX: Fix retrieving the window group nameFrank Osterfeld2013-11-271-2/+4
| * CoreWLan: Fix potential unhandled exception assertGabriel de Dietrich2013-11-262-4/+6
* | Return the xcb_screen_t and not the QPlatformScreenJorgen Lind2013-11-271-1/+1
* | Fix directwrite font engine compileLouai Al-Khanji2013-11-271-1/+1
* | Allow resetting Qt::WindowFullscreenButtonHintZeno Albisser2013-11-271-10/+14
* | QCocoaFileDialogHelper: Cache directory until delegate has been createdGabriel de Dietrich2013-11-272-2/+5
* | windows: Set forward compatibility bit properlyLaszlo Agocs2013-11-271-1/+1
* | Fix compiler warnings.Erik Verbruggen2013-11-261-3/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-2625-94/+576
|\|
| * iOS: Update statusbar visibility and screen properties before window geometryTor Arne Vestbø2013-11-252-8/+12
| * iOS: Prefer window states over geometry-heuristics when laying out windowsTor Arne Vestbø2013-11-251-2/+6
| * iOS: Don't warn about QBackingStore::resize() != window.size() for widgetsTor Arne Vestbø2013-11-251-1/+1
| * iOS: Don't enable translucent statusbar for iOS6 on iPadsTor Arne Vestbø2013-11-251-2/+5
| * iOS: close keyboard upon hitting key 'done'Richard Moe Gustavsen2013-11-251-1/+4
| * iOS: update keyboard layout upon focus transferRichard Moe Gustavsen2013-11-252-2/+19
| * iOS: add [QUIView updateTextInputTraits]Richard Moe Gustavsen2013-11-251-9/+43
| * iOS: don't loose precision when converting CG typesRichard Moe Gustavsen2013-11-254-15/+16
| * iOS: don't scroll after inputItem has movedRichard Moe Gustavsen2013-11-252-0/+16
| * iOS: scroll screen when keyboard opensRichard Moe Gustavsen2013-11-253-14/+131