changeset: a782debccd42 date: Thu Dec 22 09:17:03 2011 +0000 Released as v4.13.1. changeset: 39cf1d1d8167 date: Tue Dec 20 22:27:19 2011 +0000 Fixed a bug in the generation of PyQt signal signatures that caused a "const" to be wrongly dropped. changeset: 29ec1c523114 date: Mon Dec 19 15:51:42 2011 +0000 Properly handle %PickleCode returning NULL. changeset: 358be4ede9fc date: Sat Dec 17 14:38:56 2011 +0000 Deprecation warnings can no longer be suppressed. Updated the NEWS file. Updated the Roadmap. changeset: 7ab562ae0e39 date: Wed Dec 07 12:52:05 2011 +0000 Completed the support for object aliases when garbage collecting an object. changeset: da88157d2f03 date: Wed Dec 07 12:11:02 2011 +0000 When an object that uses multiple inheritance in its class hierachy is wrapped, all of its addresses when cast to the different super-classes are internally registered as aliases. This means that the original object will be found when given an address that is different as a result of a cast. (Note that the support for removing aliases when the object is garbage collected is not yet done.) changeset: 82af71f0adcb date: Mon Dec 05 17:02:09 2011 +0000 Backed out 1013. It breaks when the method is overloaded in a super-class but only one overload is reimplemented in this class so the compiler doesn't see the other overload in the super-class so we must refer to it explicitly. changeset: e50d347a15db date: Mon Dec 05 16:55:19 2011 +0000 Backed out 1014. changeset: 98421b9cc511 date: Wed Nov 30 18:03:45 2011 +0000 Fixed the generation of handlers for virtuals defined in templates. changeset: 5d7476cbb504 date: Wed Nov 30 17:31:28 2011 +0000 The build system now handles recursively defined macros. changeset: 3c46012c8562 date: Mon Nov 28 19:41:01 2011 +0000 sipSelf is now generated with the correct const qualifier. changeset: f331e22716d9 date: Mon Nov 28 18:48:09 2011 +0000 Protected and private super-classes can now be specified but are otherwise ignored. changeset: 01a339a7f2e9 date: Mon Nov 28 12:47:34 2011 +0000 Support for sys.platform being 'linux3'. changeset: 8c147224120a date: Sun Nov 27 12:33:44 2011 +0000 Added the /PyName/ typedef annotation. changeset: 3b44dc2f0efd date: Wed Nov 23 17:19:31 2011 +0000 Fixed the build system for building a debug version of PyQt on OS/X. changeset: 08e44ad74137 date: Wed Nov 23 13:18:46 2011 +0000 Class templates now allow template arguments to be used as a super-class. changeset: 7fbb8a754a81 date: Tue Nov 22 17:13:05 2011 +0000 Added support for 'public' preceding the name of a class in a super-class list. changeset: 36208e0a6773 date: Tue Nov 22 17:05:19 2011 +0000 Updated the docs where the examples refered to deprecated syntax. changeset: bf725fdfd029 date: Tue Nov 22 16:33:17 2011 +0000 Added the all_raise_py_exception argument to the %Module directive. Added the /NoRaisesPyException/ function annotation. changeset: 09411053ef1b date: Tue Nov 22 15:01:26 2011 +0000 Fixed the previous change for classes contained in namespaces. changeset: 8893e36b8ca3 date: Tue Nov 22 11:36:40 2011 +0000 Virtual catchers will now call the most recent C++ implementation (if there is no Python reimplementation) even if it is unknown to SIP rather than the most recent implementation that SIP knows about. changeset: fad4bdca5bbd date: Mon Nov 21 18:37:50 2011 +0000 Updated some code generator comments. changeset: 91848382e6fd date: Wed Nov 16 11:26:12 2011 +0000 Make sure PyQt's internal static support libraries don't get added to rpath. changeset: 1c699c672ed7 date: Tue Nov 15 15:16:19 2011 +0000 Added support for void template arguments. changeset: 3b2a3fb3fdda date: Mon Oct 24 11:03:18 2011 +0100 Added tag 4.13 for changeset 0869eb93c773 changeset: 0869eb93c773 date: Mon Oct 24 11:03:03 2011 +0100 Released as v4.13.