summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "Cocoa: Send obscure events on OcclusionStateHidden"Morten Johan Sørvig2014-10-221-2/+4
* | Windows: Initialize the mouse cursor resourcesAlessandro Portale2014-10-222-1/+13
* | OS X: drag and drop and auto-scrollingTimur Pocheptsov2014-10-221-0/+13
* | Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-221-1/+8
* | OS X - unified toolbar and AA_NativeWindowsTimur Pocheptsov2014-10-211-1/+17
* | OS X - maximize app's window from the Dock or using cmd-tabTimur Pocheptsov2014-10-211-1/+1
* | iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-203-11/+28
* | iOS: Remove unused and duplicated functions from QIOSWindowTor Arne Vestbø2014-10-202-4/+1
* | iOS: Fade out statusbar when scrolling view due to VKBTor Arne Vestbø2014-10-203-41/+52
* | iOS: Move UIView helpers to once placeTor Arne Vestbø2014-10-202-6/+3
* | Android: deadlock avoidancePaul Olav Tvete2014-10-206-1/+125
* | Delay showing keyboard until application is activePaul Olav Tvete2014-10-202-0/+15
* | iOS: ensure we have a valid focusObject before sending it IM eventsRichard Moe Gustavsen2014-10-191-1/+1
* | iOS: ignore sender of actions for edit menuRichard Moe Gustavsen2014-10-191-1/+2
* | iOS: ensure edit menu works on iOS6Richard Moe Gustavsen2014-10-191-3/+8
* | OS X: Emit QClipboard::dataChanged when activating applicationDyami Caliri2014-10-182-3/+21
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-0/+4
| |\|
| | * XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* | | XCB: Always set X window attributes in QXcbWindow::setWindowFlags().Friedemann Kleint2014-10-171-20/+31
* | | xcb: Fix a type of variables for xkb modifiers masksAlexander Volkov2014-10-161-2/+2
* | | xcb: Don't return 0 as a possible key for a shortcutAlexander Volkov2014-10-161-1/+1
* | | QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-151-0/+1
* | | Consolidate how contentDescription is calculated.Jan Arve Saether2014-10-151-10/+18
* | | Cocoa: Send obscure events on OcclusionStateHiddenMorten Johan Sørvig2014-10-141-4/+2
|/ /
* | qiosclipboard: take ownership over mime dataRichard Moe Gustavsen2014-10-102-1/+14
* | OS X: rename special menu items instead of duplicatingTimur Pocheptsov2014-10-102-6/+14
* | Android: Make memory handling in QClipboard consistent with iOSEskil Abrahamsen Blomfeldt2014-10-101-1/+2
* | Android: Return empty mime data instead of 0 from empty clipboardEskil Abrahamsen Blomfeldt2014-10-101-4/+4
* | Android: Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-0/+1
* | Android: Support QClipboard::clear()Eskil Abrahamsen Blomfeldt2014-10-101-4/+2
* | Android: Thread fix/optimizationPaul Olav Tvete2014-10-101-3/+3
* | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-2/+2
* | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-0911-33/+33
* | Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-093-5/+5
* | iOS: add system paletteRichard Moe Gustavsen2014-10-082-0/+13
* | Utilize Q_FORWARD_DECLARE_OBJC_CLASS in QCocoaFileDialogHelper.Jake Petroules2014-10-082-34/+25
* | Correct devicePixelRatio for software OpenGLMorten Johan Sørvig2014-10-071-6/+7
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-075-4/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-065-4/+37
| |\|
| | * Accessibility: Fix crash with invalid QAccessibleInterfaceDyami Caliri2014-09-301-1/+1
| | * QCocoaMenu: Keep a reference to the containing menu itemGabriel de Dietrich2014-09-294-3/+36
* | | Windows DirectWrite: Fix off-by-one in font descentEskil Abrahamsen Blomfeldt2014-10-061-2/+2
|/ /
* | iOS: Properly scope window deactivation on resignFirstResponderTor Arne Vestbø2014-10-031-1/+2
* | Android: Hide vkb when IM disabled for focus objectEskil Abrahamsen Blomfeldt2014-10-031-4/+8
* | iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-027-59/+71
* | Windows: Transform regions of window masks correctly.Friedemann Kleint2014-10-021-1/+1
* | Warn when loading opengl32sw.dll failsKai Koehne2014-10-021-1/+3
* | Android: Don't include Apache code under LGPLv2 licenseEskil Abrahamsen Blomfeldt2014-10-023-14/+66
* | Use PopupMenu when possible.BogDan Vatra2014-10-014-25/+49