GNOME Bugzilla – Bug 667435
add shell menu
Last modified: 2016-03-31 13:56:20 UTC
Add the shell menu, and a few actions (the warnings from vala bindings have patches in review in bz)
Created attachment 204773 [details] [review] Clean-up open wizard from command line code This is a bit nicer to deal with, since we have only one constructor, and is a bit more easy to read, also don't need to pass arguments via App.
Created attachment 204774 [details] [review] add GtkApplication and shell menu
Created attachment 204775 [details] [review] add about dialog
Review of attachment 204773 [details] [review]: Cool!
Review of attachment 204774 [details] [review]: Looks pretty good and teaches me new things. :) ACK once you've update gtk+ bindings: app.vala:13.12-13.32: error: The type name `Gtk.ApplicationWindow' could not be found public Gtk.ApplicationWindow window;
Review of attachment 204775 [details] [review]: ACK!
Attachment 204773 [details] pushed as c4aa53b - Clean-up open wizard from command line code Attachment 204774 [details] pushed as 31d570b - add GtkApplication and shell menu Attachment 204775 [details] pushed as 3cde8ef - add about dialog