2013-09-26 Murray Cumming <murrayc@murrayc.com> gmenu: Print Layout: Fix the action names 2013-09-26 Murray Cumming <murrayc@murrayc.com> GimpRuler: Fix some compiler warnings 2013-09-26 Murray Cumming <murrayc@murrayc.com> GimpRuler: Update from the Gimp gtk3port branch 2013-09-25 Enrico Nicoletto <liverig@gmail.com> Updated Brazilian Portuguese translation 2013-09-26 Piotr Drąg <piotrdrag@gmail.com> Updated POTFILES.skip 2013-09-25 Daniel Mustieles <daniel.mustieles@gmail.com> Fixed typo in string 2013-09-25 Marek Černocký <marek@manet.cz> Updated Czech translation 2013-09-25 Marek Černocký <marek@manet.cz> Updated Czech translation 2013-09-25 Murray Cumming <murrayc@murrayc.com> POTFILES.in: Remove mention of a non-disted file 2013-09-25 Murray Cumming <murrayc@murrayc.com> Fix the build 2013-09-25 Murray Cumming <murrayc@murrayc.com> .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 <murrayc@murrayc.com> gmenu: Add attach_to_widget() calls for context menus. This makes them actually work. 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: Use Menu API for small context menus 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: Relationships Overview: Move context menu into .glade file 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: Move Print Layout context menu into .glade file 2013-09-25 Murray Cumming <murrayc@murrayc.com> 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 <murrayc@murrayc.com> Glade files: Update required GTK+ versions 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: move Relationships Overview menu to .glade file. 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: Print Layouts: Fix Show Outlines 2013-09-25 Murray Cumming <murrayc@murrayc.com> Replace deprecated H/V widgets in glade files. 2013-09-25 Murray Cumming <murrayc@murrayc.com> 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 <murrayc@murrayc.com> gmenu: NotebookLabelGlom: Replace UIManager 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: AddDel: Replace UIManager. 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: Print Layout: Replace UIManager 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: LayoutWidgetUtils: Replace UIManager 2013-09-25 Murray Cumming <murrayc@murrayc.com> gmenu: More conversion to Gio::Menu Convert the main menu, and some of the context menus. 2013-09-23 Murray Cumming <murrayc@murrayc.com> Refactor: Remove unused AppWindow::get_ui_manager(). 2013-09-23 Murray Cumming <murrayc@murrayc.com> 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 <murrayc@murrayc.com> Refactor: Remove init_toolbars() We don't have any toolbars. 2013-09-23 Murray Cumming <murrayc@murrayc.com> 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 <murrayc@murrayc.com> More use of GMenu with GtkBuilder gmenu: Adapt to improved Gio::Action API. 2013-09-23 Murray Cumming <murrayc@murrayc.com> More use of GMenu with GtkBuilder 2013-09-23 Murray Cumming <murrayc@murrayc.com> Attempting to use GMenu with GtkBuilder