Re: [Development] Some QIcon::fromTheme() enhancements

2013-08-22 Thread Olivier Goffart
On Thursday 22 August 2013 22:18:54 Antti Kaijanmäki wrote: > On 22.08.2013 21:51, Thiago Macieira wrote: > > On quinta-feira, 22 de agosto de 2013 21:26:15, Antti Kaijanmäki wrote: > >> I have patches (linked in the bug) to amend this, and I would like to > >> get some feedback on them. > > > > H

Re: [Development] Qt5.1.1 delayed a bit (was: RE: Qt5.1.1 known issues)

2013-08-22 Thread Chris Gilbert
Thank you so much for the update and attempt to get this into 5.1.1. Of course we don't expect 10.9 to be trouble free or even officially supported yet, no problem. That said, getting the patch in to fix that particular font related crash will be a huge win for us in preparing our product for O

[Development] One qmake and cross compilation for different targets

2013-08-22 Thread Tomasz Olszak
Let's Suppose that we have 2 different targets (ARM,MIPS) and we want develop on Windows, Mac and linux 64/32 bit. If I am provider of Qt cross compiled binaries for ARM and MIPS then in the end I can't provide complete development toolchain because I don't know which host OS will be used for cross

[Development] Qt Contributors Day

2013-08-22 Thread John Layt
Hi, Qt Dev Days Europe is coming up on October 7-9 and once again this year KDE e.V. is partnering with Digia, KDAB and ICS in the running of the event. In particular KDE is once again helping organise a Qt Contributors Day on Monday October 7th. We have been allocated a room for the day to hold

Re: [Development] Some QIcon::fromTheme() enhancements

2013-08-22 Thread Antti Kaijanmäki
On 22.08.2013 21:51, Thiago Macieira wrote: > On quinta-feira, 22 de agosto de 2013 21:26:15, Antti Kaijanmäki wrote: >> I have patches (linked in the bug) to amend this, and I would like to >> get some feedback on them. > > Hello Antti > > If you can, please upload the patches to codereview.qt-pro

Re: [Development] Some QIcon::fromTheme() enhancements

2013-08-22 Thread Thiago Macieira
On quinta-feira, 22 de agosto de 2013 21:26:15, Antti Kaijanmäki wrote: > I have patches (linked in the bug) to amend this, and I would like to > get some feedback on them. Hello Antti If you can, please upload the patches to codereview.qt-project.org. It's easier to discuss them there. -- Th

[Development] Some QIcon::fromTheme() enhancements

2013-08-22 Thread Antti Kaijanmäki
Hi, I filed a bug[0] about QIconLoader not being able to load icons from /usr/share/pixmaps and not supporting XPM icons. Both are required in the Icon Theme Specification[1]. I have patches (linked in the bug) to amend this, and I would like to get some feedback on them. I also discovered wh

Re: [Development] Improving package distribution

2013-08-22 Thread Hirvonen Olli
Hi, Mirrorbrain system is working and we are closing the old CacheFly service 13th of September. The old service was using these addresses: releases.qt-project.org & origin.releases.qt-project.org. There is a redirect from releases.qt-project.org to download.qt-project.org, but sadly the direc

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Thiago Macieira
On quinta-feira, 22 de agosto de 2013 11:23:38, Tomasz Olszak wrote: > 2. qmake doesn't use Libs.private flags Libs.private must be used when linking static libraries. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc D

Re: [Development] QtCS - QtCore discussion

2013-08-22 Thread Thiago Macieira
On quinta-feira, 22 de agosto de 2013 16:44:53, Olivier Goffart wrote: > As far as I am concerned, throwing an exception from a slot which is > connected with a DirrectConnection to the signal should work. The > exception is propagated to the signal and if there was more slot connected, > further

Re: [Development] QtCS - QtCore discussion

2013-08-22 Thread Olivier Goffart
On Thursday 22 August 2013 16:15:13 Milian Wolff wrote: > Hello! > > On Friday 26 July 2013 13:37:01 Thiago Macieira wrote: > > - exception-safety: we discussed a bit and we ended up concluding that: > > => we will roll back exception safety support in all of Qt <= > > > > that is, we w

Re: [Development] QtCS - QtCore discussion

2013-08-22 Thread Milian Wolff
Hello! On Friday 26 July 2013 13:37:01 Thiago Macieira wrote: > - exception-safety: we discussed a bit and we ended up concluding that: > > => we will roll back exception safety support in all of Qt <= > > that is, we will stop promising any level of exception safety, even in the > tools

[Development] Qimage showing grayed out images

2013-08-22 Thread Amogh Kudari
Hello All, I have a Qwebview application which loads some of the links present in server. The application is using minimal plugin which displays the output in the form of images. The server has some html test pages/suites.The links have some basic html apps as well as complex one wh

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Oswald Buddenhagen
On Thu, Aug 22, 2013 at 12:03:50PM +0200, Tomasz Olszak wrote: > 2013/8/22 Oswald Buddenhagen > > On Thu, Aug 22, 2013 at 11:23:38AM +0200, Tomasz Olszak wrote: > > > My libQt5PlatformSupport.prl has empty QMAKE_PRL_LIBS > > > > > (it was removed in packaging process in *.spec file). > > > > > ehm

Re: [Development] iOS deployment

2013-08-22 Thread Tor Arne Vestbø
On 8/22/13 12:13 , James Turner wrote: > What's the official resource deployment strategy for iOS? There is none yet :) It's WIP, so feel free to join #qt-labs to help flesh out the solution. tor arne ___ Development mailing list Development@qt-proje

Re: [Development] Blacklines only in OpenGL in a QGLView

2013-08-22 Thread James Turner
On 21 Aug 2013, at 13:11, niallcwhe...@eircom.net wrote: > Regardless of values is glColor3f, black is the only line colour drawn. > > Suggestions gratefully received. Do you have lighting enabled? If so you probably want to disable it while drawing the lines, and then re-enable it. Or you can

[Development] iOS deployment

2013-08-22 Thread James Turner
What's the official resource deployment strategy for iOS? (I've googled / search on qt-project.org without finding anything on this point) Should DEPLOYMENTFOLDERS and qtcAddDeployment work? (with 5.1.0) It doesn't seem to for me. I guess the RESOURCES mechanism will work, but that's less conve

Re: [Development] Qt5.1.1 known issues

2013-08-22 Thread Tor Arne Vestbø
On 8/21/13 18:02 , Thiago Macieira wrote: > It was a misunderstanding. The comment by Gabriel said that he had not seen > the issue anymore. But it looks like he can reproduce the issue with a release > package, just not with his own, local build (the one with debugging symbols he > could debug the

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Tomasz Olszak
2013/8/22 Oswald Buddenhagen > On Thu, Aug 22, 2013 at 11:23:38AM +0200, Tomasz Olszak wrote: > > My libQt5PlatformSupport.prl has empty QMAKE_PRL_LIBS > > > (it was removed in packaging process in *.spec file). > > > ehm, whose packaging process? this is clearly totally bogus. > > I used spec fi

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Oswald Buddenhagen
On Thu, Aug 22, 2013 at 11:23:38AM +0200, Tomasz Olszak wrote: > My libQt5PlatformSupport.prl has empty QMAKE_PRL_LIBS > (it was removed in packaging process in *.spec file). > ehm, whose packaging process? this is clearly totally bogus. > Because Qt5PlatformsSupport.pc was available, I added PKG

[Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Tomasz Olszak
Hi, I struggled yesterday a lot with building qtwayland for Tizen. I found out the "cause" of my torment but I don't know what should be considered as the right solution. So qtwayland/src/plugins/platforms/wayland_common_shared.pri has QT += platformsupport-private My libQt5PlatformSupport.prl ha

Re: [Development] Gamepad support on Qt

2013-08-22 Thread guillaume . belz
Thanks for QtGamepad, I don't find it in google. It was not proposed for inclusion in Qt? I had not thought of QPA, I'll see how to integrate it inside (if it's interesing to add gamepas in Qt ?) For the gamepad, it need a regular refresh, I do not know if this is the case with the keyboard and

Re: [Development] CI failing regularly

2013-08-22 Thread Laszlo Papp
On Wed, Aug 21, 2013 at 7:49 PM, Nicolás Alvarez wrote: > > In the long run if we want to have a mechanism that detects what has > been changed and which tests should be run, then we need to start designing > it. How would it work? > > I don't think you can reliably figure out when a test is or is

Re: [Development] Gamepad support on Qt

2013-08-22 Thread Knight Andrew
While a plugin for Qt Sensors seems logical, a generic plugin would make sense (think evdev keyboard). QtGamePad uses an approach similar to what you describe: https://github.com/nezticle/qtgamepad, while existing input devices use QPA. The tradeoff is whether you want custom events available t

[Development] Gamepad support on Qt

2013-08-22 Thread guillaume . belz
Hello, A problem that is often asked on forums is how to use a gamepad with qt. Or how to integrate Qt with SFML or SDL to use a gamepad As this is a request recurring, it would be interesting to provide gamepad support in Qt? Several approaches would be possible: 1. integrated into th