summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add IVI-Shell protocol file version patch v6baserock/genivi-testManuel Bachmann2015-04-171-0/+101
* Implement initial IVI-Shell supportManuel Bachmann2015-04-177-1/+398
* Add client side support for media keysGiulio Camuffo2015-04-161-0/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1521-52/+54
|\
| * brcm-egl: Avoid conflicts with GLES3v5.4.25.4.2Pier Luigi Fiorini2015-04-111-0/+2
| * Remove .desktop suffix to appIdPier Luigi Fiorini2015-04-101-4/+18
| * Don't handle mouse events in decos if buttons were pressed in the content areaGiulio Camuffo2015-04-081-1/+2
| * examples: remove unused windowDestroyed signalOlivier Blin2015-03-312-15/+0
| * Fix build for brcm-egl integrationPier Luigi Fiorini2015-03-301-3/+0
| * brcm-egl: Disambiguate wl_registryPier Luigi Fiorini2015-03-301-0/+1
| * qwindow-compositor: fix rendering shm NPOT textures with OpenGL ES2Olivier Blin2015-03-291-0/+1
| * Drop unused mScreensInitialized variable in QWaylandDisplayOlivier Blin2015-03-291-1/+0
| * Fix shm buffers init and destruction on failureOlivier Blin2015-03-272-5/+12
| * Fix connecting to surfaceDestroyedOlivier Blin2015-03-271-3/+3
| * Fix BrcmBuffer buildOlivier Blin2015-03-271-1/+1
| * Remove useless EGL linking in pluginsOlivier Blin2015-03-275-10/+0
| * Make QWaylandShellSurface a QObject to allow build without RTTIOlivier Blin2015-03-274-7/+11
| * ShellSurface: fix leak of QWaylandSurfaceItem on destructionOlivier Blin2015-03-241-0/+1
| * Use Qt foreach instead of C++11 specific range-base for loopOlivier Blin2015-03-241-1/+1
| * Fix build with gcc <= 4.5Olivier Blin2015-03-201-1/+1
* | Fixed license filesJani Heikkinen2015-04-023-683/+182
* | Tests: Blacklist tst_WaylandCompositor::keyboardGrabCaroline Chao2015-03-301-0/+2
* | Remove local documentation templateTopi Reinio2015-03-243-776/+0
* | Add required CONFIG conditions to pro fileCaroline Chao2015-03-201-0/+2
* | Fix the compositor testGiulio Camuffo2015-03-193-2/+10
* | Test: Fix compilation error in compositor testCaroline Chao2015-03-181-1/+1
* | Disable -Wcast-qual in qtwaylandv5.5.0-alpha1Thiago Macieira2015-03-103-0/+9
* | Send done and scale events only when clients support wl_output >= 2Pier Luigi Fiorini2015-03-101-8/+14
* | Check the surface input mask for hover eventsGiulio Camuffo2015-03-102-9/+8
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-2/+9
|\ \ | |/
| * Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin2015-02-171-2/+9
* | Update copyright headersJani Heikkinen2015-02-17335-4614/+3150
* | Fix buildGiulio Camuffo2015-02-171-0/+2
* | Add a way to get the native hardware integration buffer for a sufaceGiulio Camuffo2015-02-172-0/+6
* | Add a integration hook to get the wayland queue used by the QPA pluginGiulio Camuffo2015-02-161-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1614-31/+112
|\ \ | |/
| * Sanitize popup behavior.Laszlo Agocs2015-02-136-21/+37
| * Fix popup menus with no parent windowsGiulio Camuffo2015-02-111-6/+13
| * Fix copying text to non-qt clientsGiulio Camuffo2015-02-072-0/+5
| * Do not send invisible key charactersGiulio Camuffo2015-02-051-1/+2
| * Fix deadlock when starting a dragGiulio Camuffo2015-02-051-1/+8
| * Make all the screens virtual siblingsGiulio Camuffo2015-02-022-0/+9
| * Send mouse events with the correct modifiersGiulio Camuffo2015-01-291-5/+5
| * Fix pasting from sources advertising the utf8 charsetGiulio Camuffo2015-01-291-4/+21
| * Make sure we send a valid initial resizeGiulio Camuffo2015-01-271-2/+2
| * Send a touch cancel event when we stop getting inputGiulio Camuffo2015-01-202-0/+15
| * Unset the pointer focus if we're deleting the view holding itGiulio Camuffo2015-01-191-0/+6
* | Fix QtCompositor compilationGiulio Camuffo2015-02-081-1/+1
* | Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-0833-236/+1078
* | Add a SHM format converter classJorgen Lind2015-02-054-2/+152