[Development] QtQuick wrong paint behaviour on window (and maybe other platforms)

2015-11-04 Thread Filippo Cucchetto
Hi all, i writing here for raising some warning on some severe rendering issue i'm seeing on windows with QtQuick when the window is resized: QTBUG-45105 QTBUG-49240 QTBUG-48235

Re: [Development] How does mktime() handle DST transitions ?

2015-11-04 Thread Kevin Kofler
Welbourne Edward wrote: > I'm looking into QTBUG-49008 and need to work out how diverse > implementations of mktime handle DST transitions: at one end of the year > there's a gap (where 1:59 is followed by 3:00), at the other end there's > a duplicated hour (where 2:59 is followed by a reprise of 2

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Jeff Tranter
If you get this working, can you update one or both of these Wiki pages? https://wiki.qt.io/Qtwayland https://wiki.qt.io/RaspberryPi I am sure there are other people who want to build and try this. On 15-11-04 11:46 AM, Giulio Camuffo wrote: 2015-11-04 17:55 GMT+02:00 Massimo Callegari :

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Thiago Macieira
On Wednesday 04 November 2015 14:50:39 Massimo Callegari wrote: > > On Wednesday 04 November 2015 16:04:03 Giulio Camuffo wrote: > > > > Apparently, the problem is in the detection of xkbcommon, cause the > > > > configure summary says this: > > > > > > > > xkbcommon-x11... no > > > > xkbc

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Giulio Camuffo
2015-11-04 17:55 GMT+02:00 Massimo Callegari : > > > > > - Messaggio originale - > Da: Giulio Camuffo > A: Massimo Callegari > Cc: "development@qt-project.org" > Inviato: Mercoledì 4 Novembre 2015 16:38 > Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi > > 2015-11-

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Massimo Callegari
- Messaggio originale - Da: Giulio Camuffo A: Massimo Callegari Cc: "development@qt-project.org" Inviato: Mercoledì 4 Novembre 2015 16:38 Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi 2015-11-04 17:33 GMT+02:00 Massimo Callegari : > I kind of solved the main

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Giulio Camuffo
2015-11-04 17:33 GMT+02:00 Massimo Callegari : > I kind of solved the main issue ! > Turned out I didn't have libjpeg installed in my target system (which is > different from my dev system) > > Basically the method QWindowCompositor::makeBackgroundImage looped > indefinitely cause QImage returned

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Massimo Callegari
I kind of solved the main issue ! Turned out I didn't have libjpeg installed in my target system (which is different from my dev system) Basically the method QWindowCompositor::makeBackgroundImage looped indefinitely cause QImage returned a 0,0 size of background.jpg. Maybe an extra check would

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Massimo Callegari
> On Wednesday 04 November 2015 16:04:03 Giulio Camuffo wrote: > > > Apparently, the problem is in the detection of xkbcommon, cause the > > > configure summary says this: > > > > > > xkbcommon-x11... no > > > xkbcommon-evdev. no > > > > > > > > > I've had a look at how the

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Massimo Callegari
> A return status of 0 means that it was found. What is the actual error > you're hitting? Note that qtwayland can also be built without > xkbcommon. My problem was the compositor library not built. Then I read the README harder and built it with CONFIG+=wayland-compositor Now I (should) have al

Re: [Development] Qt LTS & C++11 plans

2015-11-04 Thread Albert Astals Cid
On Tue, Jun 23, 2015 at 12:17 PM, Knoll Lars wrote: > Qt 5.6: > > * We make 5.6 a long term supported release Any plan on how long will be that "long term"? 2 years? 5 years? Cheers, Albert ___ Development mailing list Development@qt-project.org http

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Thiago Macieira
On Wednesday 04 November 2015 16:04:03 Giulio Camuffo wrote: > > Apparently, the problem is in the detection of xkbcommon, cause the > > configure summary says this: > > > > xkbcommon-x11... no > > xkbcommon-evdev. no > > > > > > I've had a look at how the detection is performed

Re: [Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Giulio Camuffo
2015-11-04 15:16 GMT+02:00 Massimo Callegari : > Hey devs, I am trying to run the QtWayland qwindow-compositor example on a > Raspberry Pi. > > I have a Debian Wheezy development environment and I cross compile Qt 5.5.1 > on my PC. > Turns out that I can't compile QtWayland examples cause the com

[Development] Bit of help for QtWayland on a Raspberry Pi

2015-11-04 Thread Massimo Callegari
Hey devs, I am trying to run the QtWayland qwindow-compositor example on a Raspberry Pi. I have a Debian Wheezy development environment and I cross compile Qt 5.5.1 on my PC. Turns out that I can't compile QtWayland examples cause the compositor module is not built. According to the README, th