Re: [Development] new Qt5.3 RC snapshot available

2014-04-29 Thread Yang Fan
This bug still exists in
qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-29_02-22-23-53.dmg. iOS
developing is blocked totally.


On Mon, Apr 28, 2014 at 10:20 PM, Yang Fan missd...@gmail.com wrote:

 Yes, I see the JIRA status, but I tried
 qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-27_10-54-10-50.dmg and
 all other snapshots later than
 qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-16_06-16-00-40.dmg, this
 issue still exists.

 Is there any auto test case to verify this kind of issues on CI?


 On Mon, Apr 28, 2014 at 10:05 PM, Simon Hausmann simon.hausm...@digia.com
  wrote:

 On Monday 28. April 2014 22.01.32 Yang Fan wrote:
  QTBUG-38526 is not resolved, it should block the release.

 It's being worked on, as you can see if you look into JIRA. The fix is
 integrating at this moment.

 Have you tested it?


 Simon

  On Mon, Apr 28, 2014 at 3:51 PM, Heikkinen Jani
 jani.heikki...@digia.comwrote:
Hi all,
  
   We have new snapshot available in
  
 http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-28_77/
  
   These packages aren’t yet official RC candidate packages but pretty
 close
   so please test these  verify your fixes!
  
  
  
   We are trying to put RC out during this week so please inform me
   immediately if you find something which Is blocking the release!
  
  
  
   Qt5 changes in this snapshot:
  
   https://codereview.qt-project.org/#change,84082 :
  
   Patch Set 2:
  
   * qtbase b0d996a...93c6976 (17):
Un-export QSignalBlocker: its all inline
   
Fix vcxproj generation on Windows Phone
   
QPrintEngine - Fix alpha engine state sync
   
QSqlError: Mark deprecated functiond with QT_DEPRECATED
   
Cocoa: Make Qt::Tool windows hide on deactivate
   
Android: Add unversioned_libname configuration
   
document new QTPLUGIN magic
   
Android input method fixes for SwiftKey
   
QAbstractSocket: enable read notification for unbuffered sockets
   
Dont crash on broken GIF images
   
Deprecate setSharable in Qt containers
   
QOpenGLFunctions: Compile on Mac OS 10.6
   
Update the changelog for 5.3.0
   
Document QStrings UTF-8 conversion behaviors
   
Restore handling of BOMs in QString::fromUtf8
   
doc fixes
   
deprecate import_qpa_plugin and qpa_minimal_plugin
  
   * qtdeclarative a885d10...a1eb134 (4):
Getting the render window of an offscreen window
   
V4 regalloc: fix register spill choice under high pressure.
   
Fix crash when loading QML that tries to set non-existent group
  
   properties
  
Fix parsing of JS imports from JS files
  
   * qtdoc 66ade86...2e30101 (5):
Doc: List more platforms on Building from Sources page
   
Doc: Sort Enginio link alphabetically
   
Doc: List Qt Quick Dialogs on the Qt modules page.
   
Doc: Removed the instructions to build from sources
   
Doc: Mention OpenSSL in Qt for Windows requirements
  
   * qtenginio c7531f6...0db2d18 (1):
Doc: Add QML Todo example to the list of highlighted examples
  
   * qtlocation f81aac0...2b7eebe (1):
Remove unnecessary private export macro
  
   * qtquick1 c56f5d8...96c2c1a (1):
Add 5.3 Changelog
  
   * qtquickcontrols 80c4404...cdbf664 (1):
Correct positioning for popups in QQuickWidget
  
   * qtsensors 8a0da79...43e7f32 (1):
Add QtSensor changelog for Qt 5.3.0
  
   --
   Jani Heikkinen
   Release Manager
  
   Digia Plc
   Elektroniikkatie 10, FI 90590 Oulu Finland
   Email: jani.heikki...@digia.com
   Mobile: +358-504-873-735
   Visit us at: www.digia.com
  
   | Blog http://blog.digia.com/ |
   | Twitterhttps://twitter.com/digiaonline|
  
   LinkedIn http://www.linkedin.com/company/5119 |
   YouTubehttp://www.youtube.com/digiaonline| Facebook
   http://www.facebook.com/digiaonline |
   --
   PRIVACY AND CONFIDENTIALITY NOTICE
   This message and any attachments are intended only for use by the
 named
   addressee and may contain privileged and/or confidential information.
 If
   you are not the named addressee you should not disseminate, copy or
 take
   any action in reliance on it. If you have received this message in
 error,
   please contact the sender immediately and delete the message and any
   attachments accompanying it. Digia Plc does not accept liability for
 any
   corruption, interception, amendment, tampering or viruses occurring to
   this
   message.
   --
  
  
  
   ___
   Development mailing list
   Development@qt-project.org
   http://lists.qt-project.org/mailman/listinfo/development




 --
 Regards,
 Fan Yang




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


[Development] new Qt5.3 RC snapshot available

2014-04-28 Thread Heikkinen Jani
Hi all,

We have new snapshot available in 
http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-28_77/
These packages aren't yet official RC candidate packages but pretty close so 
please test these  verify your fixes!

We are trying to put RC out during this week so please inform me immediately if 
you find something which Is blocking the release!

Qt5 changes in this snapshot:
https://codereview.qt-project.org/#change,84082 :
Patch Set 2:

* qtbase b0d996a...93c6976 (17):
 Un-export QSignalBlocker: its all inline
 Fix vcxproj generation on Windows Phone
 QPrintEngine - Fix alpha engine state sync
 QSqlError: Mark deprecated functiond with QT_DEPRECATED
 Cocoa: Make Qt::Tool windows hide on deactivate
 Android: Add unversioned_libname configuration
 document new QTPLUGIN magic
 Android input method fixes for SwiftKey
 QAbstractSocket: enable read notification for unbuffered sockets
 Dont crash on broken GIF images
 Deprecate setSharable in Qt containers
 QOpenGLFunctions: Compile on Mac OS 10.6
 Update the changelog for 5.3.0
 Document QStrings UTF-8 conversion behaviors
 Restore handling of BOMs in QString::fromUtf8
 doc fixes
 deprecate import_qpa_plugin and qpa_minimal_plugin

* qtdeclarative a885d10...a1eb134 (4):
 Getting the render window of an offscreen window
 V4 regalloc: fix register spill choice under high pressure.
 Fix crash when loading QML that tries to set non-existent group properties
 Fix parsing of JS imports from JS files

* qtdoc 66ade86...2e30101 (5):
 Doc: List more platforms on Building from Sources page
 Doc: Sort Enginio link alphabetically
 Doc: List Qt Quick Dialogs on the Qt modules page.
 Doc: Removed the instructions to build from sources
 Doc: Mention OpenSSL in Qt for Windows requirements

* qtenginio c7531f6...0db2d18 (1):
 Doc: Add QML Todo example to the list of highlighted examples

* qtlocation f81aac0...2b7eebe (1):
 Remove unnecessary private export macro

* qtquick1 c56f5d8...96c2c1a (1):
 Add 5.3 Changelog

* qtquickcontrols 80c4404...cdbf664 (1):
 Correct positioning for popups in QQuickWidget

* qtsensors 8a0da79...43e7f32 (1):
 Add QtSensor changelog for Qt 5.3.0


--
Jani Heikkinen
Release Manager

Digia Plc
Elektroniikkatie 10, FI 90590 Oulu Finland
Email: jani.heikki...@digia.commailto:jani.heikki...@digia.com
Mobile: +358-504-873-735
Visit us at: www.digia.comhttp://www.digia.com/
| Bloghttp://blog.digia.com/ | Twitterhttps://twitter.com/digiaonline | 
LinkedInhttp://www.linkedin.com/company/5119 | 
YouTubehttp://www.youtube.com/digiaonline | 
Facebookhttp://www.facebook.com/digiaonline |
--
PRIVACY AND CONFIDENTIALITY NOTICE
This message and any attachments are intended only for use by the named 
addressee and may contain privileged and/or confidential information. If you 
are not the named addressee you should not disseminate, copy or take any action 
in reliance on it. If you have received this message in error, please contact 
the sender immediately and delete the message and any attachments accompanying 
it. Digia Plc does not accept liability for any corruption, interception, 
amendment, tampering or viruses occurring to this message.
--

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


Re: [Development] new Qt5.3 RC snapshot available

2014-04-28 Thread Simon Hausmann
On Monday 28. April 2014 22.01.32 Yang Fan wrote:
 QTBUG-38526 is not resolved, it should block the release.

It's being worked on, as you can see if you look into JIRA. The fix is 
integrating at this moment.

Have you tested it?


Simon
 
 On Mon, Apr 28, 2014 at 3:51 PM, Heikkinen Jani 
jani.heikki...@digia.comwrote:
   Hi all,
  
  We have new snapshot available in
  http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-28_77/
  
  These packages aren’t yet official RC candidate packages but pretty close
  so please test these  verify your fixes!
  
  
  
  We are trying to put RC out during this week so please inform me
  immediately if you find something which Is blocking the release!
  
  
  
  Qt5 changes in this snapshot:
  
  https://codereview.qt-project.org/#change,84082 :
  
  Patch Set 2:
  
  * qtbase b0d996a...93c6976 (17):
   Un-export QSignalBlocker: its all inline
   
   Fix vcxproj generation on Windows Phone
   
   QPrintEngine - Fix alpha engine state sync
   
   QSqlError: Mark deprecated functiond with QT_DEPRECATED
   
   Cocoa: Make Qt::Tool windows hide on deactivate
   
   Android: Add unversioned_libname configuration
   
   document new QTPLUGIN magic
   
   Android input method fixes for SwiftKey
   
   QAbstractSocket: enable read notification for unbuffered sockets
   
   Dont crash on broken GIF images
   
   Deprecate setSharable in Qt containers
   
   QOpenGLFunctions: Compile on Mac OS 10.6
   
   Update the changelog for 5.3.0
   
   Document QStrings UTF-8 conversion behaviors
   
   Restore handling of BOMs in QString::fromUtf8
   
   doc fixes
   
   deprecate import_qpa_plugin and qpa_minimal_plugin
  
  * qtdeclarative a885d10...a1eb134 (4):
   Getting the render window of an offscreen window
   
   V4 regalloc: fix register spill choice under high pressure.
   
   Fix crash when loading QML that tries to set non-existent group
  
  properties
  
   Fix parsing of JS imports from JS files
  
  * qtdoc 66ade86...2e30101 (5):
   Doc: List more platforms on Building from Sources page
   
   Doc: Sort Enginio link alphabetically
   
   Doc: List Qt Quick Dialogs on the Qt modules page.
   
   Doc: Removed the instructions to build from sources
   
   Doc: Mention OpenSSL in Qt for Windows requirements
  
  * qtenginio c7531f6...0db2d18 (1):
   Doc: Add QML Todo example to the list of highlighted examples
  
  * qtlocation f81aac0...2b7eebe (1):
   Remove unnecessary private export macro
  
  * qtquick1 c56f5d8...96c2c1a (1):
   Add 5.3 Changelog
  
  * qtquickcontrols 80c4404...cdbf664 (1):
   Correct positioning for popups in QQuickWidget
  
  * qtsensors 8a0da79...43e7f32 (1):
   Add QtSensor changelog for Qt 5.3.0
  
  --
  Jani Heikkinen
  Release Manager
  
  Digia Plc
  Elektroniikkatie 10, FI 90590 Oulu Finland
  Email: jani.heikki...@digia.com
  Mobile: +358-504-873-735
  Visit us at: www.digia.com
  
  | Blog http://blog.digia.com/ |
  | Twitterhttps://twitter.com/digiaonline|
  
  LinkedIn http://www.linkedin.com/company/5119 |
  YouTubehttp://www.youtube.com/digiaonline| Facebook
  http://www.facebook.com/digiaonline |
  --
  PRIVACY AND CONFIDENTIALITY NOTICE
  This message and any attachments are intended only for use by the named
  addressee and may contain privileged and/or confidential information. If
  you are not the named addressee you should not disseminate, copy or take
  any action in reliance on it. If you have received this message in error,
  please contact the sender immediately and delete the message and any
  attachments accompanying it. Digia Plc does not accept liability for any
  corruption, interception, amendment, tampering or viruses occurring to
  this
  message.
  --
  
  
  
  ___
  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.3 RC snapshot available

2014-04-28 Thread Yang Fan
Yes, I see the JIRA status, but I tried
qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-27_10-54-10-50.dmg and
all other snapshots later than
qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-16_06-16-00-40.dmg, this
issue still exists.

Is there any auto test case to verify this kind of issues on CI?


On Mon, Apr 28, 2014 at 10:05 PM, Simon Hausmann
simon.hausm...@digia.comwrote:

 On Monday 28. April 2014 22.01.32 Yang Fan wrote:
  QTBUG-38526 is not resolved, it should block the release.

 It's being worked on, as you can see if you look into JIRA. The fix is
 integrating at this moment.

 Have you tested it?


 Simon

  On Mon, Apr 28, 2014 at 3:51 PM, Heikkinen Jani
 jani.heikki...@digia.comwrote:
Hi all,
  
   We have new snapshot available in
  
 http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-28_77/
  
   These packages aren’t yet official RC candidate packages but pretty
 close
   so please test these  verify your fixes!
  
  
  
   We are trying to put RC out during this week so please inform me
   immediately if you find something which Is blocking the release!
  
  
  
   Qt5 changes in this snapshot:
  
   https://codereview.qt-project.org/#change,84082 :
  
   Patch Set 2:
  
   * qtbase b0d996a...93c6976 (17):
Un-export QSignalBlocker: its all inline
   
Fix vcxproj generation on Windows Phone
   
QPrintEngine - Fix alpha engine state sync
   
QSqlError: Mark deprecated functiond with QT_DEPRECATED
   
Cocoa: Make Qt::Tool windows hide on deactivate
   
Android: Add unversioned_libname configuration
   
document new QTPLUGIN magic
   
Android input method fixes for SwiftKey
   
QAbstractSocket: enable read notification for unbuffered sockets
   
Dont crash on broken GIF images
   
Deprecate setSharable in Qt containers
   
QOpenGLFunctions: Compile on Mac OS 10.6
   
Update the changelog for 5.3.0
   
Document QStrings UTF-8 conversion behaviors
   
Restore handling of BOMs in QString::fromUtf8
   
doc fixes
   
deprecate import_qpa_plugin and qpa_minimal_plugin
  
   * qtdeclarative a885d10...a1eb134 (4):
Getting the render window of an offscreen window
   
V4 regalloc: fix register spill choice under high pressure.
   
Fix crash when loading QML that tries to set non-existent group
  
   properties
  
Fix parsing of JS imports from JS files
  
   * qtdoc 66ade86...2e30101 (5):
Doc: List more platforms on Building from Sources page
   
Doc: Sort Enginio link alphabetically
   
Doc: List Qt Quick Dialogs on the Qt modules page.
   
Doc: Removed the instructions to build from sources
   
Doc: Mention OpenSSL in Qt for Windows requirements
  
   * qtenginio c7531f6...0db2d18 (1):
Doc: Add QML Todo example to the list of highlighted examples
  
   * qtlocation f81aac0...2b7eebe (1):
Remove unnecessary private export macro
  
   * qtquick1 c56f5d8...96c2c1a (1):
Add 5.3 Changelog
  
   * qtquickcontrols 80c4404...cdbf664 (1):
Correct positioning for popups in QQuickWidget
  
   * qtsensors 8a0da79...43e7f32 (1):
Add QtSensor changelog for Qt 5.3.0
  
   --
   Jani Heikkinen
   Release Manager
  
   Digia Plc
   Elektroniikkatie 10, FI 90590 Oulu Finland
   Email: jani.heikki...@digia.com
   Mobile: +358-504-873-735
   Visit us at: www.digia.com
  
   | Blog http://blog.digia.com/ |
   | Twitterhttps://twitter.com/digiaonline|
  
   LinkedIn http://www.linkedin.com/company/5119 |
   YouTubehttp://www.youtube.com/digiaonline| Facebook
   http://www.facebook.com/digiaonline |
   --
   PRIVACY AND CONFIDENTIALITY NOTICE
   This message and any attachments are intended only for use by the named
   addressee and may contain privileged and/or confidential information.
 If
   you are not the named addressee you should not disseminate, copy or
 take
   any action in reliance on it. If you have received this message in
 error,
   please contact the sender immediately and delete the message and any
   attachments accompanying it. Digia Plc does not accept liability for
 any
   corruption, interception, amendment, tampering or viruses occurring to
   this
   message.
   --
  
  
  
   ___
   Development mailing list
   Development@qt-project.org
   http://lists.qt-project.org/mailman/listinfo/development




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


Re: [Development] New Qt5.3 RC snapshot available

2014-04-23 Thread Ray Donnelly
Same here. Seems eminently sensible to allow easy testing of these
candidates from source.
On Apr 23, 2014 8:09 AM, Peter Kümmel syntheti...@gmx.net wrote:

 On 22.04.2014 07:17, Heikkinen Jani wrote:
  Hi all,
 
  We have new RC snapshot available in
 http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-21_65/

 I tried to update my build scripts, but there are no source packages
 available.
 Isn't a RC a simulation of the release?

 Thanks,
 Peter


 
  Mirroring is ongoing but all installers should be available later today.
 Please test these  verify your fixes!
 
  Qt5 changes in these packages:
 
  https://codereview.qt-project.org/#change,83700 :
 
  Patch Set 4:
 
  * qtbase 8b0fd78...13e3f26 (7):
 
QPrintDialog - Fix Mac reference counting error.
 
QPrintDialog - Fix mac change of printer name
 
Android input method fix
 
Revert Automatically link printsupport plugins to static
 applications.
 
When a window loses focus to a popup, event has PopupFocusReason
 
Restore Qt 4 behavior in default double click handler
 
Remove internal public function from QOpenGLFunctions
 
  * qtdeclarative fc634cb...0076835 (6):
 
qmlplugindump: correctly merge composite types
 
QQuickItemView/QQuickPathView: Fix creation of delegates
 
Make sure the clipPath is retained as state of Context2D
 
Prevent a crash when the item is deleted but not removed from cache
 
Refine fix for dynamic properties on QObjects wrapped in JavaScript
 
V4: fix register usage on ARM.
 
  * qtdoc e006b84...66ade86 (2):
 
Doc: Various fixes to Enginio related links.
 
Doc: command line tools need not be installed separately
 
  * qtlocation 8ff60b5...4f2990d (1):
 
Add Qt 5.3.0 change log for QtPositioning.
 
  * qtmultimedia af73d55...4c8284d (1):
 
Rework qmlvideofx example
 
  * qtquickcontrols f067a73...786164e (2):
 
Update plugins.qmltypes for QtQuick.PrivateWidgets
 
Update plugins.qmltypes for QtQuick.Dialogs
 
  * qtrepotools ee57020...04c900d (1):
 
ignore symlinks
 
  * qtsensors e60743e...8a0da79 (3):
 
ios: skip accelerometer, gyroscope and magnetomenter updates if NaN
 
accelbubble: disable rotation on iOS
 
accelbubble: avoid updating position if NaN.
 
  * qttranslations 6e972b4...d56737b (3):
 
Update Japanese translations.
 
Russian translation update
 
Ukrainian translation update
 
  https://codereview.qt-project.org/#change,83673 :
 
  Patch Set 2:
 
  * qtbase 3f9ad1e...8b0fd78 (2):
 
WinRT: Dont use the native thread handle for waiting
 
iOS: fix crash in auto correction when using unknown font family
 
  * qtconnectivity d755d1e...9b11226 (1):
 
Fix discovery hanging in unrecoverable state due to incorrect error
 handling
 
  * qtdeclarative 1b3a930...fc634cb (1):
 
Doc: Improved Qt Quick Demos documentation
 
  * qtmacextras abbb6d3...ddbbc1f (1):
 
Doc: Improved example documentation.
 
  * qtquickcontrols 6d438f3...f067a73 (1):
 
Docs: fix QtQuick.Controls.Styles import version
 
  Br,
 
  Jani
 
 
 
  ___
  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

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


[Development] New Qt5.3 RC snapshot available

2014-04-21 Thread Heikkinen Jani
Hi all,
We have new RC snapshot available in 
http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-21_65/
Mirroring is ongoing but all installers should be available later today. Please 
test these  verify your fixes!

Qt5 changes in these packages:
https://codereview.qt-project.org/#change,83700 :
Patch Set 4:

* qtbase 8b0fd78...13e3f26 (7):
 QPrintDialog - Fix Mac reference counting error.
 QPrintDialog - Fix mac change of printer name
 Android input method fix
 Revert Automatically link printsupport plugins to static applications.
 When a window loses focus to a popup, event has PopupFocusReason
 Restore Qt 4 behavior in default double click handler
 Remove internal public function from QOpenGLFunctions

* qtdeclarative fc634cb...0076835 (6):
 qmlplugindump: correctly merge composite types
 QQuickItemView/QQuickPathView: Fix creation of delegates
 Make sure the clipPath is retained as state of Context2D
 Prevent a crash when the item is deleted but not removed from cache
 Refine fix for dynamic properties on QObjects wrapped in JavaScript
 V4: fix register usage on ARM.

* qtdoc e006b84...66ade86 (2):
 Doc: Various fixes to Enginio related links.
 Doc: command line tools need not be installed separately

* qtlocation 8ff60b5...4f2990d (1):
 Add Qt 5.3.0 change log for QtPositioning.

* qtmultimedia af73d55...4c8284d (1):
 Rework qmlvideofx example

* qtquickcontrols f067a73...786164e (2):
 Update plugins.qmltypes for QtQuick.PrivateWidgets
 Update plugins.qmltypes for QtQuick.Dialogs

* qtrepotools ee57020...04c900d (1):
 ignore symlinks

* qtsensors e60743e...8a0da79 (3):
 ios: skip accelerometer, gyroscope and magnetomenter updates if NaN
 accelbubble: disable rotation on iOS
 accelbubble: avoid updating position if NaN.

* qttranslations 6e972b4...d56737b (3):
 Update Japanese translations.
 Russian translation update
 Ukrainian translation update

https://codereview.qt-project.org/#change,83673 :
Patch Set 2:

* qtbase 3f9ad1e...8b0fd78 (2):
 WinRT: Dont use the native thread handle for waiting
 iOS: fix crash in auto correction when using unknown font family

* qtconnectivity d755d1e...9b11226 (1):
 Fix discovery hanging in unrecoverable state due to incorrect error handling

* qtdeclarative 1b3a930...fc634cb (1):
 Doc: Improved Qt Quick Demos documentation

* qtmacextras abbb6d3...ddbbc1f (1):
 Doc: Improved example documentation.

* qtquickcontrols 6d438f3...f067a73 (1):
 Docs: fix QtQuick.Controls.Styles import version

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


[Development] New Qt5.3 RC snapshot available

2014-04-15 Thread Heikkinen Jani
Hi all,

New Qt5.3 RC snapshot available in 
http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-15_58/
Mirroring is still ongoing but most of installers should/will be available, 
only winRT  combined iOS_Android packages are missing. Those should be there 
later today...

Please test  verify your fixes, Qt5 changes in these packages:
https://codereview.qt-project.org/#change,83177:
Patch Set 5:

* qtbase c92fead...0be1c48 (36):
 Cocoa: Dont consume events when closing tool tips
 Doc: document QTimeZone::swap()
 Doc: document obsolete QApplication::setGraphicsSystem()
 Cocoa: Post event to show() a modal window
 Cocoa: Send expose event on screen change.
 Cocoa: Set the COCOA_MENU_ANCESTOR() also when syncing
 XCB: Print error code on Xlib I/O errors
 Make Xcode debug info format controllable through a qmake variable
 HB-NG w/CoreText backend: Fix clustering of neutral characters
 Cocoa: Fix DnD when using native widgets.
 QTextImageHandler: Load @2x images on retina
 OS X: Add more text editing key bindings.
 Mac: Implement unified toolbar look for QTabBar
 Cocoa: Update unified toolbar area on toolbar hide
 Fix tst_QListWidget::task217070_scrollbarsAdjusted()
 make cmake registration of qt plugins make use of PLUGIN_EXTENDS
 make QTPLUGIN work in prefix builds for plugins outside qtbase
 automatically link plugins belonging to qt modules when building static apps
 fix typo in qmake source file list
 Doc: Fix template code for unordered lists
 Fix a typo in QBitArray documentation
 QNX: Fix QCompleter autotest
 Support for DH and ECDH key exchange for QSslSocket servers
 Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2
 Fix crash when trying to place toolbar into zero-height window.
 Change QVERIFY in tst_qnetworkreply to warning.
 QWindowsOpenGLContextFormat: Default to version 2.
 Fix crash in qt_try_modal.
 Add unhandled Android keys.
 QNX: Fix QHeaderView autotest
 QNX: Work around dlclose issue
 Android: Fix compilation on Windows
 Fix out-of-range shifting
 QComboBox: Set the proper font after a MacSizeChange event
 Cocoa: Use private property to enable NSWindow child windows
 QPageSize: remove QPageSize:: overqualifications

* qtdeclarative fc5314f...ff08575 (9):
 Fix assignments of null strings in QML and JavaScript
 V4 IR: only mark blocks after iterator calculation as loop blocks.
 Avoid event propagation with Keys.forwardTo
 Fix the initial value of XmlListModel::count
 Document QJSEngine as reentrant.
 qmlplugindump: set isCreatable true in composite types
 Reduce memory pressure on JS stack when garbage collecting
 Fix unreliable behavior of array methods on qml list properties
 Add support for dynamic properties for QObjects in JavaScript

* qtdoc bd11d74...bcac372 (1):
 Doc: Link to Enginio from All Modules page

* qtenginio 85f3fd0...c7531f6 (2):
 Mark EnginioClientConnection::serviceUrl as public
 Update error message and documentation of EnginioModel::setData()

* qtlocation 400c7fa...3535f5f (1):
 Temporary fix for static build issues on Mac.

* qtmultimedia a7b8872...b33e6d4 (3):
 Android: Release the surface texture when not in use
 Android: Use Q_GLOBAL_STATIC instead of a static QMap
 Android: Fix the signature for setOnInfoListener.

* qtquickcontrols 59a6cb0...53fca45 (3):
 Take into account icon size when determining button size
 Fix the editable delegate in tableview example
 Fix left/right cursor keys in TextArea

* qtsensors 2a503c2...e60743e (1):
 Android, Fix generic access to QAccelerometer

* qttools 8e55ee3...d096e02 (3):
 windeployqt: Fix check for MSVC 64 bit debug build
 Fix check whether PE file is a debug build for MinGW
 Remove exclamation marks from messages

* qttranslations df32d92...6e972b4 (2):
 Russian translation update
 Import Finnish translation from KDE

* qtwebkit 0546c86...57e6650 (1):
 Fix rendering of WebKit2 QML WebView with ANGLE.

* qtwebsockets a69877e...8b9836d (1):
 Use correct casing for WebSocket


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