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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo