summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-025-6/+25
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-6/+25
| | |\
| | | * Remove scoped enums to fix builds without C++11 support.5.5Julien Brianceau2015-10-012-4/+4
| | | * QtCompositor: Work around driver issue on iMX6 devicesLouai Al-Khanji2015-09-251-6/+11
| | | * QWaylandSurfaceItem: ungrab the pointer on TouchEnd event.Andreas Hartmetz2015-09-251-0/+4
| | | * Fix a segfault when the wayland connection is brokenGiulio Camuffo2015-09-251-0/+2
| | | * Fix deadlock when hiding and showing EGL windowsv5.5.1Giulio Camuffo2015-09-092-0/+8
| * | | xkb: Provide support for the XF86Phone symbolAndres Gomez2015-10-021-0/+2
| |/ /
| * | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-232-115/+285
| * | QWaylandXdgSurface/QWaylandWlShellSurface: Fix warnings about CT initializati...Friedemann Kleint2015-09-152-4/+4
| * | Don't invalidate textures when the scene graph is stopped.Andrew den Exter2015-09-091-5/+0
| * | Fix updating the keymap when no key is pressedGiulio Camuffo2015-09-031-2/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-2814-71/+777
| |\|
| | * Don't crash if loading the keymap failsGiulio Camuffo2015-08-272-20/+37
| | * Reset surface transientParent when the parent is destroyed.Mikko Harju2015-08-261-0/+8
| | * Fix QDesktopServices::openUrl when there is no windowmanager integrationGiulio Camuffo2015-08-262-15/+20
| | * Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| | * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-065-21/+6
| | * Fix tooltips without a transient parentGiulio Camuffo2015-07-042-15/+17
| * | Enable input context selectionBernd Weimer2015-08-251-1/+3
| * | Compile after QPA API changes.Morten Johan Sørvig2015-08-062-6/+6
* | | Fix missing #ifndef for housekeeping code.Erik Larsson2015-10-121-0/+2
* | | A surface buffer has content iff it has a bufferPaul Olav Tvete2015-10-121-1/+1
* | | Avoid crash on window closePaul Olav Tvete2015-10-121-2/+3
* | | Avoid double deletePaul Olav Tvete2015-10-021-3/+1
* | | Initialize member variablePaul Olav Tvete2015-10-021-0/+1
* | | Disable flicking in the examplePaul Olav Tvete2015-09-291-0/+1
* | | Add raise() and lower() to QWaylandQuickItemPaul Olav Tvete2015-09-294-1/+27
* | | Improve notification at surface destructionPaul Olav Tvete2015-09-291-5/+5
* | | Fix reference to removed filePaul Olav Tvete2015-09-181-1/+1
* | | Make the multi-output example workJørgen Lind2015-09-187-74/+160
* | | Fix broken onSurfaceDestroyed animationJørgen Lind2015-09-181-1/+1
* | | Add missing Q_ENUMJørgen Lind2015-09-183-0/+4
* | | Make sure QWaylandQuickItem paints the first frameJørgen Lind2015-09-182-0/+3
* | | Hook up the QWaylandQuickItem::surfaceDestroyedJørgen Lind2015-09-181-0/+1
* | | Remove the parent pointer for the view in QWaylandQuickItemJørgen Lind2015-09-181-1/+1
* | | Add sizeFollowsSurface property to QWaylandQuickItemJørgen Lind2015-09-183-24/+29
* | | Add a setDefaultOutput function to QWaylandCompositorJørgen Lind2015-09-183-2/+14
* | | Add a DiscardFontBuffers property to QWaylandViewJørgen Lind2015-09-183-0/+29
* | | Remove qml-compositorJørgen Lind2015-09-1810-842/+1
* | | Simplify the construction of pure-qmlJørgen Lind2015-09-183-12/+11
* | | Remove the QWaylandOutputSpaceJørgen Lind2015-09-1823-492/+73
* | | Remove nativeBuffer from QWaylandBufferRefJørgen Lind2015-09-182-8/+1
* | | New API for drag and dropPaul Olav Tvete2015-09-1710-145/+176
* | | Crash fixPaul Olav Tvete2015-09-171-1/+1
* | | Return empty size when nil buffer is attachedPaul Olav Tvete2015-09-161-0/+3
* | | Also draw surfaces without a shell surfacePaul Olav Tvete2015-09-165-9/+28
* | | Implement resize/move for pure-qmlJørgen Lind2015-09-1612-53/+427
* | | Create a utility function for QWaylandQuickItem::inputRegionContainsJørgen Lind2015-09-162-13/+12
* | | Make QWaylandQuickItem use pimplJørgen Lind2015-09-164-136/+250