Re: [PyQt] Qt5 roadmap?

2012-06-18 Thread Detlev Offenbach


On Sunday 17 June 2012, 20:11:34 Phil Thompson wrote:
 On Sun, 17 Jun 2012 19:38:13 +0200, Detlev Offenbach
 
 det...@die-offenbachs.de wrote:
  On Sunday 17 June 2012, 18:24:55 Phil Thompson wrote:
  On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi
 
 davecort...@gmail.com
 
  wrote:
   Folks,
   
   Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt
   5
 
 is
 
   supposed to be in beta now (the alpha is available at
   http://qt-project.org/prereleases), with final release by the end
   of
   June.
  
  I wouldn't put too much faith in those dates.
  
   I look in vain for a pyqt roadmap at riverbank.co.uk, although I
   do
 
 see
 
   roadmaps for sip and dip. So, what's the anticipation for PyQt5
   release?
   Any news?
  
  Qt5 support will be in two stages.
  
  Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore
  and
  QtGui modules only at the moment). This will allow you to run your
  current
  PyQt4 code with Qt5. You will get any speed improvements, bug fixes
  etc
  in
  Qt5 but not any of the new functionality.
  
  There will be a PyQt5 that will support the new functionality of Qt5,
 
 and
 
  reflect its different structure (eg. QWidget will be in
  PyQt5.QtWidgets
  rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not
 
 be
 
  maintained.
  
  Is it planned to include a tool converting existing code from PyQt4 to
  PyQt5
  (something like 2to3 for Python)?
 
 No. It might be just a case of changing import statements.
 

If it is that simple I could do it myself.

Regards,
Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Phil Thompson
On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi davecort...@gmail.com
wrote:
 Folks,
 
 Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt 5 is
 supposed to be in beta now (the alpha is available at
 http://qt-project.org/prereleases), with final release by the end of
 June.

I wouldn't put too much faith in those dates.

 I look in vain for a pyqt roadmap at riverbank.co.uk, although I do see
 roadmaps for sip and dip. So, what's the anticipation for PyQt5 release?
 Any news?

Qt5 support will be in two stages.

Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore and
QtGui modules only at the moment). This will allow you to run your current
PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc in
Qt5 but not any of the new functionality.

There will be a PyQt5 that will support the new functionality of Qt5, and
reflect its different structure (eg. QWidget will be in PyQt5.QtWidgets
rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not be
maintained.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Detlev Offenbach


On Sunday 17 June 2012, 18:24:55 Phil Thompson wrote:
 On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi davecort...@gmail.com
 
 wrote:
  Folks,
  
  Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt 5 is
  supposed to be in beta now (the alpha is available at
  http://qt-project.org/prereleases), with final release by the end of
  June.
 
 I wouldn't put too much faith in those dates.
 
  I look in vain for a pyqt roadmap at riverbank.co.uk, although I do see
  roadmaps for sip and dip. So, what's the anticipation for PyQt5 release?
  Any news?
 
 Qt5 support will be in two stages.
 
 Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore and
 QtGui modules only at the moment). This will allow you to run your current
 PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc in
 Qt5 but not any of the new functionality.
 
 There will be a PyQt5 that will support the new functionality of Qt5, and
 reflect its different structure (eg. QWidget will be in PyQt5.QtWidgets
 rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not be
 maintained.

Is it planned to include a tool converting existing code from PyQt4 to PyQt5 
(something like 2to3 for Python)?

Regards,
Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Hernan Grecco
 Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore and
 QtGui modules only at the moment). This will allow you to run your current
 PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc in
 Qt5 but not any of the new functionality.

 There will be a PyQt5 that will support the new functionality of Qt5, and
 reflect its different structure (eg. QWidget will be in PyQt5.QtWidgets
 rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not be
 maintained.

Is there going to be any support for selecting Qt4 or Qt5 via flag
(like sip.setapi) o are you planning to at some point make a PyQt5
package that uses only Qt5 while PyQt4 only uses Qt4?

Thanks,

Hernan
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Phil Thompson
On Sun, 17 Jun 2012 19:38:13 +0200, Detlev Offenbach
det...@die-offenbachs.de wrote:
 On Sunday 17 June 2012, 18:24:55 Phil Thompson wrote:
 On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi
davecort...@gmail.com
 
 wrote:
  Folks,
  
  Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt 5
is
  supposed to be in beta now (the alpha is available at
  http://qt-project.org/prereleases), with final release by the end of
  June.
 
 I wouldn't put too much faith in those dates.
 
  I look in vain for a pyqt roadmap at riverbank.co.uk, although I do
see
  roadmaps for sip and dip. So, what's the anticipation for PyQt5
  release?
  Any news?
 
 Qt5 support will be in two stages.
 
 Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore
 and
 QtGui modules only at the moment). This will allow you to run your
 current
 PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc
 in
 Qt5 but not any of the new functionality.
 
 There will be a PyQt5 that will support the new functionality of Qt5,
and
 reflect its different structure (eg. QWidget will be in PyQt5.QtWidgets
 rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not
be
 maintained.
 
 Is it planned to include a tool converting existing code from PyQt4 to
 PyQt5 
 (something like 2to3 for Python)?

No. It might be just a case of changing import statements.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Phil Thompson
On Sun, 17 Jun 2012 19:42:38 +0200, Hernan Grecco
hernan.gre...@gmail.com
wrote:
 Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore
 and
 QtGui modules only at the moment). This will allow you to run your
 current
 PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc
 in
 Qt5 but not any of the new functionality.

 There will be a PyQt5 that will support the new functionality of Qt5,
and
 reflect its different structure (eg. QWidget will be in PyQt5.QtWidgets
 rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not
be
 maintained.
 
 Is there going to be any support for selecting Qt4 or Qt5 via flag
 (like sip.setapi) o are you planning to at some point make a PyQt5
 package that uses only Qt5 while PyQt4 only uses Qt4?

PyQt5 would build against Qt5 only.

PyQt4 would build against Qt4 or Qt5. The API wouldn't change (well, not
much as the Qt5 API isn't exactly the same as the Qt4 API).

The Qt version is a compile time issue.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Qt5 roadmap?

2012-06-16 Thread David Cortesi
Folks,

Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt 5 is
supposed to be in beta now (the alpha is available at
http://qt-project.org/prereleases), with final release by the end of June.

I look in vain for a pyqt roadmap at riverbank.co.uk, although I do see
roadmaps for sip and dip. So, what's the anticipation for PyQt5 release?
Any news?

Thanks,

Dave Cortesi
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt