Re: [Development] Platform maintainers

2014-09-29 Thread Jorgen Lind
Hi, On Friday 26 September 2014 18:01:55 Robin Burchell wrote: On Fri, Sep 26, 2014 at 5:17 PM, Nichols Andy andy.nich...@digia.com wrote: My suggestions for replacement would be either Giulio Camuffo who as been main driver for the QtWayland project this year, or Jorgen Lind who

Re: [Development] Qt::WA_PaintOnScreen Changes

2014-08-14 Thread Jorgen Lind
Hi I am porting an application to Qt5/KF5 and was surprised to see the main widget of the application was showing all black. There are screenshots of the original version and the buggy version[1] online. I removed setAttribute( Qt::WA_PaintOnScreen, true ); on that widget and the

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-15 Thread Jorgen Lind
Hi, In my case the inter-operability is guaranteed by the fact the opengl libs I'm using come with a directfb/egl backend, i.e DirectFB surfaces are used as buffers where the GPU can daw. When that is said, it will be a lot of work to base QBlitterPaintEngine on top of

Re: [Development] NO effect setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) for Qt5?

2014-05-02 Thread Jorgen Lind
Hi On Wednesday 30 April 2014 10:32:15 Leslie Zhai wrote: Hi Qt developers, I migrated qtpanel from Qt4 to Qt5 but setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) has NO effect for Qt5 https://github.com/xiangzhai/qtpanel/blob/master/panelwindow.cpp#L138 qtpanel-qt4 snapshot

Re: [Development] qtwayland.pro is not able to support custom define enviroment variable?

2014-04-15 Thread Jorgen Lind
Hi On Tuesday 15 April 2014 17:33:07 Leslie Zhai wrote: Hi Elvis and qt5 wayland developers, I git log to show Elvis commit to the repos recently, Giulio and Robin reviewed it :) so perhaps you are able to answer my simple question. I follow the http://qt-project.org/wiki/QtWayland and

Re: [Development] Nominating Giulio Camuffo (giucam) as an Approver

2014-04-01 Thread Jorgen Lind
+1 On Tuesday 01 April 2014 10:58:11 Nichols Andy wrote: Hello fellow Qt developers, I would like to nominate Giulio Camuffo for Qt Project approver status. Giulio has been contributing to the QtWayland module for over a year now with both quality code submissions as well as code reviews.

[Development] Pattern for native properties on Qt Window System abstractions

2014-03-26 Thread Jorgen Lind
Hi, I have a patch which is going nowhere: https://codereview.qt-project.org/#change,75845 The problem with the patch is that it solves something which is allready doable today with dynamic properties and dynamic property change event. The purpose of this patch is that a platform plugin can