summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Windows: Refactor FreeType font database.Friedemann Kleint2015-02-201-100/+132
| * | | | Guarantee there is always a valid HFONT to get metrics forKonstantin Ritt2015-02-201-6/+7
| * | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-1711-128/+92
| |\ \ \ \
| * | | | | Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDEThiago Macieira2015-02-172-2/+2
* | | | | | Fix android menubar's menu not opening at the first press.Michal Klocek2015-02-231-0/+4
* | | | | | xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-234-25/+69
* | | | | | GLX integration: code tidiesGiuseppe D'Angelo2015-02-231-4/+6
| |_|/ / / |/| | | |
* | | | | Linux/XCB: added a missing arg to QXcbConnection::QXcbConnection callStéphane Chatty2015-02-201-1/+1
* | | | | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-209-397/+14
* | | | | Fix warning-as-error about member not used with Clang 3.6Thiago Macieira2015-02-201-1/+1
* | | | | xcb: remove stray QDBusMenuConnection in QXcbNativeInterfaceShawn Rutledge2015-02-202-3/+1
* | | | | Haiku: Initial version of QPA plugin for HaikuTobias Koenig2015-02-1729-0/+2714
* | | | | xcb: Check for the presence of XInput 2.2 before selecting touch eventsAlexander Volkov2015-02-172-18/+24
* | | | | Fixed license headersJani Heikkinen2015-02-17100-100/+100
| |/ / / |/| | |
* | | | xcb: Fix build with -no-xcb-xlib -qt-xcbAndrew Knight2015-02-174-12/+16
* | | | Fix license headersSergio Ahumada2015-02-165-111/+71
* | | | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-162-5/+5
|/ / /
* | | iOS: add native file dialog for selecing photos/assetsRichard Moe Gustavsen2015-02-155-2/+252
* | | iOS: add a file engine to support loading assets/photosRichard Moe Gustavsen2015-02-155-1/+399
* | | Fix indentation and move some variables aroundKonstantin Ritt2015-02-151-63/+52
* | | Add support for GPU bug list reading.Friedemann Kleint2015-02-141-0/+60
* | | Windows: Use QVersionNumber in GPU driver version.Friedemann Kleint2015-02-142-76/+14
* | | Windows: Remove "experimental" sticker for DirectWrite engineEskil Abrahamsen Blomfeldt2015-02-141-4/+0
* | | FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-142-0/+33
* | | Fix xcb plugin compilation without D-BusAlex Trotsenko2015-02-131-0/+3
* | | OSX: Avoid !strcmp() anti patternMathias Hasselmann2015-02-131-1/+1
* | | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1310-12/+12
* | | OS X Accessibility: fix role descriptionBoris Dušek2015-02-131-1/+1
* | | OS X Accessibility: implement AXStyleRangeForIndex in QTextEditBoris Dušek2015-02-131-1/+6
* | | OS X accessibility: implement AXRangeForPositionBoris Dušek2015-02-131-0/+5
* | | Fix AXBoundsForRange in OS X accessibilityBoris Dušek2015-02-131-2/+11
* | | Fix crash-on-exit when embedding QNViewMorten Johan Sørvig2015-02-123-0/+17
* | | Windows QPA: Remove helper function debugWindowStates().Friedemann Kleint2015-02-121-20/+3
* | | Fix accessibility lines on OS XBoris Dušek2015-02-121-16/+58
* | | Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-121-2/+3
* | | xcb: QSystemTrayIcon: grab background pixmap for compositing only onceShawn Rutledge2015-02-123-11/+5
* | | QWheelEvent on OSX: phase changes to ScrollEnd after momentum phaseShawn Rutledge2015-02-121-1/+2
* | | [QWindowsFont*] Unify HFONT fallbacksKonstantin Ritt2015-02-122-10/+5
* | | eglfs: Add the three missing drag cursorsLaszlo Agocs2015-02-122-3/+3
* | | Update copyright headersJani Heikkinen2015-02-11564-5413/+4581
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-1036-242/+761
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1036-242/+761
| |\| |
| | * | Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
| | * | xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
| | * | Cocoa: Don't crash on no target window.Morten Johan Sørvig2015-02-031-0/+8
| | * | Windows: Pass geometry in device-independent pixel when determining screen.Friedemann Kleint2015-02-031-1/+1
| | * | Windows: Rewrite font database to use delayed population.Friedemann Kleint2015-02-032-35/+51
| | * | Cocoa: Keep menu invisible when adding it to a menubarDaiwei Li2015-02-031-1/+3
| | * | Windows: Fix screen changed emission for programmatic moves.Friedemann Kleint2015-02-021-1/+2
| | * | Fix build of egl integrationStephan Binner2015-02-026-22/+27