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
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
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
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
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
16 matches
Mail list logo