On Mon, 15 Feb 2010 09:05:43 +0000, Jonathan Riddell <[email protected]> wrote: > I like to keep upstreams informed of patches we include
It is appreciated. > so here's the > ones for PyQt4 > http://people.canonical.com/~jriddell/pyqt4/ > > debian_configure_changes.diff > We don't include the pyuic4 link Why not, out of interest? > fix_objdir_dbus_check.diff > Needed for builddir!=srcdir Applied. > kubuntu_01_fix_uic.diff > fix the ui compiler by not using deprecate > interfaces of QString (LP: #514796) https://launchpad.net/bugs/514796 Can you send me the .ui file that is failing? The bug description is wrong - it has nothing to do with QString - so I'd like to make sure. > make_bindings_match_qt461.diff > This makes the qvectoranimation class and its sip binding match > each other extactly so that the header can handle changes between > qreal on i386 and armel https://launchpad.net/bugs/514404 Applied. > qreal_float_support.diff > Corrects a configure test, and adds explicate double handling > to qlist.sip on architectures where qreal != double I don't see the point of this one as (once make_bindings_match_qt461 is applied) there is no reference to these templates in PyQt. Thanks, Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
