Hello Gtk+ people,
time for another Bio Hazard!
Low hanging fruits:
- Bug 377699 – realizing gtk.Progress() causes SEGV
+ Make GtkProgress an abstract type, can we do that? https://bugzilla.gnome.org/show_bug.cgi?id=377699
- Bug 554567 – warning fixes (missing format specifiers and NULL vs 0)
- + Straightforward patch adding format specifiers to g_warning style calls
- Bug 535557 – gdk_window_set_icon_name should accept NULL to unset
- + Small, straightforward patch
- Bug 447840 – $XDG_DATA_HOME/themes is not inspected for installed themes
- + Straightforward patch, applies fine on trunk
- Bug 558325 – Tutorial link in FAQ is broken
- + Easy patch, just a string replacement
- Bug 442297 – Submenu placement uses stale requisition for calculations
- + Trivial patch, review needed, is this a good approach?
A little decision is needed, the patches are easy:
- Bug 144500 – When desktop_is_home_dir, file dialogs still show "Desktop"
- + Simple patch, needs a decision if it's the right approach
- Bug 74291 – Feature request: gdk_pixbuf_new_from_raw_data ()
- + Convenience function, needs an API decision
- Bug 558659 – In mousewheel event, horizontal scroll when no vertical scroll available
- + Trivial patch, do we want this?
Something more exciting, for the really ambitious hackers:
- Bug 536229 – Improve themability of the notebook scrolling gap
- + Very much mature patch, could be done with a final review
- Bug 539907 – Improve GtkHButtonBox allocation < requisition behaviour
- + Advanced patch, with testcase, needs review
And for your convenience, all of the bugs in one go, powered by buglist.py[1]:
Go ahead, reject and accept patches, have fun.
greetings
[1] http://blogs.gnome.org/timj/2008/10/20/20102008-bugzilla-utility-buglistpy
PD: You can see the wiki page http://live.gnome.org/GtkLove/PatchTriaging if you want to check past issues, help or just check some bugs.