Re: [Development] Android / IOS

2014-03-19 Thread Paul Olav Tvete
On Tuesday 18 March 2014 12:50:26 m...@rpzdesign.com wrote: Hello Development: I am newly arrived on Qt 5.2x scene and wanted to know how to contribute code, fixes, and testing for Qt 5.3.x of IOS and Android. Specifically, I want to focus on QT C++ - Objective C/Cocoa bridge and QT C++

[Development] [ANN] Registration for CppCon 2014 is Open

2014-03-19 Thread Boris Kolpackov
CppCon, The C++ Conference Opening Keynote by Bjarne Stroustrup September 7–12, 2014 Bellevue, Washington, USA Registration is now open for CppCon 2014 to be held September 7–12, 2014 at the Meydenbauer Center in Bellevue, Washington, USA. This year the conference starts with the keynote by

Re: [Development] [QtContacts] Add a new contact Type

2014-03-19 Thread Renato Araujo
Yes I agree with you guys, the enum is not a good solution. The QContactCollection is a very good and complete solution. I suggested the enum because the API change is very small and I was thinking about a short term solution. But anyway I have some workarounds in my code to simulate the address

Re: [Development] Android / IOS

2014-03-19 Thread Gustavsen Richard
Most of the day-to-day discussion happens on IRC: Android developers hang out on #necessitas on freenode, but mainly during European working hours. I'm not really sure where the iOS developers hang out, but you can find some of them on #qt-labs, #qt-platforms or #qt-lighthouse :) #qt-ios

[Development] 5.3 beta: QtWebSockets examples missing

2014-03-19 Thread Kurt Pattyn
Hi, I noticed that in the beta release of Qt 5.3 for Mac OSX Clang from March 19th, the examples are missing for the Qt WebSockets module. I assume I missed something in the configuration of the documentation. How can the examples of that module be included in the examples section that is

Re: [Development] Access to WebKit Internal API

2014-03-19 Thread Konstantin Tokarev
18.03.2014, 14:52, Alan Ng jenfo...@gmail.com: Hi, I am trying to access WebCore internal classes like the RenderObject but they are not exported symbols in the final Qt5Webkit.dll . Is there a simple/easy way to export all the symbols in the build process? I hope I don't need to mark every

Re: [Development] Problems pushing changes to Gerrit

2014-03-19 Thread Konstantin Tokarev
17.03.2014, 16:19, Dmitry Shachnev mitya57...@gmail.com: Hi, On Mon, 17 Mar 2014 07:54:31 +, Andy Shaw wrote:  You seem to be missing the port, if you add:  :29418  After the address so it is:  git push ssh://mandri...@codereview.qt-project.org:29418/qt/qt HEAD:refs/for/4.8  

Re: [Development] 5.3 beta: QtWebSockets examples missing

2014-03-19 Thread Kurt Pattyn
Thanks both for the patch and the wiki page! Cheers, Kurt On 19 Mar 2014, at 16:51, Koehne Kai kai.koe...@digia.com wrote: -Original Message- From: development-bounces+kai.koehne=digia@qt-project.org [mailto:development-bounces+kai.koehne=digia@qt-project.org] On

Re: [Development] 5.3 beta: QtWebSockets examples missing

2014-03-19 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 Kurt Pattyn Sent: Wednesday, March 19, 2014 4:33 PM To: development@qt-project.org Subject: [Development] 5.3 beta: