2013-09-26  Murray Cumming  <[email protected]>

       gmenu: Print Layout: Fix the action names

2013-09-26  Murray Cumming  <[email protected]>

       GimpRuler: Fix some compiler warnings

2013-09-26  Murray Cumming  <[email protected]>

       GimpRuler: Update from the Gimp gtk3port branch

2013-09-25  Enrico Nicoletto  <[email protected]>

       Updated Brazilian Portuguese translation

2013-09-26  Piotr Drąg  <[email protected]>

       Updated POTFILES.skip

2013-09-25  Daniel Mustieles  <[email protected]>

       Fixed typo in string

2013-09-25  Marek Černocký  <[email protected]>

       Updated Czech translation

2013-09-25  Marek Černocký  <[email protected]>

       Updated Czech translation

2013-09-25  Murray Cumming  <[email protected]>

       POTFILES.in: Remove mention of a non-disted file

2013-09-25  Murray Cumming  <[email protected]>

       Fix the build

2013-09-25  Murray Cumming  <[email protected]>

       .gitignore: Ignore .log and .trs test files.

       These seem to be generated by recent versions of autotools.
       Also ignore more recently-added test executables.

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Add attach_to_widget() calls for context menus.

       This makes them actually work.

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Use Menu API for small context menus

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Relationships Overview: Move context menu into .glade file

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Move Print Layout context menu into .glade file

2013-09-25  Murray Cumming  <[email protected]>

       Glade files: Remove unnecessary gtksourceview requirements.

       * ui/developer/*.glade:
       Remove  <!-- interface-requires gtksourceview 0.0 -->
       from files that do not really need GtkSourceView.

2013-09-25  Murray Cumming  <[email protected]>

       Glade files: Update required GTK+ versions

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: move Relationships Overview menu to .glade file.

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Print Layouts: Fix Show Outlines

2013-09-25  Murray Cumming  <[email protected]>

       Replace deprecated H/V widgets in glade files.

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Move the main menu into the .glade file.

       * glom/appwindow.[h|cc]: Move the GMenu XML into:
       * ui/operator/window_main.glade
       and use it from the regular Gtk::Builder instance.

       The GMenu XML needs to be in a separate file so that
       its human-readable parts can be translated.

       However, glade does not seem to support GMenu yet,
       so we cannot edit this file inside glade.

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: NotebookLabelGlom: Replace UIManager

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: AddDel: Replace UIManager.

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: Print Layout: Replace UIManager

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: LayoutWidgetUtils: Replace UIManager

2013-09-25  Murray Cumming  <[email protected]>

       gmenu: More conversion to Gio::Menu

       Convert the main menu, and some of the context menus.

2013-09-23  Murray Cumming  <[email protected]>

       Refactor: Remove unused AppWindow::get_ui_manager().

2013-09-23  Murray Cumming  <[email protected]>

       Refactor: Merge the UIManager ui descriptions

       We do not need the higher-level placeholders now that the menu is
       all built in the same class.

2013-09-23  Murray Cumming  <[email protected]>

       Refactor: Remove init_toolbars()

       We don't have any toolbars.

2013-09-23  Murray Cumming  <[email protected]>

       Refactor: Move GlomBakery::AppWindow_WithDoc_Gtk into Glom::AppWindow.

       We no longer need the Bakery abstractions and it just complicates
       the code, leaving lots of code that is never called.

2013-09-23  Murray Cumming  <[email protected]>

       More use of GMenu with GtkBuilder

       gmenu: Adapt to improved Gio::Action API.

2013-09-23  Murray Cumming  <[email protected]>

       More use of GMenu with GtkBuilder

2013-09-23  Murray Cumming  <[email protected]>

       Attempting to use GMenu with GtkBuilder