Re: [Development] QtWayland windows decoration on the Raspberry Pi

2014-12-15 Thread Thiago Macieira
On Monday 15 December 2014 13:43:26 Massimo Callegari wrote: > I personally believe QtWayland should have a special regard for the RPi > platform, as they are abandoning the Xorg server, and looking forward to > lighter solutions to give users a smoother UI experience. Just my personal > opinion, d

Re: [Development] QtWayland windows decoration on the Raspberry Pi

2014-12-15 Thread Giulio Camuffo
e to wait if someone ports decoration on the > brcm backend or go the QtQuick way (which I already started to do) > > Thanks again, > Massimo > > > > Da: Agocs Laszlo > A: Robin Burchell ; Massimo Callegari > > Cc: "developm

Re: [Development] QtWayland windows decoration on the Raspberry Pi

2014-12-15 Thread Massimo Callegari
19 Oggetto: Re: [Development] QtWayland windows decoration on the Raspberry Pi You are most certainly using the brcm backend since you don't have decorations. wayland-egl (the only one that has decoration support atm) does not work on the Pi with the default graphics stack. Not sure about the st

Re: [Development] QtWayland windows decoration on the Raspberry Pi

2014-12-15 Thread Agocs Laszlo
From: development-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Robin Burchell Sent: Monday, December 15, 2014 1:04 PM To: Massimo Callegari Cc: development@qt-project.org Subject: Re: [Development] QtWayland windows decoration on the Raspberry Pi On Mon, Dec 15, 2014 at 12:

Re: [Development] QtWayland windows decoration on the Raspberry Pi

2014-12-15 Thread Robin Burchell
On Mon, Dec 15, 2014 at 12:37 PM, Massimo Callegari wrote: > So, my application runs on Maynard using "-platform wayland" but all the > windows are not decorated. So basically I have the same result as if I run > it on eglfs. See: https://codereview.qt-project.org/#/c/93128/ > So, my questions t

[Development] QtWayland windows decoration on the Raspberry Pi

2014-12-15 Thread Massimo Callegari
Hi everyone,so now that Qt 5.4.0 is released, I dedicated some efforts to have QtWayland running on the Raspberry Pi. I have a QtWidget based application that runs fullscreen on eglfs, but all the children windows created by the app are not decorated. This is a known thing, thus I tried to go th