Re: [Interest] Notes on porting exercise to Qt 5

2013-01-10 Thread Thiago Macieira
On sexta-feira, 11 de janeiro de 2013 08.31.08, Jaco Naude wrote: > Hi > > Some notes of my experience porting to the final release of Qt 5. I already > ported to the beta a while back, but the following are new issues > experienced with the final release. Maybe someone else also finds it useful.

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-10 Thread Samuel Rødal
On 01/10/2013 06:02 PM, Jason H wrote: > Thanks so much Samuel. Can you tell me what that layer is so I can start > looking? I guess this is a starting point: http://blog.qt.digia.com/blog/2012/08/01/scene-graph-adaptation-layer/ -- Samuel ___ Interes

[Interest] Notes on porting exercise to Qt 5

2013-01-10 Thread Jaco Naude
Hi Some notes of my experience porting to the final release of Qt 5. I already ported to the beta a while back, but the following are new issues experienced with the final release. Maybe someone else also finds it useful. 1) QString::toAscii() depreciated. The Qt5 documentation says that QString

[Interest] Qt4 Retina support

2013-01-10 Thread Vadim Peretokin
Hi, What is the current status of Retina support with Qt4? I found https://github.com/msorvig/qt4-hidpi, the bugreport and the plist suggestions - but it's not clear as to what one should do to fix the blurriness (and unsuitability) of apps. Can anyone recap the status of Retina support? ___

Re: [Interest] [PATCH qtbase] qlinuxfbscreen: fix crash in switchToGraphicsMode()

2013-01-10 Thread Sergio Ahumada
On 01/10/2013 07:22 PM, Konrad Rosenbaum wrote: > Hi, > > On Thursday 10 January 2013 09:38:49 Sergio Ahumada wrote: >> On 01/10/2013 08:28 AM, Konrad Rosenbaum wrote: > Since the function already receives as argument the address of > oldMode, there is no need to do &oldMode when doing the

Re: [Interest] Qt namespaces and Q_MOC_RUN trick (aka: the mistery of qnamespace.h)

2013-01-10 Thread Sandro Andrade
On Thu, Jan 10, 2013 at 6:11 PM, Thiago Macieira wrote: > On quinta-feira, 10 de janeiro de 2013 17.21.31, Sandro Andrade wrote: >> Hi there, >> >> I need to have some enums defined in a namespace like the ones we can >> find at qtbase:src/corelib/global/qnamespace.h. >> >> I've tried the same app

Re: [Interest] [PATCH qtbase] qlinuxfbscreen: fix crash in switchToGraphicsMode()

2013-01-10 Thread Konrad Rosenbaum
Hi, On Thursday 10 January 2013 09:38:49 Sergio Ahumada wrote: > On 01/10/2013 08:28 AM, Konrad Rosenbaum wrote: > >>> Since the function already receives as argument the address of > >>> oldMode, there is no need to do &oldMode when doing the ioctl() call. > The master branch is gone. Please sub

Re: [Interest] Qt namespaces and Q_MOC_RUN trick (aka: the mistery of qnamespace.h)

2013-01-10 Thread Thiago Macieira
On quinta-feira, 10 de janeiro de 2013 17.21.31, Sandro Andrade wrote: > Hi there, > > I need to have some enums defined in a namespace like the ones we can > find at qtbase:src/corelib/global/qnamespace.h. > > I've tried the same approach in my project but moc complains with the > following: "Cl

Re: [Interest] Rome

2013-01-10 Thread Konstantin Tokarev
10.01.2013, 21:24, "Jason H" : > There's a story over at /. that looks like we might be in for a boost (no pun > intended). If we can get all mobile developers to agree on a common set of > QML APIs we could rock the mobile world! > > http://mobile.slashdot.org/story/13/01/10/1513251/plasma-acti

[Interest] Rome

2013-01-10 Thread Jason H
There's a story over at /. that looks like we might be in for a boost (no pun intended). If we can get all mobile developers to agree on a common set of QML APIs we could rock the mobile world! http://mobile.slashdot.org/story/13/01/10/1513251/plasma-active-sailfish-and-ubuntu-phone-developers-d

[Interest] Qt namespaces and Q_MOC_RUN trick (aka: the mistery of qnamespace.h)

2013-01-10 Thread Sandro Andrade
Hi there, I need to have some enums defined in a namespace like the ones we can find at qtbase:src/corelib/global/qnamespace.h. I've tried the same approach in my project but moc complains with the following: "Class contains Q_OBJECT macro but does not inherit from QObject" I know we can use Q_G

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-10 Thread Jason H
Thanks so much Samuel. Can you tell me what that layer is so I can start looking? From: Samuel Rødal To: Jason H Cc: "interest@qt-project.org" Sent: Thursday, January 10, 2013 2:05 AM Subject: Re: [Interest] Crazy Idea of the day: WebGL renderer On 01/

Re: [Interest] Implementing custom orientation sensor using QtSensors

2013-01-10 Thread Jim Hodapp
Thanks for your reply Lincoln, see my comments below: On 01/09/2013 09:08 PM, Lincoln Ramsay wrote: > On 10/01/13 07:23, Jim Hodapp wrote: >> I'm attempting to create my own orientation sensor that sits on top of a >> particular accelerometer implementation. I'd like to use my orientation >> senso

[Interest] Support for NSDragOperationDelete in Qt Cocoa

2013-01-10 Thread Иван Комиссаров
As i looked into qt code (both qt4 and qt5), it is not possible to enable this flag for a drag and drop. This flag is needed to allow dropping to a mac trash. Is there some reasons why it's not included into Qt::ActionMask and/or MoveAction enums (what i mean - are there some bugs/ limitations

Re: [Interest] [PATCH qtbase] qlinuxfbscreen: fix crash in switchToGraphicsMode()

2013-01-10 Thread Sergio Ahumada
On 01/10/2013 08:28 AM, Konrad Rosenbaum wrote: > Hi, > >>> >>> Since the function already receives as argument the address of >>> oldMode, there is no need to do &oldMode when doing the ioctl() call. >> >>> This patch fixes the following segfault: >> Thanks for the fix, but although it's trifial,

Re: [Interest] Crash when starting Qt5 rasterwindow on ARM/linuxfb

2013-01-10 Thread Thomas Petazzoni
Dear Samuel Rødal, On Thu, 10 Jan 2013 08:08:34 +0100, Samuel Rødal wrote: > > ./rasterwindow -platform linuxfb > > > > and I get the following trace in gdb: > > > > Program received signal SIGSEGV, Segmentation fault. > > QFbBackingStore::QFbBackingStore (this=0x17588, window=0x7efffc34) at > >