[Development] New Qt5.2 snapshot available

2013-12-06 Thread Heikkinen Jani
Hi all,

We have new qt 5.2 snapshot available here: 
http://download.qt-project.org/snapshots/qt/5.2/5.2.0/2013-12-06_200/


These packages are considered to be really close to final release packages so 
please test these and  report your testing effort via 
http://testresults.qt-project.org/forms/release-testing  form and in case of 
new bugs report those in JIRA https://bugreports.qt-project.org .

Qt5 changes after #194:
https://codereview.qt-project.org/#change,73299
* qtbase 41dedab...835b821 (18):
> Announce the deprecation of platforms still using qoldbasicatomic.h
> enable path replacement in installed prl files on all platforms
> properly replace windows paths in installed meta files
> support s///i option in built-in sed
> dont install modules-inst dir
> Document that disconnectNotify may be called with a mutex locked
> QComboBox: Dont do anything if wheel event delta is zero
> QStyle: Fix painting of pixmaps with non-integer devicePixelRatio
> Android: Fix crash caused by QJNIs classLoader code.
> iOS: move infoPlistValue to qiosglobal
> iOS: dont show statusbar if hidden from Info.plist
> iOS: Handle statusbar changes to child windows
> Doc: Adjust description of the qreal typedef
> Revert "Cocoa (OpenGL): If no view is attached, makeCurrent() should return 
> false"
> iOS: fix assert when using QOffscreenSurface
> iOS: Disable drag and drop completely instead of enabling simple dnd
> Improve expose event handling.
> Make layoutDirection pass with new expose behavior

* qtdeclarative 4f08859...7251185 (3):
> Fix a crash in JSON.parse
> QQmlImport: Dont try use a dangling pointer.
> static builds: add classname entry to qmldir for QtQuick.Dialogs.Private

* qtqa 22c7a1f...25851ea (1):
> Remove QtJSBackend_release_Integration CI.

* qtserialport fdd3876...97bbe2a (1):
> Do not remove obsolete enum values for gcc and clang

https://codereview.qt-project.org/#change,73173
* qtbase 9302169...41dedab (7):
> added buildsystem/qmake changelog
> iOS: fix crash when focusWindow changes while keyboard is open
> iOS: fix crash when application quits
> qdoc: Fix output filenames for QML basic type documentation
> Fix style animations to stop when the animation target is hidden
> qdoc: Replaced hard-coded href with computed href
> iOS: fix application hangs when opening keyboard

* qtdeclarative 3b7a8d9...4f08859 (6):
> Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"
> Fix binding loop in Maroon in Trouble QML demo
> Dont leave the GL context current after cleanup.
> Revert "Load "@2x" images on high-dpi "retina" systems."
> Update changelog for change Icf323618 / QTBUG-35174
> Release GL resources of ShaderEffectSource while we still have GL.

* qtrepotools cf6b0e2...d8c8667 (1):
> recognize bison-generated parsers

* qttools f7f37e7...f141efd (3):
> add 5.2 changelog
> stop interpreting Tr() and TR() as aliases for tr()
> disabuse translation system

Br,
Jani
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-12-05 Thread Alexpux

05 дек. 2013 г., в 12:37, 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 Alexey Pavlov
>> Sent: Tuesday, December 03, 2013 9:21 PM
>> To: Heikkinen Jani
>> Cc: development@qt-project.org; releas...@qt-project.org
>> Subject: Re: [Development] New Qt5.2 snapshot available
>> 
>> [...]
>> Building this snapshot with mingw-w64 gcc-4.8.2 toolchain I got:
>> 
>> ./.obj/release/YarrInterpreter.o:YarrInterpreter.cpp:(.text+0x59a):
>> undefined reference to `JSC::Yarr::wordcharCreate()'
>> ./.obj/release/YarrInterpreter.o:YarrInterpreter.cpp:(.text+0x608):
>> undefined reference to `JSC::Yarr::newlineCreate()'
>> c:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-
>> w64-mingw32/bin/ld.exe:
>> ./.obj/release/YarrInterpreter.o: bad reloc address 0x12 in section
>> `.text$_ZN3WTF15BumpPointerPool6createEj[__ZN3WTF15BumpPointerPoo
>> l6createEj]'
>> collect2.exe: error: ld returned 1 exit status
>> Makefile.Release:504: recipe for target '../../lib/Qt5Qml.dll' failed
>> mingw32-make[4]: *** [../../lib/Qt5Qml.dll] Error 1
>> mingw32-make[4]: Leaving directory
>> 'C:/repo/mingw-w64-qt5/src/qt-everywhere-opensource-src-5.2.0-
>> rc1/qtdeclarative/src/qml'
>> Makefile:52: recipe for target 'release-all' failed
> 
> I assume you're using i686-4.8.2-release-posix-dwarf-rt_v3-rev0.7z ? I tried 
> compiling RC1 with that one, and hit another unrelated bug:
> 
> https://bugreports.qt-project.org/browse/QTBUG-35364
> 
> Anyhow, after working around that one it compiled just fine, including QtQml 
> ..
> 
Yeah. I building snapshot 194 fine for both 32 and 64 bit. I get early rc1 
release before.

Offtopic:
I’m hard working on MSYS2 package manager and now has many packages prebuilded 
for mingw-w64 with toolchains that can be installed with MSYS2 package manager. 
Also yesterday I create packages for Qt5 too and will upload them today.

Regards,
Alexey.

> Regards
> 
> Kai 

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-12-05 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 Alexey Pavlov
> Sent: Tuesday, December 03, 2013 9:21 PM
> To: Heikkinen Jani
> Cc: development@qt-project.org; releas...@qt-project.org
> Subject: Re: [Development] New Qt5.2 snapshot available
> 
> [...]
> Building this snapshot with mingw-w64 gcc-4.8.2 toolchain I got:
> 
> ./.obj/release/YarrInterpreter.o:YarrInterpreter.cpp:(.text+0x59a):
> undefined reference to `JSC::Yarr::wordcharCreate()'
> ./.obj/release/YarrInterpreter.o:YarrInterpreter.cpp:(.text+0x608):
> undefined reference to `JSC::Yarr::newlineCreate()'
> c:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-
> w64-mingw32/bin/ld.exe:
> ./.obj/release/YarrInterpreter.o: bad reloc address 0x12 in section
> `.text$_ZN3WTF15BumpPointerPool6createEj[__ZN3WTF15BumpPointerPoo
> l6createEj]'
> collect2.exe: error: ld returned 1 exit status
> Makefile.Release:504: recipe for target '../../lib/Qt5Qml.dll' failed
> mingw32-make[4]: *** [../../lib/Qt5Qml.dll] Error 1
> mingw32-make[4]: Leaving directory
> 'C:/repo/mingw-w64-qt5/src/qt-everywhere-opensource-src-5.2.0-
> rc1/qtdeclarative/src/qml'
> Makefile:52: recipe for target 'release-all' failed

I assume you're using i686-4.8.2-release-posix-dwarf-rt_v3-rev0.7z ? I tried 
compiling RC1 with that one, and hit another unrelated bug:

https://bugreports.qt-project.org/browse/QTBUG-35364

Anyhow, after working around that one it compiled just fine, including QtQml ..

Regards

Kai 
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Alexey Pavlov
2013/12/3 Heikkinen Jani :
> Actually you are right, this was also in:
>
> https://codereview.qt-project.org/#change,72514
>
>
> br,
>
> Jani
>
>> -Original Message-
>> From: Stephen Kelly [mailto:stephen.ke...@kdab.com]
>> Sent: 3. joulukuuta 2013 15:22
>> To: development@qt-project.org
>> Cc: Heikkinen Jani; releas...@qt-project.org
>> Subject: Re: [Development] New Qt5.2 snapshot available
>>
>> On Tuesday, December 03, 2013 10:20:43 Heikkinen Jani wrote:
>>
>> > Qt5 changes after RC1:
>> > https://codereview.qt-project.org/#change,72930
>> >
>> > 
>>
>> Your list of changes is somehow not complete. At least these must also be
>> in
>> the new snapshot since the RC1, because they are in the parent commit:
>>
>> * qtbase 9b8570c...7d5448d (15):
>>   > Docs: add important QWheelEvent::phase() related notes
>>   > Doc: corrected invalid ref. to output iterators
>>   > Add a few notes to changes-5.2.0
>>   > iOS: Provide default launch image for 4-inch devices
>>   > iOS: Update screen properties when we trigger statusbar changes on
>> iOS7
>>   > iOS: Forward [UIApplicationDelegate handleOpenURL:] to
>> QDesktopServices
>>   > Update ChangeLog for 5.2.0 [QtWidgets II]
>>   > Fix invalid memory read when shutting down QML applications
>>   > CMake: Parse the output of new CMake versions.
>>   > Revert "Store the font's scalability in QFontEngine."
>>   > QNX: Fix retrieving the window group name
>>   > Remove leading '/' from target paths.
>>   > CoreWLan: Fix potential unhandled exception assert
>>   > Android: Remove invalid error message
>>   > Fix for co-existence of QtDeclarative and QtQml
>>
>> * qtdeclarative ce38c71...17da877 (7):
>>   > Update changelog for 5.2.0
>>   > Doc: Change the order of QQuickText function definitions
>>   > Doc: Update examples used in Writing QML Extensions tutorial
>>   > Handle boundingboxes with NaN in them.
>>   > disable qml import scan for qmljs
>>   > Ensure that QML Windows respect the default platform window state
>>   > Revert 99480d5420c0beea6771be582c039b550a4461f5
>>
>> * qtdoc 6bd1511...e4e366e (4):
>>   > Added platform notes for Qt Multimedia on Android.
>>   > Doc: Fix version number
>>   > Doc: Update "Getting Started" guide for changes in Qt Creator 3.0
>>   > Don't recommend building Qt for iOS as -developer-build
>>
>> * qtmultimedia 041e75d...ea9f978 (4):
>>   > QNX/PPS: Fix end-of-track handling
>>   > Add changes-5.2.0 file.
>>   > Fix version availability for VideoOutput's autoOrientation property.
>>   > Android: print a warning when using SurfaceTexture on Android 2.3.
>>
>> * qtquick1 d9ed35f...2866c00 (1):
>>   > Allow QtDeclarative and QtQml to co-exist at run-time
>>
>> * qtquickcontrols 34523bb...78c8e7d (2):
>>   > Fix typo in tableview example.
>>   > Fix warning printed when using TabView
>>
>> * qtrepotools 6dac9c5...cf6b0e2 (3):
>>   > Use rebase instead of just pull when using qt5_tool -p
>>   > Be more robust when a module fails to merge
>>   > exclude plist files from the tabs check
>>
>> * qtserialport e0be9ed...5fabe1c (2):
>>   > Obsolete the QSerialPort::UnknownParity enum value  in QSerialPort
>>   > Obsolete the isValid() method in QSerialPortInfo
>>
>> * qtwebkit-examples 89a3330...634cddb (2):
>>   > Doc: Updated url variable in qdocconf files.
>>   > Doc: Fix module name used in documentation filter
>>
>> * qtwinextras 4431a4d...ed4d739 (1):
>>   > Add plugins.qmltypes file
>>


Building this snapshot with mingw-w64 gcc-4.8.2 toolchain I got:

./.obj/release/YarrInterpreter.o:YarrInterpreter.cpp:(.text+0x59a):
undefined reference to `JSC::Yarr::wordcharCreate()'
./.obj/release/YarrInterpreter.o:YarrInterpreter.cpp:(.text+0x608):
undefined reference to `JSC::Yarr::newlineCreate()'
c:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld.exe:
./.obj/release/YarrInterpreter.o: bad reloc address 0x12 in section
`.text$_ZN3WTF15BumpPointerPool6createEj[__ZN3WTF15BumpPointerPool6createEj]'
collect2.exe: error: ld returned 1 exit status
Makefile.Release:504: recipe for target '../../lib/Qt5Qml.dll' failed
mingw32-make[4]: *** [../../lib/Qt5Qml.dll] Error 1
mingw32-make[4]: Leaving directory
'C:/repo/mingw-w64-qt5/src/qt-everywhere-opensource-src-5.2.0-rc1/qtdeclarative/src/qml'
Makefile:52: recipe for target 'release-all' failed

Regards,
Alexey.

>>
>> Thanks,
>>
>>
>> --
>> Stephen Kelly  | Software Engineer
>> KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
>> www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-
>> 540090
>> KDAB - Qt Experts - Platform-Independent Software Solutions
> ___
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Heikkinen Jani
Actually you are right, this was also in:

https://codereview.qt-project.org/#change,72514


br, 

Jani

> -Original Message-
> From: Stephen Kelly [mailto:stephen.ke...@kdab.com]
> Sent: 3. joulukuuta 2013 15:22
> To: development@qt-project.org
> Cc: Heikkinen Jani; releas...@qt-project.org
> Subject: Re: [Development] New Qt5.2 snapshot available
> 
> On Tuesday, December 03, 2013 10:20:43 Heikkinen Jani wrote:
> 
> > Qt5 changes after RC1:
> > https://codereview.qt-project.org/#change,72930
> >
> > 
> 
> Your list of changes is somehow not complete. At least these must also be
> in
> the new snapshot since the RC1, because they are in the parent commit:
> 
> * qtbase 9b8570c...7d5448d (15):
>   > Docs: add important QWheelEvent::phase() related notes
>   > Doc: corrected invalid ref. to output iterators
>   > Add a few notes to changes-5.2.0
>   > iOS: Provide default launch image for 4-inch devices
>   > iOS: Update screen properties when we trigger statusbar changes on
> iOS7
>   > iOS: Forward [UIApplicationDelegate handleOpenURL:] to
> QDesktopServices
>   > Update ChangeLog for 5.2.0 [QtWidgets II]
>   > Fix invalid memory read when shutting down QML applications
>   > CMake: Parse the output of new CMake versions.
>   > Revert "Store the font's scalability in QFontEngine."
>   > QNX: Fix retrieving the window group name
>   > Remove leading '/' from target paths.
>   > CoreWLan: Fix potential unhandled exception assert
>   > Android: Remove invalid error message
>   > Fix for co-existence of QtDeclarative and QtQml
> 
> * qtdeclarative ce38c71...17da877 (7):
>   > Update changelog for 5.2.0
>   > Doc: Change the order of QQuickText function definitions
>   > Doc: Update examples used in Writing QML Extensions tutorial
>   > Handle boundingboxes with NaN in them.
>   > disable qml import scan for qmljs
>   > Ensure that QML Windows respect the default platform window state
>   > Revert 99480d5420c0beea6771be582c039b550a4461f5
> 
> * qtdoc 6bd1511...e4e366e (4):
>   > Added platform notes for Qt Multimedia on Android.
>   > Doc: Fix version number
>   > Doc: Update "Getting Started" guide for changes in Qt Creator 3.0
>   > Don't recommend building Qt for iOS as -developer-build
> 
> * qtmultimedia 041e75d...ea9f978 (4):
>   > QNX/PPS: Fix end-of-track handling
>   > Add changes-5.2.0 file.
>   > Fix version availability for VideoOutput's autoOrientation property.
>   > Android: print a warning when using SurfaceTexture on Android 2.3.
> 
> * qtquick1 d9ed35f...2866c00 (1):
>   > Allow QtDeclarative and QtQml to co-exist at run-time
> 
> * qtquickcontrols 34523bb...78c8e7d (2):
>   > Fix typo in tableview example.
>   > Fix warning printed when using TabView
> 
> * qtrepotools 6dac9c5...cf6b0e2 (3):
>   > Use rebase instead of just pull when using qt5_tool -p
>   > Be more robust when a module fails to merge
>   > exclude plist files from the tabs check
> 
> * qtserialport e0be9ed...5fabe1c (2):
>   > Obsolete the QSerialPort::UnknownParity enum value  in QSerialPort
>   > Obsolete the isValid() method in QSerialPortInfo
> 
> * qtwebkit-examples 89a3330...634cddb (2):
>   > Doc: Updated url variable in qdocconf files.
>   > Doc: Fix module name used in documentation filter
> 
> * qtwinextras 4431a4d...ed4d739 (1):
>   > Add plugins.qmltypes file
> 
> 
> Thanks,
> 
> 
> --
> Stephen Kelly  | Software Engineer
> KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
> www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-
> 540090
> KDAB - Qt Experts - Platform-Independent Software Solutions
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Stephen Kelly
On Tuesday, December 03, 2013 10:20:43 Heikkinen Jani wrote:

> Qt5 changes after RC1:
> https://codereview.qt-project.org/#change,72930
> 
> 

Your list of changes is somehow not complete. At least these must also be in 
the new snapshot since the RC1, because they are in the parent commit:

* qtbase 9b8570c...7d5448d (15):
  > Docs: add important QWheelEvent::phase() related notes
  > Doc: corrected invalid ref. to output iterators
  > Add a few notes to changes-5.2.0
  > iOS: Provide default launch image for 4-inch devices
  > iOS: Update screen properties when we trigger statusbar changes on iOS7
  > iOS: Forward [UIApplicationDelegate handleOpenURL:] to QDesktopServices
  > Update ChangeLog for 5.2.0 [QtWidgets II]
  > Fix invalid memory read when shutting down QML applications
  > CMake: Parse the output of new CMake versions.
  > Revert "Store the font's scalability in QFontEngine."
  > QNX: Fix retrieving the window group name
  > Remove leading '/' from target paths.
  > CoreWLan: Fix potential unhandled exception assert
  > Android: Remove invalid error message
  > Fix for co-existence of QtDeclarative and QtQml

* qtdeclarative ce38c71...17da877 (7):
  > Update changelog for 5.2.0
  > Doc: Change the order of QQuickText function definitions
  > Doc: Update examples used in Writing QML Extensions tutorial
  > Handle boundingboxes with NaN in them.
  > disable qml import scan for qmljs
  > Ensure that QML Windows respect the default platform window state
  > Revert 99480d5420c0beea6771be582c039b550a4461f5

* qtdoc 6bd1511...e4e366e (4):
  > Added platform notes for Qt Multimedia on Android.
  > Doc: Fix version number
  > Doc: Update "Getting Started" guide for changes in Qt Creator 3.0
  > Don't recommend building Qt for iOS as -developer-build

* qtmultimedia 041e75d...ea9f978 (4):
  > QNX/PPS: Fix end-of-track handling
  > Add changes-5.2.0 file.
  > Fix version availability for VideoOutput's autoOrientation property.
  > Android: print a warning when using SurfaceTexture on Android 2.3.

* qtquick1 d9ed35f...2866c00 (1):
  > Allow QtDeclarative and QtQml to co-exist at run-time

* qtquickcontrols 34523bb...78c8e7d (2):
  > Fix typo in tableview example.
  > Fix warning printed when using TabView

* qtrepotools 6dac9c5...cf6b0e2 (3):
  > Use rebase instead of just pull when using qt5_tool -p
  > Be more robust when a module fails to merge
  > exclude plist files from the tabs check

* qtserialport e0be9ed...5fabe1c (2):
  > Obsolete the QSerialPort::UnknownParity enum value  in QSerialPort
  > Obsolete the isValid() method in QSerialPortInfo

* qtwebkit-examples 89a3330...634cddb (2):
  > Doc: Updated url variable in qdocconf files.
  > Doc: Fix module name used in documentation filter

* qtwinextras 4431a4d...ed4d739 (1):
  > Add plugins.qmltypes file


Thanks,


-- 
Stephen Kelly  | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions

signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] New Qt5.2 snapshot available

2013-12-03 Thread Heikkinen Jani
Hi all,

There is now new snapshot available after RC1: 
http://download.qt-project.org/snapshots/qt/5.2/5.2.0/2013-12-03_186/

Unfortunately all mac installers are missing, hoping we could get those later 
today.

Qt5 changes after RC1:
https://codereview.qt-project.org/#change,72930
* qtdoc fcbf633...e4e366e (3):
> Added platform notes for Qt Multimedia on Android.
> Doc: Fix version number
> Doc: Update "Getting Started" guide for changes in Qt Creator 3.0

* qtqa 0c4f563...22c7a1f (1):
> qtqa: Delete $qt_dir only if needed

* qtwebkit-examples 0a67390...634cddb (1):
> Doc: Updated url variable in qdocconf files.

https://codereview.qt-project.org/#change,72924:
* qtdeclarative a634887...17da877 (6):
> Update changelog for 5.2.0
> Doc: Change the order of QQuickText function definitions
> Doc: Update examples used in Writing QML Extensions tutorial
> Handle boundingboxes with NaN in them.
> disable qml import scan for qmljs
> Ensure that QML Windows respect the default platform window state

* qtmultimedia 041e75d...ea9f978 (4):
> QNX/PPS: Fix end-of-track handling
> Add changes-5.2.0 file.
> Fix version availability for VideoOutputs autoOrientation property.
> Android: print a warning when using SurfaceTexture on Android 2.3.

* qtquickcontrols 34523bb...78c8e7d (2):
> Fix typo in tableview example.
> Fix warning printed when using TabView

* qtserialport e0be9ed...5fabe1c (2):
> Obsolete the QSerialPort::UnknownParity enum value in QSerialPort
> Obsolete the isValid() method in QSerialPortInfo

* qtwinextras 4431a4d...ed4d739 (1):
> Add plugins.qmltypes file


--
Jani Heikkinen
Release Manager

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Paul Olav Tvete
On Tuesday 12 November 2013 13:03:30 Guido Seifert wrote:
> > Which version of Qt is this? It works for me with QT += svg only, with the
> > latest dev branch.
> 
> qt-linux-opensource-5.2.0-beta1-android-x86-offline_2013-11-07_15-41-07-136.
> run
> 
> Maybe it is fixed. But not to the time when I asked. :-)

Yes, It was fixed the day after ;)

- Paul
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Guido Seifert
 
> Which version of Qt is this? It works for me with QT += svg only, with the 
> latest dev branch.

qt-linux-opensource-5.2.0-beta1-android-x86-offline_2013-11-07_15-41-07-136.run

Maybe it is fixed. But not to the time when I asked. :-)

Guido
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Eskil Abrahamsen Blomfeldt
On 11/12/2013 12:13 PM, Paul Olav Tvete wrote:
> On Monday 11 November 2013 17:19:43 Guido Seifert wrote:
>>> It's a feature. :) To reduce the size of the package, we only deploy the
>>> libraries that we know are necessary. Adding "QT += svg" to the .pro file
>>> of your application should enable support for svg files.
>> It does not. But it is a known bug. Already reported. "QT += svg" is NOT
>> sufficient. Currently it must be "QT += svg xml".
> Which version of Qt is this? It works for me with QT += svg only, with the
> latest dev branch.

Fixed by this: https://codereview.qt-project.org/#change,70698

So it's been working for several days already ;)

-- Eskil

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Paul Olav Tvete
On Monday 11 November 2013 17:19:43 Guido Seifert wrote:
> > It's a feature. :) To reduce the size of the package, we only deploy the
> > libraries that we know are necessary. Adding "QT += svg" to the .pro file
> > of your application should enable support for svg files.
> 
> It does not. But it is a known bug. Already reported. "QT += svg" is NOT
> sufficient. Currently it must be "QT += svg xml".

Which version of Qt is this? It works for me with QT += svg only, with the 
latest dev branch.

- Paul
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-11 Thread Guido Seifert

> It's a feature. :) To reduce the size of the package, we only deploy the 
> libraries that we know are necessary. Adding "QT += svg" to the .pro file of 
> your application should enable support for svg files.

It does not. But it is a known bug. Already reported. "QT += svg" is NOT 
sufficient. Currently it must be "QT += svg xml". 

Guido
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-11 Thread Paul Olav Tvete
On Friday 08 November 2013 01:00:11 Guido Seifert wrote:
> I cannot display svg files in QML on Android.
> 
> Unfortunately I am not experienced enough with Android/Qt to decide, whether
> this is my bug, or a Qt bug.

It's a feature. :) To reduce the size of the package, we only deploy the 
libraries that we know are necessary. Adding "QT += svg" to the .pro file of 
your application should enable support for svg files.

- Paul
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] New Qt5.2 snapshot available

2013-11-08 Thread qtnext
same issue with the Mac Desktop package since some days


2013/11/8 Yang Fan 

> I have tried to run
> /Volumes/qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline/qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline.app/Contents/MacOS$
> ./qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline in the terminal
> directly, the executable hangs.
>
>
> On Fri, Nov 8, 2013 at 5:10 PM, Heikkinen Jani 
> wrote:
>
>>  Hi,
>>
>>
>>
>> Yes, it is known issue. As I wrote: With mac installers there might be
>> some installation issues, workaround seems to be “run the
>> installer.app/Contents/MacOS/installer from the command line”.
>>
>>
>>
>> Did you try that?
>>
>>
>>
>> Br,
>>
>> Jani
>>
>>
>>
>>
>>
>> *From:* Yang Fan [mailto:missd...@gmail.com]
>> *Sent:* 8. marraskuuta 2013 2:51
>> *To:* Heikkinen Jani
>> *Cc:* development@qt-project.org
>> *Subject:* Re: [Development] New Qt5.2 snapshot available
>>
>>
>>
>> Build#134 dmg packages are broken.
>>
>>
>>
>> On Fri, Nov 1, 2013 at 2:05 PM, Heikkinen Jani 
>> wrote:
>>
>> Hi all,
>>
>>
>>
>> We got qt5.git integrated! It means we have now new content in latest
>> snapshot in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/
>>
>>
>>
>> Unfortunately MAC packages are missing, hoping we could get those during
>> today as well..
>>
>>
>>
>> Build #123, Qt5 changes after Beta1 release:
>>
>>
>>
>> * qtactiveqt de09a6d...71fc126 (2):
>>
>> > fix doc build path
>>
>> > remove pointless #ifndef QT_NO_WIN_ACTIVEQT
>>
>>
>>
>> * qtandroidextras c1d9cc6...df30d67 (1):
>>
>> > Update documentation
>>
>>
>>
>> * qtbase 690cf42...fe220f3 (133):
>>
>> > Dont use NO_DEFAULT_PATH on mac when finding GL headers and libraries.
>>
>> > bring the windows configure -qconfig handling in line with the unix one
>>
>> > turn makeabs into a proper cleanPath()
>>
>> > duplicate less work while handling -qconfig
>>
>> > iOS: Add standard paths implementation for iOS
>>
>> > Windows: Do not use blend function for GL windows with alpha.
>>
>> > iOS: Fix logic for determining whether to exit the root event loop
>>
>> > Update the ICC spec on Linux to actually compile stuff
>>
>> > xcode generator: resolve QMAKE_INFO_PLIST from source dir
>>
>> > Consider multi-monitor setups in QPlatformWindow::initialGeometry().
>>
>> > Fix QSpinBox size calculation problem with empty stylesheets
>>
>> > dbuscommon.pri: Fix source file dependency
>>
>> > Android: Dont rely on QIcon::isNull() to validate icon data.
>>
>> > Android: Fix problem with leaking local refs.
>>
>> > remove compiler warning
>>
>> > xcb: Compilefix #ifdef glx code
>>
>> > xcb: Act on the _NET_ACTIVE_WINDOW event
>>
>> > iOS: Build libs (including Qt itself) for both simulator and device
>>
>> > Fix the network proxy code for windows to detect properly services
>>
>> > Adding CI utilities to Android test script
>>
>> > Test that Qt tools can handle as a digit separator.
>>
>> > Use Q_UNLIKELY in qCDebug, qCTrace
>>
>> > Fix finding cursor position in words with accents
>>
>> > Silence the _COMPIZ_DECOR_* warnings on Ubuntu
>>
>> > Add QGuiApplication::sync() function
>>
>> > iOS: Build simulator libraries with suffix
>>
>> > Doc: Fix miscellaneous typos
>>
>> > Issue correct warnings with QObject::startTimer()
>>
>> > Doc: Remove unofficial Qt Concurrent headers
>>
>> > Different native Cocoa menu fixes.
>>
>> > Keep web fontdata alive as long as CG uses it
>>
>> > Dont support threaded GL on chromium (virtual box GL)
>>
>> > QNX: Manage foreign mmrenderer windows
>>
>> > Fix msvc project dependencies as specificed by .depends
>>
>> > remove qt_windows.h include from qwineventnotifier.h
>>
>> > Cocoa: Fix mouse event coordinates transform to window space
>>
>> > MacGui tests: Remove references to CGPostMouseEvent
>>
>> > qdbusxml2cpp: Fix warnings about writing to closed devices.
>>
>> > fix /SAFESEH linker option for VS >= 2010
>>
>> > QLocale: Add auto tests for Poruguese(Brazil) and Greek locales
&

Re: [Development] New Qt5.2 snapshot available

2013-11-08 Thread Yang Fan
I have tried to run
/Volumes/qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline/qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline.app/Contents/MacOS$
./qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline in the terminal
directly, the executable hangs.


On Fri, Nov 8, 2013 at 5:10 PM, Heikkinen Jani wrote:

>  Hi,
>
>
>
> Yes, it is known issue. As I wrote: With mac installers there might be
> some installation issues, workaround seems to be “run the
> installer.app/Contents/MacOS/installer from the command line”.
>
>
>
> Did you try that?
>
>
>
> Br,
>
> Jani
>
>
>
>
>
> *From:* Yang Fan [mailto:missd...@gmail.com]
> *Sent:* 8. marraskuuta 2013 2:51
> *To:* Heikkinen Jani
> *Cc:* development@qt-project.org
> *Subject:* Re: [Development] New Qt5.2 snapshot available
>
>
>
> Build#134 dmg packages are broken.
>
>
>
> On Fri, Nov 1, 2013 at 2:05 PM, Heikkinen Jani 
> wrote:
>
> Hi all,
>
>
>
> We got qt5.git integrated! It means we have now new content in latest
> snapshot in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/
>
>
>
> Unfortunately MAC packages are missing, hoping we could get those during
> today as well..
>
>
>
> Build #123, Qt5 changes after Beta1 release:
>
>
>
> * qtactiveqt de09a6d...71fc126 (2):
>
> > fix doc build path
>
> > remove pointless #ifndef QT_NO_WIN_ACTIVEQT
>
>
>
> * qtandroidextras c1d9cc6...df30d67 (1):
>
> > Update documentation
>
>
>
> * qtbase 690cf42...fe220f3 (133):
>
> > Dont use NO_DEFAULT_PATH on mac when finding GL headers and libraries.
>
> > bring the windows configure -qconfig handling in line with the unix one
>
> > turn makeabs into a proper cleanPath()
>
> > duplicate less work while handling -qconfig
>
> > iOS: Add standard paths implementation for iOS
>
> > Windows: Do not use blend function for GL windows with alpha.
>
> > iOS: Fix logic for determining whether to exit the root event loop
>
> > Update the ICC spec on Linux to actually compile stuff
>
> > xcode generator: resolve QMAKE_INFO_PLIST from source dir
>
> > Consider multi-monitor setups in QPlatformWindow::initialGeometry().
>
> > Fix QSpinBox size calculation problem with empty stylesheets
>
> > dbuscommon.pri: Fix source file dependency
>
> > Android: Dont rely on QIcon::isNull() to validate icon data.
>
> > Android: Fix problem with leaking local refs.
>
> > remove compiler warning
>
> > xcb: Compilefix #ifdef glx code
>
> > xcb: Act on the _NET_ACTIVE_WINDOW event
>
> > iOS: Build libs (including Qt itself) for both simulator and device
>
> > Fix the network proxy code for windows to detect properly services
>
> > Adding CI utilities to Android test script
>
> > Test that Qt tools can handle as a digit separator.
>
> > Use Q_UNLIKELY in qCDebug, qCTrace
>
> > Fix finding cursor position in words with accents
>
> > Silence the _COMPIZ_DECOR_* warnings on Ubuntu
>
> > Add QGuiApplication::sync() function
>
> > iOS: Build simulator libraries with suffix
>
> > Doc: Fix miscellaneous typos
>
> > Issue correct warnings with QObject::startTimer()
>
> > Doc: Remove unofficial Qt Concurrent headers
>
> > Different native Cocoa menu fixes.
>
> > Keep web fontdata alive as long as CG uses it
>
> > Dont support threaded GL on chromium (virtual box GL)
>
> > QNX: Manage foreign mmrenderer windows
>
> > Fix msvc project dependencies as specificed by .depends
>
> > remove qt_windows.h include from qwineventnotifier.h
>
> > Cocoa: Fix mouse event coordinates transform to window space
>
> > MacGui tests: Remove references to CGPostMouseEvent
>
> > qdbusxml2cpp: Fix warnings about writing to closed devices.
>
> > fix /SAFESEH linker option for VS >= 2010
>
> > QLocale: Add auto tests for Poruguese(Brazil) and Greek locales
>
> > Make the localHostName() copy function return QByteArray
>
> > Fix QCommonStyle::subControlRect(SC_GroupBoxCheckBox)
>
> > validate qconfig-*.h against qfeatures.txt
>
> > dont emit comments to generated qfeatures.h
>
> > generate qfeatures.h at build time
>
> > give XMLSTREAM a Name
>
> > fix "markup"
>
> > purge references to non-features
>
> > purge vestiges of dead QT_NO_* defines
>
> > remove remaining non-concurrent branches from concurrent samples
>
> > remove dead code
>
> > Android: handle keyPress event for Key_Back
>
> > Fix the show/hide logic.
>
> > Allow the us

Re: [Development] New Qt5.2 snapshot available

2013-11-07 Thread Yang Fan
Build#134 dmg packages are broken.


On Fri, Nov 1, 2013 at 2:05 PM, Heikkinen Jani wrote:

>  Hi all,
>
>
>
> We got qt5.git integrated! It means we have now new content in latest
> snapshot in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/
>
>
>
> Unfortunately MAC packages are missing, hoping we could get those during
> today as well..
>
>
>
> Build #123, Qt5 changes after Beta1 release:
>
>
>
> * qtactiveqt de09a6d...71fc126 (2):
>
> > fix doc build path
>
> > remove pointless #ifndef QT_NO_WIN_ACTIVEQT
>
>
>
> * qtandroidextras c1d9cc6...df30d67 (1):
>
> > Update documentation
>
>
>
> * qtbase 690cf42...fe220f3 (133):
>
> > Dont use NO_DEFAULT_PATH on mac when finding GL headers and libraries.
>
> > bring the windows configure -qconfig handling in line with the unix one
>
> > turn makeabs into a proper cleanPath()
>
> > duplicate less work while handling -qconfig
>
> > iOS: Add standard paths implementation for iOS
>
> > Windows: Do not use blend function for GL windows with alpha.
>
> > iOS: Fix logic for determining whether to exit the root event loop
>
> > Update the ICC spec on Linux to actually compile stuff
>
> > xcode generator: resolve QMAKE_INFO_PLIST from source dir
>
> > Consider multi-monitor setups in QPlatformWindow::initialGeometry().
>
> > Fix QSpinBox size calculation problem with empty stylesheets
>
> > dbuscommon.pri: Fix source file dependency
>
> > Android: Dont rely on QIcon::isNull() to validate icon data.
>
> > Android: Fix problem with leaking local refs.
>
> > remove compiler warning
>
> > xcb: Compilefix #ifdef glx code
>
> > xcb: Act on the _NET_ACTIVE_WINDOW event
>
> > iOS: Build libs (including Qt itself) for both simulator and device
>
> > Fix the network proxy code for windows to detect properly services
>
> > Adding CI utilities to Android test script
>
> > Test that Qt tools can handle as a digit separator.
>
> > Use Q_UNLIKELY in qCDebug, qCTrace
>
> > Fix finding cursor position in words with accents
>
> > Silence the _COMPIZ_DECOR_* warnings on Ubuntu
>
> > Add QGuiApplication::sync() function
>
> > iOS: Build simulator libraries with suffix
>
> > Doc: Fix miscellaneous typos
>
> > Issue correct warnings with QObject::startTimer()
>
> > Doc: Remove unofficial Qt Concurrent headers
>
> > Different native Cocoa menu fixes.
>
> > Keep web fontdata alive as long as CG uses it
>
> > Dont support threaded GL on chromium (virtual box GL)
>
> > QNX: Manage foreign mmrenderer windows
>
> > Fix msvc project dependencies as specificed by .depends
>
> > remove qt_windows.h include from qwineventnotifier.h
>
> > Cocoa: Fix mouse event coordinates transform to window space
>
> > MacGui tests: Remove references to CGPostMouseEvent
>
> > qdbusxml2cpp: Fix warnings about writing to closed devices.
>
> > fix /SAFESEH linker option for VS >= 2010
>
> > QLocale: Add auto tests for Poruguese(Brazil) and Greek locales
>
> > Make the localHostName() copy function return QByteArray
>
> > Fix QCommonStyle::subControlRect(SC_GroupBoxCheckBox)
>
> > validate qconfig-*.h against qfeatures.txt
>
> > dont emit comments to generated qfeatures.h
>
> > generate qfeatures.h at build time
>
> > give XMLSTREAM a Name
>
> > fix "markup"
>
> > purge references to non-features
>
> > purge vestiges of dead QT_NO_* defines
>
> > remove remaining non-concurrent branches from concurrent samples
>
> > remove dead code
>
> > Android: handle keyPress event for Key_Back
>
> > Fix the show/hide logic.
>
> > Allow the user to specify a theme list.
>
> > Re-enable NonFullScreenWindows on Android
>
> > Fail when QT_POINTER_SIZE is not set
>
> > eglfs: Make backingstore handle unexpected scenarios gracefully
>
> > Fix compilation with MinGW gcc 64 bit
>
> > Android: Dont crash if the screen is not yet initialized.
>
> > Android: Remove unneeded dependency
>
> > iOS: Set ARCHS in Xcode project for both simulator and device SDKs
>
> > Doc: Update boost::bind()/std::tr1::bind() to std::bind()
>
> > Remove unused static function systemtimeToMsecs()
>
> > QWizard: provoke enum value not handled in switch warnings in
> object_name_for_button
>
> > QWizard: give all buttons an objectName
>
> > Doc: Added a new Qt Creator \externalpage
>
> > network: fix multi-phased NTLM authentication
>
> > Add QMAKE_PKGCONFIG_VERSION variable to allow version overriding
>
> > remove some vestiges of QFontEngineQPF
>
> > Fix - psql driver must format qdatetime using iso
>
> > eglfs: Perform initialization in initialize() instead of the constructor
>
> > QWindowsKeyMapper: Added some comments about functionality + cleanup
>
> > Rewrite qmakes exclusive-build feature
>
> > xcode: Set QMAKE_XCODE_LIBRARY_SUFFIX from default_post
>
> > CMake: Fix quoting issue with quoted paths in strings.
>
> > Remove sunken state for Android.
>
> > Android: Fix the QSlider handler position.
>
> > QJNI: Dont detach from the thread as long as the thread is alive.
>
> > Do not byteswap RGBA formats
>
> > support cleanly querying private modu

Re: [Development] New Qt5.2 snapshot available

2013-11-07 Thread Guido Seifert
Immediately tried the new snapshot.

Still a problem during Qt5 deployment on Android (Deploy local Qt-libraries)

> Skipping 
> /Qt5.2.0/5.2.0-beta1/android_armv7/plugins/imageformats/libqsvg.so.
> It has unmet dependencies.

I cannot display svg files in QML on Android.

Unfortunately I am not experienced enough with Android/Qt to decide, whether 
this
is my bug, or a Qt bug.

But it works under Windows and Linux, so I am tempted to say: Qt bug. 
If there is no outcry of disagreement, I'd write a bug report. 

Guido
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] New Qt5.2 snapshot available

2013-10-31 Thread Heikkinen Jani
Hi all,

We got qt5.git integrated! It means we have now new content in latest snapshot 
in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/

Unfortunately MAC packages are missing, hoping we could get those during today 
as well..

Build #123, Qt5 changes after Beta1 release:

* qtactiveqt de09a6d...71fc126 (2):
> fix doc build path
> remove pointless #ifndef QT_NO_WIN_ACTIVEQT

* qtandroidextras c1d9cc6...df30d67 (1):
> Update documentation

* qtbase 690cf42...fe220f3 (133):
> Dont use NO_DEFAULT_PATH on mac when finding GL headers and libraries.
> bring the windows configure -qconfig handling in line with the unix one
> turn makeabs into a proper cleanPath()
> duplicate less work while handling -qconfig
> iOS: Add standard paths implementation for iOS
> Windows: Do not use blend function for GL windows with alpha.
> iOS: Fix logic for determining whether to exit the root event loop
> Update the ICC spec on Linux to actually compile stuff
> xcode generator: resolve QMAKE_INFO_PLIST from source dir
> Consider multi-monitor setups in QPlatformWindow::initialGeometry().
> Fix QSpinBox size calculation problem with empty stylesheets
> dbuscommon.pri: Fix source file dependency
> Android: Dont rely on QIcon::isNull() to validate icon data.
> Android: Fix problem with leaking local refs.
> remove compiler warning
> xcb: Compilefix #ifdef glx code
> xcb: Act on the _NET_ACTIVE_WINDOW event
> iOS: Build libs (including Qt itself) for both simulator and device
> Fix the network proxy code for windows to detect properly services
> Adding CI utilities to Android test script
> Test that Qt tools can handle as a digit separator.
> Use Q_UNLIKELY in qCDebug, qCTrace
> Fix finding cursor position in words with accents
> Silence the _COMPIZ_DECOR_* warnings on Ubuntu
> Add QGuiApplication::sync() function
> iOS: Build simulator libraries with suffix
> Doc: Fix miscellaneous typos
> Issue correct warnings with QObject::startTimer()
> Doc: Remove unofficial Qt Concurrent headers
> Different native Cocoa menu fixes.
> Keep web fontdata alive as long as CG uses it
> Dont support threaded GL on chromium (virtual box GL)
> QNX: Manage foreign mmrenderer windows
> Fix msvc project dependencies as specificed by .depends
> remove qt_windows.h include from qwineventnotifier.h
> Cocoa: Fix mouse event coordinates transform to window space
> MacGui tests: Remove references to CGPostMouseEvent
> qdbusxml2cpp: Fix warnings about writing to closed devices.
> fix /SAFESEH linker option for VS >= 2010
> QLocale: Add auto tests for Poruguese(Brazil) and Greek locales
> Make the localHostName() copy function return QByteArray
> Fix QCommonStyle::subControlRect(SC_GroupBoxCheckBox)
> validate qconfig-*.h against qfeatures.txt
> dont emit comments to generated qfeatures.h
> generate qfeatures.h at build time
> give XMLSTREAM a Name
> fix "markup"
> purge references to non-features
> purge vestiges of dead QT_NO_* defines
> remove remaining non-concurrent branches from concurrent samples
> remove dead code
> Android: handle keyPress event for Key_Back
> Fix the show/hide logic.
> Allow the user to specify a theme list.
> Re-enable NonFullScreenWindows on Android
> Fail when QT_POINTER_SIZE is not set
> eglfs: Make backingstore handle unexpected scenarios gracefully
> Fix compilation with MinGW gcc 64 bit
> Android: Dont crash if the screen is not yet initialized.
> Android: Remove unneeded dependency
> iOS: Set ARCHS in Xcode project for both simulator and device SDKs
> Doc: Update boost::bind()/std::tr1::bind() to std::bind()
> Remove unused static function systemtimeToMsecs()
> QWizard: provoke enum value not handled in switch warnings in 
> object_name_for_button
> QWizard: give all buttons an objectName
> Doc: Added a new Qt Creator \externalpage
> network: fix multi-phased NTLM authentication
> Add QMAKE_PKGCONFIG_VERSION variable to allow version overriding
> remove some vestiges of QFontEngineQPF
> Fix - psql driver must format qdatetime using iso
> eglfs: Perform initialization in initialize() instead of the constructor
> QWindowsKeyMapper: Added some comments about functionality + cleanup
> Rewrite qmakes exclusive-build feature
> xcode: Set QMAKE_XCODE_LIBRARY_SUFFIX from default_post
> CMake: Fix quoting issue with quoted paths in strings.
> Remove sunken state for Android.
> Android: Fix the QSlider handler position.
> QJNI: Dont detach from the thread as long as the thread is alive.
> Do not byteswap RGBA formats
> support cleanly querying private modules in qtHaveModule()
> xcode: Move Qt preprocessor steps to separate target
> Fix bug in updatePossibleKeyCodes() with dead keys and modifiers
> Fix virtual key mapping on MS Windows
> kill unix_to_dos script
> Remove superfluous libudev ... line
> Fix compile warnings on 10.6
> iOS (OSX): rework how to bundle QML import folders
> Cleanup java files.
> win32-msvc2013: force synchronous writes to .pdb files
> Accessibility: Make it possible to send events with no QO