Re: [Development] potential mouse delta problem in Qt5 Beta2 on Mac OS X?

2012-11-12 Thread Qi Liang
I guess it's related with this change, adb156e4dd64609ba6c0b172e9c428a79e306a7c https://codereview.qt-project.org/37451 Regards, Liang From: development-bounces+liang.qi=digia@qt-project.org [development-bounces+liang.qi=digia@qt-project.org] on behalf of

[Development] potential mouse delta problem in Qt5 Beta2 on Mac OS X?

2012-11-12 Thread VStevenP
The following QML code is an example of a functional 2D knob in Qt5 Beta1.  It no longer works in Qt5 Beta2, using latest successful build from November 12.   I am on Mac OS 10.7.4 (Lion). Perhaps something has changed and I need to recode this example knob; if so, please advise and possibly add

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread Walter Horsten
On 12 Nov 2012, at 21:40, Shawn Rutledge wrote: > Anyway there is some duplication of effort - Bogdan, Eskil, you and Samuel, > at least. (All I've done so far is test them.) So maybe it's better to sync > everything up and see what are the missing pieces? I guess that is the best way to go

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread Shawn Rutledge
Anyway there is some duplication of effort - Bogdan, Eskil, you and Samuel, at least. (All I've done so far is test them.) So maybe it's better to sync everything up and see what are the missing pieces? On 12 November 2012 20:46, Walter Horsten wrote: > It does! Splendid, this solves all the

Re: [Development] Qt 5 mingw build trying to link against Qt5Cored0.dll

2012-11-12 Thread Thiago Macieira
On segunda-feira, 12 de novembro de 2012 15.02.40, Stephen Chu wrote: > It seems to be looking for Qt5Cored0.dll instead of Qt5Cored.dll. Maybe > some bug introduced by the lib renaming? This is from qt5 git, not the > latest qtbase. MinGW isn't in the CI, so this issue wasn't caught. Fix: http

[Development] Qt 5 mingw build trying to link against Qt5Cored0.dll

2012-11-12 Thread Stephen Chu
I ran into this error while trying to build Qt 5 from git with mingw: mingw32-make[3]: Entering directory 'C:/Qt/5.0/qtbase/src/network' mingw32-make -f Makefile.Debug all mingw32-make[4]: Entering directory 'C:/Qt/5.0/qtbase/src/network' g++ -shared -Wl,--out-implib,C:\Qt\5.0\qtbase\lib\libQt5Net

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread Walter Horsten
It does! Splendid, this solves all the static initialization and plugins-not-unloading issues involved with the app restart. I can probably spend some time on updating the event handler to generate the proper events later this week. Thanks for the tip! On 12 Nov 2012, at 15:45, Laszlo Agocs wro

[Development] Qt 5 beta 2 packages for testing

2012-11-12 Thread Tanilkan Sinan
Hi, New packages for Windows (only 32-bit), Linux and Mac are available for testing at: http://releases.qt-project.org/digia/5.0.0_beta2/backups/2012-11-12-341/ There are no known blockers in these packages, so they should be considered a candidate for Qt 5 beta 2 release, that we hope to relea

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread Laszlo Agocs
Hi, It misses screenSize. android:configChanges="orientation|screenSize|keyboardHidden" should work. Cheers, Laszlo On Mon, Nov 12, 2012 at 3:15 PM, Walter Horsten wrote: > Hi all, > > I don't think this works very well (or at all) with NativeActivity at the > moment, I put "configChanges:ori

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread Shawn Rutledge
On 12 November 2012 15:15, Walter Horsten wrote: > Hi all, > > I don't think this works very well (or at all) with NativeActivity at the > moment, I put "configChanges:orientation" in the manifest, but android > insists on restarting the NativeActivity ... for example: > >

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread Walter Horsten
Hi all, I don't think this works very well (or at all) with NativeActivity at the moment, I put "configChanges:orientation" in the manifest, but android insists on restarting the NativeActivity ... for example: Or am I missing something? Regards, Walt

Re: [Development] QT5 Beta 1 & Android

2012-11-12 Thread shane.kearns
On Android it is possible to handle display orientation by yourself, not using the default behaviour of destroying and recreating the UI. You'd use OrientationEventListener & Display classes to detect the orientation then. This would make sense for a QML application where the scene graph can hand

Re: [Development] Qt 4.8.4 bug: mac menu bar not properly shown

2012-11-12 Thread Calogero Mauceri
Il 09/11/2012 18.48, Calogero Mauceri ha scritto: > Hi, > > On the Mac version of my application, the menu bar is no more properly > shown using the Qt 4.8.4_RC2. > You can see the same problem in the mainwindows|application example. > Attached are some screenshots showing the problem. > > The me

Re: [Development] Finding your way around Qt Creator code base

2012-11-12 Thread Majid Khan
Thanks for that. Yea I was sure from the start that this won't be an easy task but I love it since it's helping me a lot to learn more and more. Thanks again. On Mon, Nov 12, 2012 at 9:09 PM, Ziller Eike wrote: > > On 12 Nov 2012, at 10:40, Majid Khan wrote: > > > Hi everyone, > > > > I am w

Re: [Development] Finding your way around Qt Creator code base

2012-11-12 Thread Ziller Eike
On 12 Nov 2012, at 10:40, Majid Khan wrote: > Hi everyone, > > I am working on a Qt Creator's Bug (7044) and since this is my first bug fix > for Qt Creator so I am a little confused here. > > I have been looking at "how things work" in search [Find Usages and Rename > Symbol Under Cursor] f

[Development] Finding your way around Qt Creator code base

2012-11-12 Thread Majid Khan
Hi everyone, I am working on a Qt Creator's Bug (7044) and since this is my first bug fix for Qt Creator so I am a little confused here. I have been looking at "how things work" in search [Find Usages and Rename Symbol Under Cursor] for two days now and I have gotten a very good idea on how is th