Re: [Development] Question on QWS/QPA

2012-12-06 Thread Samuel Rødal
On 12/06/2012 08:00 PM, Arunprasad Rajkumar wrote: > Hello Developers, > > I'm new to QT. Basically I understood like QWS/QPA reduces porting QT to > custom embedded devices without touching the core functionality of > QtGui. Also it is a architectural split down of functionality and > porting laye

Re: [Development] 5.0 RC1 fails to build qtwebkit using macx-clang-libc++-32

2012-12-06 Thread Sorvig Morten
On Dec 6, 2012, at 10:34 PM, Stephen Chu wrote: > Trying to build RC1 using macx-clang-libc++-32 and got these errors. > It's probably more to do with different struct sizes in 32-bit API: > > redefinition with different types ('struct _NSPoint' vs 'struct > CGPoint') > } NSPoint; I th

Re: [Development] Qt 5.0 RC released

2012-12-06 Thread Yang Fan
Congratulations! Any update on https://bugreports.qt-project.org/browse/QTWEBKIT-383 and https://bugreports.qt-project.org/browse/QTBUG-28412 ? On Fri, Dec 7, 2012 at 5:21 AM, Mark wrote: > On Thu, Dec 6, 2012 at 5:14 PM, Tanilkan Sinan > wrote: > > Gratulerer. > > > > Knallbra jobba. > > > >

[Development] Building Qt5 from Git failed on Mac OSX

2012-12-06 Thread Yang Fan
Hi All, I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used the following configure: ./configure -developer-build -opensource -confirm-license -openssl -icu -nomake tests -nomake demos -nomake examples -platform macx-clang And my clang version is: Yang-FanmatoMac-mini:qt5 ya

[Development] 5.0 RC1 fails to build qtwebkit using macx-clang-libc++-32

2012-12-06 Thread Stephen Chu
Trying to build RC1 using macx-clang-libc++-32 and got these errors. It's probably more to do with different struct sizes in 32-bit API: In file included from platform/qt/WebCoreSystemInterface.mm:28: In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37:

Re: [Development] Qt 5.0 RC released

2012-12-06 Thread Mark
On Thu, Dec 6, 2012 at 5:14 PM, Tanilkan Sinan wrote: > Gratulerer. > > Knallbra jobba. > > Sinan > > From: announce-bounces+sinan.tanilkan=digia@qt-project.org > [announce-bounces+sinan.tanilkan=digia@qt-project.org] on behalf of List > for annou

[Development] Question on QWS/QPA

2012-12-06 Thread Arunprasad Rajkumar
Hello Developers, I'm new to QT. Basically I understood like QWS/QPA reduces porting QT to custom embedded devices without touching the core functionality of QtGui. Also it is a architectural split down of functionality and porting layer. QWS is a legacy model & have some limitation, so we can't f

Re: [Development] dist/changes-x.y.z (was: Re: Branches)

2012-12-06 Thread shane.kearns
> If we're successful, this will be a non-issue once a few dozen entries > have been added (unless everyone tries to append instead of inserting > entries in some sorted order). If you sort by bug ID, the recently reported bugs will be appended at the end. So staging conflicts happen mostly for th

Re: [Development] dist/changes-x.y.z (was: Re: Branches)

2012-12-06 Thread Olivier Goffart
On Thursday 06 December 2012 17:58:57 shane.kea...@accenture.com wrote: > > Hi Lars, > > > > On Monday December 3 2012, Knoll Lars wrote: > > > Dev: > > > > > > Dev is the branch where you can land anything that's supposed to go > > > into 5.1. The following policies apply: > > > > > > * Changes

Re: [Development] dist/changes-x.y.z (was: Re: Branches)

2012-12-06 Thread Marc Mutz
On Thursday December 6 2012, shane.kea...@accenture.com wrote: > > On Monday December 3 2012, Knoll Lars wrote: > > > Dev: > > > > > > Dev is the branch where you can land anything that's supposed to go > > > into 5.1. The following policies apply: > > > > > > * Changes have to be source and binary

Re: [Development] dist/changes-x.y.z (was: Re: Branches)

2012-12-06 Thread shane.kearns
> Hi Lars, > > On Monday December 3 2012, Knoll Lars wrote: > > Dev: > > > > Dev is the branch where you can land anything that's supposed to go > > into 5.1. The following policies apply: > > > > * Changes have to be source and binary compatible > > * You can add new method and classes given that

[Development] dist/changes-x.y.z (was: Re: Branches)

2012-12-06 Thread Marc Mutz
Hi Lars, On Monday December 3 2012, Knoll Lars wrote: > Dev: > > Dev is the branch where you can land anything that's supposed to go into > 5.1. The following policies apply: > > * Changes have to be source and binary compatible > * You can add new method and classes given that they are fully docu

Re: [Development] Qt 5.0 RC released

2012-12-06 Thread Tanilkan Sinan
Gratulerer. Knallbra jobba. Sinan From: announce-bounces+sinan.tanilkan=digia@qt-project.org [announce-bounces+sinan.tanilkan=digia@qt-project.org] on behalf of List for announcements regarding Qt releases and development [annou...@qt-project.or

[Development] Qt 5.0 RC released

2012-12-06 Thread Linaae Hanne
Hi, We are happy to announce that the release candidate for Qt 5.0 has just been released. More information about the release can be found in Lars' blog post: http://blog.qt.digia.com/blog/2012/12/06/qt-5-0-release-candidate/ and at http://qt-project.org/ You can download it from: http://qt-

[Development] Building PostgreSQL plugin by default

2012-12-06 Thread Roscher-Nielsen Nils Christian
Hi all, Can we start building the PostgreSQL plugin in our binary packages again by default? We used to do this before, but stopped doing it at some point. Was there a good reason for that, and is it still relevant? Thanks. Best regards Nils Christian Roscher-Nielsen Sales Engineer - Digia, Q

Re: [Development] Serious problem with Modeless dialogs on Mac (Qt 4.8)

2012-12-06 Thread Calogero Mauceri
Il 05/12/2012 19.44, Robert Knight ha scritto: > All modeless dialogs disappear behind the main application whenever > the user clicks outside them (consider a Find/Replace dialog which > always needs to be on top of the main application window). Set the window type to Qt::Tool in the QDialog o