Re: [Development] Qt 5.2.1 Release Candidate available

2014-01-31 Thread Heikkinen Jani
And packages are now here: http://download.qt-project.org/community_releases/additional_qt_src_pkgs/ Br, Jani -Original Message- From: development-bounces+jani.heikkinen=digia@qt-project.org [mailto:development-bounces+jani.heikkinen=digia@qt-project.org] On Behalf Of

[Development] Need suggestion for a new API

2014-01-31 Thread Mandeep Sandhu
Hi All, I needed a suggestion on an API I'm adding to QNetworkAccessManager and co. I'm adding a HTTP redirect feature to QNAM. It can be enabled at a global (QNAM) level, or can be enabled/disabled on a per request (QNetworkRequest) basis. The per-request setting, if set, overrides the global

Re: [Development] Need suggestion for a new API

2014-01-31 Thread Peter Hartmann
On 01/31/2014 01:47 PM, Mandeep Sandhu wrote: (...) The QNAM setting can be a simple bool which defaults to 'false' if not explicitly set by the user. However, the request level setting needs 3 states - true (follow redirects), false (don't follow) and unset (use global setting). How about

[Development] ARM target expertise

2014-01-31 Thread Glen Mabey
Hello, I'd like to know if there is someone on this list who would like to collaborate with me on integrating a class that I've written (qfloat16 Ia52eb278) with the half-precision support offered by gcc on ARM targets. http://gcc.gnu.org/onlinedocs/gcc/Half-Precision.html You can just

Re: [Development] Need suggestion for a new API

2014-01-31 Thread Andre Somers
Mandeep Sandhu schreef op 31-1-2014 13:47: Hi All, I needed a suggestion on an API I'm adding to QNetworkAccessManager and co. I'm adding a HTTP redirect feature to QNAM. It can be enabled at a global (QNAM) level, or can be enabled/disabled on a per request (QNetworkRequest) basis. The

Re: [Development] Need suggestion for a new API

2014-01-31 Thread Mandeep Sandhu
Thanks Matt, André. I totally forgot the fact that QNetworkRequest has attributes for controlling request behavior. It looks like a suitable place for adding redirection control. Peter, I'm also looking at first enabling this on a per-request basis and then extend it to QNAM. By 2 commits, do

Re: [Development] Qt 5.2.1 Release Candidate available

2014-01-31 Thread Thiago Macieira
Em sex 31 jan 2014, às 08:20:08, Heikkinen Jani escreveu: And packages are now here: http://download.qt-project.org/community_releases/additional_qt_src_pkgs/ Thanks Jani! -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center