Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Scott Anderson 于2019年5月6日周一 下午1:45写道: > > On 6/05/19 1:37 pm, Barry Song wrote: > > sorry for the ascii text picture can't show well in gmail. the > > animation is pretty much like > > drop-down terminal - Yakuake > > https://kde.org/applications/system/yakuake/ > > > > when you push a key, the

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Scott Anderson 于2019年5月6日周一 下午1:45写道: > > On 6/05/19 1:37 pm, Barry Song wrote: > > sorry for the ascii text picture can't show well in gmail. the > > animation is pretty much like > > drop-down terminal - Yakuake > > https://kde.org/applications/system/yakuake/ > > > > when you push a key, the

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Scott Anderson
On 6/05/19 1:37 pm, Barry Song wrote: sorry for the ascii text picture can't show well in gmail. the animation is pretty much like drop-down terminal - Yakuake https://kde.org/applications/system/yakuake/ when you push a key, the Yakuake will move out from the top. Barry Song

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
sorry for the ascii text picture can't show well in gmail. the animation is pretty much like drop-down terminal - Yakuake https://kde.org/applications/system/yakuake/ when you push a key, the Yakuake will move out from the top. Barry Song <21cn...@gmail.com> 于2019年5月6日周一 下午1:31写道: > > Hi

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Hi Simon, Simon Ser 于2019年5月6日周一 上午9:54写道: > > Hi, > > On Monday, May 6, 2019 12:17 AM, Barry Song <21cn...@gmail.com> wrote: > > Hi, > > It seems wayland doesn't support the move() and setGeometry() from > > clients. No any message is sent from Qt to weston for qWidget.move() > > or

wayland-protocols scope and governance

2019-05-05 Thread Drew DeVault
Here's an updated governance document for everyone to consider. Changes from the first version: - Use wayland-devel instead of a dedicated mailing list - Use Gitlab for reviewing new protocols - Extend discussion period for governance amendments from 30 days to 60 - Permit either 1 or 2 points of

Re: how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Simon Ser
Hi, On Monday, May 6, 2019 12:17 AM, Barry Song <21cn...@gmail.com> wrote: > Hi, > It seems wayland doesn't support the move() and setGeometry() from > clients. No any message is sent from Qt to weston for qWidget.move() > or qDialog.move(). So weston has no any idea that clients are > requesting

how to implement animation in wayland since window move request is not supported?

2019-05-05 Thread Barry Song
Hi, It seems wayland doesn't support the move() and setGeometry() from clients. No any message is sent from Qt to weston for qWidget.move() or qDialog.move(). So weston has no any idea that clients are requesting to move a window. Under this condition, how could people implement animation of a

Re: Using libweston with GTK/GDK

2019-05-05 Thread adlo
On Fri, 2019-05-03 at 11:02 +0100, adlo wrote: > > On 3 May 2019, at 10:20, Pekka Paalanen > > wrote: > > > > your Makefile.am needs the rules to generate the headers and .c > > files. > > > > I tried copying an edited Makefile.am from the wayland-protocols git > repository, but it complained