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