summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-184-4/+6
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-8/+14
|\
| * Map Shift+Tab to Shift+Backtab in evdevkeyboardLaszlo Agocs2015-07-171-8/+14
* | Move eglfs-only parts back from eglconvenienceLaszlo Agocs2015-07-169-1507/+6
* | platformsupport/linuxaccessibility: fix uses of inefficient QListsMarc Mutz2015-07-083-14/+23
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-41/+52
|\|
| * Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-242-40/+40
| * Disable surfaceless QOffscreenSurface with MesaLaszlo Agocs2015-06-221-1/+12
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-292-2/+5
* | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-272-2/+7
* | evdevtouch driver: fix indentation.Andreas Hartmetz2015-06-121-5/+5
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-7/+40
|\|
| * Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-1/+1
| * Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-012-5/+29
| * D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-212-2/+11
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-13/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-227-64/+230
|\|
| * Avoid signed-unsigned warning on OS XLaszlo Agocs2015-04-161-1/+1
| * evdevtouch: Add hotplug supportLaszlo Agocs2015-04-096-63/+229
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-3/+3
|\|
| * Fix a few clang warningAllan Sandfeld Jensen2015-04-012-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0110-64/+86
|\|
| * D-Bus system tray: emit activated on middle and right clickShawn Rutledge2015-03-313-20/+10
| * D-Bus system tray: emit QPlatformSystemTrayIcon::activated on clickShawn Rutledge2015-03-311-1/+1
| * D-Bus tray icon menus: support submenusShawn Rutledge2015-03-305-26/+36
| * Build bundled freetype as qt_helper_libKonstantin Ritt2015-03-271-6/+1
| * Update Unicode data up to v7.0Konstantin Ritt2015-03-271-1/+24
| * libinput: Reorganize touch frame handlerLaszlo Agocs2015-03-251-11/+15
| * Accessibility Linux: Fix text attributesBoris Dušek2015-03-251-2/+124
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-246-4/+108
|\|
| * eglfs: Disable the blinking cursorLaszlo Agocs2015-03-231-0/+24
| * Fix EGL config - X visual matching for i.MX6Laszlo Agocs2015-03-181-0/+6
| * Add support for grabWindow() on eglfs with widgetsLaszlo Agocs2015-03-164-4/+78
| * Support grabWindow() in linuxfbLaszlo Agocs2015-03-163-9/+19
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1620-154/+194
|\|
| * eglfs: Report the QScreen refresh rate from eglfsLaszlo Agocs2015-03-142-0/+28
| * linuxfb: Add support for QCursor::setPos()Laszlo Agocs2015-03-142-9/+24
| * Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-147-10/+47
| * eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-144-3/+52
| * Introduce src/3rdparty/freetype.pri for better maintenanceKonstantin Ritt2015-03-141-72/+1
| * CF event dispatcher: Decide if eventsProcessed before breaking out of loopTor Arne Vestbø2015-03-101-4/+4
| * QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-1/+1
| * Add joystick/gamepad recognition to device discoveryLaszlo Agocs2015-03-093-55/+37
* | Accessibility Linux: Fix text attributesBoris Dušek2015-03-131-2/+124
* | A11y: query a11y bus address from X displayFrederik Gladhorn2015-03-092-0/+27
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-098-97/+181
|\|
| * [QCoreTextFontDatabase] Minor clean-upKonstantin Ritt2015-03-072-7/+0
| * [QCoreTextFontDatabase] Micro optimizationKonstantin Ritt2015-03-071-13/+19
| * Fix up signal handling in QFbVtHandlerLaszlo Agocs2015-03-063-34/+125
| * Optimize egl cursor update eventsLaszlo Agocs2015-03-052-38/+34