2013-10-11 Murray Cumming 2.38.0 2013-10-11 Murray Cumming Gio::Settings: Add create_action(). 2013-10-08 Murray Cumming Gio::MenuItem: Add set_action(), unset_target() and unset_action_and_target(). * gio/src/menuitem.[hg|ccg]: set_action() and unset_target() replace set_action_and_target(action), which is now deprecated. 2013-10-08 Murray Cumming Action/ActionGroup: Make some parameter parameters optional. * gio/src/action.[hg|ccg]: Add an activate() method that takes no parameter. * gio/src/actiongroup.hg: activate_action(): Add a method overload that takes no parameter parameter. 2013-10-08 Murray Cumming Action: print_detailed_name(): Remove the action_name parameter. * gio/src/action.hg: This is a non-static version of the method, so we can just use get_name(). We already use the instance to get the state type. 2013-10-08 Murray Cumming Docs: Add Action* and MenuItem docs. 2013-10-01 Murray Cumming Updated a comment 2013-10-01 Murray Cumming Updated a comment 2013-09-27 Murray Cumming Menu: Add a TODO 2013-09-27 Murray Cumming Gio::MenuItem: get/set_attribute(): Deprecated for *_value() methods. * gio/src/menuitem.hg: set_attribute(): Deprecate this in favour of set_attribute_value() though it was previously the other way around. Add get_attribute_value() and deprecate get_attribute() in favour of it. This lets us, one day, remove those set_attribute() and get_attribute() methods and replace them with more pleaseant templated set/get_attribute() methods that just call the *_value() methods, as in Gio::Action. 2013-09-26 Murray Cumming Add a comment 2013-09-26 Murray Cumming Gio::ActionMap: Fix a reference-counting problem. * gio/src/actionmap.hg: add_action_vfunc(): Add a custom _CONVERSION() that takes a reference, just for this vfunc. We would have seen the need for this before if it had used a const & instead of passing the RefPtr by value, which we probaby cannot change now without breaking ABI. 2013-09-23 Krzesimir Nowak .gitignore: Update. * .gitignore: Ignore the files generated by Automake testing infrastructure. 2013-09-23 Krzesimir Nowak ByteArray: Fix refcount problems. * glib/src/bytearray.hg: Add refreturn to methods returning self. 2013-09-23 Krzesimir Nowak ByteArray: Add some tests for methods returning self. * tests/Makefile.am: * tests/glibmm_bytearray/main.cc: New file with tests. These are failing now. 2013-09-20 Murray Cumming 2.37.93