summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/ /
| * | QTableGenerator: replace a call to a member function with direct element accessMarc Mutz2014-10-131-1/+1
| * | 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
* | | eglfs: try to query real cursor size instead of hardcoding 64x64Louai Al-Khanji2014-10-171-6/+25
* | | eglfs: Make KMS hooks compile on older systemsLouai Al-Khanji2014-10-171-3/+2
* | | Fix cast for qeglfshooks_kmsRisto Avila2014-10-161-1/+1
* | | Clean up tslib pluginLaszlo Agocs2014-10-164-216/+7
* | | eglconvenience/eglfs: Clean up warning messagesLaszlo Agocs2014-10-131-1/+1
* | | EGLFS: Add support for multiple displaysLouai Al-Khanji2014-10-107-336/+571
* | | eglfs: Add support for systems without pbuffer supportLaszlo Agocs2014-10-1012-12/+240
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0968-241/+523
|\| |
| * | Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-4/+4
| * | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-2/+2
| * | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-0920-43/+43
| * | 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
| * | | Fix native GTK2 dialogs to receive focusJ-P Nurmi2014-10-061-0/+1
| * | | 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
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-016-4/+46
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-296-4/+46
| | |\|
| | | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
| | | * Cocoa: Properly remove content view from its superview in setNSWindow()Gabriel de Dietrich2014-09-231-0/+4
| | | * XCB: fix a possible array overflow leading to a crashGiuseppe D'Angelo2014-09-221-0/+3
| | | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
| | | * OS X: File dialog does not show "Media" section.Timur Pocheptsov2014-09-221-2/+2
| | | * OS X: main window doesn't become key.Timur Pocheptsov2014-09-221-0/+29
| | | * Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-221-0/+2
| * | | kms: Support QOpenGLWidget and QQuickWidgetLaszlo Agocs2014-09-309-17/+99
| * | | kms: Support non-64x64 cursorsLaszlo Agocs2014-09-302-8/+25