summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Let the linker find xcb_poll_for_queued_event for usThiago Macieira2015-07-281-6/+9
* | | Make the function pointer to xcb_poll_for_queued_event not a memberThiago Macieira2015-07-282-16/+20
* | | xcb: Fix build with QT_NO_CURSORAndrew Knight2015-07-281-0/+2
* | | xcb: fix tablet proximity againShawn Rutledge2015-07-281-5/+4
* | | Windows: Split code paths for touch/native gesture events.Friedemann Kleint2015-07-273-6/+27
* | | iOS: add missing Q_DECL_OVERRIDERichard Moe Gustavsen2015-07-277-45/+45
* | | iOS: use UIKeyboardTypeNumbersAndPunctuation for Qt::ImhPreferNumbersRichard Moe Gustavsen2015-07-271-0/+2
* | | ios: Do not drop the user-provided default QSurfaceFormatLaszlo Agocs2015-07-251-1/+1
* | | Windows/QClipboard: Fix crash in debug output of QMimeData.Friedemann Kleint2015-07-232-19/+20
* | | fix -no-opengl buildJoerg Bornemann2015-07-232-1/+4
* | | Fixed null pointer dereferenceRon Bessems2015-07-221-6/+6
* | | xcb: Ignore disabling of outputs in the middle of the mode switchAlexander Volkov2015-07-221-5/+13
* | | When a screen comes back online, the windows need to be told about itRalf Jung2015-07-221-0/+8
* | | Windows: Fix handling of cursor flash time.Friedemann Kleint2015-07-211-1/+1
* | | Windows: register alias for application fontJian Liang2015-07-202-5/+11
* | | Fix GCC 4.9 warning about repeated attributesThiago Macieira2015-07-181-1/+1
|/ /
* | Fix broken gpu blacklist matching in the windows pluginLaszlo Agocs2015-07-161-1/+1
* | Mangle QNSApplication and methods into a namespaceMelanie Cappelaere2015-07-141-10/+10
* | Add support for PNG to QWindowsMimeImage::convertFromMime().Friedemann Kleint2015-07-101-2/+11
* | xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-085-37/+57
* | xcb: Use _NET_FRAME_EXTENTS to get frame marginsAlexander Volkov2015-07-083-0/+20
* | Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* | DirectWrite: Fix crash when loading QRawFont from dataEskil Abrahamsen Blomfeldt2015-07-061-16/+13
* | eglfs: Destroy screens after windowsPier Luigi Fiorini2015-06-301-1/+4
* | 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