Re: [Development] ABI of deprecated supportsThreadedFontRendering()

2013-10-10 Thread Harri Porten
On Thu, 10 Oct 2013, Olivier Goffart wrote: > Removing "inline" is not enough. One need to put back the definition in the > .cpp file. > > > Please fill a bug report. (or a patch :-)) https://codereview.qt-project.org/#change,67867 Confirmed with "nm" on Linux. Harri. __

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Thiago Macieira
On quinta-feira, 10 de outubro de 2013 13:54:09, Alex Malyushytskyy wrote: > It never worked.with other than direct connections. > As I see it there is a simple choice either to provide indirect connections > or propagate exceptions to signal. Otherwise you always have to assume that > every slot i

Re: [Development] Qt for Tizen Alpha 4 Released: Support for 3.0, New SDK, IVI & Wayland

2013-10-10 Thread Jaroslaw Staniek
Update: 1. Video: Deploying Apps to Smartphone With Qt for Tizen SDK: https://www.youtube.com/watch?v=aA-8h-Vh4I0 2. Video: Tizen IVI Device Powered By Qt & Wayland: https://www.youtube.com/watch?v=5c35fqNZlmU -- regards / pozdrawiam, Jaroslaw Staniek Kexi & Calligra & KDE | http://calligra.org/

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Alex Malyushytskyy
>> However, someone who is using currently exceptions, they will have to change their code for more complicated code because we decided to forbid it ("for their own good") >> May I recall that exceptions through signals and slots always worked, and was used. It never worked.with other than direct

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Knoll Lars
On 10/10/13 6:02 PM, "Olivier Goffart" wrote: >On Thursday 10 October 2013 08:22:44 BRM wrote: > >> I have personnally maintained a 400k+ SLOC codebase based on QT. >> It made extensive use of Signals/Slots between objects. Even though I >>was >> pretty much the only developer working on it, I st

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Olivier Goffart
On Thursday 10 October 2013 08:22:44 BRM wrote: > I have personnally maintained a 400k+ SLOC codebase based on QT. > It made extensive use of Signals/Slots between objects. Even though I was > pretty much the only developer working on it, I still had to quite often > track through signals/slots to

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Thiago Macieira
On quinta-feira, 10 de outubro de 2013 14:53:50, Olivier Goffart wrote: > The only places where exceptions are allowed are: > - Exceptions thrown by a slot are propagated to the signal connected with > direct connection > - Exceptions propagated through a call to invokeMethod are propagated from

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread BRM
On Thursday, October 10, 2013 9:26 AM, Olivier Goffart wrote: > On Thursday 10 October 2013 15:14:02 André Somers wrote: > > Op 10-10-2013 14:53, Olivier Goffart schreef: > > > On Thursday 03 October 2013 10:38:59 Thiago Macieira wrote: > > >> On quinta-feira, 3 de outubro de 2013 10:36:44, Oli

Re: [Development] Split submission

2013-10-10 Thread Samuel Gaist
Thank you for the informations and tips ! On 10 oct. 2013, at 07:50, Ziller Eike wrote: > Hi, > > you can just have the patches sequentially in your local branch and push > these together ("git push gerrit HEAD:refs/for/dev" or whereever that should > go, that pushes all your local commits up

Re: [Development] Split submission

2013-10-10 Thread Samuel Gaist
On 10 oct. 2013, at 01:49, Thiago Macieira wrote: > On quinta-feira, 10 de outubro de 2013 01:36:18, Samuel Gaist wrote: >> Hi, >> >> I just started to split a submission in several patches like Stephen Kelly >> taught me. >> >> There's just one thing I forgot to ask him: how should the patches

Re: [Development] Proposal: Disable ActiveQt from MinGW

2013-10-10 Thread Pau Garcia i Quiles
On Thu, Oct 10, 2013 at 3:15 PM, Koehne Kai wrote: > Fair enough. We're even shipping it in the mingw-builds toochain, although > it's named 'i686-w64-mingw32-widl' :) > > Let's see, maybe I can get the combo even working... > > Depending on where that executable is located, it may not be the ri

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Olivier Goffart
On Thursday 10 October 2013 15:14:02 André Somers wrote: > Op 10-10-2013 14:53, Olivier Goffart schreef: > > On Thursday 03 October 2013 10:38:59 Thiago Macieira wrote: > >> On quinta-feira, 3 de outubro de 2013 10:36:44, Olivier Goffart wrote: > I dislike allowing this via the signal-slot mec

Re: [Development] ABI of deprecated supportsThreadedFontRendering()

2013-10-10 Thread Olivier Goffart
On Thursday 10 October 2013 15:04:40 Harri Porten wrote: > Hi! > > I just learnt about what looks like an ABI regression in Qt 5.2: > > The function QFontDatabase::supportsThreadedFontRendering() got deprecated > in 5.2 with commit b0b786a2f05e9451a65519ab8904f55c35f51b7d: > > -static bool

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread André Somers
Op 10-10-2013 14:53, Olivier Goffart schreef: > On Thursday 03 October 2013 10:38:59 Thiago Macieira wrote: >> On quinta-feira, 3 de outubro de 2013 10:36:44, Olivier Goffart wrote: I dislike allowing this via the signal-slot mechanism because I see throwing from a slot as incompatible wi

Re: [Development] Proposal: Disable ActiveQt from MinGW

2013-10-10 Thread Koehne Kai
> -Original Message- > From: Pau Garcia i Quiles [mailto:pgqui...@elpauer.org] > Sent: Thursday, October 10, 2013 11:44 AM > To: Koehne Kai > Cc: development@qt-project.org > Subject: Re: [Development] Proposal: Disable ActiveQt from MinGW > > Hello, > > Wine provides an IDL compiler, wh

[Development] ABI of deprecated supportsThreadedFontRendering()

2013-10-10 Thread Harri Porten
Hi! I just learnt about what looks like an ABI regression in Qt 5.2: The function QFontDatabase::supportsThreadedFontRendering() got deprecated in 5.2 with commit b0b786a2f05e9451a65519ab8904f55c35f51b7d: -static bool supportsThreadedFontRendering(); +#if QT_DEPRECATED_SINCE(5, 2) +

Re: [Development] Disabling exception support in QtCore?

2013-10-10 Thread Olivier Goffart
On Thursday 03 October 2013 10:38:59 Thiago Macieira wrote: > On quinta-feira, 3 de outubro de 2013 10:36:44, Olivier Goffart wrote: > > > I dislike allowing this via the signal-slot mechanism because I see > > > throwing from a slot as incompatible with the connection semantics. > > > > > > That

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread Raul Metsma
On windows cmake cannot find dll-s again Had to change QtCoreConfig.cmake and other modules line 31 set(imported_location "${_qt5Core_install_prefix}/lib/${LIB_LOCATION}") to set(imported_location "${_qt5Core_install_prefix}/bin/${LIB_LOCATION}") and on mac cmake complains missing GL frame

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of p10 > Sent: Thursday, October 10, 2013 1:18 PM > Cc: development@qt-project.org > Subject: Re: [Development] Qt 5.2 Testing

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread p10
Oh , sorry ,I'll use the form for reporting, I didn't see it on first glimpse. On Thu, 2013-10-10 at 10:11 +, Motyka Rafal wrote: > Hello, > > It's time to test Beta 1 candidate packages to make sure that they are > as good as possible. > Could you help by testing them? > > 1. Beta 1 pa

[Development] Qt for Tizen Alpha 4 Released: Support for 3.0, New SDK, IVI & Wayland

2013-10-10 Thread Jaroslaw Staniek
Hello, Alpha 4 is a nice addition of Qt solutions that makes Tizen even more interesting for application developers, designers and system integrators. Broad array of development options is now available from single Qt Creator-based SDK. If you're demanding one native SDK that can target Tizen, Andr

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread p10
First thing to mention - I could not deselect QtCreator (or Tools ) from the installation (Manjaro/GNOME environment , I don't know if that matters) . Secondly : Could not load the following plugins : Help Details: /home/p10/Qt5.2.0/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libHelp.so: Can

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread p10
On Thu, 2013-10-10 at 10:11 +, Motyka Rafal wrote: > Hello, > > It's time to test Beta 1 candidate packages to make sure that they are > as good as possible. > Could you help by testing them? > > 1. Beta 1 packages are available here (please take the latest > ones; Linux and Mac

[Development] Qt 5.2 Testing

2013-10-10 Thread Motyka Rafal
Hello, It's time to test Beta 1 candidate packages to make sure that they are as good as possible. Could you help by testing them? 1. Beta 1 packages are available here (please take the latest ones; Linux and Mac available): http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/

Re: [Development] Proposal: Disable ActiveQt from MinGW

2013-10-10 Thread Pau Garcia i Quiles
Hello, Wine provides an IDL compiler, which has been adopted my mingw-w64: http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-tools/widl/ Mozilla is using it: https://developer.mozilla.org/en/docs/Cross_Compile_Mozilla_for_Mingw32#Install_widl_(optional) On Thu, Oct 10, 2013

[Development] Proposal: Disable ActiveQt from MinGW

2013-10-10 Thread Koehne Kai
Hi, I'm wondering whether we should remove ActiveQt from the MinGW binary packages, and skip it by default if we build for MinGW. I'm not an expert on ActiveQt, but my understanding is that it's of minor use without an IDL compiler. MinGW doesn't offer one, which is why all examples except the