summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* iOS: Restore mirror mode using [UIScreen mainScreen] instead of nilTor Arne Vestbø2015-09-091-1/+1
* Notify when the primary screen changesAleix Pol2015-09-081-6/+3
* winrt: Fix top level window geometry.Samuel Nevala2015-09-071-2/+3
* winrt: Add support for native pickers for Windows Phone.Samuel Nevala2015-09-072-42/+250
* Cocoa: Clean up context creation.Morten Johan Sørvig2015-09-021-5/+11
* Windows: Improve debug output of mime conversion handling.Friedemann Kleint2015-09-014-34/+101
* winrt: Enable window visibility for the root window.Samuel Nevala2015-08-314-35/+174
* winrt: Work around broken screen rotation on Windows Phone 8.1.Samuel Nevala2015-08-311-0/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2713-57/+108
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2613-57/+108
| |\
| | * 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
| | | | * Workaround for Samsung keyboard bugPaul Olav Tvete2015-05-201-0/+2
| | * | | 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
* | | | | winrt: Fix MessageDialog show on windows phone.Samuel Nevala2015-08-271-10/+16
* | | | | winrt: Add missing Q_DECL_OVERRIDE and fix white space.Samuel Nevala2015-08-272-8/+6
|/ / / /
* | | | Harmonize input context selectionBernd Weimer2015-08-254-11/+11
* | | | Remove unused kms pluginLouai Al-Khanji2015-08-2519-2006/+0
* | | | xcb: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-9/+8
* | | | Windows: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-8/+10
* | | | winphone: Fix keyboard show/hide callsAndrew Knight2015-08-241-8/+18
* | | | winrt: Hide status bar on windows phone.Samuel Nevala2015-08-201-0/+25
* | | | linuxfb: Use libinput by default when availableLaszlo Agocs2015-08-181-0/+11
* | | | eglfs: Use libinput by default when availableLaszlo Agocs2015-08-181-0/+12
* | | | OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-142-0/+11
* | | | winrt: Refactor platform plugin for XAML supportAndrew Knight2015-08-1311-506/+561
* | | | Android: Add support for EnterKeyKai Uwe Broulik2015-08-113-6/+10
* | | | OSX: Add initial FreeType supportMathias Hasselmann2015-08-113-6/+33
* | | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-0930-159/+214
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0630-159/+214
| |\| | |
| | * | | 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
| | * | | 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