[Development] configure failure on Mac

2013-10-02 Thread Glen Mabey
I'm on the dev branch but experienced this issue before the 5.2 and 5.3 branches split. macbookpro:qtbase$ ./configure -prefix ~/src/take2/install Running configuration tests... The test for linking against libxcb and support libraries failed! You might need to install dependency packages, or

Re: [Development] Changing keyboard layouts in Qt 5.1 apps with GNOME

2013-10-02 Thread Petko Ditchev
Sorry I'm bumping this , but it's a serious blocker for my app , and QtCreator usability problem under GNOME. Here's the reply I got from the GNOME team: https://mail.gnome.org/archives/desktop-devel-list/2013-September/msg00046.html Is there anything I can do to further diagnose the problem? P

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Thiago Macieira
On quarta-feira, 2 de outubro de 2013 20:39:25, André Pönitz wrote: > Size overhead for "just enabling exceptions" is (of course depending on > actual model/implementation) typically cited as 5-10%, which incidentally > matches Thiago's findings for Qt Core rather well. That's a pretty high > price

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Charley Bay
On Wed, Oct 2, 2013 at 12:39 PM, André Pönitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Wed, Oct 02, 2013 at 06:57:01AM +0200, Thomas Sondergaard wrote: > > On 2013-10-01 21:20, Thiago Macieira wrote: > > > Since we decided to roll back support for exceptions in our container > > > cl

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread André Pönitz
On Wed, Oct 02, 2013 at 06:57:01AM +0200, Thomas Sondergaard wrote: > On 2013-10-01 21:20, Thiago Macieira wrote: > > Since we decided to roll back support for exceptions in our container > > classes, the only thing that currently needs exception support is the > > mainloop allowing std::bad_alloc

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Thiago Macieira
On quarta-feira, 2 de outubro de 2013 09:09:16, Olivier Goffart wrote: > It is working. We even got bug report for some corner case where it did > not, and I fixed those. (so they are used) > There is no test because you did not want to have one. But we could easily > add more auto tests. (It is

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Thiago Macieira
On quarta-feira, 2 de outubro de 2013 07:13:11, Knoll Lars wrote: > +1. It's our decision not to use exceptions in Qt code, but I see quite a > bit of value in being able to throw exceptions from a slot if that's the > pattern a developer chooses to use. We've been doing quite a bit of work > to al

Re: [Development] Documentation todo for Qt 5.2

2013-10-02 Thread Mark
On Wed, Oct 2, 2013 at 10:31 AM, Pasion Jerome wrote: > Hello, > > I'm curious to know if this is a heavily requested feature. Could you > file a bug or request? > > We can have an annotated lists where the description taken from the \brief > is in another column. > "QML Types - Module - Since"

Re: [Development] ODP: Disabling exception support in QtCore?

2013-10-02 Thread Knoll Lars
On 02.10.13 12:51, "Nowacki Jedrzej" wrote: >Hi, > > (sorry for top posting) > >Small note, I believe that exception safety never really worked. It >was almost not tested, so everyone depending on the feature was depending >on an undefined behavior anyway. At the beginning of Qt5 I tried t

[Development] ODP: Disabling exception support in QtCore?

2013-10-02 Thread Nowacki Jedrzej
Hi, (sorry for top posting) Small note, I believe that exception safety never really worked. It was almost not tested, so everyone depending on the feature was depending on an undefined behavior anyway. At the beginning of Qt5 I tried to improve the situation in our containers. I wrote

Re: [Development] Documentation todo for Qt 5.2

2013-10-02 Thread Pasion Jerome
Hello, I'm curious to know if this is a heavily requested feature. Could you file a bug or request? We can have an annotated lists where the description taken from the \brief is in another column. "QML Types - Module - Since" also makes sense to me. The major issue is that the All Classes and

Re: [Development] Bluetooth and NFC vs Reference Platforms

2013-10-02 Thread Blasche Alexander
Hi Tony, > -Original Message- > From: Tony Van Eerd [mailto:tvane...@blackberry.com] > Sent: Tuesday, 1 October 2013 16:31 > To: Kate Alhola; Blasche Alexander > Cc: development@qt-project.org > Subject: RE: [Development] Bluetooth and NFC vs Reference Platforms > > > Overall, I expect t

Re: [Development] Bluetooth and NFC vs Reference Platforms

2013-10-02 Thread Blasche Alexander
Hi Kate, > -Original Message- > From: Kate Alhola [mailto:kate.alh...@gmail.com] > > While you can get the pairing status for an arbitrary address you cannot > > get a list > of a connected device. This requires additional API elements but certainly > does > not invalidate any API for

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Harri Porten
On Wed, 2 Oct 2013, Knoll Lars wrote: > +1. It's our decision not to use exceptions in Qt code, but I see quite a > bit of value in being able to throw exceptions from a slot if that's the > pattern a developer chooses to use. We've been doing quite a bit of work > to allow this in Qt 4, and it's

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Knoll Lars
On 02.10.13 09:09, "Olivier Goffart" wrote: >On Tuesday 01 October 2013 23:32:00 Thiago Macieira wrote: >> On quarta-feira, 2 de outubro de 2013 05:42:24, Knoll Lars wrote: >> > On 01.10.13 23:23, "Thiago Macieira" >>wrote: >> > >On terça-feira, 1 de outubro de 2013 20:00:56, Knoll Lars wrote: >

Re: [Development] Disabling exception support in QtCore?

2013-10-02 Thread Olivier Goffart
On Tuesday 01 October 2013 23:32:00 Thiago Macieira wrote: > On quarta-feira, 2 de outubro de 2013 05:42:24, Knoll Lars wrote: > > On 01.10.13 23:23, "Thiago Macieira" wrote: > > >On terça-feira, 1 de outubro de 2013 20:00:56, Knoll Lars wrote: > > >> Yes, signal/slot connections between user code