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
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
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
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:
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
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