GNOME Bugzilla – Bug 626876
Port Gallery export to GtkBuilder
Last modified: 2010-09-08 16:54:45 UTC
Created attachment 167841 [details] [review] Create a file for each Gallery export class
This is only a first patch to make it easier to review. Nothing functional changed so far.
Created attachment 168060 [details] [review] FIX POTFILES.in.
Keep in mind that you need to adjust po/POTFILES.in as well. You can test if this is needed by running "make check" in the po folder. This matters for the translators.
Attachment 167841 [details] pushed as 0530d30 - Create a file for each Gallery export class I've pushed this commit (not very much you can do wrong here). One thing to note is that the top lines of those files look a bit messy: tons of "using" statements, which are immediately followed by the namespace declaration. I prefer a blank line between those and the unneeded "using" statements should probably be removed. This is Monodevelop's fault though, so I'm not going to hold that against you :-). Good work!
Created attachment 168072 [details] [review] Port Gallery export to GtkBuilder
Attachment 168072 [details] pushed as 02c665f - Port Gallery export to GtkBuilder Quality, thanks!
Created attachment 168155 [details] [review] Fixup creation of OptionMenus
Attachment 168155 [details] pushed as 8428f16 - Fixup creation of OptionMenus Merged!