commit 581d7223a7dcaedf75c3ed410096ba3270e4f6f6 Author: Jim Ramsay Date: Thu Mar 18 10:52:04 2010 -0400 Deprecation warning: gtk.Tooltips deprecated in pygtk 2.12 Runtime-detect whether we should use the old gtk.Tooltips interface, or the new gtk.Widget.set_tooltip_text based on the pygtk version. commit 1a019dbbe78756c23cc2220df6f23345aec4e9c4 Author: Jim Ramsay Date: Thu Mar 18 10:50:59 2010 -0400 Ignore python .pyo and .pyc files commit 82330816cde623c9989edfc69908cb8bf317a9dc Author: Thomas Leonard Date: Mon Jul 27 20:26:13 2009 +0100 Start development series 2.0.6-post commit cd1381700731996a1dcf06b4d1ff011ae621891a Author: Thomas Leonard Date: Mon Jul 27 20:26:11 2009 +0100 Release 2.0.6 commit b4491b3cd0c726facb7d921324fa836e697ea2e2 Author: Thomas Leonard Date: Mon Jul 27 20:25:56 2009 +0100 Added release notes. commit 6ecb966c1c6e253e1d6bb98060b60358432d03ea Merge: b933633 8c72418 Author: Stephen Watson Date: Sat Jun 20 17:41:07 2009 +0100 Merge branch 'master' of git://repo.or.cz/rox-lib commit 8c7241812ef60c9379d200f21524b1b2f474beea Author: Thomas Leonard Date: Tue Jun 16 20:00:57 2009 +0100 Fixed deprecation warning with Python 2.6 commit b933633bc6f75861fd45b41140b0d6ccd143145c Author: Stephen Watson Date: Mon Jan 26 22:59:21 2009 +0000 Fix problem installing handlers which are zero-install aware (reported by Mark Williams). commit 0b2e2314fd0f52409d6aacdbd3461a09b92ed335 Author: Stephen Watson Date: Sat Sep 13 18:49:25 2008 +0100 Handle thumbnail creation failure according to the standard. commit 0aa7ff0ea91756e8d93eae83a95260ea2d713664 Author: Tony Houghton Date: Sat May 31 15:43:05 2008 +0100 Fix hang in exception reporting dialog ROX-Lib's exception dialog often fails to work correctly. It appears, but doesn't respond to any events, and neither does the rest of the application. I don't think it always happens, but I haven't figured out the circumstances of when it works and when it doesn't. Note that this reverses a previous change (8c8822a3), so presumably the code was like this for a reason. However, the reason wasn't documented so let's just try it and see...