summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* iOS: always flush spontaneous key press eventsRichard Moe Gustavsen2015-11-231-1/+1
* Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-141-1/+5
* Windows: Delay-initialize pluggable touch devices.Friedemann Kleint2015-10-285-21/+57
* Return early if there is no text at the offsetAndy Shaw2015-10-271-0/+8
* Android: auto-detect MIME type for local files to make openUrl workMartin Koller2015-10-261-4/+19
* Android: Remove unused forward declaration.Christian Strømme2015-10-191-1/+0
* Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-132-11/+3
|\
| * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-061-7/+4
| * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-021-4/+7
| * ANGLE: Fix Windows Store D3D Trim and Level 9 requirementsAndrew Knight2015-09-291-1/+1
| * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
* | Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
* | Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
* | Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
* | Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-2/+2
|/
* QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31
* iOS: silence compiler warning about unimplemented 'selectionRectsForRange'Richard Moe Gustavsen2015-09-101-0/+9
* Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10
* Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-061-1/+1
* iOS: filter responder actions from menu syncRichard Moe Gustavsen2015-09-041-1/+1
* iOS: compose key events from QKeySequencesRichard Moe Gustavsen2015-09-041-10/+18
* Make tooltips transparent for mouse events.Alexander Soplyakov2015-09-021-2/+6
* iOS: handle all directions when calculating positionFromPositionRichard Moe Gustavsen2015-09-011-1/+11
* iOS: filter first responder actions from edit menuRichard Moe Gustavsen2015-09-012-1/+32
* iOS: store shortcut sequence in menu itemRichard Moe Gustavsen2015-09-012-1/+7
* iOS: add undo/redo supportRichard Moe Gustavsen2015-09-011-0/+53
* iOS: listen for standard text edit shortcutsRichard Moe Gustavsen2015-09-011-0/+18
* iOS: send arrow keys to Qt to handle cursor movementRichard Moe Gustavsen2015-09-012-0/+67
* iOS: send key events through QPARichard Moe Gustavsen2015-09-011-7/+5
* Ensure sendPostedEvents() can be called independentlyJan Arve Saether2015-09-011-1/+3
* iOS: Make setFrame in desktop view take superview transforms into accountTor Arne Vestbø2015-08-281-1/+8
* windows: Avoid __eglMustCast... in EGLLaszlo Agocs2015-08-272-2/+2
* Cocoa: Fix backing store performance regression.Morten Johan Sørvig2015-08-253-15/+22
* Fix potential crash in QWindowsWindow::setDropSiteEnabled().Friedemann Kleint2015-08-251-1/+1
* Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-252-3/+15
* iOS: calculate bounds in desktop view using transformed window bounds for bot...Richard Moe Gustavsen2015-08-251-1/+2
* QWindowsMimeImage: Revert image format handling back to Qt 4.Friedemann Kleint2015-08-251-7/+2
* xcb: send QTabletEvent before QMouseEventShawn Rutledge2015-08-192-12/+13
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-8/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-8/+9
| |\
| | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-102-8/+9
* | | iOS: ensure that we restore text selection with correct cursor and anchor posRichard Moe Gustavsen2015-08-111-1/+1
* | | iOS: support cut/copy/paste shortcuts when using Bluetooth keyboardRichard Moe Gustavsen2015-08-111-8/+42
* | | When the focus changes make sure that the IME finishes correctlyAndy Shaw2015-08-101-1/+1
* | | Fix shortcut handling with modifiersFrederik Gladhorn2015-08-051-2/+6
* | | Android: Manually detach the thread after calling quitApp.Christian Strømme2015-08-031-0/+5
* | | fix build with no built-in image handlersOswald Buddenhagen2015-08-032-0/+2
* | | Micro optimization to Basic/Android FDB::populateFontDatabase()Konstantin Ritt2015-07-311-5/+8
* | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-314-30/+14
* | | xcb: Make it compile on systems with xinput2 < 2.2Martin Koller2015-07-301-11/+13