Re: [Development] Proposal: virtual method of QtNetwork interfaces

2012-11-05 Thread Yang Fan
Thanks a lot. On Sat, Nov 3, 2012 at 8:46 PM, Robert Knight robertkni...@gmail.comwrote: I wonder if your guys could modify the QNetworkAccessManager's method declaration(get, post, put...), make them be virtual, so that I can derive a subclass and modify the implementation You can

[Development] about directfbegl platform

2012-11-05 Thread thouraya andolsi
Hi, I compiled Qt-5.0.0-beta1 release for armv7/directfb platform. After compiling and installing sucessfully, I tried to run MiniBrowser, but I has got the following error: ./MiniBrowser -platform directfbegl http://www.google.com Failed to load platform plugin xcb. Available platforms are:

Re: [Development] Status of WP8 port

2012-11-05 Thread Sorvig Morten
On Nov 2, 2012, at 8:42 AM, Kacper Gazda kga...@milosolutions.com wrote: It's good news that Digia is targetting iOS and Android platforms, which have huge user base, I wonder how are these ports going, though ? You guys planning to have an alpha this year for any of the platforms ? I am

[Development] QtMultimedia examples bugs closed

2012-11-05 Thread Joseph Crowell
Are there any reasons why this bug is closed? Shouldn't the fix version have been moved up to RC1 instead? https://bugreports.qt-project.org/browse/QTBUG-26110 ___ Development mailing list Development@qt-project.org

[Development] Qt 4.8.4 Release candidate 2 available

2012-11-05 Thread Taipale Juhani
Hi all, Qt 4.8.4 Release candidate 2 packages are available at http://releases.qt-project.org/digia/4.8.4_RC2/ It is built on SHA1: 015e84b8d92ea24008341bbc71b346412d52ea48 Br, Juhani -- Juhani Taipale Software Specialist - Digia, Qt Visit us on: http://qt.digia.com

Re: [Development] [Releasing] Qt 4.8.4 release candidates are available

2012-11-05 Thread Salovaara Akseli
Hi, Thank you for notification. SHA-1 c16471dd7aa6ce9b9768e70de66763f73584d880 will be in Qt 4.8.4. Br, Akseli -Original Message- From: Samuel Rødal Sent: 2. marraskuuta 2012 11:38 To: Taipale Juhani Cc: development@qt-project.org; releas...@qt-project.org Subject: Re: [Releasing]

Re: [Development] QtMultimedia examples bugs closed

2012-11-05 Thread Thiago Macieira
On terça-feira, 6 de novembro de 2012 01.41.28, Joseph Crowell wrote: Are there any reasons why this bug is closed? Shouldn't the fix version have been moved up to RC1 instead? https://bugreports.qt-project.org/browse/QTBUG-26110 It's closed because beta 1 has been released. That means a

[Development] Common base class for all socket types

2012-11-05 Thread Alfonso Chartier
-- An HTML attachment was scrubbed... URL: http://lists.qt-project.org/pipermail/development/attachments/20121105/b7c2982e/attachment-0001.html -- ___ Development mailing list Development@qt-project.org http

Re: [Development] Common base class for all socket types

2012-11-05 Thread d3fault
+1 It's now or never (well... 6... so like 2020 lol?) A 'server' that can listen to clients that are both: a) other processes on the same machine b) other machines on the network at the same time by working with a common abstract base type would be very handy. Unifying the connectTo* methods

Re: [Development] Common base class for all socket types

2012-11-05 Thread Thiago Macieira
On segunda-feira, 5 de novembro de 2012 14.30.24, Alfonso Chartier wrote: Hello, What is the likelihood that QTBUG-27635 ( https://bugreports.qt-project.org/browse/QTBUG-27635) will be fixed for Qt 5? The idea here is for all socket classes to inherit from a common base class (for instance,

[Development] Qt5/ QPA VNC plugin

2012-11-05 Thread Labs, Torsten
Hello, is the VNC plugin or something similar still existing in Qt5? How can we use it? Something like -display vnc? Thx. Greetings Torsten With best regards, Torsten Labs Siemens AG Industry Sector Industry Automation Division Industrial Automation Systems Factory Automation I IA AS FA WF

[Development] Qt5-Beta build from Git on Windows -- Failed to load platform plugin windows

2012-11-05 Thread Labs, Torsten
Hello, i compiled Qt on my Windows XP with VS2010 using the qt5_tool -c -u -b script. It was working i completed completly. But when i start qmlscene.exe he is saying: Failed to load platform plugin windows Available platform are: minimal windows If i choose minimal he is saying This plugin

Re: [Development] Qt5-Beta build from Git on Windows -- Failed to load platform plugin windows

2012-11-05 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 Labs, Torsten Sent: Tuesday, November 06, 2012 8:47 AM To: development@qt-project.org Subject: [Development] Qt5-Beta build