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 <21cn...@gmail.

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 Simon,

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 qDialog.move

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 wind